Index: head/databases/pspg/pkg-message =================================================================== --- head/databases/pspg/pkg-message (revision 454738) +++ head/databases/pspg/pkg-message (nonexistent) @@ -1,7 +0,0 @@ -To use pspg as psql pager, add this alias: - -$ alias psql="env PAGER='pspg -bX' psql" - -For csh users: - -$ alias psql "env PAGER='pspg -bX' psql" Property changes on: head/databases/pspg/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pspg/Makefile =================================================================== --- head/databases/pspg/Makefile (revision 454738) +++ head/databases/pspg/Makefile (revision 454739) @@ -1,29 +1,32 @@ # $FreeBSD$ PORTNAME= pspg DISTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= dg@syrec.org COMMENT= Tabular data pager designed to be used with psql LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= okbob GNU_CONFIGURE= yes CFLAGS+= -D_WITH_GETLINE # enable the getline prototype PLIST_FILES= bin/pspg PORTDOCS= README.md + +SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/databases/pspg/files/pkg-message.in =================================================================== --- head/databases/pspg/files/pkg-message.in (nonexistent) +++ head/databases/pspg/files/pkg-message.in (revision 454739) @@ -0,0 +1,3 @@ +To use pspg as psql pager, add this line to ~/.psqlrc: + +\setenv PAGER '%%PREFIX%%/bin/pspg -bX' Property changes on: head/databases/pspg/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property