Index: branches/2020Q1/archivers/pear-File_Archive/Makefile =================================================================== --- branches/2020Q1/archivers/pear-File_Archive/Makefile (revision 527924) +++ branches/2020Q1/archivers/pear-File_Archive/Makefile (revision 527925) @@ -1,32 +1,32 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Archive PORTVERSION= 1.5.5 CATEGORIES= archivers www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files LICENSE= LGPL3 BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} USES= pear php 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@${PHP_FLAVOR} PEAR_MAIL_MIME_RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR} PEAR_CACHE_LITE_RUN_DEPENDS+= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} .include Index: branches/2020Q1/archivers/pear-PHP_Archive/Makefile =================================================================== --- branches/2020Q1/archivers/pear-PHP_Archive/Makefile (revision 527924) +++ branches/2020Q1/archivers/pear-PHP_Archive/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= PHP_Archive PORTVERSION= 0.13.0 CATEGORIES= archivers pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Create and Use PHP Archive files LICENSE= PHP301 NO_ARCH= yes USES= pear .include Index: branches/2020Q1/archivers/pecl-lzf/Makefile =================================================================== --- branches/2020Q1/archivers/pecl-lzf/Makefile (revision 527924) +++ branches/2020Q1/archivers/pecl-lzf/Makefile (revision 527925) @@ -1,24 +1,24 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= lzf PORTVERSION= 1.6.7 CATEGORIES= archivers pear DISTNAME= ${PORTNAME:tu}-${PORTVERSION} -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Handles LZF de/compression LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl CONFIGURE_ARGS= --enable-lzf WRKSRC= ${WRKDIR}/${DISTNAME:tu} OPTIONS_DEFINE= BETTER_COMPRESSION BETTER_COMPRESSION_DESC= Better compression ratio BETTER_COMPRESSION_CONFIGURE_ON= --enable-lzf-better-compression .include Index: branches/2020Q1/archivers/pecl-rar/Makefile =================================================================== --- branches/2020Q1/archivers/pecl-rar/Makefile (revision 527924) +++ branches/2020Q1/archivers/pecl-rar/Makefile (revision 527925) @@ -1,19 +1,19 @@ # Created by: Chin-San Huang # $FreeBSD$ PORTNAME= rar PORTVERSION= 4.0.0 CATEGORIES= archivers pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to create and read RAR files LICENSE= PHP301 USES= php:pecl USE_PHP= spl:build IGNORE_WITH_PHP= 73 74 CONFIGURE_ARGS= --enable-rar .include Index: branches/2020Q1/archivers/php-snappy/Makefile =================================================================== --- branches/2020Q1/archivers/php-snappy/Makefile (revision 527924) +++ branches/2020Q1/archivers/php-snappy/Makefile (revision 527925) @@ -1,33 +1,33 @@ # Created by: Melvyn Sopacua # $FreeBSD$ PORTNAME= snappy PORTVERSION= 0.1.9 CATEGORIES= archivers PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension for the snappy compression algorithm LICENSE= BSD3CLAUSE PHP301 LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING.snappy LICENSE_FILE_PHP301= ${WRKSRC}/LICENSE LIB_DEPENDS= libsnappy.so:archivers/snappy USE_GITHUB= yes GH_ACCOUNT= kjdev GH_PROJECT= php-ext-snappy USES= php:ext PHP_MODNAME= snappy CONFIGURE_ARGS= --with-snappy-includedir=${LOCALBASE}/include do-test: (cd ${WRKSRC} && ${DO_MAKE_BUILD} NO_INTERACTION=yes test < /dev/null) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so .include Index: branches/2020Q1/audio/pear-Text_Spell_Audio/Makefile =================================================================== --- branches/2020Q1/audio/pear-Text_Spell_Audio/Makefile (revision 527924) +++ branches/2020Q1/audio/pear-Text_Spell_Audio/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= Text_Spell_Audio PORTVERSION= 0.1.0 CATEGORIES= audio pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Generates a sound clip saying the contents of a string of characters LICENSE= PHP301 USES= pear .include Index: branches/2020Q1/benchmarks/pear-Benchmark/Makefile =================================================================== --- branches/2020Q1/benchmarks/pear-Benchmark/Makefile (revision 527924) +++ branches/2020Q1/benchmarks/pear-Benchmark/Makefile (revision 527925) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Benchmark PORTVERSION= 1.2.9 CATEGORIES= benchmarks devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework to benchmark PHP scripts or function calls LICENSE= BSD2CLAUSE USES= pear php USE_PHP= bcmath .include Index: branches/2020Q1/converters/pear-Services_JSON/Makefile =================================================================== --- branches/2020Q1/converters/pear-Services_JSON/Makefile (revision 527924) +++ branches/2020Q1/converters/pear-Services_JSON/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Services_JSON PORTVERSION= 1.0.3 CATEGORIES= converters www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementation of json_encode/decode LICENSE= BSD2CLAUSE USES= pear .include Index: branches/2020Q1/databases/pear-DB/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= DB PORTVERSION= 1.9.3 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Database Abstraction Layer LICENSE= PHP301 USES= pear .include Index: branches/2020Q1/databases/pear-DBA/Makefile =================================================================== --- branches/2020Q1/databases/pear-DBA/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DBA/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DBA PORTVERSION= 1.1.1 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Berkely-style database abstraction class LICENSE= LGPL3 USES= pear .include Index: branches/2020Q1/databases/pear-DBA_Relational/Makefile =================================================================== --- branches/2020Q1/databases/pear-DBA_Relational/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DBA_Relational/Makefile (revision 527925) @@ -1,17 +1,17 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= DBA_Relational PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Berkely-style database abstraction class LICENSE= LGPL3 USES= pear PORTSCOUT= skipv:0.19 .include Index: branches/2020Q1/databases/pear-DB_DataObject/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_DataObject/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_DataObject/Makefile (revision 527925) @@ -1,30 +1,30 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_DataObject PORTVERSION= 1.11.5 PORTREVISION= 1 CATEGORIES= databases pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= SQL Builder, Object Interface to Database Tables LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/docs/LICENCE.txt BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.9.3:databases/pear-DB@${PHP_FLAVOR} \ ${PEAR_PKGNAMEPREFIX}Date>=1.4.7:devel/pear-Date@${PHP_FLAVOR} RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.9.3:databases/pear-DB@${PHP_FLAVOR} \ ${PEAR_PKGNAMEPREFIX}Date>=1.4.7:devel/pear-Date@${PHP_FLAVOR} 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_PKGNAMEPREFIX}MDB2>=2.5.0.b5:databases/pear-MDB2@${PHP_FLAVOR} PEAR_VALIDATE_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Validate>=0.8.5:devel/pear-Validate@${PHP_FLAVOR} .include Index: branches/2020Q1/databases/pear-DB_DataObject_FormBuilder/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_DataObject_FormBuilder/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_DataObject_FormBuilder/Makefile (revision 527925) @@ -1,26 +1,26 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_DataObject_FormBuilder PORTVERSION= 1.0.2 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Automatically build HTML_QuickForm objects using DB_DataObject LICENSE= LGPL3 BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} 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@${PHP_FLAVOR} PEAR_HTML_TABLE_RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table@${PHP_FLAVOR} .include Index: branches/2020Q1/databases/pear-DB_QueryTool/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_QueryTool/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_QueryTool/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_QueryTool PORTVERSION= 1.1.2 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-DB_Sqlite_Tools/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_Sqlite_Tools/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_Sqlite_Tools/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= DB_Sqlite_Tools PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= an object oriented interface to backup Sqlite databases LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-DB_Table/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_Table/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_Table/Makefile (revision 527925) @@ -1,26 +1,26 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_Table PORTVERSION= 1.5.6 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR object-oriented interface to a database table LICENSE= BSD2CLAUSE 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@${PHP_FLAVOR} PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} .include Index: branches/2020Q1/databases/pear-DB_ldap/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_ldap/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_ldap/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= DB_ldap PORTVERSION= 1.2.1 CATEGORIES= databases net pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR DB compliant interface to LDAP servers LICENSE= LGPL3 BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-DB_ldap2/Makefile =================================================================== --- branches/2020Q1/databases/pear-DB_ldap2/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-DB_ldap2/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Wen heping # $FreeBSD$ PORTNAME= DB_ldap2 PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= databases net pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database LICENSE= LGPL3 BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} USES= pear php USE_PHP= ldap .include Index: branches/2020Q1/databases/pear-MDB/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Oleg Sharoiko # $FreeBSD$ PORTNAME= MDB PORTVERSION= 1.3.0 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR unified API for DB access, based on user meta data LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-MDB2/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB2/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB2/Makefile (revision 527925) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= MDB2 DISTVERSION= 2.5.0b5 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR database abstraction layer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= pear .include Index: branches/2020Q1/databases/pear-MDB2_Driver_mysql/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB2_Driver_mysql/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB2_Driver_mysql/Makefile (revision 527925) @@ -1,23 +1,23 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_mysql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR MySQL MDB2 driver BROKEN= unfetchable LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-MDB2_Driver_mysqli/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB2_Driver_mysqli/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB2_Driver_mysqli/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_mysqli DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear php USE_PHP= mysqli .include Index: branches/2020Q1/databases/pear-MDB2_Driver_pgsql/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB2_Driver_pgsql/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB2_Driver_pgsql/Makefile (revision 527925) @@ -1,21 +1,21 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_pgsql DISTVERSION= 1.5.0b4 PORTREVISION= 2 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR pgsql MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear php USE_PHP= pgsql .include Index: branches/2020Q1/databases/pear-MDB2_Schema/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB2_Schema/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB2_Schema/Makefile (revision 527925) @@ -1,24 +1,24 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Schema PORTVERSION= 0.8.6 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR XML based database schema manager LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \ ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \ ${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD@${PHP_FLAVOR} \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \ ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \ ${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD@${PHP_FLAVOR} \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-MDB_QueryTool/Makefile =================================================================== --- branches/2020Q1/databases/pear-MDB_QueryTool/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-MDB_QueryTool/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= MDB_QueryTool PORTVERSION= 1.2.3 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} RUN_DEPENDS:= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_Array/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_Array PORTVERSION= 0.1.4 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using arrays LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_CSV PORTVERSION= 0.1.6 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using CSV files LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DB/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 527925) @@ -1,19 +1,19 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DB PORTVERSION= 0.1.1 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DB datasource driver for pear-Structures_DataGrid LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 527925) @@ -1,25 +1,25 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PEAR::DB and an SQL query BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 527925) @@ -1,24 +1,24 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_Table BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR} USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (revision 527925) @@ -1,25 +1,25 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DataObject PORTVERSION= 0.2.1 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_DataObject BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (revision 527925) @@ -1,25 +1,25 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_MDB2 PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PEAR::MDB2 and an SQL query BROKEN= unfetchable LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} USES= pear php USE_PHP= mysqli NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile =================================================================== --- branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_PDO PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= DataSource driver using PHP Data Objects (PDO) and an SQL query LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} USES= pear NO_ARCH= yes .include Index: branches/2020Q1/databases/pear-XML_Query2XML/Makefile =================================================================== --- branches/2020Q1/databases/pear-XML_Query2XML/Makefile (revision 527924) +++ branches/2020Q1/databases/pear-XML_Query2XML/Makefile (revision 527925) @@ -1,26 +1,26 @@ # Created by: wenheping # $FreeBSD$ PORTNAME= XML_Query2XML PORTVERSION= 1.7.2 CATEGORIES= databases pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class transform SQL queries into XML data LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} USES= pear 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 PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_NET_LDAP2_BUILD_DEPENDS= ${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2@${PHP_FLAVOR} .include Index: branches/2020Q1/databases/pecl-couchbase/Makefile =================================================================== --- branches/2020Q1/databases/pecl-couchbase/Makefile (revision 527924) +++ branches/2020Q1/databases/pecl-couchbase/Makefile (revision 527925) @@ -1,21 +1,21 @@ # Created by: John Chen # $FreeBSD$ PORTNAME= couchbase DISTVERSION= 2.4.2 CATEGORIES= databases -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Couchbase Server PHP extension LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libcouchbase>=2.8.0:databases/libcouchbase LIB_DEPENDS= libcouchbase.so:databases/libcouchbase USES= php:pecl USE_PHP= json:build IGNORE_WITH_PHP= 73 74 .include Index: branches/2020Q1/databases/pecl-leveldb/Makefile =================================================================== --- branches/2020Q1/databases/pecl-leveldb/Makefile (revision 527924) +++ branches/2020Q1/databases/pecl-leveldb/Makefile (revision 527925) @@ -1,17 +1,17 @@ # Created by: johnpupu # $FreeBSD$ PORTNAME= leveldb PORTVERSION= 0.2.1 CATEGORIES= databases -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= This extension is a PHP binding for Google LevelDB LICENSE= PHP301 LIB_DEPENDS= libleveldb.so:databases/leveldb USES= php:pecl .include Index: branches/2020Q1/devel/pear/Makefile =================================================================== --- branches/2020Q1/devel/pear/Makefile (revision 527924) +++ branches/2020Q1/devel/pear/Makefile (revision 527925) @@ -1,50 +1,50 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= pear PORTVERSION= 1.10.6 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://mirror.bsdproject.de/ \ LOCAL/joneum PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework for PHP LICENSE= PHP301 USES= cpe php:cli,flavors tar:bzip2 CPE_VENDOR= php NO_BUILD= yes NO_ARCH= yes USE_PHP= pcre:build xml:build zlib:build PEARDIR= ${PREFIX}/share/pear OPTIONS_DEFINE= DOCS 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: branches/2020Q1/devel/pear-Config/Makefile =================================================================== --- branches/2020Q1/devel/pear-Config/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Config/Makefile (revision 527925) @@ -1,22 +1,22 @@ # Created by: Alex Miller () # $FreeBSD$ PORTNAME= Config PORTVERSION= 1.10.12 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Your configurations swiss-army knife LICENSE= PHP301 USES= pear OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL PEAR_XML_PARSER_DESC= PEAR::XML_Parser support PEAR_XML_UTIL_DESC= PEAR::XML_Util support PEAR_XML_PARSER_RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR} .include Index: branches/2020Q1/devel/pear-Console_Color/Makefile =================================================================== --- branches/2020Q1/devel/pear-Console_Color/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Console_Color/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Console_Color PORTVERSION= 1.0.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR use ANSI console colors LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear .include Index: branches/2020Q1/devel/pear-Console_Getargs/Makefile =================================================================== --- branches/2020Q1/devel/pear-Console_Getargs/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Console_Getargs/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Console_Getargs DISTVERSION= 1.4.0 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR command-line arguments parser LICENSE= PHP301 USES= pear .include Index: branches/2020Q1/devel/pear-Console_Table/Makefile =================================================================== --- branches/2020Q1/devel/pear-Console_Table/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Console_Table/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Console_Table DISTVERSION= 1.3.1 CATEGORIES= devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP class that makes it easy to build console style tables LICENSE= BSD3CLAUSE USES= pear .include Index: branches/2020Q1/devel/pear-Date/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Date PORTVERSION= 1.4.7 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Date and Time Zone Classes LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays/Makefile (revision 527925) @@ -1,25 +1,25 @@ # Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= Date_Holidays PORTVERSION= 0.21.8 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR driver based class to calculate holidays LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \ ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} 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@${PHP_FLAVOR} .include Index: branches/2020Q1/devel/pear-Date_Holidays_Austria/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Austria/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Austria/Makefile (revision 527925) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Austria PORTVERSION= 0.1.6 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Austria LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear NO_ARCH= yes .include Index: branches/2020Q1/devel/pear-Date_Holidays_Brazil/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Brazil/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Brazil/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Brazil PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Brazil LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Denmark/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Denmark/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Denmark/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Denmark PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Denmark LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Discordian/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Discordian/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Discordian/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Discordian PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate Discordian holidays LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_EnglandWales/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_EnglandWales/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_EnglandWales/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_EnglandWales PORTVERSION= 0.1.5 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in England and Wales LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Germany/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Germany/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Germany/Makefile (revision 527925) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Germany PORTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Germany LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Iceland/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Iceland/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Iceland/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Iceland PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Iceland LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Ireland/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Ireland/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Ireland/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Ireland PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Ireland LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Italy/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Italy/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Italy/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Italy PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Italy LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Japan/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Japan/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Japan/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Japan PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Japan LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Netherlands/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Netherlands/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Netherlands/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Netherlands PORTVERSION= 0.1.4 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the Netherlands LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS:= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Norway/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Norway/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Norway/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Norway PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Norway LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_PHPdotNet/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_PHPdotNet/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_PHPdotNet/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_PHPdotNet PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate birthdays of members of PHP.net LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Romania/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Romania/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Romania/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Romania PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Romania LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Slovenia/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Slovenia/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Slovenia/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Slovenia PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Slovenia LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Sweden/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Sweden/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Sweden/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Sweden PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Sweden LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_UNO/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_UNO/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_UNO/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_UNO PORTVERSION= 0.1.3 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the UNO LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_USA/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_USA/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_USA/Makefile (revision 527925) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= Date_Holidays_USA PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the USA LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Date_Holidays_Ukraine/Makefile =================================================================== --- branches/2020Q1/devel/pear-Date_Holidays_Ukraine/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Date_Holidays_Ukraine/Makefile (revision 527925) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= Date_Holidays_Ukraine PORTVERSION= 0.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in the Ukraine LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-Event_Dispatcher/Makefile =================================================================== --- branches/2020Q1/devel/pear-Event_Dispatcher/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-Event_Dispatcher/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Event_Dispatcher PORTVERSION= 1.1.0 CATEGORIES= devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR dispatch notifications using PHP callbacks LICENSE= BSD2CLAUSE USES= pear post-extract: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} .endfor .include Index: branches/2020Q1/devel/pear-FSM/Makefile =================================================================== --- branches/2020Q1/devel/pear-FSM/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-FSM/Makefile (revision 527925) @@ -1,21 +1,21 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= FSM PORTVERSION= 1.4.0 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Finite State Machine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear OPTIONS_DEFINE= PEAR_GRAPGHVIZ PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support PEAR_GRAPGHVIZ_RUN_DEPENDS= ${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz@${PHP_FLAVOR} .include Index: branches/2020Q1/devel/pear-File_Iterator/Makefile =================================================================== --- branches/2020Q1/devel/pear-File_Iterator/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-File_Iterator/Makefile (revision 527925) @@ -1,31 +1,31 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= File_Iterator DISTVERSION= 2.0.2 CATEGORIES= devel www pear PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR FileIterator implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear:env PEAR_CHANNEL= phpunit USE_GITHUB= yes GH_ACCOUNT= sebastianbergmann GH_PROJECT= php-file-iterator NO_ARCH= yes NO_BUILD= yes PLIST_FILES= ${DATADIR}/Iterator.php do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/Iterator.php ${STAGEDIR}${DATADIR} .include Index: branches/2020Q1/devel/pear-HTML_CSS/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_CSS/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_CSS/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_CSS PORTVERSION= 1.5.4 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for generating CSS declarations LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_Common/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Common/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Common/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= HTML_Common PORTVERSION= 1.2.5 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR::HTML_Common is a base class for other HTML classes LICENSE= PHP301 USES= pear NO_ARCH= yes .include Index: branches/2020Q1/devel/pear-HTML_Form/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Form/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Form/Makefile (revision 527925) @@ -1,16 +1,16 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Form PORTVERSION= 1.3.1 CATEGORIES= devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR simple HTML form package LICENSE= PHP301 NO_ARCH= yes USES= pear .include Index: branches/2020Q1/devel/pear-HTML_Javascript/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Javascript/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Javascript/Makefile (revision 527925) @@ -1,15 +1,15 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Javascript PORTVERSION= 1.1.2 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Provides an interface for creating simple JS scripts LICENSE= PHP30 USES= pear .include Index: branches/2020Q1/devel/pear-HTML_Page2/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Page2/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Page2/Makefile (revision 527925) @@ -1,19 +1,19 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_Page2 PORTVERSION= 0.6.1 CATEGORIES= devel www pear DISTNAME= ${PORTNAME}-${PORTVERSION}beta -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR base class for XHTML page generation LICENSE= PHP30 BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_QuickForm/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_QuickForm/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_QuickForm/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Gerrit Beine () # $FreeBSD$ PORTNAME= HTML_QuickForm PORTVERSION= 3.2.16 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Provide methods for creating, validating, and processing HTML forms LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} RUN_DEPENDS:= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_QuickForm2/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_QuickForm2/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_QuickForm2/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Gerrit Beine () # $FreeBSD$ PORTNAME= HTML_QuickForm2 PORTVERSION= 2.1.0 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP5 rewrite of the HTML_QuickForm package LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_QuickForm_Livesearch/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_QuickForm_Livesearch/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_QuickForm_Livesearch/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= HTML_QuickForm_Livesearch PORTVERSION= 0.4.1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Element for PEAR::HTML_QuickForm to enable a suggest search LICENSE= PHP30 BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \ ${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX@${PHP_FLAVOR} RUN_DEPENDS:= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \ ${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_QuickForm_SelectFilter/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_QuickForm_SelectFilter/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_QuickForm_SelectFilter/Makefile (revision 527925) @@ -1,19 +1,19 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= HTML_QuickForm_SelectFilter PORTVERSION= 1.0.0 CATEGORIES= devel www pear DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Element for PEAR::HTML_QuickForm that defines dynamic filters LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_Select/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Select/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Select/Makefile (revision 527925) @@ -1,18 +1,18 @@ # Created by: Michael Schout # $FreeBSD$ PORTNAME= HTML_Select PORTVERSION= 1.3.1 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements LICENSE= PHP301 BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/devel/pear-HTML_Select_Common/Makefile =================================================================== --- branches/2020Q1/devel/pear-HTML_Select_Common/Makefile (revision 527924) +++ branches/2020Q1/devel/pear-HTML_Select_Common/Makefile (revision 527925) @@ -1,20 +1,20 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= HTML_Select_Common PORTVERSION= 1.2.0 CATEGORIES= devel www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Some small PEAR classes to handle common