Add phppgadmin 2.2.1.p1,web Based Postgres Administration.

This commit is contained in:
Neil Blakey-Milner 2001-01-19 15:00:39 +00:00
parent 00fd580f6f
commit e2d2171a53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37331
6 changed files with 121 additions and 0 deletions

View file

@ -51,6 +51,7 @@
SUBDIR += p5-hp200lx-db
SUBDIR += pgaccess
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgresql7
SUBDIR += pxtools
SUBDIR += py-MySQL

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: phpPgAdmin
# Date created: 19 Jan 2001
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= phppgadmin
PORTVERSION= 2.2.1.p1
CATEGORIES= databases www
MASTER_SITES= ftp://ftp.greatbridge.org/pub/phppgadmin/stable/
DISTNAME= phpPgAdmin_2-2-1-pl1
MAINTAINER= nbm@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/pgsql/lib/libpq.so:${PORTSDIR}/databases/postgresql7
.if defined(WITH_PHP4)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3
.endif
WRKSRC= ${WRKDIR}/phpPgAdmin
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/www/data.default/phpPgAdmin/
${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/phpPgAdmin/
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (phpPgAdmin_2-2-1-pl1.tar.gz) = ae04556b8f0492f45b4b60f1a448ad73

View file

@ -0,0 +1 @@
Web Based Postgres Administration

View file

@ -0,0 +1,15 @@
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a
fully functional PostgreSQL administration utility. You can use it to create
and maintain multiple databases and even multiple servers.
Features include:
- create and drop databases
- create, copy, drop and alter
tables/views/sequences/functions/indicies/triggers
- edit and add fields (to the extent Postgres allows)
- execute any SQL-statement, even batch-queries
- manage primary and unique keys
- create and read dumps of tables
- administer one single database
- administer multiple servers
- administer postgres users and groups

View file

@ -0,0 +1,72 @@
www/data.default/phpPgAdmin/BUGS
www/data.default/phpPgAdmin/ChangeLog
www/data.default/phpPgAdmin/DEVELOPERS
www/data.default/phpPgAdmin/Documentation.html
www/data.default/phpPgAdmin/INSTALL
www/data.default/phpPgAdmin/README
www/data.default/phpPgAdmin/TODO
www/data.default/phpPgAdmin/catala.inc.php
www/data.default/phpPgAdmin/chinese_big5.inc.php
www/data.default/phpPgAdmin/chinese_gb.inc.php
www/data.default/phpPgAdmin/config.inc.php
www/data.default/phpPgAdmin/danish.inc.php
www/data.default/phpPgAdmin/db_create.php
www/data.default/phpPgAdmin/db_details.php
www/data.default/phpPgAdmin/db_dump.php
www/data.default/phpPgAdmin/db_privilege.php
www/data.default/phpPgAdmin/db_readdump.php
www/data.default/phpPgAdmin/english.inc.php
www/data.default/phpPgAdmin/extchg.sh
www/data.default/phpPgAdmin/file_sql.php
www/data.default/phpPgAdmin/footer.inc.php
www/data.default/phpPgAdmin/french.inc.php
www/data.default/phpPgAdmin/func_edit.php
www/data.default/phpPgAdmin/func_properties.php
www/data.default/phpPgAdmin/grp_admin.php
www/data.default/phpPgAdmin/header.inc.php
www/data.default/phpPgAdmin/images/.cvsignore
www/data.default/phpPgAdmin/images/bkg.gif
www/data.default/phpPgAdmin/images/browse.gif
www/data.default/phpPgAdmin/images/minus.gif
www/data.default/phpPgAdmin/images/plus.gif
www/data.default/phpPgAdmin/images/spacer.gif
www/data.default/phpPgAdmin/index.php
www/data.default/phpPgAdmin/italian.inc.php
www/data.default/phpPgAdmin/ldi_check.php
www/data.default/phpPgAdmin/ldi_table.php
www/data.default/phpPgAdmin/left.php
www/data.default/phpPgAdmin/lib.inc.php
www/data.default/phpPgAdmin/login.inc.php
www/data.default/phpPgAdmin/main.php
www/data.default/phpPgAdmin/norwegian.inc.php
www/data.default/phpPgAdmin/old.chinese_big5.inc.php
www/data.default/phpPgAdmin/portuguese.inc.php
www/data.default/phpPgAdmin/postgres.sh
www/data.default/phpPgAdmin/russian-koi8.inc.php
www/data.default/phpPgAdmin/russian-win1251.inc.php
www/data.default/phpPgAdmin/seq_create.php
www/data.default/phpPgAdmin/spanish.inc.php
www/data.default/phpPgAdmin/sql.php
www/data.default/phpPgAdmin/tbl_addfield.php
www/data.default/phpPgAdmin/tbl_alter.php
www/data.default/phpPgAdmin/tbl_alter_drop.php
www/data.default/phpPgAdmin/tbl_change.php
www/data.default/phpPgAdmin/tbl_copy.php
www/data.default/phpPgAdmin/tbl_create.php
www/data.default/phpPgAdmin/tbl_dump.php
www/data.default/phpPgAdmin/tbl_form.inc.php
www/data.default/phpPgAdmin/tbl_privilege.php
www/data.default/phpPgAdmin/tbl_properties.inc.php
www/data.default/phpPgAdmin/tbl_properties.php
www/data.default/phpPgAdmin/tbl_qbe.php
www/data.default/phpPgAdmin/tbl_rename.php
www/data.default/phpPgAdmin/tbl_replace.php
www/data.default/phpPgAdmin/tbl_select.php
www/data.default/phpPgAdmin/trig_create.php
www/data.default/phpPgAdmin/trig_properties.php
www/data.default/phpPgAdmin/user_admin.php
www/data.default/phpPgAdmin/view_create.php
@dirrm www/data.default/phpPgAdmin/images
@dirrm www/data.default/phpPgAdmin
@dirrm www/data.default
@dirrm www