Update to 3.1

- Sort PLIST
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/darold/pgFormatter/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-09-13 21:52:22 +00:00
parent 44528e3d9c
commit 1aba4ba12c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479698
4 changed files with 19 additions and 15 deletions

View file

@ -2,11 +2,11 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= pgFormatter PORTNAME= pgFormatter
PORTVERSION= 3.0 PORTVERSION= 3.1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= ports@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PostgreSQL SQL syntax beautifier COMMENT= PostgreSQL SQL syntax beautifier
LICENSE= PostgreSQL LICENSE= PostgreSQL
@ -14,8 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= darold GH_ACCOUNT= darold
NO_ARCH= yes NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1534388007 TIMESTAMP = 1536875089
SHA256 (darold-pgFormatter-v3.0_GH0.tar.gz) = 8cf2452d0e4a6448e86b80e9a0dbc9252729544150f3141d14192e33bc86fedb SHA256 (darold-pgFormatter-v3.1_GH0.tar.gz) = 250e3cfab11deda28d86a3e0ba9d3e03a76106957bd122fdbbf08953e68f88fc
SIZE (darold-pgFormatter-v3.0_GH0.tar.gz) = 61783 SIZE (darold-pgFormatter-v3.1_GH0.tar.gz) = 90564

View file

@ -1,8 +1,10 @@
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other
works with any other databases too. pgFormatter can work as a console databases too.
program or as a CGI. It will automatically detect his environment and
output as text or as HTML following the context. Keywords highlighting pgFormatter can work as a console program or as a CGI. It will automatically
will only be available in CGI context. detect his environment and output as text or as HTML following the context.
Keywords highlighting will only be available in CGI context.
WWW: https://github.com/darold/pgFormatter WWW: https://github.com/darold/pgFormatter

View file

@ -1,9 +1,9 @@
bin/pg_format bin/pg_format
%%PERL5_MAN1%%/pg_format.1.gz
%%PERL5_MAN3%%/pgFormatter::Beautify.3.gz
%%PERL5_MAN3%%/pgFormatter::CGI.3.gz
%%PERL5_MAN3%%/pgFormatter::CLI.3.gz
%%SITE_PERL%%/pgFormatter/Beautify.pm %%SITE_PERL%%/pgFormatter/Beautify.pm
%%SITE_PERL%%/pgFormatter/CGI.pm %%SITE_PERL%%/pgFormatter/CGI.pm
%%SITE_PERL%%/pgFormatter/CLI.pm %%SITE_PERL%%/pgFormatter/CLI.pm
%%SITE_PERL%%/regress_test.pl %%SITE_PERL%%/regress_test.pl
%%PERL5_MAN1%%/pg_format.1.gz
%%PERL5_MAN3%%/pgFormatter::Beautify.3.gz
%%PERL5_MAN3%%/pgFormatter::CGI.3.gz
%%PERL5_MAN3%%/pgFormatter::CLI.3.gz