diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:59:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:59:02 +0000 |
commit | dee666147493e28c437cc34f799245257659247b (patch) | |
tree | 7ddef302ffe6c1abc445f650e146b5b8ef269c73 /databases | |
parent | e3f39c752edbc5fc8a5251c4e029ce73aa38c50e (diff) | |
download | ports-dee666147493e28c437cc34f799245257659247b.tar.gz ports-dee666147493e28c437cc34f799245257659247b.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pear-DB/Makefile | 6 | ||||
-rw-r--r-- | databases/pear-DBA_Relational/Makefile | 2 | ||||
-rw-r--r-- | databases/pear-DB_DataObject/Makefile | 6 | ||||
-rw-r--r-- | databases/pear-DB_Pager/Makefile | 12 | ||||
-rw-r--r-- | databases/pear-DB_QueryTool/Makefile | 6 | ||||
-rw-r--r-- | databases/pear-DB_ldap/Makefile | 8 | ||||
-rw-r--r-- | databases/pear-DB_ldap2/Makefile | 32 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/Makefile | 5 | ||||
-rw-r--r-- | databases/pear-MDB2_Schema/Makefile | 36 | ||||
-rw-r--r-- | databases/pear-MDB_QueryTool/Makefile | 6 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_CSV/Makefile | 10 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_DB/Makefile | 5 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile | 11 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile | 14 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile | 11 | ||||
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_PDO/Makefile | 6 |
16 files changed, 33 insertions, 143 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index 8ab8007312b7..f17932696bf8 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DB -# Date created: 28 November 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= DB PORTVERSION= 1.7.14 diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index e3a0fa06fd04..939f6be81417 100644 --- a/databases/pear-DBA_Relational/Makefile +++ b/databases/pear-DBA_Relational/Makefile @@ -9,7 +9,7 @@ MAINTAINER= miwi@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 diff --git a/databases/pear-DB_DataObject/Makefile b/databases/pear-DB_DataObject/Makefile index 6210ebbe9620..880b767536a1 100644 --- a/databases/pear-DB_DataObject/Makefile +++ b/databases/pear-DB_DataObject/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pear-DB_DataObject -# Date created: 23 August 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>) # $FreeBSD$ -# PORTNAME= DB_DataObject PORTVERSION= 1.10.0 diff --git a/databases/pear-DB_Pager/Makefile b/databases/pear-DB_Pager/Makefile index 3264f046b95e..027944d2a671 100644 --- a/databases/pear-DB_Pager/Makefile +++ b/databases/pear-DB_Pager/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DB_Pager -# Date created: 25 Febrary 2004 -# Whom: Toshiya Saitoh (<toshiya@saitoh.nu>) -# +# Created by: Toshiya Saitoh (<toshiya@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" diff --git a/databases/pear-DB_QueryTool/Makefile b/databases/pear-DB_QueryTool/Makefile index 3a3eced85d65..90e3e0df14d3 100644 --- a/databases/pear-DB_QueryTool/Makefile +++ b/databases/pear-DB_QueryTool/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DB_QueryTool -# Date created: 03 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= DB_QueryTool PORTVERSION= 1.1.2 diff --git a/databases/pear-DB_ldap/Makefile b/databases/pear-DB_ldap/Makefile index 5cbda9e78ef1..8834c0f82f36 100644 --- a/databases/pear-DB_ldap/Makefile +++ b/databases/pear-DB_ldap/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DB_ldap -# Date created: 08 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= DB_ldap PORTVERSION= 1.2.1 @@ -13,7 +9,7 @@ MAINTAINER= miwi@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 diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile index 7cf0f446495e..2ebe2631b407 100644 --- a/databases/pear-DB_ldap2/Makefile +++ b/databases/pear-DB_ldap2/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DB_ldap2 -# Date created: 26 March 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= DB_ldap2 PORTVERSION= 0.5.1 @@ -14,34 +10,10 @@ MAINTAINER= miwi@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> diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile index d30abd0617fd..5e4bd7cdcb98 100644 --- a/databases/pear-MDB2_Driver_pgsql/Makefile +++ b/databases/pear-MDB2_Driver_pgsql/Makefile @@ -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> diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile index 87565dfdc0f4..2330a10f884e 100644 --- a/databases/pear-MDB2_Schema/Makefile +++ b/databases/pear-MDB2_Schema/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pear-MDB2_Schema -# Date created: 08 Feb 2007 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= MDB2_Schema PORTVERSION= 0.8.5 @@ -17,31 +13,13 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${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" diff --git a/databases/pear-MDB_QueryTool/Makefile b/databases/pear-MDB_QueryTool/Makefile index f082128287ff..2cb0d78041b6 100644 --- a/databases/pear-MDB_QueryTool/Makefile +++ b/databases/pear-MDB_QueryTool/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-MDB_QueryTool -# Date created: 03 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= MDB_QueryTool PORTVERSION= 1.2.3 diff --git a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile index 219d4a2acace..5ef36444df5a 100644 --- a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_CSV -# Date created: 19 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_CSV PORTVERSION= 0.1.6 @@ -15,9 +11,7 @@ COMMENT= DataSource driver using CSV files 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" diff --git a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile index 74f7151058e1..e7f3b4f8bc3a 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_DB PORTVERSION= 0.1.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@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/DataGrid.php:${PORTSDIR}/devel/pear-Structure ${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" diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index 663434a44299..eae087c8702d 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery -# Date created: 19 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 @@ -18,10 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure ${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" diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index c06bbf05455b..b8a18c04695b 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_DBTable -# Date created: 19 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.7 @@ -14,13 +10,11 @@ COMMENT= DataSource driver using PEAR::DB_Table 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" diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index 4de9905b1675..7b4d35223bfb 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_MDB2 -# Date created: 19 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_MDB2 PORTVERSION= 0.1.11 @@ -18,10 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure ${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" diff --git a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile index fe9cd70fccfb..2d4622df898a 100644 --- a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_PDO -# Date created: 21 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_PDO PORTVERSION= 0.2.0 |