freebsd-ports/databases/pgFormatter/pkg-plist
Torsten Zuehlsdorff e607abfee3 New port: databases/pgFormatter
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
works with any other databases too. pgFormatter can work as a console
program or as a CGI. It will automatically 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

PR:           219681
Submitted by: Jov <amutu@amutu.com>
2017-07-05 13:08:12 +00:00

9 lines
294 B
Text

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/CGI.pm
%%SITE_PERL%%/pgFormatter/CLI.pm
%%SITE_PERL%%/regress_test.pl