Index: databases/pspg/Makefile =================================================================== --- databases/pspg/Makefile (nonexistent) +++ databases/pspg/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= pspg +DISTVERSION= 0.6 +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 +GNU_CONFIGURE= yes +CFLAGS+= -D_WITH_GETLINE +USE_GITHUB= yes +GH_ACCOUNT= okbob + +OPTIONS_DEFINE= DOCS + +PLIST_FILES= bin/pspg +PORTDOCS= README.md + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: databases/pspg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/pspg/distinfo =================================================================== --- databases/pspg/distinfo (nonexistent) +++ databases/pspg/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511014089 +SHA256 (okbob-pspg-0.6_GH0.tar.gz) = 3b6a26ce43759eef6524230905a2b444bcbdbb133dda337d44efa05bddcce59a +SIZE (okbob-pspg-0.6_GH0.tar.gz) = 845851 Property changes on: databases/pspg/distinfo ___________________________________________________________________ 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 Index: databases/pspg/pkg-descr =================================================================== --- databases/pspg/pkg-descr (nonexistent) +++ databases/pspg/pkg-descr (working copy) @@ -0,0 +1,5 @@ +pspg is a small specialized pager designed to be used with psql. It know how +to work with tabular data, has the ability to freeze first few rows/columns +and configurable colors. + +WWW: https://github.com/okbob/pspg Property changes on: databases/pspg/pkg-descr ___________________________________________________________________ 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 Index: databases/pspg/pkg-message =================================================================== --- databases/pspg/pkg-message (nonexistent) +++ databases/pspg/pkg-message (working copy) @@ -0,0 +1,7 @@ +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: databases/pspg/pkg-message ___________________________________________________________________ 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