Index: pgworksheet/Makefile =================================================================== --- pgworksheet/Makefile (revision 378861) +++ pgworksheet/Makefile (working copy) @@ -7,9 +7,11 @@ CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1695/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Simple PostreSQL GUI front end +LICENSE= GPLv2 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:${PORTSDIR}/databases/py-pyPgSQL USES= pgsql python:2 tar:bzip2 Index: pgworksheet/pkg-descr =================================================================== --- pgworksheet/pkg-descr (revision 378861) +++ pgworksheet/pkg-descr (working copy) @@ -1,6 +1,8 @@ PgWorksheet is a simple GUI frontend to PostgreSQL for executing -SQL queries and psql commands without using the psql command line tool. +SQL queries, and psql commands without the need for the psql +command line tools. -Developed by Henri Michelon. +Originally Developed by Henri Michelon, and now currently +Maintained and Developed by Chris Hutchinson. -WWW: http://pgworksheet.projects.postgresql.org/ +WWW: http://BSDforge.com/projects/databases/pgworksheet/