View | Details | Raw Unified | Return to bug 223694 | Differences between
and this patch

Collapse All | Expand All

(-)databases/pspg/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pspg
4
DISTVERSION=	0.5
5
CATEGORIES=	databases
6
7
MAINTAINER=	dg@syrec.org
8
COMMENT=	Tabular data pager designed to be used with psql
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		autoreconf ncurses pkgconfig
14
GNU_CONFIGURE=	yes
15
CFLAGS+=	-D_WITH_GETLINE
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	okbob
18
19
OPTIONS_DEFINE=	DOCS
20
21
PLIST_FILES=	bin/pspg
22
PORTDOCS=	README.md
23
24
post-install:
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
26
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
27
	${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
28
29
.include <bsd.port.mk>
(-)databases/pspg/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1510840779
2
SHA256 (okbob-pspg-0.5_GH0.tar.gz) = 754d1e380d072517e9bc2c3c38785e2f19a9f927f061de9a646fd1094baa204e
3
SIZE (okbob-pspg-0.5_GH0.tar.gz) = 845824
(-)databases/pspg/pkg-descr (+5 lines)
Line 0 Link Here
1
pspg is a small specialized pager designed to be used with psql. It has
2
support for working with tabular data, ability to freeze first few
3
rows/columns and configurable colors.
4
5
WWW: https://github.com/okbob/pspg

Return to bug 223694