summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authoragc <agc>2002-07-23 12:13:34 +0000
committeragc <agc>2002-07-23 12:13:34 +0000
commit7952fd189f340deabcde3712fd320aba24b3d139 (patch)
treeea4ffb08eec0cc817880587302222ec5536c761a /databases/phppgadmin
parent633557df6de79859180a0d7d23fc894c85090aae (diff)
downloadpkgsrc-7952fd189f340deabcde3712fd320aba24b3d139.tar.gz
Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org> phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a fully functional PostgreSQL administration utility. You can use it to create an maintain multiple databases and even multiple servers. Features include: - create and drop databases - create, copy, drop and alter table/view/sequence/function/indicie/trigger - 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
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/DESCR15
-rw-r--r--databases/phppgadmin/MESSAGE8
-rw-r--r--databases/phppgadmin/Makefile34
-rw-r--r--databases/phppgadmin/PLIST81
-rw-r--r--databases/phppgadmin/distinfo4
5 files changed, 142 insertions, 0 deletions
diff --git a/databases/phppgadmin/DESCR b/databases/phppgadmin/DESCR
new file mode 100644
index 00000000000..8f0a9d67186
--- /dev/null
+++ b/databases/phppgadmin/DESCR
@@ -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 an maintain multiple databases and even multiple servers.
+
+Features include:
+
+- create and drop databases
+- create, copy, drop and alter table/view/sequence/function/indicie/trigger
+- 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
diff --git a/databases/phppgadmin/MESSAGE b/databases/phppgadmin/MESSAGE
new file mode 100644
index 00000000000..7c91e931b9a
--- /dev/null
+++ b/databases/phppgadmin/MESSAGE
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/07/23 12:13:35 agc Exp $
+
+Copy requiered files from ${PKG_PREFIX}/share/phppgadmin to your web
+space. Do not edit "config.inc.php-dist", copy it to "config.inc.php" and
+configure it for your needs. Remember that PHP should be configured to
+have "magic_quotes=on".
+===========================================================================
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
new file mode 100644
index 00000000000..3d9e500d5c4
--- /dev/null
+++ b/databases/phppgadmin/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 12:13:35 agc Exp $
+
+DISTNAME= phpPgAdmin_2-4-2
+PKGNAME= phppgadmin-2.4.2
+CATEGORIES= databases www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phppgadmin/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= sjr@hispabsd.org
+HOMEPAGE= http://phppgadmin.sourceforge.net/
+COMMENT= Set of PHP-scripts to adminster PostgreSQL over the WWW
+
+DEPENDS+= php-pgsql>=4.1.2:../../databases/php4-pgsql
+DEPENDS+= php-pcre>=4.1.2:../../devel/php4-pcre
+
+NO_BUILD= YES
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_2-4-2//}
+
+DOC_FILES= BUGS ChangeLog Documentation.html \
+ INSTALL README TODO
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/phppgadmin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/phppgadmin/images
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.js ${PREFIX}/share/phppgadmin
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.php ${PREFIX}/share/phppgadmin
+ ${INSTALL_SCRIPT} ${WRKSRC}/config.inc.php-dist ${PREFIX}/share/phppgadmin
+ ${INSTALL_DATA} ${WRKSRC}/images/*.* ${PREFIX}/share/phppgadmin/images
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/phppgadmin
+ for f in ${DOC_FILES}; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/phppgadmin; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/phppgadmin/PLIST b/databases/phppgadmin/PLIST
new file mode 100644
index 00000000000..642378d9fcc
--- /dev/null
+++ b/databases/phppgadmin/PLIST
@@ -0,0 +1,81 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/23 12:13:35 agc Exp $
+share/doc/phppgadmin/BUGS
+share/doc/phppgadmin/ChangeLog
+share/doc/phppgadmin/Documentation.html
+share/doc/phppgadmin/INSTALL
+share/doc/phppgadmin/README
+share/doc/phppgadmin/TODO
+share/phppgadmin/all_db.php
+share/phppgadmin/basque.inc.php
+share/phppgadmin/castellano.inc.php
+share/phppgadmin/catalan.inc.php
+share/phppgadmin/chinese_big5.inc.php
+share/phppgadmin/chinese_gb.inc.php
+share/phppgadmin/config.inc.php-dist
+share/phppgadmin/danish.inc.php
+share/phppgadmin/db_create.php
+share/phppgadmin/db_details.php
+share/phppgadmin/db_dump.php
+share/phppgadmin/db_privilege.php
+share/phppgadmin/db_readdump.php
+share/phppgadmin/dutch.inc.php
+share/phppgadmin/english.inc.php
+share/phppgadmin/file_sql.php
+share/phppgadmin/footer.inc.php
+share/phppgadmin/french.inc.php
+share/phppgadmin/func_edit.php
+share/phppgadmin/func_properties.php
+share/phppgadmin/german.inc.php
+share/phppgadmin/grp_admin.php
+share/phppgadmin/header.inc.php
+share/phppgadmin/hung.inc.php
+share/phppgadmin/images/bkg.gif
+share/phppgadmin/images/browse.gif
+share/phppgadmin/images/minus.gif
+share/phppgadmin/images/plus.gif
+share/phppgadmin/images/spacer.gif
+share/phppgadmin/index.php
+share/phppgadmin/italian.inc.php
+share/phppgadmin/ldi_check.php
+share/phppgadmin/ldi_table.php
+share/phppgadmin/left.js
+share/phppgadmin/left.php
+share/phppgadmin/lib.inc.php
+share/phppgadmin/login.inc.php
+share/phppgadmin/main.php
+share/phppgadmin/norwegian.inc.php
+share/phppgadmin/oper_create.php
+share/phppgadmin/oper_properties.php
+share/phppgadmin/polish.inc.php
+share/phppgadmin/portuguese.inc.php
+share/phppgadmin/rep_create.php
+share/phppgadmin/rep_properties.php
+share/phppgadmin/reports.php
+share/phppgadmin/russian-koi8.inc.php
+share/phppgadmin/russian-win1251.inc.php
+share/phppgadmin/seq_create.php
+share/phppgadmin/spanish.inc.php
+share/phppgadmin/sql.php
+share/phppgadmin/tbl_addfield.php
+share/phppgadmin/tbl_alter.php
+share/phppgadmin/tbl_alter_drop.php
+share/phppgadmin/tbl_change.php
+share/phppgadmin/tbl_copy.php
+share/phppgadmin/tbl_create.php
+share/phppgadmin/tbl_dump.php
+share/phppgadmin/tbl_form.inc.php
+share/phppgadmin/tbl_privilege.php
+share/phppgadmin/tbl_properties.inc.php
+share/phppgadmin/tbl_properties.php
+share/phppgadmin/tbl_qbe.php
+share/phppgadmin/tbl_rename.php
+share/phppgadmin/tbl_replace.php
+share/phppgadmin/tbl_select.php
+share/phppgadmin/trig_create.php
+share/phppgadmin/trig_properties.php
+share/phppgadmin/turkish.inc.php
+share/phppgadmin/user_admin.php
+share/phppgadmin/view_create.php
+@dirrm share/phppgadmin/images
+@dirrm share/phppgadmin
+@dirrm share/doc/phppgadmin
diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo
new file mode 100644
index 00000000000..bb1070d1561
--- /dev/null
+++ b/databases/phppgadmin/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/07/23 12:13:34 agc Exp $
+
+SHA1 (phpPgAdmin_2-4-2.tar.bz2) = 0115ace79a6c60f27a3f9916e0002556bebc7ab7
+Size (phpPgAdmin_2-4-2.tar.bz2) = 93769 bytes