- Convert to PEAR_AUTOINSTALL
- Trim header - Take maintainership
This commit is contained in:
parent
e3f39c752e
commit
dee6661474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314451
16 changed files with 33 additions and 143 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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}
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
EXAMPLES= parse.php schema.xml
|
||||
_EXAMPLESDIR= docs/examples
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue