Index: head/sysutils/vimpager/Makefile =================================================================== --- head/sysutils/vimpager/Makefile (revision 542112) +++ head/sysutils/vimpager/Makefile (revision 542113) @@ -1,35 +1,36 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= vimpager DISTVERSION= 2.06.20200712 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org -COMMENT= Use ViM as a pager +COMMENT= Use Vim/NeoVim as a pager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= rkitover GH_TAGNAME= 85004fd NO_ARCH= yes OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= BACKEND OPTIONS_DEFAULT=VIM OPTIONS_SINGLE_BACKEND= NEOVIM VIM VIMCONSOLE BACKEND_DESC= Choose your Vim backend NEOVIM_DESC= NeoVim VIM_DESC= Full Vim (vim) VIMCONSOLE_DESC=Console-only Vim (vim-console) NEOVIM_RUN_DEPENDS= nvim:editors/neovim VIM_RUN_DEPENDS= vim:editors/vim VIMCONSOLE_RUN_DEPENDS= vim:editors/vim-console .include Index: head/sysutils/vimpager/pkg-descr =================================================================== --- head/sysutils/vimpager/pkg-descr (revision 542112) +++ head/sysutils/vimpager/pkg-descr (revision 542113) @@ -1,10 +1,12 @@ -Use ViM as a more(1)/less(1) pager replacement. +Vimpager uses the power of Vim to provide a powerful pager. +It runs Vim (or NeoVim, or even GVim) and acts as a frontend, +allowing for full Vim syntax highlighting, navigation, and +configurability. -To set as your default pager, export PAGER=vimpager in your shell's -rcfile. +To make Vimpager look for anything other than `vim', set +VIMPAGER_VIM=nvim or VIMPAGER_VIM=gvim. -See the manpage for various options. Of note, some options in your -.vimrc can cause strange behaviour. Creating ~/.vimpagerrc will give -you a clean ViM environment. +To set Vimpager as your default pager, export PAGER=vimpager +in your shell. WWW: https://github.com/rkitover/vimpager Index: head/sysutils/vimpager/pkg-message =================================================================== --- head/sysutils/vimpager/pkg-message (nonexistent) +++ head/sysutils/vimpager/pkg-message (revision 542113) @@ -0,0 +1,11 @@ +[ +{ type: install + message: <