svn commit: r314451 - in head/databases: pear-DB pear-DBA_Relational pear-DB_DataObject pear-DB_Pager pear-DB_QueryTool pear-DB_ldap pear-DB_ldap2 pear-MDB2_Driver_pgsql pear-MDB2_Schema pear-MDB_Q...
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 14:59:06 UTC 2013
Author: miwi
Date: Sun Mar 17 14:59:02 2013
New Revision: 314451
URL: http://svnweb.freebsd.org/changeset/ports/314451
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
- Take maintainership
Modified:
head/databases/pear-DB/Makefile (contents, props changed)
head/databases/pear-DBA_Relational/Makefile
head/databases/pear-DB_DataObject/Makefile (contents, props changed)
head/databases/pear-DB_Pager/Makefile (contents, props changed)
head/databases/pear-DB_QueryTool/Makefile
head/databases/pear-DB_ldap/Makefile (contents, props changed)
head/databases/pear-DB_ldap2/Makefile (contents, props changed)
head/databases/pear-MDB2_Driver_pgsql/Makefile
head/databases/pear-MDB2_Schema/Makefile (contents, props changed)
head/databases/pear-MDB_QueryTool/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (contents, props changed)
head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (contents, props changed)
Modified: head/databases/pear-DB/Makefile
==============================================================================
--- head/databases/pear-DB/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB
-# Date created: 28 November 2002
-# Whom: Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
# $FreeBSD$
-#
PORTNAME= DB
PORTVERSION= 1.7.14
Modified: head/databases/pear-DBA_Relational/Makefile
==============================================================================
--- head/databases/pear-DBA_Relational/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DBA_Relational/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -9,7 +9,7 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= Berkely-style database abstraction class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PORTSCOUT= skipv:0.19
Modified: head/databases/pear-DB_DataObject/Makefile
==============================================================================
--- head/databases/pear-DB_DataObject/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB_DataObject/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pear-DB_DataObject
-# Date created: 23 August 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at php.net>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at php.net>)
# $FreeBSD$
-#
PORTNAME= DB_DataObject
PORTVERSION= 1.10.0
Modified: head/databases/pear-DB_Pager/Makefile
==============================================================================
--- head/databases/pear-DB_Pager/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB_Pager/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB_Pager
-# Date created: 25 Febrary 2004
-# Whom: Toshiya Saitoh (<toshiya at saitoh.nu>)
-#
+# Created by: Toshiya Saitoh (<toshiya at saitoh.nu>)
# $FreeBSD$
-#
PORTNAME= DB_Pager
PORTVERSION= 0.7
@@ -14,10 +10,10 @@ COMMENT= PEAR Database Abstraction Layer
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-NO_BUILD= yes
-FILES= Pager.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-DB_QueryTool/Makefile
==============================================================================
--- head/databases/pear-DB_QueryTool/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB_QueryTool/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB_QueryTool
-# Date created: 03 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= DB_QueryTool
PORTVERSION= 1.1.2
Modified: head/databases/pear-DB_ldap/Makefile
==============================================================================
--- head/databases/pear-DB_ldap/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB_ldap/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB_ldap
-# Date created: 08 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= DB_ldap
PORTVERSION= 1.2.1
@@ -13,7 +9,7 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP servers
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-RUN_DEPENDS:= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
+RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
PEAR_AUTOINSTALL= yes
Modified: head/databases/pear-DB_ldap2/Makefile
==============================================================================
--- head/databases/pear-DB_ldap2/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-DB_ldap2/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB_ldap2
-# Date created: 26 March 2008
-# Whom: Wen heping <wenheping at gmail.com>
-#
+# Created by: Wen heping <wenheping at gmail.com>
# $FreeBSD$
-#
PORTNAME= DB_ldap2
PORTVERSION= 0.5.1
@@ -14,34 +10,10 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-CATEGORY= DB
-FILES= ldap2.php ldap3.php
+RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= ldap
-TESTS= errors.inc prepexe.inc fetchmode_object.inc \
- sequences.inc fetchmodes.inc limit.inc \
- simplequery.inc fetchrow.inc numrows.inc \
- ldap2/01connect.phpt ldap2/101errormap_old.phpt \
- ldap2/connect.inc ldap2/02fetch.phpt \
- ldap2/102errormap.phpt ldap2/mktable.inc \
- ldap2/03simplequery.phpt ldap2/13limit.phpt \
- ldap2/setup.inc ldap2/05sequences.phpt \
- ldap2/14fetchmode_object.phpt ldap2/skipif.inc \
- ldap2/06prepexec.phpt ldap2/15quote.phpt \
- ldap2/slapd-2.0.conf ldap2/08affectedrows.phpt \
- ldap2/20ldapsetparam.phpt ldap2/slapd-2.1.conf \
- ldap2/09numrows.phpt ldap2/21ldapgetoption.phpt \
- ldap3/01connect.phpt ldap3/setup.inc \
- ldap3/slapd-2.1.conf ldap3/21ldapgetoption.phpt \
- ldap3/skipif.inc ldap3/connect.inc ldap3/slapd-2.0.conf
-_TESTSDIR= tests
-DOCS= ldap2-connect.php search-assoc.php \
- ldap3-connect.php search-ordered.php
-_DOCSDIR= docs
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
Modified: head/databases/pear-MDB2_Driver_pgsql/Makefile
==============================================================================
--- head/databases/pear-MDB2_Driver_pgsql/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-MDB2_Driver_pgsql/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -17,10 +17,5 @@ USE_PHP= pgsql
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
-BROKEN= segfaults during installation on FreeBSD 7.X
-.endif
-
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
Modified: head/databases/pear-MDB2_Schema/Makefile
==============================================================================
--- head/databases/pear-MDB2_Schema/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-MDB2_Schema/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pear-MDB2_Schema
-# Date created: 08 Feb 2007
-# Whom: Rong-En Fan <rafan at FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MDB2_Schema
PORTVERSION= 0.8.5
@@ -17,31 +13,13 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${POR
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-FILES= MDB2/Schema/Reserved/ibase.php \
- MDB2/Schema/Reserved/mssql.php \
- MDB2/Schema/Reserved/mysql.php \
- MDB2/Schema/Reserved/oci8.php \
- MDB2/Schema/Reserved/pgsql.php \
- MDB2/Schema/Parser.php \
- MDB2/Schema/Parser2.php \
- MDB2/Schema/Tool.php \
- MDB2/Schema/Validate.php \
- MDB2/Schema/Writer.php \
- MDB2/Schema/Tool/ParameterException.php \
- MDB2/Schema.php scripts/mdb2_schematool
-
-TESTS= Console_TestListener.php HTML_TestListener.php \
- MDB2_Schema_testcase.php README clitest.php driver_test.schema \
- lob_test.schema test.php testUtils.php test_setup.php.dist \
- testchoose.php tests.css
-
-DOCS= description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \
- README schema2html.xsl xml_schema_documentation.html
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
+ ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
+ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-EXAMPLES= parse.php schema.xml
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-MDB_QueryTool/Makefile
==============================================================================
--- head/databases/pear-MDB_QueryTool/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-MDB_QueryTool/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-MDB_QueryTool
-# Date created: 03 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= MDB_QueryTool
PORTVERSION= 1.2.3
Modified: head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_CSV
-# Date created: 19 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_CSV
PORTVERSION= 0.1.6
@@ -15,9 +11,7 @@ COMMENT= DataSource driver using CSV fil
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/CSV.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource
PORTVERSION= 0.1.1
CATEGORIES= databases www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= DB datasource driver for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
@@ -13,8 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
-CATEGORY= Structures
-FILES= DataGrid/DataSource/DB.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery
-# Date created: 19 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_DBQuery
PORTVERSION= 0.1.11
@@ -18,10 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= mysql
-
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/DBQuery.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_DBTable
-# Date created: 19 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_DBTable
PORTVERSION= 0.1.7
@@ -14,13 +10,11 @@ COMMENT= DataSource driver using PEAR::D
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
+ ${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table
USE_PHP= mysql
-
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/DBTable.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_MDB2
-# Date created: 19 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_MDB2
PORTVERSION= 0.1.11
@@ -18,10 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
USE_PHP= mysql
-
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/MDB2.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile Sun Mar 17 14:55:28 2013 (r314450)
+++ head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile Sun Mar 17 14:59:02 2013 (r314451)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_PDO
-# Date created: 21 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_PDO
PORTVERSION= 0.2.0
More information about the svn-ports-all
mailing list