diff --git a/sysutils/nvimpager/Makefile b/sysutils/nvimpager/Makefile index a6f718a4aa4d..c2ec43ee2109 100644 --- a/sysutils/nvimpager/Makefile +++ b/sysutils/nvimpager/Makefile @@ -1,25 +1,25 @@ PORTNAME= nvimpager -PORTVERSION= 0.10.4 +PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org COMMENT= Use NeoVim as a pager, with full syntax highlighting WWW= https://github.com/lucc/nvimpager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= scdoc:textproc/scdoc RUN_DEPENDS= bash:shells/bash \ - nvim:editors/neovim \ - scdoc:textproc/scdoc + nvim:editors/neovim USES= gmake USE_GITHUB= yes GH_ACCOUNT= lucc MAKEFILE= makefile NO_BUILD= yes NO_ARCH= yes .include diff --git a/sysutils/nvimpager/distinfo b/sysutils/nvimpager/distinfo index d025337cc90e..0a6b51c92bea 100644 --- a/sysutils/nvimpager/distinfo +++ b/sysutils/nvimpager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639269358 -SHA256 (lucc-nvimpager-v0.10.4_GH0.tar.gz) = 946b3d54ee652b597bdf50781c94b41c476582a144bfd196bbf9979f94f1cc9d -SIZE (lucc-nvimpager-v0.10.4_GH0.tar.gz) = 25696 +TIMESTAMP = 1665854478 +SHA256 (lucc-nvimpager-v0.11.0_GH0.tar.gz) = 8159324c3ef564a773d279eae5fec1708bf7632dcbe41f6e20509623f830a222 +SIZE (lucc-nvimpager-v0.11.0_GH0.tar.gz) = 28066 diff --git a/sysutils/nvimpager/pkg-descr b/sysutils/nvimpager/pkg-descr index 01ed59b95a87..c07bcf0edcfa 100644 --- a/sysutils/nvimpager/pkg-descr +++ b/sysutils/nvimpager/pkg-descr @@ -1,15 +1,15 @@ -Using neovim as a pager to view man pages, git diffs, whatnot with neovim's +Use neovim as a pager to view man pages, git diffs, and whatnot with neovim's syntax highlighting and mouse support. The script also has a "cat mode" which will not start up the neovim interface but instead print a highlighted version of the file to the terminal. Like cat with neovim syntax highlighting! If the input has less lines than the terminal cat mode is activated automatically so nvimpager behaves similar to less -F. Pager mode and cat mode can be enforced with the options -p and -c respectively. Nvimpager comes with a small set of command line options but you can also use all of neovim's command line options. Use nvimpager -h to see the help text. The configuration is separated from the users config for neovim. The main config file is ~/.config/nvimpager/init.vim. See the manpage for further explanation.