diff options
author | jgh <jgh@FreeBSD.org> | 2019-09-12 02:09:32 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2019-09-12 02:09:32 +0800 |
commit | 0107af3f9ffbf26c7915dcdbad678fd461f8f2d1 (patch) | |
tree | bd66db5d84e0f271e4500f4482e45fc393be0302 /databases/pspg | |
parent | 58973e038c0a535808fc81aa0ff1268b3bc10daf (diff) | |
download | freebsd-ports-gnome-0107af3f9ffbf26c7915dcdbad678fd461f8f2d1.tar.gz freebsd-ports-gnome-0107af3f9ffbf26c7915dcdbad678fd461f8f2d1.tar.zst freebsd-ports-gnome-0107af3f9ffbf26c7915dcdbad678fd461f8f2d1.zip |
- update to 2.0.2
PR: 240365
Submitted by: dg@syrec.org (maintainer)
Changelog: https://github.com/okbob/pspg/releases
Diffstat (limited to 'databases/pspg')
-rw-r--r-- | databases/pspg/Makefile | 2 | ||||
-rw-r--r-- | databases/pspg/distinfo | 6 | ||||
-rw-r--r-- | databases/pspg/pkg-descr | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 8078b8480680..ffe7101ebb47 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pspg -DISTVERSION= 1.7.2 +DISTVERSION= 2.0.2 CATEGORIES= databases MAINTAINER= dg@syrec.org diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo index d3433044eee9..43c729bea7ca 100644 --- a/databases/pspg/distinfo +++ b/databases/pspg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567371014 -SHA256 (okbob-pspg-1.7.2_GH0.tar.gz) = 8865da5672cb160a5609e0e6f3de0377b3e25e287311a54c0290edbb56f367f1 -SIZE (okbob-pspg-1.7.2_GH0.tar.gz) = 1316356 +TIMESTAMP = 1568217796 +SHA256 (okbob-pspg-2.0.2_GH0.tar.gz) = 7d3b1b2467c004302128d794243824e75b84182790e3e3815dc1b9403ecc691e +SIZE (okbob-pspg-2.0.2_GH0.tar.gz) = 1328279 diff --git a/databases/pspg/pkg-descr b/databases/pspg/pkg-descr index 3004b2e4d975..5956d33dcfc6 100644 --- a/databases/pspg/pkg-descr +++ b/databases/pspg/pkg-descr @@ -1,5 +1,6 @@ -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. +pspg is a small specialized pager designed to work with tables. Its primary +purpose is to work as PostgreSQL pager, but MySQL is supported too. Main +features include the ability to freeze first few rows/columns, possibility to +sort data by specified numeric column and configurable color themes. WWW: https://github.com/okbob/pspg |