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

Collapse All | Expand All

(-)databases/pspg/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pspg
3
PORTNAME=	pspg
4
DISTVERSION=	1.7.2
4
DISTVERSION=	2.0.1
5
CATEGORIES=	databases
5
CATEGORIES=	databases
6
6
7
MAINTAINER=	dg@syrec.org
7
MAINTAINER=	dg@syrec.org
(-)databases/pspg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1567371014
1
TIMESTAMP = 1568031864
2
SHA256 (okbob-pspg-1.7.2_GH0.tar.gz) = 8865da5672cb160a5609e0e6f3de0377b3e25e287311a54c0290edbb56f367f1
2
SHA256 (okbob-pspg-2.0.1_GH0.tar.gz) = 9dc539b4acde5a11adc90a2017dd9a26fd32636fc1109c49dfdf4283e224144b
3
SIZE (okbob-pspg-1.7.2_GH0.tar.gz) = 1316356
3
SIZE (okbob-pspg-2.0.1_GH0.tar.gz) = 1326727
(-)databases/pspg/pkg-descr (-3 / +4 lines)
Lines 1-5 Link Here
1
pspg is a small specialized pager designed to be used with psql. It know how
1
pspg is a small specialized pager designed to work with tables. Its primary
2
to work with tabular data, has the ability to freeze first few rows/columns
2
purpose is to work as PostgreSQL pager, but MySQL is supported too. Main
3
and configurable colors.
3
features include the ability to freeze first few rows/columns, possibility to
4
sort data by specified numeric column and configurable color themes.
4
5
5
WWW: https://github.com/okbob/pspg
6
WWW: https://github.com/okbob/pspg

Return to bug 240365