Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.29 2013/03/16 07:21:19 obache Exp $
# $NetBSD: Makefile,v 1.31 2014/09/17 10:50:15 wiz Exp $
DISTNAME= phpPgAdmin-5.0.4
DISTNAME= phpPgAdmin-5.1
PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/}
PKGREVISION= 1
CATEGORIES= databases www
@@ -18,12 +18,6 @@ MESSAGE_SUBST+= EGDIR=${EGDIR}
NO_BUILD= YES
PHPPGBASE= ${PREFIX}/share/phppgadmin
PHPPGHIER= conf classes/database classes/plugins help \
images/themes/cappuccino images/themes/default \
js lang/recoded \
libraries/adodb/drivers libraries/adodb/lang libraries/js \
sql themes/cappuccino themes/default themes/gotar \
xloadtree
EGDIR= ${PREFIX}/share/examples/phppgadmin
DOCDIR= ${PREFIX}/share/doc/phppgadmin
@@ -49,47 +43,20 @@ do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PHPPGBASE}
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
for d in ${PHPPGHIER}; do \
for d in $$(cd ${WRKSRC} && find . -type d); do \
${INSTALL_DATA_DIR} ${DESTDIR}${PHPPGBASE}/$$d; \
done
${INSTALL_SCRIPT} ${WRKSRC}/*.* ${DESTDIR}${PHPPGBASE}
${INSTALL_SCRIPT} ${WRKSRC}/classes/*.* ${DESTDIR}${PHPPGBASE}/classes
${INSTALL_SCRIPT} ${WRKSRC}/classes/database/* \
${DESTDIR}${PHPPGBASE}/classes/database
${INSTALL_SCRIPT} ${WRKSRC}/classes/plugins/* \
${DESTDIR}${PHPPGBASE}/classes/plugins
${INSTALL_SCRIPT} ${WRKSRC}/help/* ${DESTDIR}${PHPPGBASE}/help
${INSTALL_DATA} ${WRKSRC}/images/themes/cappuccino/*.png \
${DESTDIR}${PHPPGBASE}/images/themes/cappuccino
${INSTALL_DATA} ${WRKSRC}/images/themes/default/*.png \
${DESTDIR}${PHPPGBASE}/images/themes/default
${INSTALL_DATA} ${WRKSRC}/js/*.js \
${DESTDIR}${PHPPGBASE}/js
${INSTALL_SCRIPT} ${WRKSRC}/lang/*.* ${DESTDIR}${PHPPGBASE}/lang
${INSTALL_SCRIPT} ${WRKSRC}/lang/recoded/*.* ${DESTDIR}${PHPPGBASE}/lang/recoded
${INSTALL_SCRIPT} ${WRKSRC}/libraries/*.php ${DESTDIR}${PHPPGBASE}/libraries
${INSTALL_SCRIPT} ${WRKSRC}/libraries/adodb/*.php \
${DESTDIR}${PHPPGBASE}/libraries/adodb
${INSTALL_DATA} ${WRKSRC}/libraries/adodb/*.txt \
${DESTDIR}${PHPPGBASE}/libraries/adodb
${INSTALL_SCRIPT} ${WRKSRC}/libraries/adodb/drivers/* \
${DESTDIR}${PHPPGBASE}/libraries/adodb/drivers
${INSTALL_SCRIPT} ${WRKSRC}/libraries/adodb/lang/* \
${DESTDIR}${PHPPGBASE}/libraries/adodb/lang
${INSTALL_DATA} ${WRKSRC}/libraries/js/*.js \
${DESTDIR}${PHPPGBASE}/libraries/js
${INSTALL_DATA} ${WRKSRC}/sql/* ${DESTDIR}${PHPPGBASE}/sql
${INSTALL_DATA} ${WRKSRC}/themes/global.css \
${DESTDIR}${PHPPGBASE}/themes
${INSTALL_SCRIPT} ${WRKSRC}/themes/*.php \
${DESTDIR}${PHPPGBASE}/themes
for theme in cappuccino default gotar; do \
${INSTALL_DATA} ${WRKSRC}/themes/$$theme/global.css \
${DESTDIR}${PHPPGBASE}/themes/$$theme; done
${INSTALL_DATA} ${WRKSRC}/xloadtree/*.* \
${DESTDIR}${PHPPGBASE}/xloadtree
${INSTALL_SCRIPT} ${WRKSRC}/*.php ${DESTDIR}${PHPPGBASE}
cd ${WRKSRC}; \
for f in $$(find . -name "*.php"); do \
${INSTALL_SCRIPT} $$f ${DESTDIR}${PHPPGBASE}/$$f; \
done
# data:
cd ${WRKSRC}; \
for f in $$(find . -name "*.sql" -o -name "*.txt" -o -name "*.css" -o -name "*.js" -o -name "*.png" -o -name "*.gif" -o -name "*.ico"); do \
${INSTALL_DATA} $$f ${DESTDIR}${PHPPGBASE}/$$f; \
done
${INSTALL_DATA} ${WRKSRC}/conf/config.inc.php-dist ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKDIR}/apache.conf ${DESTDIR}${EGDIR}

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.15 2012/07/18 09:03:37 asau Exp $
@comment $NetBSD: PLIST,v 1.17 2014/09/17 10:50:15 wiz Exp $
share/doc/phppgadmin/CREDITS
share/doc/phppgadmin/DEVELOPERS
share/doc/phppgadmin/FAQ
@@ -14,12 +14,12 @@ share/phppgadmin/aggregates.php
share/phppgadmin/ajax-ac-insert.php
share/phppgadmin/all_db.php
share/phppgadmin/browser.php
share/phppgadmin/build_tests.php
share/phppgadmin/casts.php
share/phppgadmin/classes/ArrayRecordSet.php
share/phppgadmin/classes/Gui.php
share/phppgadmin/classes/Misc.php
share/phppgadmin/classes/Reports.php
share/phppgadmin/classes/Plugin.php
share/phppgadmin/classes/PluginManager.php
share/phppgadmin/classes/class.select.php
share/phppgadmin/classes/database/ADODB_base.php
share/phppgadmin/classes/database/Connection.php
@@ -30,9 +30,10 @@ share/phppgadmin/classes/database/Postgres81.php
share/phppgadmin/classes/database/Postgres82.php
share/phppgadmin/classes/database/Postgres83.php
share/phppgadmin/classes/database/Postgres84.php
share/phppgadmin/classes/plugins/Plugin.php
share/phppgadmin/classes/plugins/Slony.php
share/phppgadmin/classes/database/Postgres90.php
share/phppgadmin/classes/database/Postgres91.php
share/phppgadmin/colproperties.php
share/phppgadmin/conf/config.inc.php
share/phppgadmin/constraints.php
share/phppgadmin/conversions.php
share/phppgadmin/database.php
@@ -53,6 +54,8 @@ share/phppgadmin/help/PostgresDoc82.php
share/phppgadmin/help/PostgresDoc83.php
share/phppgadmin/help/PostgresDoc84.php
share/phppgadmin/help/PostgresDoc90.php
share/phppgadmin/help/PostgresDoc91.php
share/phppgadmin/help/PostgresDoc92.php
share/phppgadmin/history.php
share/phppgadmin/images/themes/cappuccino/Lminus.png
share/phppgadmin/images/themes/cappuccino/Lplus.png
@@ -96,6 +99,7 @@ share/phppgadmin/images/themes/default/Execute.png
share/phppgadmin/images/themes/default/ExecuteSave.png
share/phppgadmin/images/themes/default/Explain.png
share/phppgadmin/images/themes/default/Export.png
share/phppgadmin/images/themes/default/Favicon.ico
share/phppgadmin/images/themes/default/Filter.png
share/phppgadmin/images/themes/default/ForeignKey.png
share/phppgadmin/images/themes/default/Fts.png
@@ -122,6 +126,7 @@ share/phppgadmin/images/themes/default/Languages.png
share/phppgadmin/images/themes/default/Listen.png
share/phppgadmin/images/themes/default/Listens.png
share/phppgadmin/images/themes/default/Lminus.png
share/phppgadmin/images/themes/default/Loading.gif
share/phppgadmin/images/themes/default/LowerArgument.png
share/phppgadmin/images/themes/default/Lplus.png
share/phppgadmin/images/themes/default/Node.png
@@ -149,8 +154,6 @@ share/phppgadmin/images/themes/default/Refresh.png
share/phppgadmin/images/themes/default/RemoveArgument.png
share/phppgadmin/images/themes/default/Replication.png
share/phppgadmin/images/themes/default/ReplicationSets.png
share/phppgadmin/images/themes/default/Report.png
share/phppgadmin/images/themes/default/Reports.png
share/phppgadmin/images/themes/default/Restore.png
share/phppgadmin/images/themes/default/Roles.png
share/phppgadmin/images/themes/default/Rule.png
@@ -210,7 +213,6 @@ share/phppgadmin/lang/chinese-sim.php
share/phppgadmin/lang/chinese-tr.php
share/phppgadmin/lang/chinese-utf8-zh_CN.php
share/phppgadmin/lang/chinese-utf8-zh_TW.php
share/phppgadmin/lang/convert.awk
share/phppgadmin/lang/czech.php
share/phppgadmin/lang/danish.php
share/phppgadmin/lang/dutch.php
@@ -223,41 +225,11 @@ share/phppgadmin/lang/hebrew.php
share/phppgadmin/lang/hungarian.php
share/phppgadmin/lang/italian.php
share/phppgadmin/lang/japanese.php
share/phppgadmin/lang/lithuanian.php
share/phppgadmin/lang/mongol.php
share/phppgadmin/lang/polish.php
share/phppgadmin/lang/portuguese-br.php
share/phppgadmin/lang/portuguese-pt.php
share/phppgadmin/lang/recoded/afrikaans.php
share/phppgadmin/lang/recoded/arabic.php
share/phppgadmin/lang/recoded/catalan.php
share/phppgadmin/lang/recoded/chinese-sim.php
share/phppgadmin/lang/recoded/chinese-tr.php
share/phppgadmin/lang/recoded/chinese-utf8-zh_CN.php
share/phppgadmin/lang/recoded/chinese-utf8-zh_TW.php
share/phppgadmin/lang/recoded/czech.php
share/phppgadmin/lang/recoded/danish.php
share/phppgadmin/lang/recoded/dutch.php
share/phppgadmin/lang/recoded/english.php
share/phppgadmin/lang/recoded/french.php
share/phppgadmin/lang/recoded/galician.php
share/phppgadmin/lang/recoded/german.php
share/phppgadmin/lang/recoded/greek.php
share/phppgadmin/lang/recoded/hebrew.php
share/phppgadmin/lang/recoded/hungarian.php
share/phppgadmin/lang/recoded/italian.php
share/phppgadmin/lang/recoded/japanese.php
share/phppgadmin/lang/recoded/mongol.php
share/phppgadmin/lang/recoded/polish.php
share/phppgadmin/lang/recoded/portuguese-br.php
share/phppgadmin/lang/recoded/portuguese-pt.php
share/phppgadmin/lang/recoded/romanian.php
share/phppgadmin/lang/recoded/russian-utf8.php
share/phppgadmin/lang/recoded/russian.php
share/phppgadmin/lang/recoded/slovak.php
share/phppgadmin/lang/recoded/spanish.php
share/phppgadmin/lang/recoded/swedish.php
share/phppgadmin/lang/recoded/turkish.php
share/phppgadmin/lang/recoded/ukrainian.php
share/phppgadmin/lang/romanian.php
share/phppgadmin/lang/russian-utf8.php
share/phppgadmin/lang/russian.php
@@ -317,10 +289,48 @@ share/phppgadmin/logout.php
share/phppgadmin/multiactionform.js
share/phppgadmin/opclasses.php
share/phppgadmin/operators.php
share/phppgadmin/plugin_slony.php
share/phppgadmin/plugin.php
share/phppgadmin/plugins/GuiControl/conf/config.inc.php
share/phppgadmin/plugins/GuiControl/plugin.php
share/phppgadmin/plugins/Report/classes/Reports.php
share/phppgadmin/plugins/Report/conf/config.inc.php
share/phppgadmin/plugins/Report/images/Report.png
share/phppgadmin/plugins/Report/images/Reports.png
share/phppgadmin/plugins/Report/lang/afrikaans.php
share/phppgadmin/plugins/Report/lang/arabic.php
share/phppgadmin/plugins/Report/lang/catalan.php
share/phppgadmin/plugins/Report/lang/chinese-sim.php
share/phppgadmin/plugins/Report/lang/chinese-tr.php
share/phppgadmin/plugins/Report/lang/chinese-utf8-zh_CN.php
share/phppgadmin/plugins/Report/lang/chinese-utf8-zh_TW.php
share/phppgadmin/plugins/Report/lang/czech.php
share/phppgadmin/plugins/Report/lang/danish.php
share/phppgadmin/plugins/Report/lang/dutch.php
share/phppgadmin/plugins/Report/lang/english.php
share/phppgadmin/plugins/Report/lang/french.php
share/phppgadmin/plugins/Report/lang/galician.php
share/phppgadmin/plugins/Report/lang/german.php
share/phppgadmin/plugins/Report/lang/greek.php
share/phppgadmin/plugins/Report/lang/hebrew.php
share/phppgadmin/plugins/Report/lang/hungarian.php
share/phppgadmin/plugins/Report/lang/italian.php
share/phppgadmin/plugins/Report/lang/japanese.php
share/phppgadmin/plugins/Report/lang/lithuanian.php
share/phppgadmin/plugins/Report/lang/mongol.php
share/phppgadmin/plugins/Report/lang/polish.php
share/phppgadmin/plugins/Report/lang/portuguese-br.php
share/phppgadmin/plugins/Report/lang/portuguese-pt.php
share/phppgadmin/plugins/Report/lang/romanian.php
share/phppgadmin/plugins/Report/lang/russian.php
share/phppgadmin/plugins/Report/lang/slovak.php
share/phppgadmin/plugins/Report/lang/spanish.php
share/phppgadmin/plugins/Report/lang/swedish.php
share/phppgadmin/plugins/Report/lang/turkish.php
share/phppgadmin/plugins/Report/lang/ukrainian.php
share/phppgadmin/plugins/Report/plugin.php
share/phppgadmin/plugins/Report/sql/reports-pgsql.sql
share/phppgadmin/privileges.php
share/phppgadmin/redirect.php
share/phppgadmin/reports.php
share/phppgadmin/robots.txt
share/phppgadmin/roles.php
share/phppgadmin/rules.php
@@ -328,7 +338,6 @@ share/phppgadmin/schemas.php
share/phppgadmin/sequences.php
share/phppgadmin/servers.php
share/phppgadmin/sql.php
share/phppgadmin/sql/reports-pgsql.sql
share/phppgadmin/sqledit.php
share/phppgadmin/tables.js
share/phppgadmin/tables.php
@@ -346,4 +355,3 @@ share/phppgadmin/viewproperties.php
share/phppgadmin/views.php
share/phppgadmin/xloadtree/xloadtree2.js
share/phppgadmin/xloadtree/xtree2.js
@pkgdir share/phppgadmin/conf

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2012/07/18 09:03:37 asau Exp $
$NetBSD: distinfo,v 1.13 2014/06/14 15:21:46 asau Exp $
SHA1 (phpPgAdmin-5.0.4.tar.bz2) = fb8cad25b33de7c777f1c69287e7f264a9e22b5f
RMD160 (phpPgAdmin-5.0.4.tar.bz2) = d3cad1238e9c89b7e20b5032cf932cd6e15a9b8d
Size (phpPgAdmin-5.0.4.tar.bz2) = 778547 bytes
SHA1 (phpPgAdmin-5.1.tar.bz2) = d7a1f42f79370e1006dcdf558ab888275a70c3c9
RMD160 (phpPgAdmin-5.1.tar.bz2) = d802641475f6ba7f07196b84123666603134e1a1
Size (phpPgAdmin-5.1.tar.bz2) = 583620 bytes