Index: head/archivers/pear-File_Archive/Makefile =================================================================== --- head/archivers/pear-File_Archive/Makefile (revision 425190) +++ head/archivers/pear-File_Archive/Makefile (revision 425191) @@ -1,29 +1,29 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Archive PORTVERSION= 1.5.5 CATEGORIES= archivers www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type USES= pear NO_ARCH= yes USE_PHP= bz2 pcre zlib OPTIONS_DEFINE= PEAR_MAIL PEAR_MAIL_MIME PEAR_CACHE_LITE PEAR_MAIL_DESC= PEAR::Mail support PEAR_MAIL_MIME_DESC= PEAR::Mail_Mime support PEAR_CACHE_LITE_DESC= PEAR::Cache_Lite support PEAR_MAIL_RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail PEAR_MAIL_MIME_RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime PEAR_CACHE_LITE_RUN_DEPENDS+= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite .include Index: head/archivers/pear-PHP_Archive/Makefile =================================================================== --- head/archivers/pear-PHP_Archive/Makefile (revision 425190) +++ head/archivers/pear-PHP_Archive/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= PHP_Archive PORTVERSION= 0.12.0 CATEGORIES= archivers pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Create and Use PHP Archive files LICENSE= PHP301 NO_ARCH= yes USES= pear .include Index: head/audio/pear-Text_Spell_Audio/Makefile =================================================================== --- head/audio/pear-Text_Spell_Audio/Makefile (revision 425190) +++ head/audio/pear-Text_Spell_Audio/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= Text_Spell_Audio PORTVERSION= 0.1.0 CATEGORIES= audio pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Generates a sound clip saying the contents of a string of characters USES= pear .include Index: head/benchmarks/pear-Benchmark/Makefile =================================================================== --- head/benchmarks/pear-Benchmark/Makefile (revision 425190) +++ head/benchmarks/pear-Benchmark/Makefile (revision 425191) @@ -1,15 +1,15 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Benchmark PORTVERSION= 1.2.9 CATEGORIES= benchmarks devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR framework to benchmark PHP scripts or function calls USES= pear USE_PHP= bcmath .include Index: head/converters/pear-Services_JSON/Makefile =================================================================== --- head/converters/pear-Services_JSON/Makefile (revision 425190) +++ head/converters/pear-Services_JSON/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Services_JSON PORTVERSION= 1.0.3 CATEGORIES= converters www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PHP implementation of json_encode/decode USES= pear .include Index: head/databases/pear-DB/Makefile =================================================================== --- head/databases/pear-DB/Makefile (revision 425190) +++ head/databases/pear-DB/Makefile (revision 425191) @@ -1,14 +1,14 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= DB PORTVERSION= 1.9.2 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR Database Abstraction Layer USES= pear .include Index: head/databases/pear-DBA/Makefile =================================================================== --- head/databases/pear-DBA/Makefile (revision 425190) +++ head/databases/pear-DBA/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DBA PORTVERSION= 1.1.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Berkely-style database abstraction class USES= pear .include Index: head/databases/pear-DBA_Relational/Makefile =================================================================== --- head/databases/pear-DBA_Relational/Makefile (revision 425190) +++ head/databases/pear-DBA_Relational/Makefile (revision 425191) @@ -1,15 +1,15 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= DBA_Relational PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Berkely-style database abstraction class PORTSCOUT= skipv:0.19 USES= pear .include Index: head/databases/pear-DB_DataObject/Makefile =================================================================== --- head/databases/pear-DB_DataObject/Makefile (revision 425190) +++ head/databases/pear-DB_DataObject/Makefile (revision 425191) @@ -1,29 +1,29 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_DataObject PORTVERSION= 1.11.5 CATEGORIES= databases pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= SQL Builder, Object Interface to Database Tables LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/docs/LICENCE.txt BUILD_DEPENDS= pear-DB>=1.7.0:databases/pear-DB \ pear-Date>=1.4.3:devel/pear-Date RUN_DEPENDS= pear-DB>=1.7.0:databases/pear-DB \ pear-Date>=1.4.3:devel/pear-Date USES= pear OPTIONS_DEFINE= PEAR_MDB2 PEAR_VALIDATE PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_VALIDATE_DESC= PEAR::Validate support PEAR_MDB2_RUN_DEPENDS= pear-MDB2>=2.3.0:databases/pear-MDB2 PEAR_VALIDATE_RUN_DEPENDS= pear-Validate>=0.1.1:devel/pear-Validate .include Index: head/databases/pear-DB_DataObject_FormBuilder/Makefile =================================================================== --- head/databases/pear-DB_DataObject_FormBuilder/Makefile (revision 425190) +++ head/databases/pear-DB_DataObject_FormBuilder/Makefile (revision 425191) @@ -1,24 +1,24 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_DataObject_FormBuilder PORTVERSION= 1.0.2 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Automatically build HTML_QuickForm objects using DB_DataObject BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject USES= pear OPTIONS_DEFINE= PEAR_DATE PEAR_HTML_TABLE PEAR_DATE_DESC= PEAR::Date support PEAR_HTML_TABLE_DESC= PEAR::HTML_Table support PEAR_DATE_RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date PEAR_HTML_TABLE_RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table .include Index: head/databases/pear-DB_QueryTool/Makefile =================================================================== --- head/databases/pear-DB_QueryTool/Makefile (revision 425190) +++ head/databases/pear-DB_QueryTool/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_QueryTool PORTVERSION= 1.1.2 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log USES= pear .include Index: head/databases/pear-DB_Sqlite_Tools/Makefile =================================================================== --- head/databases/pear-DB_Sqlite_Tools/Makefile (revision 425190) +++ head/databases/pear-DB_Sqlite_Tools/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= DB_Sqlite_Tools PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= an object oriented interface to backup Sqlite databases BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log USES= pear .include Index: head/databases/pear-DB_Table/Makefile =================================================================== --- head/databases/pear-DB_Table/Makefile (revision 425190) +++ head/databases/pear-DB_Table/Makefile (revision 425191) @@ -1,24 +1,24 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_Table PORTVERSION= 1.5.6 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR object-oriented interface to a database table USES= pear OPTIONS_DEFINE= PEAR_HTML_QUICKFORM PEAR_DB PEAR_MDB2 PEAR_HTML_QUICKFORM_DESC= PEAR::HTML_QuickForm support PEAR_DB_DESC= PEAR::DB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_HTML_QUICKFORM_RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 .include Index: head/databases/pear-DB_ldap/Makefile =================================================================== --- head/databases/pear-DB_ldap/Makefile (revision 425190) +++ head/databases/pear-DB_ldap/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_ldap PORTVERSION= 1.2.1 CATEGORIES= databases net pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR DB compliant interface to LDAP servers BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB USES= pear .include Index: head/databases/pear-DB_ldap2/Makefile =================================================================== --- head/databases/pear-DB_ldap2/Makefile (revision 425190) +++ head/databases/pear-DB_ldap2/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Wen heping # $FreeBSD$ PORTNAME= DB_ldap2 PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= databases net pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB USE_PHP= ldap USES= pear .include Index: head/databases/pear-MDB/Makefile =================================================================== --- head/databases/pear-MDB/Makefile (revision 425190) +++ head/databases/pear-MDB/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Oleg Sharoiko # $FreeBSD$ PORTNAME= MDB PORTVERSION= 1.3.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR unified API for DB access, based on user meta data BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser USES= pear .include Index: head/databases/pear-MDB2/Makefile =================================================================== --- head/databases/pear-MDB2/Makefile (revision 425190) +++ head/databases/pear-MDB2/Makefile (revision 425191) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= MDB2 DISTVERSION= 2.5.0b5 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR database abstraction layer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= pear .include Index: head/databases/pear-MDB2_Driver_mysql/Makefile =================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile (revision 425190) +++ head/databases/pear-MDB2_Driver_mysql/Makefile (revision 425191) @@ -1,21 +1,21 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_mysql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysql IGNORE_WITH_PHP= 70 .include Index: head/databases/pear-MDB2_Driver_mysqli/Makefile =================================================================== --- head/databases/pear-MDB2_Driver_mysqli/Makefile (revision 425190) +++ head/databases/pear-MDB2_Driver_mysqli/Makefile (revision 425191) @@ -1,20 +1,20 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_mysqli DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysqli .include Index: head/databases/pear-MDB2_Driver_pgsql/Makefile =================================================================== --- head/databases/pear-MDB2_Driver_pgsql/Makefile (revision 425190) +++ head/databases/pear-MDB2_Driver_pgsql/Makefile (revision 425191) @@ -1,20 +1,20 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_pgsql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR pgsql MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= pgsql .include Index: head/databases/pear-MDB2_Schema/Makefile =================================================================== --- head/databases/pear-MDB2_Schema/Makefile (revision 425190) +++ head/databases/pear-MDB2_Schema/Makefile (revision 425191) @@ -1,22 +1,22 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Schema PORTVERSION= 0.8.6 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR XML based database schema manager BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 \ ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ ${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 \ ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ ${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer USES= pear .include Index: head/databases/pear-MDB_QueryTool/Makefile =================================================================== --- head/databases/pear-MDB_QueryTool/Makefile (revision 425190) +++ head/databases/pear-MDB_QueryTool/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= MDB_QueryTool PORTVERSION= 1.2.3 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log RUN_DEPENDS:= ${PEARDIR}/MDB.php:databases/pear-MDB \ ${PEARDIR}/Log/null.php:sysutils/pear-Log USES= pear .include Index: head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_Array PORTVERSION= 0.1.4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using arrays BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid USES= pear .include Index: head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_CSV PORTVERSION= 0.1.6 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using CSV files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear .include Index: head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 425191) @@ -1,17 +1,17 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DB PORTVERSION= 0.1.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DB datasource driver for pear-Structures_DataGrid RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:databases/pear-DB \ ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear .include Index: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 425191) @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:databases/pear-DB USES= pear USE_PHP= mysql IGNORE_WITH_PHP= 70 NO_ARCH= yes .include Index: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 425191) @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_Table BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table USES= pear USE_PHP= mysql IGNORE_WITH_PHP= 70 NO_ARCH= yes .include Index: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (revision 425191) @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DataObject PORTVERSION= 0.2.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_DataObject BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject USES= pear USE_PHP= mysql IGNORE_WITH_PHP= 70 NO_ARCH= yes .include Index: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (revision 425191) @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_MDB2 PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::MDB2 and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/MDB2.php:databases/pear-MDB2 RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/MDB2.php:databases/pear-MDB2 USES= pear USE_PHP= mysql IGNORE_WITH_PHP= 70 NO_ARCH= yes .include Index: head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (revision 425190) +++ head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_PDO PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PHP Data Objects (PDO) and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear .include Index: head/databases/pear-XML_Query2XML/Makefile =================================================================== --- head/databases/pear-XML_Query2XML/Makefile (revision 425190) +++ head/databases/pear-XML_Query2XML/Makefile (revision 425191) @@ -1,23 +1,23 @@ # Created by: wenheping # $FreeBSD$ PORTNAME= XML_Query2XML PORTVERSION= 1.7.2 CATEGORIES= databases pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class transform SQL queries into XML data BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB OPTIONS_DEFINE= PEAR_MDB2 PEAR_NET_LDAP2 PEAR_MDB2_DESC= Add support for pear-MDB2 PEAR_NET_LDAP2_DESC= Add support for pear-Net_LDAP2 USES= pear PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 PEAR_NET_LDAP2_BUILD_DEPENDS= ${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2 .include Index: head/devel/pear/Makefile =================================================================== --- head/devel/pear/Makefile (revision 425190) +++ head/devel/pear/Makefile (revision 425191) @@ -1,45 +1,45 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= pear PORTVERSION= 1.10.1 CATEGORIES= devel MASTER_SITES= http://mirror.miwibox.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR framework for PHP LICENSE= PHP301 USES= cpe php:cli tar:bzip2 CPE_VENDOR= php NO_BUILD= yes NO_ARCH= yes USE_PHP= pcre:build xml:build zlib:build PEARDIR= ${PREFIX}/share/pear post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \ -e "s|%%BUNDLEDIR%%|${WRKSRC}/go-pear-bundle|" \ -e "s|%%TMPDIR%%|/tmp/pear|" \ ${WRKSRC}/go-pear @cd ${WRKSRC}/go-pear-bundle && ${MKDIR} tmp && ${TAR} -C tmp -xf PEAR-${PORTVERSION}.tar @cd ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION} && ${PATCH} -s -p0 < ${FILESDIR}/extra-patch-PEAR-Config.php @${RM} ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION}/PEAR/Config.php.orig @${MD5} -q ${WRKSRC}/go-pear-bundle/tmp/PEAR-${PORTVERSION}/PEAR/Config.php > ${WRKSRC}/Config.php.md5 @cd ${WRKSRC}/go-pear-bundle/tmp && ${TAR} -cf ../PEAR-${PORTVERSION}.tar PEAR-${PORTVERSION} package.xml do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${LOCALBASE}/bin/php -q ./go-pear @${SED} -i "" "s| Index: head/devel/pear-Config/Makefile =================================================================== --- head/devel/pear-Config/Makefile (revision 425190) +++ head/devel/pear-Config/Makefile (revision 425191) @@ -1,20 +1,20 @@ # Created by: Alex Miller () # $FreeBSD$ PORTNAME= Config PORTVERSION= 1.10.12 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Your configurations swiss-army knife OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL PEAR_XML_PARSER_DESC= PEAR::XML_Parser support PEAR_XML_UTIL_DESC= PEAR::XML_Util support USES= pear PEAR_XML_PARSER_RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util .include Index: head/devel/pear-Console_Color/Makefile =================================================================== --- head/devel/pear-Console_Color/Makefile (revision 425190) +++ head/devel/pear-Console_Color/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Console_Color PORTVERSION= 1.0.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR use ANSI console colors USES= pear .include Index: head/devel/pear-Console_Getargs/Makefile =================================================================== --- head/devel/pear-Console_Getargs/Makefile (revision 425190) +++ head/devel/pear-Console_Getargs/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Console_Getargs PORTVERSION= 1.3.5 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR command-line arguments parser USES= pear .include Index: head/devel/pear-Console_Table/Makefile =================================================================== --- head/devel/pear-Console_Table/Makefile (revision 425190) +++ head/devel/pear-Console_Table/Makefile (revision 425191) @@ -1,15 +1,15 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Console_Table PORTVERSION= 1.3.0 CATEGORIES= devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PHP class that makes it easy to build console style tables LICENSE= BSD3CLAUSE USES= pear .include Index: head/devel/pear-Date/Makefile =================================================================== --- head/devel/pear-Date/Makefile (revision 425190) +++ head/devel/pear-Date/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Date PORTVERSION= 1.4.7 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR Date and Time Zone Classes USES= pear .include Index: head/devel/pear-Date_Holidays/Makefile =================================================================== --- head/devel/pear-Date_Holidays/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays/Makefile (revision 425191) @@ -1,23 +1,23 @@ # Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= Date_Holidays PORTVERSION= 0.21.8 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR driver based class to calculate holidays BUILD_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer USES= pear OPTIONS_DEFINE= PEAR_CONSOLE_GETARGS PEAR_CONSOLE_GETARGS_DESC= Console::Getargs support PEAR_CONSOLE_GETARGS_BUILD_DEPENDS=${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs .include Index: head/devel/pear-Date_Holidays_Austria/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Austria/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Austria/Makefile (revision 425191) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Austria PORTVERSION= 0.1.6 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Austria LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear NO_ARCH= yes .include Index: head/devel/pear-Date_Holidays_Brazil/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Brazil/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Brazil/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Brazil PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Brazil BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Denmark/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Denmark/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Denmark/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Denmark PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Denmark BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Discordian/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Discordian/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Discordian/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Discordian PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate Discordian holidays BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_EnglandWales/Makefile =================================================================== --- head/devel/pear-Date_Holidays_EnglandWales/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_EnglandWales/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_EnglandWales PORTVERSION= 0.1.5 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in England and Wales BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Germany/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Germany/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Germany/Makefile (revision 425191) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Germany PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Germany BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Iceland/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Iceland/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Iceland/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Iceland PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Iceland BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Ireland/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Ireland/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Ireland/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Ireland PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Ireland BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Italy/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Italy/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Italy/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Italy PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Italy BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Japan/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Japan/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Japan/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Japan PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Japan BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Netherlands/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Netherlands/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Netherlands/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Netherlands PORTVERSION= 0.1.4 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in the Netherlands BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS:= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Norway/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Norway/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Norway/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Norway PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Norway BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_PHPdotNet/Makefile =================================================================== --- head/devel/pear-Date_Holidays_PHPdotNet/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_PHPdotNet/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_PHPdotNet PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate birthdays of members of PHP.net BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Romania/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Romania/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Romania/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Romania PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Romania BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Slovenia/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Slovenia/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Slovenia/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Slovenia PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Slovenia BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Sweden/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Sweden/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Sweden/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Sweden PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in Sweden BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_UNO/Makefile =================================================================== --- head/devel/pear-Date_Holidays_UNO/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_UNO/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_UNO PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in the UNO BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_USA/Makefile =================================================================== --- head/devel/pear-Date_Holidays_USA/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_USA/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_USA PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in the USA BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Date_Holidays_Ukraine/Makefile =================================================================== --- head/devel/pear-Date_Holidays_Ukraine/Makefile (revision 425190) +++ head/devel/pear-Date_Holidays_Ukraine/Makefile (revision 425191) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Ukraine PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Driver based class to calculate holidays in the Ukraine BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays USES= pear .include Index: head/devel/pear-Event_Dispatcher/Makefile =================================================================== --- head/devel/pear-Event_Dispatcher/Makefile (revision 425190) +++ head/devel/pear-Event_Dispatcher/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Event_Dispatcher PORTVERSION= 1.1.0 CATEGORIES= devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR dispatch notifications using PHP callbacks USES= pear post-extract: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} .endfor .include Index: head/devel/pear-FSM/Makefile =================================================================== --- head/devel/pear-FSM/Makefile (revision 425190) +++ head/devel/pear-FSM/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= FSM PORTVERSION= 1.4.0 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR Finite State Machine OPTIONS_DEFINE= PEAR_GRAPGHVIZ PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support USES= pear PEAR_GRAPGHVIZ_RUN_DEPENDS= ${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz .include Index: head/devel/pear-HTML_CSS/Makefile =================================================================== --- head/devel/pear-HTML_CSS/Makefile (revision 425190) +++ head/devel/pear-HTML_CSS/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_CSS PORTVERSION= 1.5.4 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class for generating CSS declarations BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common USES= pear .include Index: head/devel/pear-HTML_Common/Makefile =================================================================== --- head/devel/pear-HTML_Common/Makefile (revision 425190) +++ head/devel/pear-HTML_Common/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= HTML_Common PORTVERSION= 1.2.5 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR::HTML_Common is a base class for other HTML classes USES= pear .include Index: head/devel/pear-HTML_Form/Makefile =================================================================== --- head/devel/pear-HTML_Form/Makefile (revision 425190) +++ head/devel/pear-HTML_Form/Makefile (revision 425191) @@ -1,14 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Form PORTVERSION= 1.3.0 PORTREVSION= 1 CATEGORIES= devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR simple HTML form package USES= pear .include Index: head/devel/pear-HTML_Javascript/Makefile =================================================================== --- head/devel/pear-HTML_Javascript/Makefile (revision 425190) +++ head/devel/pear-HTML_Javascript/Makefile (revision 425191) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Javascript PORTVERSION= 1.1.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Provides an interface for creating simple JS scripts USES= pear .include Index: head/devel/pear-HTML_Page2/Makefile =================================================================== --- head/devel/pear-HTML_Page2/Makefile (revision 425190) +++ head/devel/pear-HTML_Page2/Makefile (revision 425191) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Page2 PORTVERSION= 0.6.1 CATEGORIES= devel www pear DISTNAME= ${PORTNAME}-${PORTVERSION}beta -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR base class for XHTML page generation BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common USES= pear .include Index: head/devel/pear-HTML_QuickForm/Makefile =================================================================== --- head/devel/pear-HTML_QuickForm/Makefile (revision 425190) +++ head/devel/pear-HTML_QuickForm/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Gerrit Beine () # $FreeBSD$ PORTNAME= HTML_QuickForm PORTVERSION= 3.2.14 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Provide methods for creating, validating, and processing HTML forms LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common RUN_DEPENDS:= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common USES= pear .include Index: head/devel/pear-HTML_QuickForm2/Makefile =================================================================== --- head/devel/pear-HTML_QuickForm2/Makefile (revision 425190) +++ head/devel/pear-HTML_QuickForm2/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Gerrit Beine () # $FreeBSD$ PORTNAME= HTML_QuickForm2 PORTVERSION= 2.0.2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PHP5 rewrite of the HTML_QuickForm package BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2 RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2 USES= pear .include Index: head/devel/pear-HTML_QuickForm_Livesearch/Makefile =================================================================== --- head/devel/pear-HTML_QuickForm_Livesearch/Makefile (revision 425190) +++ head/devel/pear-HTML_QuickForm_Livesearch/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= HTML_QuickForm_Livesearch PORTVERSION= 0.4.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \ ${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX RUN_DEPENDS:= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \ ${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX USES= pear .include Index: head/devel/pear-HTML_QuickForm_SelectFilter/Makefile =================================================================== --- head/devel/pear-HTML_QuickForm_SelectFilter/Makefile (revision 425190) +++ head/devel/pear-HTML_QuickForm_SelectFilter/Makefile (revision 425191) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_QuickForm_SelectFilter PORTVERSION= 1.0.0 CATEGORIES= devel www pear DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Element for PEAR::HTML_QuickForm that defines dynamic filters BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm USES= pear .include Index: head/devel/pear-HTML_Select/Makefile =================================================================== --- head/devel/pear-HTML_Select/Makefile (revision 425190) +++ head/devel/pear-HTML_Select/Makefile (revision 425191) @@ -1,16 +1,16 @@ # Created by: Michael Schout # $FreeBSD$ PORTNAME= HTML_Select PORTVERSION= 1.3.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common USES= pear .include Index: head/devel/pear-HTML_Select_Common/Makefile =================================================================== --- head/devel/pear-HTML_Select_Common/Makefile (revision 425190) +++ head/devel/pear-HTML_Select_Common/Makefile (revision 425191) @@ -1,18 +1,18 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= HTML_Select_Common PORTVERSION= 1.2.0 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Some small PEAR classes to handle common