diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index 5a6325cb4aa0..0ce2b6f21b91 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -1,23 +1,23 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= phk PORTVERSION= 3.0.1 PORTREVISION= 1 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PHK is a PHP-oriented package/archive system LICENSE= PHP301 USES= php:ext tar:tgz USE_PHP= hash:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-phk .include diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 7f314cf85788..b25edfa2ee3d 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -1,24 +1,24 @@ # Created by: Chin-San Huang # $FreeBSD$ PORTNAME= rar PORTVERSION= 3.0.2 PORTREVISION= 1 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension to create and read RAR files LICENSE= PHP301 USES= php:ext tar:tgz USE_PHP= spl:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-rar .include diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile index 0a12073171d4..bea199ed63e3 100644 --- a/converters/pecl-fribidi/Makefile +++ b/converters/pecl-fribidi/Makefile @@ -1,22 +1,22 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= fribidi PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= converters pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension for the Unicode Bidi algorithm LIB_DEPENDS= libfribidi.so:converters/fribidi USES= php:ext pkgconfig tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} .include diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile index c9ddbd4bf8ba..a8c1b1e874de 100644 --- a/converters/php5-bsdconv/Makefile +++ b/converters/php5-bsdconv/Makefile @@ -1,25 +1,25 @@ # Created by: buganini@gmail.com # $FreeBSD$ PORTNAME= bsdconv PORTVERSION= 11.3.0 PORTREVISION= 1 CATEGORIES= converters PKGNAMEPREFIX= php5- MAINTAINER= buganini@gmail.com COMMENT= PHP wrapper for bsdconv LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini GH_PROJECT= php-${PORTNAME} USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE} .include diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile index 4a6a6123e602..c8dbca46f3cb 100644 --- a/databases/pear-MDB2_Driver_mysql/Makefile +++ b/databases/pear-MDB2_Driver_mysql/Makefile @@ -1,21 +1,21 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= MDB2_Driver_mysql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index 4d0030b075b2..955fe394460c 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:databases/pear-DB RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:databases/pear-DB USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index 7148083d23da..43c94d6c7d66 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.7 CATEGORIES= databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_Table BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile index da3e6c9547d8..2087e19363ee 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DataObject PORTVERSION= 0.2.1 CATEGORIES= databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_DataObject BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index d4175841091c..64aa88ae03bf 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -1,21 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_MDB2 PORTVERSION= 0.1.11 CATEGORIES= databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::MDB2 and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/MDB2.php:databases/pear-MDB2 RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ ${PEARDIR}/MDB2.php:databases/pear-MDB2 USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_ARCH= yes .include diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile index 229c5a062fb1..2ed9cf7c04fe 100644 --- a/databases/pecl-dbase/Makefile +++ b/databases/pecl-dbase/Makefile @@ -1,21 +1,21 @@ # Created by: toomas # $FreeBSD$ PORTNAME= dbase PORTVERSION= 5.1.0 PORTREVISION= 1 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= toomas@median.ee COMMENT= dBase database file access functions for PHP LICENSE= PHP301 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index b85b2ce34dd3..4d23516abb4b 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -1,25 +1,25 @@ # Created by: wen # $FreeBSD$ PORTNAME= mongo PORTVERSION= 1.6.14 PORTREVISION= 1 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= bofh@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver LICENSE= APACHE20 BUILD_DEPENDS= re2c>=0.13.4:devel/re2c USES= php:ext tar:tgz USE_PHP= spl:build CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile index 4b96ce1c753f..ed52f67aeac8 100644 --- a/databases/pecl-pdo_user/Makefile +++ b/databases/pecl-pdo_user/Makefile @@ -1,23 +1,23 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= pdo_user PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= PDO_USER-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PECL classes provides a Userspace interface for PDO drivers WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION} USES= php:ext USE_PHP= pdo:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile index c98c382b4a28..76c85cc39e3c 100644 --- a/databases/php-mdcached/Makefile +++ b/databases/php-mdcached/Makefile @@ -1,24 +1,24 @@ # Created by: Ivan Voras # $FreeBSD$ PORTNAME= mdcached PORTVERSION= 1.0.9 PORTREVISION= 1 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= php- EXTRACT_SUFX= .tgz MAINTAINER= ivoras@FreeBSD.org COMMENT= The PHP client library for Bullet Cache (mdcached) LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-mdcached WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME} .include diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 7264a2d0b005..26b104b8ee20 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -1,49 +1,49 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 PORTREVISION= 8 CATEGORIES= databases PKGNAMEPREFIX= php5- MAINTAINER= gasol.wu@gmail.com COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= mkoppanen GH_PROJECT= php-${PORTNAME} GH_TAGNAME= 7debd5b USES= compiler:c++11-lib php:ext pkgconfig USE_CXXSTD= c++11 USE_PHP= pdo:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" THRIFT_MAJOR_VER= ${THRIFT_PORTVERSION:R:R} THRIFT_MINOR_VER= ${THRIFT_PORTVERSION:R:E} THRIFT_PATCH_VER= ${THRIFT_PORTVERSION:E} .if ${THRIFT_MAJOR_VER} >= 0 || ${THRIFT_MINOR_VER} >= 9 || ${THRIFT_PATCH_VER} >= 1 LIB_DEPENDS+= libthrift.so:devel/thrift-cpp BUILD_DEPENDS+= ${LOCALBASE}/bin/thrift:devel/thrift .else LIB_DEPENDS+= libthrift.so:devel/thrift .endif post-configure: ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.cpp ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.h ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/cassandra_types.cpp .include diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 45b2a04b0e2c..e47b302a779c 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -1,23 +1,23 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= tarantool PORTVERSION= ${TR_VER} PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= php5- MAINTAINER= vg@FreeBSD.org COMMENT= PECL PHP driver for Tarantool/Box USES= php:ext USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php GH_TAGNAME= c1c5d5f TR_VER= 20151222 -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS+= --with-tarantool .include diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile index ef475cba7cdb..b4b7a802ceed 100644 --- a/devel/pecl-APCu/Makefile +++ b/devel/pecl-APCu/Makefile @@ -1,25 +1,25 @@ # Created by: John Chen # $FreeBSD$ PORTNAME= APCu PORTVERSION= 4.0.10 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= ${PORTNAME:tl}-${PORTVERSION} DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= APC User Caching LICENSE= PHP301 CONFLICTS= pecl-APC-[0-9]* CFLAGS+= -I${LOCALBASE}/include -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 USES= php:ext tar:tgz PHP_MODNAME= ${PORTNAME:tl} .include diff --git a/devel/pecl-dio/Makefile b/devel/pecl-dio/Makefile index 56a4a6a91b8e..f51ca05a5b79 100644 --- a/devel/pecl-dio/Makefile +++ b/devel/pecl-dio/Makefile @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= dio DISTVERSION= 0.0.7 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that provides direct access to low level IO LICENSE= PHP30 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile index 9c5746f37362..aaf84486790a 100644 --- a/devel/pecl-gearman/Makefile +++ b/devel/pecl-gearman/Makefile @@ -1,23 +1,23 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= gearman PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Gearman API LICENSE= PHP301 LIB_DEPENDS= libgearman.so:devel/gearmand USES= php:ext tar:tgz CONFIGURE_ARGS= --with-gearman -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile index 912bf4975142..cddbf6b548f7 100644 --- a/devel/pecl-htscanner/Makefile +++ b/devel/pecl-htscanner/Makefile @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= htscanner PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Support htaccess for PHP LICENSE= PHP30 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-htscanner .include diff --git a/devel/pecl-inotify/Makefile b/devel/pecl-inotify/Makefile index 400b3bd66e5e..fc4a470acb75 100644 --- a/devel/pecl-inotify/Makefile +++ b/devel/pecl-inotify/Makefile @@ -1,23 +1,23 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= inotify PORTVERSION= 0.1.6 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com COMMENT= This extension allows to use inotify functions in a PHP scripts LICENSE= PHP301 LIB_DEPENDS= libinotify.so:devel/libinotify USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-judy/Makefile b/devel/pecl-judy/Makefile index 3dca6e818d08..5ca02a2fedcc 100644 --- a/devel/pecl-judy/Makefile +++ b/devel/pecl-judy/Makefile @@ -1,26 +1,26 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= judy PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= Judy-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com COMMENT= PHP Judy implements sparse dynamic arrays LICENSE= PHP301 RUN_DEPENDS= Judy>=0:devel/judy BUILD_DEPENDS= Judy>=0:devel/judy CONFIGURE_ARGS= --with-judy=${LOCALBASE} USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index 88b4a4ff459a..e1a04e1a323e 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -1,23 +1,23 @@ # Created by: Ilya Bakulin # $FreeBSD$ PORTNAME= libevent PORTVERSION= 0.1.0 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= webmaster@kibab.com COMMENT= Libevent extension for PHP LICENSE= PHP301 LIB_DEPENDS= libevent.so:devel/libevent2 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-ncurses/Makefile b/devel/pecl-ncurses/Makefile index 70a270de55d9..8d8181b0467a 100644 --- a/devel/pecl-ncurses/Makefile +++ b/devel/pecl-ncurses/Makefile @@ -1,21 +1,21 @@ # Created by: Jille Timmermans # $FreeBSD$ PORTNAME= ncurses PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= tj@FreeBSD.org COMMENT= PECL extension for ncurses LICENSE= PHP301 USES= php:ext,cli ncurses -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 .include diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index 92b0618b88e5..1aeb7b909e6d 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= newt PORTVERSION= 1.2.9 PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- MAINTAINER= garga@FreeBSD.org COMMENT= PHP language extension for RedHat Newt library LICENSE= PHP301 LIB_DEPENDS= libnewt.so:devel/newt USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ ${WRKSRC}/config.m4 .include diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index ef1adf7b4b35..5e28847f60de 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -1,20 +1,20 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= params PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-params .include diff --git a/devel/pecl-scream/Makefile b/devel/pecl-scream/Makefile index 9760c0445790..95f27f70f308 100644 --- a/devel/pecl-scream/Makefile +++ b/devel/pecl-scream/Makefile @@ -1,24 +1,24 @@ # Created by: Volodymyr Kostyrko # $FreeBSD$ PORTNAME= scream DISTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= c.kworr@gmail.com COMMENT= Break the silence operator LICENSE= PHP301 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 test: build @(cd ${WRKSRC} && ${MAKE} test) .include diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile index 1e90b2626813..9e79a4fe237d 100644 --- a/devel/pecl-spl_types/Makefile +++ b/devel/pecl-spl_types/Makefile @@ -1,29 +1,29 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= spl_types PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= SPL_Types-${PORTVERSION} DIST_SUBDIR= PECL MAINTAINER= bofh@FreeBSD.org COMMENT= PECL extension of a collection of special typehandling classes LICENSE= PHP301 OPTIONS_DEFINE= RE2C RE2C_DESC= Compile regular expression 2 C RE2C_RUN_DEPENDS= re2c:devel/re2c USE_PHP= spl USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include .include diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 97482974c8f1..8cd90284262c 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -1,24 +1,24 @@ # Created by: Tim Bishop # $FreeBSD$ PORTNAME= statgrab PORTVERSION= 0.6.0 PORTREVISION= 2 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= Statgrab-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= tdb@FreeBSD.org COMMENT= PECL extension to retrieve information from libstatgrab LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} .include diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile index 704c0e34db1a..4e05845df50d 100644 --- a/devel/pecl-svn/Makefile +++ b/devel/pecl-svn/Makefile @@ -1,23 +1,23 @@ # Created by: Alex Kiesel # $FreeBSD$ PORTNAME= svn PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to the libsvn library LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:devel/subversion USE_CSTD= c99 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile index 3e767d82ca90..1c9d6f5862b1 100644 --- a/devel/pecl-test_helpers/Makefile +++ b/devel/pecl-test_helpers/Makefile @@ -1,23 +1,23 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= test_helpers PORTVERSION= 1.1.0 PORTREVISION= 2 CATEGORIES= devel pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pecl- MAINTAINER= gasol.wu@gmail.com COMMENT= Extension to ease testing of PHP code LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers USES= php:zend tar:tgz SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 # This needs to be loaded *after* devel/php-xdebug PHP_MOD_PRIO= 30 .include diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index 8e38c2699641..610e897ed699 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= uploadprogress PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Provides track progress of a file upload LICENSE= PHP301 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-uploadprogress .include diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index 3b9afd5572ea..c1790ac6f378 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -1,23 +1,23 @@ # Created by: Conor McDermottroe # $FreeBSD$ PORTNAME= xhprof PORTVERSION= 0.9.4 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz MAINTAINER= ports@mcdermottroe.com COMMENT= Hierarchical Profiler for PHP LICENSE= APACHE20 WRKSRC= ${WRKDIR}/${DISTNAME}/extension USES= php:ext ONLY_FOR_ARCHS= i386 amd64 -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php-jq/Makefile b/devel/php-jq/Makefile index 65cf63402f41..75afdf606d12 100644 --- a/devel/php-jq/Makefile +++ b/devel/php-jq/Makefile @@ -1,30 +1,30 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= jq PORTVERSION= 0.0.1 PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= Jq shared extension for php LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjq.so:textproc/jq USE_GITHUB= yes GH_ACCOUNT= kjdev GH_PROJECT= php-ext-jq -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 USES= php:ext JQ_CMD= ${LOCALBASE}/bin/jq pre-build: (${JQ_CMD} -V | ${SED} 's,jq-\(.*\),#define JQ_VERSION "\1",' >> ${WRKSRC}/version.h) .include diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile index 9445a395baf8..f4042cd293e6 100644 --- a/devel/php-memoize/Makefile +++ b/devel/php-memoize/Makefile @@ -1,32 +1,32 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= php-memoize PORTVERSION= 0.2.0b1 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions USE_GITHUB= yes GH_ACCOUNT= arraypad USES= php:ext PHP_MODNAME= memoize -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-memoize OPTIONS_DEFINE= MEMCACHED MEMORY OPTIONS_DEFAULT= MEMORY MEMCACHED_DESC= Enable memcached storage module MEMORY_DESC= Enable the memoize memory storage module MEMCACHED_CONFIGURE_WITH= memoize-memcached MEMCACHED_BUILD_DEPENDS= libmemcached>0:databases/libmemcached MEMCACHED_RUN_DEPENDS= libmemcached>0:databases/libmemcached MEMORY_CONFIGURE_OFF= --disable-memoize-memory .include diff --git a/devel/php-scalar_objects/Makefile b/devel/php-scalar_objects/Makefile index 884f51c1eda9..cb3671a0b158 100644 --- a/devel/php-scalar_objects/Makefile +++ b/devel/php-scalar_objects/Makefile @@ -1,22 +1,22 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= scalar_objects PORTVERSION= 0.0.20140124 PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= Support method calls on primitive types in PHP LICENSE= PHP301 USE_GITHUB= yes GH_ACCOUNT= nikic GH_TAGNAME= baf4985 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile index ec77a21f59eb..fbcbeef737da 100644 --- a/devel/php-uprofiler/Makefile +++ b/devel/php-uprofiler/Makefile @@ -1,29 +1,29 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= uprofiler PORTVERSION= 0.11.0.20150219 PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= Lightweight profiler for PHP LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm USE_GITHUB= yes GH_ACCOUNT= FriendsOfPHP GH_TAGNAME= 483c1e5 WRKSRC_SUBDIR= extension USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php5-blitz-devel/Makefile b/devel/php5-blitz-devel/Makefile index 431beed6a940..81a500249183 100644 --- a/devel/php5-blitz-devel/Makefile +++ b/devel/php5-blitz-devel/Makefile @@ -1,21 +1,21 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= blitz-devel PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://alexeyrybak.com/blitz/ PKGNAMEPREFIX= php5- DISTNAME= blitz-${PORTVERSION}-devel MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine CONFLICTS= php5-blitz-0.6* USES= php:ext PHP_MODNAME= blitz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile index 810a38b888b1..6cc702e52867 100644 --- a/devel/php5-blitz/Makefile +++ b/devel/php5-blitz/Makefile @@ -1,19 +1,19 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= blitz PORTVERSION= 0.8.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://alexeyrybak.com/blitz/ PKGNAMEPREFIX= php5- MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine CONFLICTS= php5-blitz-devel-[0-9]* USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile index 70911cb32a47..abe37a221552 100644 --- a/devel/php5-dav/Makefile +++ b/devel/php5-dav/Makefile @@ -1,25 +1,25 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= dav PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://download.pureftpd.org/php-webdav/ PKGNAMEPREFIX= php5- DISTNAME= php-webdav-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= The PHP WebDAV extension LICENSE= ISCL LIB_DEPENDS= libneon.so:www/neon USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 WRKSRC= ${WRKDIR}/${PORTNAME} .include diff --git a/devel/php5-ice/Makefile b/devel/php5-ice/Makefile index 9b4eacbe48be..e9c5f6b85528 100644 --- a/devel/php5-ice/Makefile +++ b/devel/php5-ice/Makefile @@ -1,49 +1,49 @@ # Created by: DIrk Ye # $FreeBSD$ CATEGORIES= devel PKGNAMEPREFIX= php5- MAINTAINER= freebsd@grem.de COMMENT= Ice (Internet Communications Engine) language mapping for PHP LICENSE= GPLv2 BUILD_DEPENDS= mcpp:devel/mcpp \ slice2php:devel/ice LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice OPTIONS_DEFINE= DEBUG NAMESPACES OPTIONS_DEFAULT= NAMESPACES_DESC= Use PHP namespaces (recommended) SLAVE_PORT= yes MASTERDIR= ${.CURDIR}/../ice PLIST= ${.CURDIR}/pkg-plist MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${LOCALBASE} \ PHP_HOME=${LOCALBASE} OPTIMIZE=yes USES+= php:build -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 BUILD_WRKSRC= ${WRKSRC}/php INSTALL_WRKSRC= ${WRKSRC}/php LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} PHP_MODNAME?= IcePHP post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/*.so @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php @${ECHO_CMD} "extension=${PHP_MODNAME}.so" > ${STAGEDIR}${PREFIX}/etc/php/ext-20-ice.ini security-check: @${ECHO_CMD} "****************************************************************************" @${ECHO_CMD} "" @${ECHO_CMD} "The following line has been added to your ${PREFIX}/etc/php/ext-20-ice.ini" @${ECHO_CMD} "configuration file to automatically load the installed extension:" @${ECHO_CMD} "" @${ECHO_CMD} "extension=${PHP_MODNAME}.so" @${ECHO_CMD} "" @${ECHO_CMD} "****************************************************************************" .include "${MASTERDIR}/Makefile" diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile index 8f4464f90108..345eadec59a8 100644 --- a/devel/php5-pinba/Makefile +++ b/devel/php5-pinba/Makefile @@ -1,23 +1,23 @@ # Created by: raven428 # $FreeBSD$ PORTNAME= pinba PORTVERSION= 2012.03.20 PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= php5- MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes GH_ACCOUNT= tony2001 GH_PROJECT= pinba_extension GH_TAGNAME= f76b673 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile index e705b3a568bb..0db6302341b3 100644 --- a/devel/php5-thrift/Makefile +++ b/devel/php5-thrift/Makefile @@ -1,22 +1,22 @@ # Created by: Ilya Bakulin # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMEPREFIX= php5- MAINTAINER= webmaster@kibab.com COMMENT= PHP interface to Thrift USES= php:ext PHP_MODNAME= thrift_protocol -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol .include "${.CURDIR}/../thrift/bsd.thrift.mk" .include diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 65c4a8a4ea66..500293650b07 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -1,24 +1,24 @@ # Created by: # $FreeBSD$ PORTNAME= tclink PORTVERSION= 4.0.2 PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= https://vault.trustcommerce.com/downloads/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing USES= php:ext ssl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-patch: # avoid name conflicts with libressl ${REINPLACE_CMD} -e 's|\(X509_STORE_load_mem\)|uniq_\1|g' \ -e 's|\(X509_LOOKUP_mem\)|uniq_\1|g' ${WRKSRC}/mem.c .include diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index b52e100fc6c3..36e9d2f640c6 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -1,25 +1,25 @@ # Created by: Dan Rowe # $FreeBSD$ PORTNAME= gmagick PORTVERSION= 1.1.7RC3 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= bsdports@wayfair.com COMMENT= Provides a wrapper to the GraphicsMagick library LICENSE= PHP301 LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} .include diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile index 13d919081cf6..64c9ea8cbf26 100644 --- a/graphics/php-libpuzzle/Makefile +++ b/graphics/php-libpuzzle/Makefile @@ -1,29 +1,29 @@ # Created by: Naram Qashat # $FreeBSD$ PORTNAME= libpuzzle PORTVERSION= 0.11 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ PKGNAMEPREFIX= php- MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC:H:H}/COPYING LIB_DEPENDS= libpuzzle.so:graphics/libpuzzle \ libgd.so:graphics/gd USES= php:ext tar:bzip2 -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} pre-install: @${STRIP_CMD} ${WRKSRC}/modules/libpuzzle.so .include diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index fe68fddf085b..76b1010d302c 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -1,29 +1,29 @@ # Created by: # $FreeBSD$ PORTNAME= magickwand PORTVERSION= 1.0.9 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.magickwand.org/download/php/ PKGNAMEPREFIX= php- DISTNAME= MagickWandForPHP-${PORTVERSION}-2 MAINTAINER= ports@FreeBSD.org COMMENT= PHP extension to manipulate images LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick USES= php:ext pkgconfig -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} WRKSRC= ${WRKDIR}/MagickWandForPHP-${PORTVERSION} pre-configure: @${REINPLACE_CMD} -e 's|-lMagickWand|-lMagickWand-6|g' \ -e 's|-lMagickCore|-lMagickCore-6|g' \ ${WRKSRC}/configure .include diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index 854cb80492fb..a30a6ac42dd9 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -1,24 +1,24 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= ffmpeg PORTVERSION= 0.6.0.20120114 DISTVERSIONPREFIX= php- PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet PKGNAMEPREFIX= php5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= FFmpeg shared extension for php LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgd.so:graphics/gd \ libavutil.so:multimedia/ffmpeg -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 USES= localbase php:ext tar:xz .include diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile index d3cd803f5d23..6e59189b48ae 100644 --- a/japanese/php5-mecab/Makefile +++ b/japanese/php5-mecab/Makefile @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= mecab PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= https://github.com/downloads/rsky/php-${PORTNAME}/ DISTNAME= php-mecab-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= kuriyama@FreeBSD.org COMMENT= PHP5 extension for MeCab Morphological Analyzer LIB_DEPENDS= libmecab.so:japanese/mecab USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config .include PKGNAMEPREFIX:= ${PKGNAMEPREFIX}php5- .include diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index 4900f937f633..dad1f08097c3 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -1,21 +1,21 @@ # Created by: Luke Jee # $FreeBSD$ PORTNAME= perl DISTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= bofh@FreeBSD.org COMMENT= Embedded Perl LICENSE= PHP301 -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 USES= perl5 php:ext tar:tgz .include diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index 9fc44864441f..c5c590d9300a 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -1,23 +1,23 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= mailparse PORTVERSION= 2.1.6 PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 PORTSCOUT= limit:^2.* USES= php:ext tar:tgz USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index 7deea3e20460..e6fa2128dbac 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -1,19 +1,19 @@ # Created by: buganini@gmail.com # $FreeBSD$ PORTNAME= pop3 PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index c3627c216812..cb378888b3f4 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -1,36 +1,36 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= big_int PORTVERSION= 1.0.7 PORTREVISION= 1 CATEGORIES= math devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Functions for calculations with arbitrary length integers and bitsets USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 DOCS= CREDITS INSTALL LICENSE README docs/index.html libbig_int/CREDITS \ libbig_int/LICENSE EXAMPLES= bitset.php example.php rand.php RSA.php std_header.php CONFIGURE_ARGS= --enable-big-int=shared OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} . for doc in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} . endfor . for test in ${STAGEDIR}${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/tests/${test} ${STAGEDIR}${EXAMPLESDIR} . endfor .include diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index e41a0d610d4d..a399d1be7ab6 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= stats PORTVERSION= 1.0.5 CATEGORIES= math textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 331a7f9668e8..6eeabfef53a7 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -1,22 +1,22 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= stomp PORTVERSION= 1.0.9 PORTREVISION= 1 CATEGORIES= net-im pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index fcfd77f974ba..1a368e88cb83 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -1,152 +1,152 @@ # Created by: rflynn@acsalaska.net # $FreeBSD$ PORTNAME= observium PORTVERSION= 0.16.10.8128 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= dirkx@webweaving.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:cli python shebangfix SHEBANG_FILES= mibs/process.pl \ scripts/agent-local/areca-hw \ scripts/agent-local/asterisk \ scripts/agent-local/bind \ scripts/agent-local/crashplan \ scripts/agent-local/edac \ scripts/agent-local/exim-mailqueue.sh \ scripts/agent-local/hdarray \ scripts/agent-local/ipmitool-sensor \ scripts/agent-local/kamailio \ scripts/agent-local/ksm \ scripts/agent-local/lighttpd \ scripts/agent-local/lmsensors \ scripts/agent-local/lvs_stats \ scripts/agent-local/postfix_mailgraph \ scripts/agent-local/postfix_qshape \ scripts/agent-local/postgresql.pl \ scripts/agent-local/proxmox-qemu \ scripts/agent-local/sabnzbd-qstatus \ scripts/agent-local/temperature \ scripts/agent-local/virt-what \ scripts/agent-local/vmwaretools \ scripts/agent-local/zimbra \ scripts/add_ds.pl \ scripts/add_ds_to_rrd.pl \ scripts/get-geshi.sh \ scripts/get-jpgraph.sh \ scripts/ifAlias \ scripts/ifAlias_persist \ scripts/makecss.sh \ scripts/observium_agent \ scripts/removespikes.php \ scripts/removespikes.pl \ scripts/rename-mibs.pl \ scripts/rrdtoolx.py \ poller-wrapper.py USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli posix session snmp tokenizer xml zlib -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 NO_BUILD= yes RUN_DEPENDS+= rrdtool:databases/rrdtool \ dot:graphics/graphviz \ Magick-config:graphics/ImageMagick \ mtr:net/mtr-nox11 \ ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \ ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \ snmpget:net-mgmt/net-snmp \ sudo:security/sudo LIB_DEPENDS+= libpng.so:graphics/png OPTIONS_DEFINE= APACHEMOD FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS NMAP PYPOLLER SVN WMIC OPTIONS_DEFAULT= APACHEMOD FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER SVN WMIC APACHEMOD_DESC= Use PHP with Apache 2.2+ module FPING_DESC= Enable fping support ping monitoring IPMITOOL_DESC= Enable support for monitoring hardware IPMI MYSQLD_DESC= Use local MySQL server WMIC_DESC= Enable support for WMI polling PYPOLLER_DESC= Enable Python Poller Wrapper FPING_RUN_DEPENDS= fping:net/fping IPMITOOL_RUN_DEPENDS= ipmitool:sysutils/ipmitool LIBVIRT_RUN_DEPENDS= virsh:devel/libvirt NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins NMAP_RUN_DEPENDS= nmap:security/nmap PYPOLLER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb SVN_RUN_DEPENDS= svn:devel/subversion WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client .include SUB_FILES+= pkg-message SUB_LIST+= PHP="${PHPBASE}/bin/php" PYTHON=${PHPBASE}/bin/python ROOT_FILES= rename_device.php snmptrap.php add_device.php \ snmpd.conf.example check-errors.php config_to_json.php delete_device.php \ syslog.php irc.php snmp.conf.example adduser.php discovery.php \ check-services.php poller.php config.php.default poller-wrapper.py ROOT_DIRS= html scripts includes update mibs libs PORTDOCS= INSTALL README PORTEXAMPLES= snmp.conf.example snmpd.conf.example .if ${PORT_OPTIONS:MAPACHEMOD} && !defined(PACKAGE_BUILDING) USES+= php:mod USE_APACHE_RUN= 22+ .else # Package builder doesn't create php5 with module USES+= php:web .endif .if ${PORT_OPTIONS:MMYSQLD} USES+= mysql:server .else USES+= mysql:client .endif post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/poller-wrapper.py ${WRKSRC}/poller.php do-install: ${MKDIR} ${STAGEDIR}/${WWWDIR} .for dir in ${ROOT_DIRS} ${MKDIR} ${STAGEDIR}/${WWWDIR}/${dir} cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/${dir} .endfor .for f in ${ROOT_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR} .endfor # Create empty rrd dir and logs writable by www (the apache user) ${MKDIR} ${STAGEDIR}/${WWWDIR}/rrd ${STAGEDIR}/${WWWDIR}/logs # Files in scripts dir should be executable ${FIND} ${STAGEDIR}/${WWWDIR}/scripts -type f -exec ${CHMOD} +x {} \; # Ensure PHP and Python scripts are executable ${FIND} ${STAGEDIR}/${WWWDIR} -type f -name '*.py' -or -type f -name '*.php' -exec ${CHMOD} +x {} \; # Rename for @sample ${MV} ${STAGEDIR}/${WWWDIR}/config.php.default ${STAGEDIR}/${WWWDIR}/config.php.default.sample .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}/${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR} .endfor .endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${EXAMPLESDIR} .endfor .endif .include diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index c4cca5e4f2d1..fa28839d03d7 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -1,33 +1,33 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= phpip PORTVERSION= ${SNAPSHOT} PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.3.2%20-%20No%20Upgrade%20Support DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT} MAINTAINER= ports@FreeBSD.org COMMENT= Complete IPv4 IPAM (IP address management) suite LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING SNAPSHOT= 200611081420 NO_BUILD= yes USE_PHP= mysql USES= dos2unix WANT_PHP_WEB= yes -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 PHPIP?= www/phpip PLIST_SUB+= PHPIP=${PHPIP} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHPIP} @${CP} -R ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${PHPIP} @${CHMOD} -R 755 ${STAGEDIR}${PREFIX}/${PHPIP} .include diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index b6a121eeb985..f6edefe4c6ac 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -1,21 +1,21 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= amqp PORTVERSION= 1.4.0 PORTREVISION= 2 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PHP extension for AMQP API LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index a674a3f582ea..b8d944c6c7d0 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -1,29 +1,29 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= oauth PORTVERSION= 1.2.3 PORTREVISION= 2 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= Php Interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl PORTSCOUT= limit:^1.* CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 13ab76424428..818e5723deb9 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -1,28 +1,28 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= haru PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension to Haru PDF functions LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:print/libharu USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index 773fd38124ee..005a6d615711 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -1,19 +1,19 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= pam PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- MAINTAINER= joneum@bsdproject.de COMMENT= PECL classes for PAM integration LICENSE= PHP202 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index 1f77ecbb434d..f3e302c1aa87 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -1,29 +1,29 @@ # Created by: Alexander Leidinger # $FreeBSD$ PORTNAME= ssh2 PORTVERSION= 0.13 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} CONFIGURE_ARGS= --with-ssh2 post-patch: @${REINPLACE_CMD} -e 's|\$$SSH2_DIR/lib|\$$SSH2_DIR/\$$PHP_LIBDIR|g' ${WRKSRC}/config.m4 .include diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 60543832be0c..1785f280a479 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,30 +1,30 @@ # Created by: ale # $FreeBSD$ PORTNAME= suhosin PORTVERSION= 0.9.38 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://download.suhosin.org/ PKGNAMEPREFIX= php- MAINTAINER= ale@FreeBSD.org COMMENT= PHP extension that implements high-level protections LICENSE= PHP301 OPTIONS_DEFINE= EXAMPLES USES= php:ext USE_PHP= session:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-suhosin PORTEXAMPLES= suhosin.ini post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index 8c729b9a72da..eaa781c57702 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -1,49 +1,49 @@ # Created by: Greg Larkin # $FreeBSD$ PORTNAME= phpdeadlock PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= SF/${PORTNAME}/Deadlock/${PORTVERSION}%20Stable DISTNAME= Deadlock-${PORTVERSION}-Stable MAINTAINER= ports@FreeBSD.org COMMENT= Web-based user authentication/password protection system LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt WRKSRC= ${WRKDIR}/Deadlock-1.01 DLURL?= ${PORTNAME} DLDIR= www/${DLURL} PORTDOCS= CHANGES.txt COPYING.txt UPGRADE.txt USES= dos2unix USE_APACHE_RUN= 22+ USE_PHP= mysql session ctype pcre NO_BUILD= yes NO_ARCH= yes -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 SUB_FILES= pkg-message SUB_LIST= DLURL=${DLURL} DLDIR=${DLDIR} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_DEFINE= DOCS post-extract: @cd ${WRKDIR} && ${MV} "Deadlock v1.01" Deadlock-1.01 post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; do-install: @cd ${WRKSRC}/deadlock && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 29ced87dbd45..aed9f57f5a93 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -1,25 +1,25 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= mogilefs PORTVERSION= 0.9.2 PORTREVISION= 2 CATEGORIES= sysutils pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz MAINTAINER= gasol.wu@gmail.com COMMENT= PHP client library to communicate with the MogileFS storage LICENSE= BSD LIB_DEPENDS= libneon.so:www/neon USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-extract: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 .include diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile index 9cd0d0125a6a..962a2392289d 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_RSS PORTVERSION= 0.1.1 CATEGORIES= textproc databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using RSS files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 .include diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile index a9663c30932a..a8526abc5972 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile @@ -1,18 +1,18 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_XML PORTVERSION= 0.2.0 CATEGORIES= textproc databases www pear MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using XML files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 .include diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index aa55cb911930..46f8195f99ed 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -1,24 +1,24 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= cTemplate PORTVERSION= 1.14 CATEGORIES= textproc pear DISTVERSIONPREFIX= v PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for ctemplate library LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate USES= php:ext localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE} .include diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index 53d26392db0f..ef0e4f901638 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -1,23 +1,23 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= doublemetaphone PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension which implements the Double Metaphone algorithm LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-doublemetaphone .include diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index 4c97ee54968d..d9fe2fb9a16c 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -1,24 +1,24 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= stem PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension which provides word stemming LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h .include diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index e50ac848b9ed..817935b41430 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -1,25 +1,25 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= syck PORTVERSION= 0.9.3 PORTREVISION= 2 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= PECL extension which facilitates YAML parsing LICENSE= PHP301 BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck USES= php:ext tar:tgz USE_PHP= spl:build hash:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-syck .include diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index bbcd4ccc8f56..1f2cc6bab660 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -1,26 +1,26 @@ # Created by: Florian Smeets # $FreeBSD$ PORTNAME= wbxml PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that provides WBXML conversion capabilities LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 USES= php:ext tar:tgz CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4 .include diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index df83c16f05e2..d7212209f2ce 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -1,26 +1,26 @@ # Created by: Larry Rosenman # $FreeBSD$ PORTNAME= xdiff PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LIB_DEPENDS= libxdiff.so:textproc/libxdiff PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 77c74fc9747f..5bce97f2254a 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -1,24 +1,24 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= yaml PORTVERSION= 1.3.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/www/mediawiki126/Makefile b/www/mediawiki126/Makefile index 8a20c6c2bff0..6564d4c9c4b5 100644 --- a/www/mediawiki126/Makefile +++ b/www/mediawiki126/Makefile @@ -1,70 +1,70 @@ # Created by: Gerrit Beine # $FreeBSD$ PORTNAME= mediawiki PORTVERSION= 1.26.4 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 126 MAINTAINER= wen@FreeBSD.org COMMENT= Wiki engine used by Wikipedia LICENSE= GPLv2 CONFLICTS= mediawiki12[378]-[0-9]* USES= shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/hiphop/run-server \ maintenance/postgres/*.pl \ maintenance/storage/make-blobs \ includes/limit.sh SHEBANG_LANG= hhvm hhvm_OLD_CMD= /usr/bin/hhvm hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet USE_PHP= ctype dom hash iconv json mbstring pcre readline \ session xml xmlreader zlib WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message SUB_LIST= MEDIAWIKIDIR=${PREFIX}/${MEDIAWIKIDIR} OPTIONS_DEFINE= LDAP MEMCACHED IMAGICK SOCKETS XCACHE OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= MYSQL SOCKETS MEMCACHED_DESC= Use memcached XCACHE_DESC= Use xCache IMAGICK_DESC= Use ImageMagick SOCKETS_DESC= Use sockets MYSQL_USE= mysql=client php=mysql -MYSQL_VARS= IGNORE_WITH_PHP+=70 +MYSQL_VARS= IGNORE_WITH_PHP+="70 71" PGSQL_USE= php=pgsql SQLITE_USE= php=sqlite3 LDAP_USE= php=ldap SOCKETS_USE= php=sockets MEMCACHED_RUN_DEPENDS= memcached:databases/memcached IMAGICK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick XCACHE_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache pre-install: @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} @${ECHO} "@dir %%WWWDIR%%/vendor/monolog/monolog/tests/Monolog/Handler/Fixtures" >> ${PLIST} @${ECHO} "@mode 0777" >> ${PLIST} @${ECHO} "@dir %%WWWDIR%%/images" >> ${PLIST} @${ECHO} "@mode" >> ${PLIST} @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} .include diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index ad49bda93cb9..a094ee1e25b5 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -1,27 +1,27 @@ # Created by: Max Baryshnikov # $FreeBSD$ PORTNAME= sphinx DISTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= mephius@gmail.com COMMENT= Sphinx search engine php client LICENSE= PHP301 LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message CFLAGS+= -I${LOCALBASE}/include .include diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index be0f9b82a2b3..7eaabb1a3422 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -1,25 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= swish PORTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Swish-e bindings for PHP LICENSE= PHP301 BUILD_DEPENDS= swish-config:www/swish-e RUN_DEPENDS:= swish-config:www/swish-e USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin .include diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index 57f48c088dbc..ef247b04e41d 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -1,25 +1,25 @@ # Created by: johnpupu # $FreeBSD$ PORTNAME= yaf PORTVERSION= 2.3.5 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= MVC framework written as a C PHP extension LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 2f83fe6e89ad..8842a6d98f2e 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -1,38 +1,38 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= php-templates PORTVERSION= 1.7.2 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.7:ext \ SF/${PORTNAME}/${PORTNAME}-doc/html:doc DISTNAME= php_templates-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:ext DISTFILES+= php_templates-doc-eng-1.1${EXTRACT_SUFX}:doc MAINTAINER= ports@FreeBSD.org COMMENT= Template framework for PHP WRKSRC= ${WRKDIR}/templates USES= dos2unix php:phpize -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-templates=shared SUB_FILES= pkg-message PORTDOCS= * do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR} ${INSTALL_LIB} ${WRKSRC}/modules/templates.so \ ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}-doc/* ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php @${ECHO_CMD} "extension=${PREFIX}/lib/php/${PHP_EXT_DIR}/templates.so" > \ ${STAGEDIR}${PREFIX}/etc/php/ext-20-templates.ini .include diff --git a/www/phpmyfaq/Makefile b/www/phpmyfaq/Makefile index 14ae8fdd5cf4..0b4b4229cc4b 100644 --- a/www/phpmyfaq/Makefile +++ b/www/phpmyfaq/Makefile @@ -1,29 +1,29 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= phpmyfaq PORTVERSION= 2.9.6 CATEGORIES= www MASTER_SITES= http://download.phpmyfaq.de/files/ DISTNAME= phpMyFAQ-${PORTVERSION} MAINTAINER= flo@FreeBSD.org COMMENT= Multilingual, completely database-driven FAQ-system WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe php:web USE_PHP= filter json mysql pcre pdf session xml xmlrpc xmlwriter zlib FAQ_DIR= attachments data images inc pdf xml NO_BUILD= YES NO_ARCH= YES -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} .for i in ${FAQ_DIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/${i} .endfor .include diff --git a/www/phprecipebook/Makefile b/www/phprecipebook/Makefile index f953ce0dce5a..3edd5f0a2669 100644 --- a/www/phprecipebook/Makefile +++ b/www/phprecipebook/Makefile @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= phprecipebook PORTVERSION= 3.01 PORTREVISION= 2 CATEGORIES= www deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//} MAINTAINER= madpilot@FreeBSD.org COMMENT= Small php webapp to manage your recipes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes USES= tar:tgz USE_PHP= xml WANT_PHP_WEB= yes SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL MYSQL_USE= PHP=mysql MYSQL_USES= mysql -MYSQL_VARS= IGNORE_WITH_PHP+=70 +MYSQL_VARS= IGNORE_WITH_PHP+="70 71" PGSQL_USE= PHP=pgsql PGSQL_USES= pgsql do-install: ${MV} ${WRKSRC}/custom_inc.php ${WRKSRC}/custom_inc.php.sample cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include diff --git a/www/revive-adserver/Makefile b/www/revive-adserver/Makefile index 049eab66777d..bca0355d1ff4 100644 --- a/www/revive-adserver/Makefile +++ b/www/revive-adserver/Makefile @@ -1,32 +1,32 @@ # Created by: Piotr Rybicki # $FreeBSD$ PORTNAME= revive-adserver PORTVERSION= 3.0.5 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.revive-adserver.org/ MAINTAINER= meritus@innervision.pl COMMENT= Free, opensource ad server in PHP LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_BUILD= yes NO_ARCH= yes SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" .include .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= xml pcre zlib mysql pgsql ftp -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include