diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
commit | 237c32d16da2b4f88dfc534ed78f4d15a3129f3f (patch) | |
tree | 07ea3c6e9214c842273aa4a9c76f0dada1109b71 | |
parent | a16b3878d8c946b910208997e66ba12f39d23278 (diff) |
Deprecate ports depending on php 5.6
Notes
Notes:
svn path=/head/; revision=486473
153 files changed, 457 insertions, 3 deletions
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 1b99f190bbf7..222c443ce08d 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -9,6 +9,9 @@ CATEGORIES= archivers pear MAINTAINER= joneum@FreeBSD.org COMMENT= PHK is a PHP-oriented package/archive system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile index 8c96b8b1660e..2553f55d005d 100644 --- a/converters/pecl-fribidi/Makefile +++ b/converters/pecl-fribidi/Makefile @@ -9,6 +9,9 @@ CATEGORIES= converters pear MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension for the Unicode Bidi algorithm +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libfribidi.so:converters/fribidi USES= php:pecl pkgconfig diff --git a/databases/mysqldumper/Makefile b/databases/mysqldumper/Makefile index 9f5a59b294ad..77b416d328b9 100644 --- a/databases/mysqldumper/Makefile +++ b/databases/mysqldumper/Makefile @@ -10,6 +10,9 @@ DISTNAME= MySQLDumper${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for backing up MySQL databases +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/ReadMe/license_english.txt diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile index 2167550a4ccf..3546997fac63 100644 --- a/databases/pear-MDB2_Driver_mysql/Makefile +++ b/databases/pear-MDB2_Driver_mysql/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR MySQL MDB2 driver +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index 90a763c49dbe..30cde26cb32f 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB and an SQL query +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} \ diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index 7e9658f44487..ffc8dcf41492 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_Table +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} \ diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile index 7009fcf659f3..8476f50deead 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_DataObject +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} \ diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index 41767b33f189..6ba65a61cc61 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::MDB2 and an SQL query +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} \ diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile index 98621122c170..3280650a57eb 100644 --- a/databases/pecl-chdb/Makefile +++ b/databases/pecl-chdb/Makefile @@ -10,6 +10,9 @@ DIST_SUBDIR= PECL MAINTAINER= joneum@FreeBSD.org COMMENT= CHDB extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile index 291e87c8ea06..8048e25ae0ac 100644 --- a/databases/pecl-dbase/Makefile +++ b/databases/pecl-dbase/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases pear MAINTAINER= joneum@FreeBSD.org COMMENT= dBase database file access functions for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index 69534cbfa97b..136dd398d69e 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= joneum@FreeBSD.org COMMENT= PHP wrapper for the libdrizzle library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:databases/libdrizzle diff --git a/databases/pecl-leveldb/Makefile b/databases/pecl-leveldb/Makefile index 68c24b331b4e..9ee196c5fae0 100644 --- a/databases/pecl-leveldb/Makefile +++ b/databases/pecl-leveldb/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= joneum@FreeBSD.org COMMENT= This extension is a PHP binding for Google LevelDB +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libleveldb.so:databases/leveldb diff --git a/databases/pecl-memcache/Makefile b/databases/pecl-memcache/Makefile index 4e87293ae4d2..c6ee4a0b1b51 100644 --- a/databases/pecl-memcache/Makefile +++ b/databases/pecl-memcache/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= Memcached extension for PHP 5.6 +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/pecl-memcached2/Makefile b/databases/pecl-memcached2/Makefile index ddf28808ef32..674c58905b64 100644 --- a/databases/pecl-memcached2/Makefile +++ b/databases/pecl-memcached2/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP extension for interfacing with memcached via libmemcached library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 07a15c5ef016..631d5a5ec276 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -8,6 +8,9 @@ CATEGORIES= databases pear MAINTAINER= bofh@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 BUILD_DEPENDS= re2c>=0.13.4:devel/re2c diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile index 62a0abc3d490..a063853d17e5 100644 --- a/databases/pecl-pdo_user/Makefile +++ b/databases/pecl-pdo_user/Makefile @@ -10,6 +10,9 @@ DISTNAME= PDO_USER-${PORTVERSION} MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PECL classes provides a Userspace interface for PDO drivers +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION} USES= php:pecl diff --git a/databases/pecl-rrd1/Makefile b/databases/pecl-rrd1/Makefile index e070e6128283..716b7a747e60 100644 --- a/databases/pecl-rrd1/Makefile +++ b/databases/pecl-rrd1/Makefile @@ -7,6 +7,9 @@ CATEGORIES= databases pear MAINTAINER= daniel@blodan.se COMMENT= PHP bindings to rrd tool system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 IGNORE_WITH_PHP=70 71 72 73 diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile index 91b9ca28d837..69ff3ec36890 100644 --- a/databases/pecl-tokyo_tyrant/Makefile +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases pear MAINTAINER= joneum@FreeBSD.org COMMENT= Wrapper to the Tokyo Tyrant client library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile index 1807e7e4a905..416254b21fa5 100644 --- a/databases/php-mdcached/Makefile +++ b/databases/php-mdcached/Makefile @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ivoras@FreeBSD.org COMMENT= The PHP client library for Bullet Cache (mdcached) +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index ad8ffa6a1e1a..9ece12d8acc2 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL PHP driver for Tarantool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/sqlbuddy/Makefile b/databases/sqlbuddy/Makefile index de53eb21aad4..dab0cb36f512 100644 --- a/databases/sqlbuddy/Makefile +++ b/databases/sqlbuddy/Makefile @@ -9,6 +9,9 @@ CATEGORIES= databases www MAINTAINER= horus.li@gmail.com COMMENT= Web based MySQL administration with a set of PHP scripts +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/xapian-bindings12/Makefile b/databases/xapian-bindings12/Makefile index 3ee44d297cd6..bc817202988a 100644 --- a/databases/xapian-bindings12/Makefile +++ b/databases/xapian-bindings12/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/deskutils/phpcollab/Makefile b/deskutils/phpcollab/Makefile index 6779e7bf8b1c..ed03eb61a074 100644 --- a/deskutils/phpcollab/Makefile +++ b/deskutils/phpcollab/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/phpcollab/final/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PHPcollab is project management and collaboration over the internet +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= zip diff --git a/deskutils/simplegroupware/Makefile b/deskutils/simplegroupware/Makefile index 7c374dfd5a40..ecc9a1e76f8a 100644 --- a/deskutils/simplegroupware/Makefile +++ b/deskutils/simplegroupware/Makefile @@ -10,6 +10,9 @@ DISTNAME= SimpleGroupware_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Groupware is an open source enterprise application +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 NO_BUILD= yes diff --git a/deskutils/surrealtodo/Makefile b/deskutils/surrealtodo/Makefile index cc02701caa3a..74c510e860ed 100644 --- a/deskutils/surrealtodo/Makefile +++ b/deskutils/surrealtodo/Makefile @@ -11,6 +11,9 @@ DISTNAME= surrealtodo_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list manager +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= zip USE_PHP= mysql diff --git a/devel/pecl-APCu4/Makefile b/devel/pecl-APCu4/Makefile index 4083e3c1944f..7aaf3ad73250 100644 --- a/devel/pecl-APCu4/Makefile +++ b/devel/pecl-APCu4/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= APC User Caching +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 CONFLICTS_INSTALL= pecl-APC diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile index 671ef34f2e62..e55ff2b0f96e 100644 --- a/devel/pecl-expect/Makefile +++ b/devel/pecl-expect/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PHP extension for expect library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libexpect.so:lang/expect diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile index dfefb2dd5526..cf73b7f6d181 100644 --- a/devel/pecl-gearman/Makefile +++ b/devel/pecl-gearman/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= joneum@FreeBSD.org COMMENT= Gearman API +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libgearman.so:devel/gearmand diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile index c0f577c1980b..8b39df551362 100644 --- a/devel/pecl-htscanner/Makefile +++ b/devel/pecl-htscanner/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Support htaccess for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 USES= php:pecl diff --git a/devel/pecl-inotify/Makefile b/devel/pecl-inotify/Makefile index 4b409d18f59e..7f8dea9f8f63 100644 --- a/devel/pecl-inotify/Makefile +++ b/devel/pecl-inotify/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= This extension allows to use inotify functions in a PHP scripts +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libinotify.so:devel/libinotify diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index 8ef109bda498..0aba0d64fc96 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension to support Internationalization(ICU) +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libicui18n.so:devel/icu diff --git a/devel/pecl-jsmin2/Makefile b/devel/pecl-jsmin2/Makefile index fa9095957fcd..16c538b43ead 100644 --- a/devel/pecl-jsmin2/Makefile +++ b/devel/pecl-jsmin2/Makefile @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= pascal.christen@hostpoint.ch COMMENT= PHP extension for minifying JavaScript +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-jsonc/Makefile b/devel/pecl-jsonc/Makefile index 364c7f0a4b75..bc93c29126a8 100644 --- a/devel/pecl-jsonc/Makefile +++ b/devel/pecl-jsonc/Makefile @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PECL extension for JSON manipulation +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl pkgconfig diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile index 030aa5e27e78..34218885335c 100644 --- a/devel/pecl-jsonnet/Makefile +++ b/devel/pecl-jsonnet/Makefile @@ -9,6 +9,9 @@ DISTNAME= JsonNet-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= Google JsonNet for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/pecl-judy/Makefile b/devel/pecl-judy/Makefile index a46c551f214b..6a0a5f023faa 100644 --- a/devel/pecl-judy/Makefile +++ b/devel/pecl-judy/Makefile @@ -10,6 +10,9 @@ DISTNAME= Judy-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= PHP Judy implements sparse dynamic arrays +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 RUN_DEPENDS= Judy>=0:devel/judy diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index 59d397b730b9..f96de92a3b71 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= webmaster@kibab.com COMMENT= Libevent extension for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libevent.so:devel/libevent diff --git a/devel/pecl-memoize/Makefile b/devel/pecl-memoize/Makefile index 44b9f2db4137..38769a3db668 100644 --- a/devel/pecl-memoize/Makefile +++ b/devel/pecl-memoize/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-msgpack0/Makefile b/devel/pecl-msgpack0/Makefile index 15f0316e9c14..eb343d8c2427 100644 --- a/devel/pecl-msgpack0/Makefile +++ b/devel/pecl-msgpack0/Makefile @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= joneum@FreeBSD.org COMMENT= Provides API for communicating with MessagePack serialization +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE USES= php:pecl diff --git a/devel/pecl-ncurses/Makefile b/devel/pecl-ncurses/Makefile index 468c352d5d24..11f7221e5650 100644 --- a/devel/pecl-ncurses/Makefile +++ b/devel/pecl-ncurses/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension for ncurses +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl,cli ncurses diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index f677765ab999..cda1781699cb 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -8,6 +8,9 @@ CATEGORIES= devel www MAINTAINER= garga@FreeBSD.org COMMENT= PHP language extension for RedHat Newt library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libnewt.so:devel/newt diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index 5919fa6b35f3..0e47908a358f 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:pecl IGNORE_WITH_PHP= 70 71 72 73 diff --git a/devel/pecl-propro/Makefile b/devel/pecl-propro/Makefile index 9974d119e5ac..739c716a91ab 100644 --- a/devel/pecl-propro/Makefile +++ b/devel/pecl-propro/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Facility to manage extension object properties +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/pecl-pthreads2/Makefile b/devel/pecl-pthreads2/Makefile index 1b69acc4cfa3..f4d2de76c734 100644 --- a/devel/pecl-pthreads2/Makefile +++ b/devel/pecl-pthreads2/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= joneum@FreeBSD.org COMMENT= Compatible Threading API for PHP5.3+ +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 PORTSCOUT= limit:^2\. diff --git a/devel/pecl-qb/Makefile b/devel/pecl-qb/Makefile index d43eff8b2822..207768334f6a 100644 --- a/devel/pecl-qb/Makefile +++ b/devel/pecl-qb/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PHP Accelerator designed mainly for graphic work +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output diff --git a/devel/pecl-raphf/Makefile b/devel/pecl-raphf/Makefile index 5890d4a2d245..91f61bde82d8 100644 --- a/devel/pecl-raphf/Makefile +++ b/devel/pecl-raphf/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Resource and persistent handles factory +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile index a276992a18f5..45c3feadc9ce 100644 --- a/devel/pecl-runkit/Makefile +++ b/devel/pecl-runkit/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension to modify constants, user-defined functions, and classes +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 USES= php:pecl diff --git a/devel/pecl-scream/Makefile b/devel/pecl-scream/Makefile index c2c01f1993d3..153384fced1c 100644 --- a/devel/pecl-scream/Makefile +++ b/devel/pecl-scream/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= c.kworr@gmail.com COMMENT= Break the silence operator +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile index 511dd91102b3..3c1f9c7ab958 100644 --- a/devel/pecl-spl_types/Makefile +++ b/devel/pecl-spl_types/Makefile @@ -10,6 +10,9 @@ DISTNAME= SPL_Types-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= PECL extension of a collection of special typehandling classes +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 OPTIONS_DEFINE= RE2C diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index bb6ee14d62a7..2dfa0e515912 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -10,6 +10,9 @@ DISTNAME= Statgrab-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= PECL extension to retrieve information from libstatgrab +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:pecl diff --git a/devel/pecl-strict/Makefile b/devel/pecl-strict/Makefile index a62baadd1e0f..c36adf07343c 100644 --- a/devel/pecl-strict/Makefile +++ b/devel/pecl-strict/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= Strict scalar parameter type hint support for 5.4+ +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile index 0eef30aab39f..ca480b360128 100644 --- a/devel/pecl-svn/Makefile +++ b/devel/pecl-svn/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libsvn library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:devel/subversion diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile index 4d8b6f0c6553..b970ed3df114 100644 --- a/devel/pecl-test_helpers/Makefile +++ b/devel/pecl-test_helpers/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= pecl- MAINTAINER= gasol.wu@gmail.com COMMENT= Extension to ease testing of PHP code +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers diff --git a/devel/pecl-trace/Makefile b/devel/pecl-trace/Makefile index 6d8378e25263..652dd5e4633e 100644 --- a/devel/pecl-trace/Makefile +++ b/devel/pecl-trace/Makefile @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= Low-overhead tracing tool for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 WRKSRC_SUBDIR= extension diff --git a/devel/pecl-uopz/Makefile b/devel/pecl-uopz/Makefile index 3e9c8bfcc989..5674b3920d5b 100644 --- a/devel/pecl-uopz/Makefile +++ b/devel/pecl-uopz/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= User Operations for PHP Zend engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index f8d09527dc3a..435404768d95 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Provides track progress of a file upload +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-uri_template/Makefile b/devel/pecl-uri_template/Makefile index f6faea12f49c..33f0aefa36f7 100644 --- a/devel/pecl-uri_template/Makefile +++ b/devel/pecl-uri_template/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= URI Template(RFC6570) library for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/devel/pecl-weakref/Makefile b/devel/pecl-weakref/Makefile index 594822796a28..a18f91364400 100644 --- a/devel/pecl-weakref/Makefile +++ b/devel/pecl-weakref/Makefile @@ -10,6 +10,9 @@ DISTNAME= Weakref-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= PECL Weakref extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index bc958f459ec4..d26e719b840e 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= ports@mcdermottroe.com COMMENT= Hierarchical Profiler for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 WRKSRC_SUBDIR= extension diff --git a/devel/php-jq/Makefile b/devel/php-jq/Makefile index c5c366413365..b699783c3284 100644 --- a/devel/php-jq/Makefile +++ b/devel/php-jq/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Jq shared extension for php +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile index cb558e4dc6ad..5d1e82f54254 100644 --- a/devel/php-memoize/Makefile +++ b/devel/php-memoize/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USE_GITHUB= yes GH_ACCOUNT= arraypad GH_PROJECT= php-${PORTNAME} diff --git a/devel/php-scalar_objects/Makefile b/devel/php-scalar_objects/Makefile index 1389d1068c67..05ccf4927820 100644 --- a/devel/php-scalar_objects/Makefile +++ b/devel/php-scalar_objects/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Support method calls on primitive types in PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USE_GITHUB= yes diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile index f271a975067f..3330505d51dd 100644 --- a/devel/php-uprofiler/Makefile +++ b/devel/php-uprofiler/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Lightweight profiler for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/devel/php5-blitz-devel/Makefile b/devel/php5-blitz-devel/Makefile index 3581c9d809ea..cf4ec84494a3 100644 --- a/devel/php5-blitz-devel/Makefile +++ b/devel/php5-blitz-devel/Makefile @@ -12,6 +12,9 @@ DISTNAME= blitz-${PORTVERSION}-devel MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + CONFLICTS= php5-blitz-0.6* USES= php:ext diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile index 8405a5738a46..56ed6ac01e32 100644 --- a/devel/php5-blitz/Makefile +++ b/devel/php5-blitz/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + CONFLICTS= php5-blitz-devel-[0-9]* USES= php:ext diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile index 59e453eed91a..fdd434e3588a 100644 --- a/devel/php5-dav/Makefile +++ b/devel/php5-dav/Makefile @@ -12,6 +12,9 @@ DISTNAME= php-webdav-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= The PHP WebDAV extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= ISCL LIB_DEPENDS= libneon.so:www/neon diff --git a/devel/php5-ice/Makefile b/devel/php5-ice/Makefile index 7cd072d3706d..fc7718b86b3d 100644 --- a/devel/php5-ice/Makefile +++ b/devel/php5-ice/Makefile @@ -7,6 +7,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= freebsd@grem.de COMMENT= Ice (Internet Communications Engine) language mapping for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 BUILD_DEPENDS= mcpp:devel/mcpp \ diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile index 0156f83cf85c..52cf6bb003b3 100644 --- a/devel/php5-pinba/Makefile +++ b/devel/php5-pinba/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libprotobuf.so:devel/protobuf BROKEN_powerpc64= fails to compile: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile index b5a10b89ae80..7fe57e266222 100644 --- a/devel/php5-thrift/Makefile +++ b/devel/php5-thrift/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= webmaster@kibab.com COMMENT= PHP interface to Thrift +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:ext PHP_MODNAME= thrift_protocol IGNORE_WITH_PHP= 70 71 72 73 diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 0bf3e8e35f27..329ea3fd19dc 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:ext ssl IGNORE_WITH_PHP= 70 71 72 73 diff --git a/games/mkgichessclub/Makefile b/games/mkgichessclub/Makefile index 26018c1c1959..7d487d9d516a 100644 --- a/games/mkgichessclub/Makefile +++ b/games/mkgichessclub/Makefile @@ -11,6 +11,9 @@ DISTNAME= MKGIChessClub-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Chess playing server with a pure web interface +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 OPTIONS_DEFINE= GNUCHESS PHALANX DOCS diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index 82c4e5f6f7d0..7c24f8ee06af 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -9,6 +9,9 @@ CATEGORIES= graphics MAINTAINER= bsdports@wayfair.com COMMENT= Provides a wrapper to the GraphicsMagick library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index b43d260771e7..a2c5cd35d3c4 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -9,6 +9,9 @@ CATEGORIES= graphics MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension if imlib2 +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP202 LIB_DEPENDS= libImlib2.so:graphics/imlib2 diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index a66ffa17d1ea..801393e6dc9f 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= php- MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP binding for GDAL +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile index 01e849e670b7..12f99c77d869 100644 --- a/graphics/php-libpuzzle/Makefile +++ b/graphics/php-libpuzzle/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC:H:H}/COPYING diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index 317930c0895e..882c09011e78 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -12,6 +12,9 @@ DISTNAME= MagickWandForPHP-${PORTVERSION}-2 MAINTAINER= ports@FreeBSD.org COMMENT= PHP extension to manipulate images +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 USES= php:ext pkgconfig diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index 8e7829aa2a45..0bde16ed57ca 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= FFmpeg shared extension for php +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile index 487d00a6599c..269b8e4ef0bc 100644 --- a/japanese/php5-mecab/Makefile +++ b/japanese/php5-mecab/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= kuriyama@FreeBSD.org COMMENT= PHP5 extension for MeCab Morphological Analyzer +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libmecab.so:japanese/mecab USES= php:ext diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index f07b1e13f5a7..4a72e3299a7f 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -9,6 +9,9 @@ CATEGORIES= lang perl5 MAINTAINER= bofh@FreeBSD.org COMMENT= Embedded Perl +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/lang/php56-extensions/Makefile b/lang/php56-extensions/Makefile index f83c5f84c9eb..c62937386e96 100644 --- a/lang/php56-extensions/Makefile +++ b/lang/php56-extensions/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= -extensions MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= metaport php PHP_VER= 56 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/mail/dracmail/Makefile b/mail/dracmail/Makefile index 656ff5913911..95a11ea58bfc 100644 --- a/mail/dracmail/Makefile +++ b/mail/dracmail/Makefile @@ -11,6 +11,9 @@ DISTNAME= dracMail-${PORTVERSION}_release MAINTAINER= ports@FreeBSD.org COMMENT= DracMail is a webmail interface built using PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USE_PHP+= mysql imap dom tidy iconv mbstring USE_MYSQL= yes diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index d3b8b46ce6ee..914b16ea1af7 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -9,6 +9,9 @@ CATEGORIES= mail www MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to create and decode MIME messages +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP202 USES= php:pecl diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index bea5afc14240..f06114bbe108 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -9,6 +9,9 @@ CATEGORIES= mail MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:pecl IGNORE_WITH_PHP= 70 71 72 73 diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index a9517e780bc7..1d251d653b8e 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -9,6 +9,9 @@ CATEGORIES= math devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Functions for calculations with arbitrary length integers and bitsets +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BIG_INT LICENSE_NAME= BIG_INT license LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/pecl-bitset2/Makefile b/math/pecl-bitset2/Makefile index 529c382fd889..2ec0bcdf1572 100644 --- a/math/pecl-bitset2/Makefile +++ b/math/pecl-bitset2/Makefile @@ -8,6 +8,9 @@ CATEGORIES= math MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension for manipulating bitsets +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index ac66b790e2b8..b440a05d93af 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -8,6 +8,9 @@ CATEGORIES= math textproc pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension with routines for statistical computation +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 45e55b618358..1a45541d87a8 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -9,6 +9,9 @@ CATEGORIES= math devel MAINTAINER= jim@ohlste.in COMMENT= Trader extension based on TA-Lib +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE USES= php:pecl diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 9f118386d1c1..4c0cb21d855d 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net-im pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension of stomp client +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-mgmt/cacti88/Makefile b/net-mgmt/cacti88/Makefile index 71bc380d7f06..44778a91cfe6 100644 --- a/net-mgmt/cacti88/Makefile +++ b/net-mgmt/cacti88/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 88 MAINTAINER= egypcio@googlemail.com COMMENT= Web-driven graphing interface for RRDTool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 5f4d18ebf354..4998ba56f74e 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/iphawk/iphawk/Hawk%20${PORTVERSION}/ MAINTAINER= bofh@FreeBSD.org COMMENT= Track uptime and DNS status for machines on your networks +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \ diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 8fea1333010b..efabc91aa965 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/iptrack/${PORTNAME}/Release%204.92 MAINTAINER= ports@FreeBSD.org COMMENT= IP address management and tracking +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 RUN_DEPENDS= nmap:security/nmap diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index 58eab1d9cc86..2e669fdc13bc 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/w MAINTAINER= ports@FreeBSD.org COMMENT= Network discovery and monitoring tool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile index 8af3db3fdbf9..2cbc4a92ca06 100644 --- a/net-mgmt/pandorafms_console/Makefile +++ b/net-mgmt/pandorafms_console/Makefile @@ -7,6 +7,9 @@ CATEGORIES= net-mgmt MAINTAINER= koichiro@rworks.jp COMMENT= Pandora FMS console +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= ${PANDORA_LICENSE} LICENSE_FILE= ${PANDORA_LICENSE_FILE} diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index 6abb36312dc1..5eccf2dc9a0b 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT} MAINTAINER= ports@FreeBSD.org COMMENT= Complete IPv4 IPAM (IP address management) suite +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile index 2fce2a6b33a7..a2f48e7513c5 100644 --- a/net-mgmt/zabbix22-frontend/Makefile +++ b/net-mgmt/zabbix22-frontend/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix22 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend @@ -17,7 +18,7 @@ USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \ USES+= php:web OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE -OPTIONS_DEFAULT= MYSQL MYSQLI +OPTIONS_DEFAULT= MYSQLI MYSQLI_DESC= MySQLI backend MYSQL_VARS= IGNORE_WITH_PHP+="70 71 72 73" diff --git a/net/pecl-apn/Makefile b/net/pecl-apn/Makefile index 30122564b9cf..565d7bc15ed4 100644 --- a/net/pecl-apn/Makefile +++ b/net/pecl-apn/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net pear MAINTAINER= gasol.wu@gmail.com COMMENT= Extension to interact with Apple Push Notification Service +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libcapn.so:net/libcapn diff --git a/net/pecl-ip2location/Makefile b/net/pecl-ip2location/Makefile index 44ea2d38cbfd..90bf6c194cae 100644 --- a/net/pecl-ip2location/Makefile +++ b/net/pecl-ip2location/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net pear MAINTAINER= gasol.wu@gmail.com COMMENT= Get geo location information of an IP address +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libIP2Location.so:net/ip2location diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile index b2983f74ab05..a97fc63c0879 100644 --- a/net/pecl-mosquitto/Makefile +++ b/net/pecl-mosquitto/Makefile @@ -10,6 +10,9 @@ DISTNAME= Mosquitto-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= Extension for libmosquitto +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE BUILD_DEPENDS= mosquitto>=0:net/mosquitto diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index f75e21d2e8fd..4d690e50ea30 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net pear MAINTAINER= dbaio@FreeBSD.org COMMENT= Php Interface to the OAuth Protocol +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile index f714f4eac9a1..087649b38162 100644 --- a/net/pecl-yp/Makefile +++ b/net/pecl-yp/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net pear MAINTAINER= gasol.wu@gmail.com COMMENT= YP/NIS functions binding for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 9732469f31d6..91a0553db36b 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= crees@FreeBSD.org COMMENT= Port build tinderbox system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 RUN_DEPENDS= dialog4ports-static:ports-mgmt/dialog4ports-static diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 0f9954d30afe..4c488314bfb6 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -9,6 +9,9 @@ CATEGORIES= print pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension to Haru PDF functions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index 5adb6f7093e7..49e7e390cb39 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -9,6 +9,9 @@ CATEGORIES= print pear MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP202 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index c90d3a16a7ce..681560fc1415 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -10,6 +10,9 @@ CATEGORIES= security www MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension to cracklib +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LIB_DEPENDS= libcrack.so:security/cracklib diff --git a/security/pecl-ssh2-0/Makefile b/security/pecl-ssh2-0/Makefile index bed59f0008e5..23f5f6382590 100644 --- a/security/pecl-ssh2-0/Makefile +++ b/security/pecl-ssh2-0/Makefile @@ -8,6 +8,9 @@ CATEGORIES= security pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libssh2 library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index a0f41e6e521c..0f0d34549633 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= ale@FreeBSD.org COMMENT= PHP extension that implements high-level protections +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 OPTIONS_DEFINE= EXAMPLES diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index e486f2d3224e..6cf611341147 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -11,6 +11,9 @@ DISTNAME= Deadlock-${PORTVERSION}-Stable MAINTAINER= ports@FreeBSD.org COMMENT= Web-based user authentication/password protection system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 6dd58cc21ee4..13e1adb8b43c 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -9,6 +9,9 @@ CATEGORIES= sysutils pear MAINTAINER= gasol.wu@gmail.com COMMENT= PHP client library to communicate with the MogileFS storage +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE LIB_DEPENDS= libneon.so:www/neon diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index 8a892590267c..83424180cc1d 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= PHP library for parsing, writing, and creating RSS +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile index c6febb1923d3..66ef8c198bf6 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile @@ -8,6 +8,9 @@ CATEGORIES= textproc databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using RSS files +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile index 91d262964912..8c230f498ff9 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile @@ -8,6 +8,9 @@ CATEGORIES= textproc databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using XML files +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + 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} diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index a4345973216a..9f21debc17b1 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for ctemplate library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate USES= php:ext localbase:ldflags diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index 2d493077bbaf..5d951a3ea972 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension which implements the Double Metaphone algorithm +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index e8be9b1e5502..2b4a5206aacc 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension which provides word stemming +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index f007de172b33..cd94ffbd4357 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension which facilitates YAML parsing +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index bf24e6917682..2591b781eddf 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that provides WBXML conversion capabilities +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 USES= php:pecl diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 5d51add30808..4bd088f964b2 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to create/apply binary and text patches +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libxdiff.so:textproc/libxdiff diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 8f454904658e..afd256ba8b64 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -9,6 +9,9 @@ CATEGORIES= textproc pear MAINTAINER= joneum@FreeBSD.org COMMENT= Caches the parsed XSL stylesheet between sessions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile index 870019cfb0a0..e2776d4f413e 100644 --- a/textproc/pecl-yaml1/Makefile +++ b/textproc/pecl-yaml1/Makefile @@ -8,6 +8,9 @@ CATEGORIES= textproc pear MAINTAINER= dbaio@FreeBSD.org COMMENT= YAML-1.1 parser and emitter +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile index 9a0f8e0cfd35..628ee8351d0b 100644 --- a/www/asterisk-stat/Makefile +++ b/www/asterisk-stat/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g} MAINTAINER= jfkimura@yahoo.co.jp COMMENT= ASTERISK call detail records analyzer +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 LIB_DEPENDS= libgd.so:graphics/gd diff --git a/www/atutor/Makefile b/www/atutor/Makefile index 9c498dd51209..1eb96b0272d4 100644 --- a/www/atutor/Makefile +++ b/www/atutor/Makefile @@ -10,6 +10,9 @@ DISTNAME= ATutor-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open Source Web-based Learning Content Management System (LCMS) +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/claroline/Makefile b/www/claroline/Makefile index e9a7ffc854f2..f904008d1246 100644 --- a/www/claroline/Makefile +++ b/www/claroline/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-1.11.10-1 MAINTAINER= wen@FreeBSD.org COMMENT= Open Source eLearning and eWorking platform +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/cmsmadesimple/Makefile b/www/cmsmadesimple/Makefile index 375e02f72a1f..3898cc756838 100644 --- a/www/cmsmadesimple/Makefile +++ b/www/cmsmadesimple/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-full MAINTAINER= pi@FreeBSD.org COMMENT= Simple Open Source CMS +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/coppermine/Makefile b/www/coppermine/Makefile index d52ea585f01f..4c3ad5755db5 100644 --- a/www/coppermine/Makefile +++ b/www/coppermine/Makefile @@ -9,6 +9,9 @@ DISTNAME= cpg${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Web picture gallery script +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv3 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 82c3ce57d9c9..921aed319127 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/dotProject%20Version%20${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= Open Source Project Management tool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/www/entrans/Makefile b/www/entrans/Makefile index aa1a71c389d4..73b7121e87d0 100644 --- a/www/entrans/Makefile +++ b/www/entrans/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= Entrans is an online, collaborative translation tool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/www/fluxbb/Makefile b/www/fluxbb/Makefile index 9888abd3535a..50220043b94a 100644 --- a/www/fluxbb/Makefile +++ b/www/fluxbb/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://fluxbb.org/download/releases/${PORTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= Fast and lightweight PHP-powered discussion board +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 645a9901c647..8f5cde89c93c 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -11,6 +11,9 @@ DISTNAME= gallery-${PORTVERSION} MAINTAINER= appleboy.tw@gmail.com COMMENT= Web based photo album organizer written in PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= zip php:web diff --git a/www/kplaylist/Makefile b/www/kplaylist/Makefile index a6c6638dab85..33b138052e93 100644 --- a/www/kplaylist/Makefile +++ b/www/kplaylist/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PHP based music database +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 RUN_DEPENDS= lame:audio/lame \ diff --git a/www/limesurvey/Makefile b/www/limesurvey/Makefile index e62ff45e2cac..53b3d8a94a3a 100644 --- a/www/limesurvey/Makefile +++ b/www/limesurvey/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S^.^^}plus-build10232-20110608 MAINTAINER= jmohacsi@bsd.hu COMMENT= PHP-based survey building and runing system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/magento/Makefile b/www/magento/Makefile index 30ae575cb8a6..7bc021445b73 100644 --- a/www/magento/Makefile +++ b/www/magento/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.magentocommerce.com/downloads/assets/${PORTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= Feature-rich eCommerce platform +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= cpe php diff --git a/www/mahara/Makefile b/www/mahara/Makefile index c6cf8ad00990..e705c745099e 100644 --- a/www/mahara/Makefile +++ b/www/mahara/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= Open source ePortfolio system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/www/mysar/Makefile b/www/mysar/Makefile index 564703e74bac..b94ef7189595 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Squid Access Report +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 LICENSE= GPLv2 diff --git a/www/netoffice/Makefile b/www/netoffice/Makefile index 6652735c8d06..7ec8f3fbc394 100644 --- a/www/netoffice/Makefile +++ b/www/netoffice/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NetOffice is a free web based project-management environment +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 NO_BUILD= yes diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index f29040f788a8..dec178d27aca 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.oscommerce.com/files/ MAINTAINER= wen@FreeBSD.org COMMENT= Full-featured open source e-commerce system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= cpe php:web zip diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index c66c9cf2c39a..d61da433f7ff 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -9,6 +9,9 @@ CATEGORIES= www MAINTAINER= meritus@innervision.pl COMMENT= Implements encoding and decoding of AMF and AMF3 messages +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 USES= dos2unix libtool php:pecl diff --git a/www/pecl-http1/Makefile b/www/pecl-http1/Makefile index 8adbb8918831..b8a06926ab7c 100644 --- a/www/pecl-http1/Makefile +++ b/www/pecl-http1/Makefile @@ -11,6 +11,9 @@ DISTNAME= pecl_http-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= Extended HTTP Support +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/pecl-http2/Makefile b/www/pecl-http2/Makefile index 40765b0b6e35..e20c2d7e52ef 100644 --- a/www/pecl-http2/Makefile +++ b/www/pecl-http2/Makefile @@ -9,6 +9,9 @@ DISTNAME= pecl_${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Extended HTTP Support +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index e2fb5c253dfb..720fe90b141c 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -9,6 +9,9 @@ CATEGORIES= www MAINTAINER= mephius@gmail.com COMMENT= Sphinx search engine php client +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index 4b5353c9a7b6..58df123fc8d8 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -9,6 +9,9 @@ CATEGORIES= www pear MAINTAINER= joneum@FreeBSD.org COMMENT= Swish-e bindings for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 BUILD_DEPENDS= swish-config:www/swish-e diff --git a/www/pecl-twig/Makefile b/www/pecl-twig/Makefile index 2d85c25c7867..340a4da46a9a 100644 --- a/www/pecl-twig/Makefile +++ b/www/pecl-twig/Makefile @@ -11,6 +11,9 @@ DISTNAME= CTwig-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= Twig C extension to improve performance of the Twig template language +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE USES= php:ext tar:tgz diff --git a/www/pecl-yaf2/Makefile b/www/pecl-yaf2/Makefile index a3a235d7f816..d4ea57ed32fc 100644 --- a/www/pecl-yaf2/Makefile +++ b/www/pecl-yaf2/Makefile @@ -8,6 +8,9 @@ CATEGORIES= www MAINTAINER= joneum@FreeBSD.org COMMENT= MVC framework written as a C PHP extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre diff --git a/www/pecl-yar1/Makefile b/www/pecl-yar1/Makefile index 608e871a2643..3a98e2779c2b 100644 --- a/www/pecl-yar1/Makefile +++ b/www/pecl-yar1/Makefile @@ -9,6 +9,9 @@ CATEGORIES= www MAINTAINER= joneum@FreeBSD.org COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= localbase php:pecl diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 7b516d342535..136a7244bcc5 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -15,6 +15,9 @@ DISTFILES+= php_templates-doc-eng-1.1${EXTRACT_SUFX}:doc MAINTAINER= ports@FreeBSD.org COMMENT= Template framework for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + WRKSRC= ${WRKDIR}/templates USES= dos2unix php:phpize diff --git a/www/phprecipebook/Makefile b/www/phprecipebook/Makefile index a67f02615e77..43e389f0f93d 100644 --- a/www/phprecipebook/Makefile +++ b/www/phprecipebook/Makefile @@ -2,7 +2,7 @@ PORTNAME= phprecipebook PORTVERSION= 3.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//} @@ -22,7 +22,7 @@ PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= MYSQL PGSQL -OPTIONS_DEFAULT= MYSQL +OPTIONS_DEFAULT= PGSQL MYSQL_USE= PHP=mysql MYSQL_USES= mysql diff --git a/www/redaxo/Makefile b/www/redaxo/Makefile index 2167f2614cb7..566484d6cd92 100644 --- a/www/redaxo/Makefile +++ b/www/redaxo/Makefile @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} MAINTAINER= coco@executive-computing.de COMMENT= REDAXO content management system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/revive-adserver/Makefile b/www/revive-adserver/Makefile index e340a65c4dd8..4573861b2cc6 100644 --- a/www/revive-adserver/Makefile +++ b/www/revive-adserver/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://download.revive-adserver.org/ MAINTAINER= meritus@innervision.pl COMMENT= Free, opensource ad server in PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/www/rnews/Makefile b/www/rnews/Makefile index 8c928e588bd1..b89be2bd48ca 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Server-side RSS aggregator written in PHP with MySQL +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 NO_BUILD= yes diff --git a/www/sams2/Makefile b/www/sams2/Makefile index 743ec3d33cf3..e3ab2664d612 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://sams.perm.ru/download/ http://razumit.ru/ MAINTAINER= roma.a.g@gmail.com COMMENT= Squid Accounting Management System +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD4CLAUSE IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/sit/Makefile b/www/sit/Makefile index eaece9558b4b..9f09b99bc4d4 100644 --- a/www/sit/Makefile +++ b/www/sit/Makefile @@ -11,6 +11,9 @@ DISTNAME= sit_${PORTVERSION}p1 MAINTAINER= carsten@sitracker.org COMMENT= PHP incident tracking system / Helpdesk +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 IGNORE_WITH_PHP= 70 71 72 73 diff --git a/www/sitebar/Makefile b/www/sitebar/Makefile index 8d383003e8d5..4b2964a97eea 100644 --- a/www/sitebar/Makefile +++ b/www/sitebar/Makefile @@ -10,6 +10,9 @@ DISTNAME= SiteBar-${PORTVERSION} MAINTAINER= gunter@six-two.net COMMENT= The Bookmark Server for Personal and Team Use +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= php:web tar:bzip2 diff --git a/www/testlink/Makefile b/www/testlink/Makefile index 989e6fc66b50..93133148a310 100644 --- a/www/testlink/Makefile +++ b/www/testlink/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Web based test management and test execution system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/usermanager/Makefile b/www/usermanager/Makefile index 87db1c607693..840449981920 100644 --- a/www/usermanager/Makefile +++ b/www/usermanager/Makefile @@ -10,6 +10,9 @@ DISTNAME= ftp_v${PORTVERSION} MAINTAINER= danger@FreeBSD.org COMMENT= Easily create, change, or delete virtual PureFTPd users +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 WRKSRC= ${WRKDIR}/ftp diff --git a/www/xcache/Makefile b/www/xcache/Makefile index 6eea71518f89..0a0feac3e499 100644 --- a/www/xcache/Makefile +++ b/www/xcache/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ale@FreeBSD.org COMMENT= Fast and stable php opcode cacher +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE USES= php:phpize tar:bzip2 |