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

Collapse All | Expand All

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

Return to bug 197557