Index: head/archivers/pecl-lzf/Makefile =================================================================== --- head/archivers/pecl-lzf/Makefile (revision 402449) +++ head/archivers/pecl-lzf/Makefile (revision 402450) @@ -1,28 +1,28 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= lzf PORTVERSION= 1.6.3 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= ${PORTNAME:tu}-${PORTVERSION} DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Handles LZF de/compression LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-lzf WRKSRC= ${WRKDIR}/${DISTNAME:tu} OPTIONS_DEFINE= BETTER_COMPRESSION BETTER_COMPRESSION_DESC= Better compression ratio BETTER_COMPRESSION_CONFIGURE_ON= --enable-lzf-better-compression .include Index: head/archivers/pecl-phk/Makefile =================================================================== --- head/archivers/pecl-phk/Makefile (revision 402449) +++ head/archivers/pecl-phk/Makefile (revision 402450) @@ -1,23 +1,23 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= phk PORTVERSION= 3.0.1 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHK is a PHP-oriented package/archive system LICENSE= PHP301 USES= tar:tgz USE_PHP= hash USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-phk .include Index: head/archivers/pecl-rar/Makefile =================================================================== --- head/archivers/pecl-rar/Makefile (revision 402449) +++ head/archivers/pecl-rar/Makefile (revision 402450) @@ -1,23 +1,23 @@ # Created by: Chin-San Huang # $FreeBSD$ PORTNAME= rar PORTVERSION= 3.0.2 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to create and read RAR files LICENSE= PHP301 USES= tar:tgz USE_PHP= spl USE_PHPEXT= yes USE_PHP_BUILD= yes CONFIGURE_ARGS= --enable-rar .include Index: head/audio/pecl-id3/Makefile =================================================================== --- head/audio/pecl-id3/Makefile (revision 402449) +++ head/audio/pecl-id3/Makefile (revision 402450) @@ -1,26 +1,26 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= id3 PORTVERSION= 0.2 CATEGORIES= audio pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Extension to read and write ID3 tags in MP3 files LICENSE= PHP30 BROKEN= Unfetchable DEPRECATED= Broken for more than 6 months EXPIRATION_DATE= 2015-11-26 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-id3 .include Index: head/databases/pecl-chdb/Makefile =================================================================== --- head/databases/pecl-chdb/Makefile (revision 402449) +++ head/databases/pecl-chdb/Makefile (revision 402450) @@ -1,33 +1,33 @@ # Created by: Evan Sarmiento # $FreeBSD$ PORTNAME= chdb PORTVERSION= 1.0.2 CATEGORIES= databases PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= CHDB extension LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:${PORTSDIR}/devel/cmph RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:${PORTSDIR}/devel/cmph USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= chdb IGNORE_WITH_PHP=5 CFLAGS+= -L${LOCALBASE}/lib USE_GITHUB= yes GH_ACCOUNT= lcastelli CONFIGURE_ARGS= --with-libcmph-dir=${LOCALBASE}/lib .include Index: head/databases/pecl-drizzle/Makefile =================================================================== --- head/databases/pecl-drizzle/Makefile (revision 402449) +++ head/databases/pecl-drizzle/Makefile (revision 402450) @@ -1,34 +1,34 @@ # Created by: Greg Larkin # $FreeBSD$ PORTNAME= drizzle PORTVERSION= 0.4.2 CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP wrapper for the libdrizzle library LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= README EXPERIMENTAL ChangeLog CREDITS PORTEXAMPLES= drizzle.php post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC} && ${INSTALL} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/databases/pecl-mdbtools/Makefile =================================================================== --- head/databases/pecl-mdbtools/Makefile (revision 402449) +++ head/databases/pecl-mdbtools/Makefile (revision 402450) @@ -1,32 +1,32 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= mdbtools PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension for the mdbtools library LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools RUN_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE} post-extract: @${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \ ${WRKSRC}/mdbtools.c .include Index: head/databases/pecl-tokyo_tyrant/Makefile =================================================================== --- head/databases/pecl-tokyo_tyrant/Makefile (revision 402449) +++ head/databases/pecl-tokyo_tyrant/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= tokyo_tyrant PORTVERSION= 0.7.0 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Wrapper to the Tokyo Tyrant client library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant USES= pkgconfig tar:tgz USE_PHP= session USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes .include Index: head/devel/pecl-automap/Makefile =================================================================== --- head/devel/pecl-automap/Makefile (revision 402449) +++ head/devel/pecl-automap/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= automap PORTVERSION= 2.1.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension offering a fast map-based autoloader LICENSE= PHP301 USES= tar:tgz USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= automap IGNORE_WITH_PHP= 56 CONFIGURE_ARGS= --enable-automap .include Index: head/devel/pecl-bbcode/Makefile =================================================================== --- head/devel/pecl-bbcode/Makefile (revision 402449) +++ head/devel/pecl-bbcode/Makefile (revision 402450) @@ -1,28 +1,28 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= bbcode PORTVERSION= 1.0.2 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension which allows quick and efficient BBCode Parsing LICENSE= PHP301 BSD3CLAUSE LICENSE_COMB= multi USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-bbcode post-patch: @${REINPLACE_CMD} -e 's/#include /\/\/#include /g' ${WRKSRC}/lib/bbcode2.c .include Index: head/devel/pecl-bcompiler/Makefile =================================================================== --- head/devel/pecl-bcompiler/Makefile (revision 402449) +++ head/devel/pecl-bcompiler/Makefile (revision 402450) @@ -1,23 +1,23 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= bcompiler PORTVERSION= 1.0.2 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Bytecode compiler extension LICENSE= PHP202 USES= tar:tgz USE_PHP= bz2 USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-bcompiler .include Index: head/devel/pecl-expect/Makefile =================================================================== --- head/devel/pecl-expect/Makefile (revision 402449) +++ head/devel/pecl-expect/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= expect PORTVERSION= 0.3.3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension for expect library LICENSE= PHP301 LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect USES= tar:tgz tcl:86 USE_PHP= yes USE_PHPEXT= yes CFLAGS+= -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+=--with-expect=${LOCALBASE} .include Index: head/devel/pecl-gearman/Makefile =================================================================== --- head/devel/pecl-gearman/Makefile (revision 402449) +++ head/devel/pecl-gearman/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= gearman PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Gearman API LICENSE= PHP301 LIB_DEPENDS= libgearman.so:${PORTSDIR}/devel/gearmand USES= tar:tgz CONFIGURE_ARGS= --with-gearman PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes .include Index: head/devel/pecl-hidef/Makefile =================================================================== --- head/devel/pecl-hidef/Makefile (revision 402449) +++ head/devel/pecl-hidef/Makefile (revision 402450) @@ -1,30 +1,30 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= hidef PORTVERSION= 0.1.13 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Constants for real LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 56 CONFIGURE_ARGS= --enable-hidef CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \ ${WRKSRC}/hidef.c .include Index: head/devel/pecl-htscanner/Makefile =================================================================== --- head/devel/pecl-htscanner/Makefile (revision 402449) +++ head/devel/pecl-htscanner/Makefile (revision 402450) @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= htscanner PORTVERSION= 1.0.1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Support htaccess for PHP LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-htscanner .include Index: head/devel/pecl-inclued/Makefile =================================================================== --- head/devel/pecl-inclued/Makefile (revision 402449) +++ head/devel/pecl-inclued/Makefile (revision 402450) @@ -1,23 +1,23 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= inclued PORTVERSION= 0.1.3 PORTEPOCH= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Inclued gives you a Clue for PHP inclusion check LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 55 56 CONFIGURE_ARGS= --enable-inclued .include Index: head/devel/pecl-mcve/Makefile =================================================================== --- head/devel/pecl-mcve/Makefile (revision 402449) +++ head/devel/pecl-mcve/Makefile (revision 402450) @@ -1,30 +1,30 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= mcve PORTVERSION= 7.0.3 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL Extension for Interface the MCVE/Monetra API LICENSE= PHP30 LIB_DEPENDS= libmonetra.so:${PORTSDIR}/devel/libmonetra USES= tar:tgz USE_OPENSSL= yes USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}" post-patch: ${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ ${WRKSRC}/config.m4 .include Index: head/devel/pecl-operator/Makefile =================================================================== --- head/devel/pecl-operator/Makefile (revision 402449) +++ head/devel/pecl-operator/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: Alexander Zhuravlev # $FreeBSD$ PORTNAME= operator PORTVERSION= 0.3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension that provides operator overloading for PHP objects LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} IGNORE_WITH_PHP= 56 post-extract:: @${CAT} ${PKGMESSAGE} .include Index: head/devel/pecl-params/Makefile =================================================================== --- head/devel/pecl-params/Makefile (revision 402449) +++ head/devel/pecl-params/Makefile (revision 402450) @@ -1,21 +1,21 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= params PORTVERSION= 1.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-params .include Index: head/devel/pecl-runkit/Makefile =================================================================== --- head/devel/pecl-runkit/Makefile (revision 402449) +++ head/devel/pecl-runkit/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Elias Mandouvalos # $FreeBSD$ PORTNAME= runkit PORTVERSION= 0.9 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to modify constants, user-defined functions, and classes LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit IGNORE_WITH_PHP= 5 54 55 56 CONFIGURE_ARGS= --enable-runkit=classkit .include Index: head/devel/pecl-shape/Makefile =================================================================== --- head/devel/pecl-shape/Makefile (revision 402449) +++ head/devel/pecl-shape/Makefile (revision 402450) @@ -1,33 +1,33 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= shape PORTVERSION= 0.9.2 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension that wraps libshape LICENSE= PHP30 LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= shp IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS+= --with-shp=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e 's|include/libshp|include|g' ${WRKSRC}/config.m4 @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 @${REINPLACE_CMD} -e 's|include "libshp/|include "|g' ${WRKSRC}/php_shp.h .include Index: head/devel/pecl-svn/Makefile =================================================================== --- head/devel/pecl-svn/Makefile (revision 402449) +++ head/devel/pecl-svn/Makefile (revision 402450) @@ -1,26 +1,26 @@ # Created by: Alex Kiesel # $FreeBSD$ PORTNAME= svn PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to the libsvn library LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 DEPRECATED= Depends on deprecated subversion17 EXPIRATION_DATE=2015-12-29 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes .include Index: head/devel/pecl-uploadprogress/Makefile =================================================================== --- head/devel/pecl-uploadprogress/Makefile (revision 402449) +++ head/devel/pecl-uploadprogress/Makefile (revision 402450) @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= uploadprogress PORTVERSION= 1.0.3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Provides track progress of a file upload LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-uploadprogress .include Index: head/devel/pecl-vld/Makefile =================================================================== --- head/devel/pecl-vld/Makefile (revision 402449) +++ head/devel/pecl-vld/Makefile (revision 402450) @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= vld PORTVERSION= 0.13.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Dump the internal representation of PHP scripts LICENSE= BSD2CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-vld .include Index: head/devel/pecl-weakref/Makefile =================================================================== --- head/devel/pecl-weakref/Makefile (revision 402449) +++ head/devel/pecl-weakref/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= weakref PORTVERSION= 0.2.6 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= Weakref-${PORTVERSION} DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL Weakref extension LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes CFLAGS+= -I${LOCALBASE}/include .include Index: head/mail/pecl-esmtp/Makefile =================================================================== --- head/mail/pecl-esmtp/Makefile (revision 402449) +++ head/mail/pecl-esmtp/Makefile (revision 402450) @@ -1,37 +1,37 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= esmtp PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL ESMTP client extension LICENSE= PHP30 LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 56 OPTIONS_DEFINE= RE2C OPTIONS_DEFAULT= RE2C RE2C_DESC= Use re2c to regenerate PHP parsers .include .if ${PORT_OPTIONS:MRE2C} BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c .endif post-patch: @${REINPLACE_CMD} -e '29,34 d; 45,50 d' ${WRKSRC}/config.m4 .include Index: head/mail/pecl-mailparse/Makefile =================================================================== --- head/mail/pecl-mailparse/Makefile (revision 402449) +++ head/mail/pecl-mailparse/Makefile (revision 402450) @@ -1,23 +1,23 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= mailparse PORTVERSION= 2.1.6 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 USES= tar:tgz USE_PHP= mbstring USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= mailparse .include Index: head/math/pecl-big_int/Makefile =================================================================== --- head/math/pecl-big_int/Makefile (revision 402449) +++ head/math/pecl-big_int/Makefile (revision 402450) @@ -1,36 +1,36 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= big_int PORTVERSION= 1.0.7 CATEGORIES= math devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Functions for calculations with arbitrary length integers and bitsets USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes 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 Index: head/math/pecl-stats/Makefile =================================================================== --- head/math/pecl-stats/Makefile (revision 402449) +++ head/math/pecl-stats/Makefile (revision 402450) @@ -1,20 +1,20 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= stats PORTVERSION= 1.0.3 CATEGORIES= math textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension which with routines for statistical computation LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes .include Index: head/net/pecl-cvsclient/Makefile =================================================================== --- head/net/pecl-cvsclient/Makefile (revision 402449) +++ head/net/pecl-cvsclient/Makefile (revision 402450) @@ -1,21 +1,21 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= cvsclient PORTVERSION= 0.2 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension for CVS pserver client LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 .include Index: head/net/pecl-oauth/Makefile =================================================================== --- head/net/pecl-oauth/Makefile (revision 402449) +++ head/net/pecl-oauth/Makefile (revision 402450) @@ -1,27 +1,27 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= oauth PORTVERSION= 1.2.3 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Php Interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes .include Index: head/net/pecl-radius/Makefile =================================================================== --- head/net/pecl-radius/Makefile (revision 402449) +++ head/net/pecl-radius/Makefile (revision 402450) @@ -1,26 +1,26 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= radius PORTVERSION= 1.2.7 CATEGORIES= net security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Radius client library for PHP LICENSE= BSD3CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-radius post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net-im/pecl-stomp/Makefile =================================================================== --- head/net-im/pecl-stomp/Makefile (revision 402449) +++ head/net-im/pecl-stomp/Makefile (revision 402450) @@ -1,20 +1,20 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= stomp PORTVERSION= 1.0.8 CATEGORIES= net-im pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension of stomp client LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes .include Index: head/print/pecl-haru/Makefile =================================================================== --- head/print/pecl-haru/Makefile (revision 402449) +++ head/print/pecl-haru/Makefile (revision 402450) @@ -1,28 +1,28 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= haru PORTVERSION= 1.0.4 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to Haru PDF functions LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include Index: head/security/pecl-crack/Makefile =================================================================== --- head/security/pecl-crack/Makefile (revision 402449) +++ head/security/pecl-crack/Makefile (revision 402450) @@ -1,36 +1,36 @@ # Created by: Bill Moran # $FreeBSD$ PORTNAME= crack PORTVERSION= 0.4 PORTEPOCH= 1 CATEGORIES= security www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to cracklib LICENSE= PHP30 LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= crack EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack CONFIGURE_ARGS= --with-crack=${LOCALBASE} CFLAGS+= -Wno-deprecated post-configure: ${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \ ${WRKSRC}/run-tests.php test check regression-test: build ${MAKE} -C ${WRKSRC} test < /dev/null .include Index: head/security/pecl-pam/Makefile =================================================================== --- head/security/pecl-pam/Makefile (revision 402449) +++ head/security/pecl-pam/Makefile (revision 402450) @@ -1,20 +1,20 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= pam PORTVERSION= 1.0.3 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL classes for PAM integration LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes .include Index: head/security/pecl-ssh2/Makefile =================================================================== --- head/security/pecl-ssh2/Makefile (revision 402449) +++ head/security/pecl-ssh2/Makefile (revision 402450) @@ -1,29 +1,29 @@ # Created by: Alexander Leidinger # $FreeBSD$ PORTNAME= ssh2 PORTVERSION= 0.12 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes 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 Index: head/security/pecl-tcpwrap/Makefile =================================================================== --- head/security/pecl-tcpwrap/Makefile (revision 402449) +++ head/security/pecl-tcpwrap/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= tcpwrap PORTVERSION= 1.1.3 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension which provides tcpwrappers binding LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP=5 56 post-patch: @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4 .include Index: head/textproc/pecl-doublemetaphone/Makefile =================================================================== --- head/textproc/pecl-doublemetaphone/Makefile (revision 402449) +++ head/textproc/pecl-doublemetaphone/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= doublemetaphone PORTVERSION= 1.0.1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension which implements the Double Metaphone algorithm LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-doublemetaphone .include Index: head/textproc/pecl-enchant/Makefile =================================================================== --- head/textproc/pecl-enchant/Makefile (revision 402449) +++ head/textproc/pecl-enchant/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: Wen heping # $FreeBSD$ PORTNAME= enchant DISTVERSION= 1.1.0 CATEGORIES= textproc devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Libenchant Binder that Support Near All Spelling Tools LICENSE= PHP30 LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS+= --with-enchant=${LOCALBASE} .include Index: head/textproc/pecl-html_parse/Makefile =================================================================== --- head/textproc/pecl-html_parse/Makefile (revision 402449) +++ head/textproc/pecl-html_parse/Makefile (revision 402450) @@ -1,27 +1,27 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= html_parse PORTVERSION= 1.0.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension for the ekhtml library LICENSE= PHP30 BUILD_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml RUN_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS= --enable-html_parse .include Index: head/textproc/pecl-stem/Makefile =================================================================== --- head/textproc/pecl-stem/Makefile (revision 402449) +++ head/textproc/pecl-stem/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= stem PORTVERSION= 1.5.1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension which provides word stemming LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h .include Index: head/textproc/pecl-xdiff/Makefile =================================================================== --- head/textproc/pecl-xdiff/Makefile (revision 402449) +++ head/textproc/pecl-xdiff/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Larry Rosenman # $FreeBSD$ PORTNAME= xdiff PORTVERSION= 1.5.2 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL extension to create/apply binary and text patches LICENSE= PHP301 LIB_DEPENDS= libxdiff.so:${PORTSDIR}/textproc/libxdiff USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/textproc/pecl-xslcache/Makefile =================================================================== --- head/textproc/pecl-xslcache/Makefile (revision 402449) +++ head/textproc/pecl-xslcache/Makefile (revision 402450) @@ -1,22 +1,22 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= xslcache PORTVERSION= 0.7.2 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Caches the parsed XSL stylesheet between sessions LICENSE= PHP301 USES= tar:tgz USE_PHP= dom xml xsl USE_PHP_BUILD= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 5 .include Index: head/textproc/pecl-yaml/Makefile =================================================================== --- head/textproc/pecl-yaml/Makefile (revision 402449) +++ head/textproc/pecl-yaml/Makefile (revision 402450) @@ -1,24 +1,24 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= yaml PORTVERSION= 1.2.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes .include Index: head/www/pecl-http1/Makefile =================================================================== --- head/www/pecl-http1/Makefile (revision 402449) +++ head/www/pecl-http1/Makefile (revision 402450) @@ -1,31 +1,31 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= http PORTVERSION= 1.7.6 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- PKGNAMESUFFIX= 1 DISTNAME= pecl_http-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Extended HTTP Support LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= http IGNORE_WITH_PHP= 56 CONFLICTS= pecl-http-* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ --with-http-magic-mime .include Index: head/www/pecl-swish/Makefile =================================================================== --- head/www/pecl-swish/Makefile (revision 402449) +++ head/www/pecl-swish/Makefile (revision 402450) @@ -1,25 +1,25 @@ # Created by: chinsan # $FreeBSD$ PORTNAME= swish PORTVERSION= 0.5.0 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Swish-e bindings for PHP LICENSE= PHP301 BUILD_DEPENDS= swish-config:${PORTSDIR}/www/swish-e RUN_DEPENDS:= swish-config:${PORTSDIR}/www/swish-e USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin .include