Page MenuHomeFreeBSD

D10281.id27094.diff
No OneTemporary

D10281.id27094.diff

Index: Mk/Uses/php.mk
===================================================================
--- Mk/Uses/php.mk
+++ Mk/Uses/php.mk
@@ -15,6 +15,7 @@
# - mod : Want the Apache Module for PHP.
# - web : Want the Apache Module or the CGI version of PHP.
# - embed : Want the embedded library version of PHP.
+# - pecl : Fetches from PECL.
#
# If the port requires a predefined set of PHP extensions, they can be
# listed in this way:
@@ -89,6 +90,17 @@
. if ${php_ARGS:Mext} && ${php_ARGS:Mzend}
DEV_WARNING+= "USES=php:ext is included in USES=php:zend, so it is not needed"
. endif
+. if ${php_ARGS:Mext} && ${php_ARGS:Mpecl}
+DEV_WARNING+= "USES=php:ext is included in USES=php:pecl, so it is not needed"
+. endif
+
+. if ${php_ARGS:Mpecl}
+php_ARGS+= ext
+EXTRACT_SUFX?= .tgz
+MASTER_SITES?= http://pecl.php.net/get/
+PKGNAMEPREFIX?= pecl-
+DIST_SUBDIR?= PECL
+. endif
PHPBASE?= ${LOCALBASE}
. if exists(${PHPBASE}/etc/php.conf)
Index: archivers/pecl-lzf/Makefile
===================================================================
--- archivers/pecl-lzf/Makefile
+++ archivers/pecl-lzf/Makefile
@@ -4,17 +4,14 @@
PORTNAME= lzf
PORTVERSION= 1.6.5
CATEGORIES= archivers pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Handles LZF de/compression
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --enable-lzf
WRKSRC= ${WRKDIR}/${DISTNAME:tu}
Index: archivers/pecl-phk/Makefile
===================================================================
--- archivers/pecl-phk/Makefile
+++ archivers/pecl-phk/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl
USE_PHP= hash:build
IGNORE_WITH_PHP= 70 71
Index: archivers/pecl-rar/Makefile
===================================================================
--- archivers/pecl-rar/Makefile
+++ archivers/pecl-rar/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl
USE_PHP= spl:build
IGNORE_WITH_PHP= 70 71
Index: converters/pecl-fribidi/Makefile
===================================================================
--- converters/pecl-fribidi/Makefile
+++ converters/pecl-fribidi/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl pkgconfig
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
Index: converters/pecl-igbinary/Makefile
===================================================================
--- converters/pecl-igbinary/Makefile
+++ converters/pecl-igbinary/Makefile
@@ -4,10 +4,6 @@
PORTNAME= igbinary
PORTVERSION= 2.0.1
CATEGORIES= converters
-MASTER_SITES= http://pecl.php.net/get/ \
- LOCAL/sunpoet
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for the standard PHP serializer
@@ -15,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.pre.mk>
Index: databases/pecl-couchbase/Makefile
===================================================================
--- databases/pecl-couchbase/Makefile
+++ databases/pecl-couchbase/Makefile
@@ -4,9 +4,6 @@
PORTNAME= couchbase
PORTVERSION= 2.3.0
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Couchbase Server PHP extension
@@ -18,6 +15,6 @@
LIB_DEPENDS= libcouchbase.so:databases/libcouchbase
USE_PHP= json:build
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: databases/pecl-dbase/Makefile
===================================================================
--- databases/pecl-dbase/Makefile
+++ databases/pecl-dbase/Makefile
@@ -5,17 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: databases/pecl-drizzle/Makefile
===================================================================
--- databases/pecl-drizzle/Makefile
+++ databases/pecl-drizzle/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= PHP wrapper for the libdrizzle library
@@ -16,7 +13,7 @@
LIB_DEPENDS= libdrizzle.so:databases/libdrizzle
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
OPTIONS_DEFINE= DOCS EXAMPLES
Index: databases/pecl-leveldb/Makefile
===================================================================
--- databases/pecl-leveldb/Makefile
+++ databases/pecl-leveldb/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= This extension is a PHP binding for Google LevelDB
@@ -16,7 +13,7 @@
LIB_DEPENDS= libleveldb.so:databases/leveldb
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: databases/pecl-memcache/Makefile
===================================================================
--- databases/pecl-memcache/Makefile
+++ databases/pecl-memcache/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 3.0.8
PORTREVISION= 1
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Memcached extension for PHP 5.6
@@ -21,7 +18,7 @@
IGNORE_WITH_PHP=70 71
USE_CSTD= gnu89
USE_PHP= session:build zlib:build
-USES= dos2unix php:ext tar:tgz
+USES= dos2unix php:pecl
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
Index: databases/pecl-memcached/Makefile
===================================================================
--- databases/pecl-memcached/Makefile
+++ databases/pecl-memcached/Makefile
@@ -4,9 +4,6 @@
PORTNAME= memcached
PORTVERSION= 3.0.3
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP extension for interfacing with memcached via libmemcached library
@@ -22,7 +19,7 @@
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
IGNORE_WITH_PHP=56
USE_PHP= json:build session:build
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
IGBINARY_USE= PHP=igbinary:build
Index: databases/pecl-memcached2/Makefile
===================================================================
--- databases/pecl-memcached2/Makefile
+++ databases/pecl-memcached2/Makefile
@@ -5,10 +5,7 @@
PORTVERSION= 2.2.0
PORTREVISION= 4
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP extension for interfacing with memcached via libmemcached library
@@ -26,7 +23,7 @@
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
IGNORE_WITH_PHP=70 71
USE_PHP= json:build session:build
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
IGBINARY_USE= PHP=igbinary:build
Index: databases/pecl-mongo/Makefile
===================================================================
--- databases/pecl-mongo/Makefile
+++ databases/pecl-mongo/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
BUILD_DEPENDS= re2c>=0.13.4:devel/re2c
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= spl:build
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
Index: databases/pecl-mongodb/Makefile
===================================================================
--- databases/pecl-mongodb/Makefile
+++ databases/pecl-mongodb/Makefile
@@ -3,16 +3,13 @@
PORTNAME= mongodb
PORTVERSION= 1.2.8
CATEGORIES= databases pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= pi@FreeBSD.org
COMMENT= PECL classes for MongoDB
LICENSE= APACHE20
-USES= php:ext ssl tar:tgz
+USES= php:pecl ssl
USE_PHP= spl:build
CFLAGS+= -I${LOCALBASE}/include
Index: databases/pecl-pdo_user/Makefile
===================================================================
--- databases/pecl-pdo_user/Makefile
+++ databases/pecl-pdo_user/Makefile
@@ -5,18 +5,14 @@
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
+USES= php:pecl
USE_PHP= pdo:build
IGNORE_WITH_PHP= 70 71
Index: databases/pecl-redis/Makefile
===================================================================
--- databases/pecl-redis/Makefile
+++ databases/pecl-redis/Makefile
@@ -3,8 +3,6 @@
PORTNAME= redis
PORTVERSION= 3.1.2
CATEGORIES= databases
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= daniel@blodan.se
COMMENT= Extension to access Redis
@@ -12,7 +10,7 @@
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= session:build
OPTIONS_DEFINE= IGBINARY
Index: databases/pecl-redis/distinfo
===================================================================
--- databases/pecl-redis/distinfo
+++ databases/pecl-redis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490962322
-SHA256 (redis-3.1.2.tgz) = a7687d007e48bef92049b8f53b425244d663da57d6b646d139248839e01f4ea3
-SIZE (redis-3.1.2.tgz) = 199041
+TIMESTAMP = 1491395890
+SHA256 (PECL/redis-3.1.2.tgz) = a7687d007e48bef92049b8f53b425244d663da57d6b646d139248839e01f4ea3
+SIZE (PECL/redis-3.1.2.tgz) = 199041
Index: databases/pecl-rrd/Makefile
===================================================================
--- databases/pecl-rrd/Makefile
+++ databases/pecl-rrd/Makefile
@@ -4,10 +4,6 @@
DISTVERSION= 1.1.3
PORTREVISION= 4
CATEGORIES= databases pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= PHP bindings to rrd tool system
@@ -18,7 +14,7 @@
LDFLAGS+= -L${LOCALBASE}/lib
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: databases/pecl-tokyo_tyrant/Makefile
===================================================================
--- databases/pecl-tokyo_tyrant/Makefile
+++ databases/pecl-tokyo_tyrant/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= databases pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= joneum@bsdproject.de
COMMENT= Wrapper to the Tokyo Tyrant client library
@@ -16,7 +14,7 @@
LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
USE_PHP= session:build
IGNORE_WITH_PHP= 70
Index: databases/pecl-tokyo_tyrant/distinfo
===================================================================
--- databases/pecl-tokyo_tyrant/distinfo
+++ databases/pecl-tokyo_tyrant/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tokyo_tyrant-0.7.0.tgz) = 38559ac381670b61600d4736803a016f9e75aee9ae608d3f6b46e79103022d28
-SIZE (tokyo_tyrant-0.7.0.tgz) = 26924
+TIMESTAMP = 1491395890
+SHA256 (PECL/tokyo_tyrant-0.7.0.tgz) = 38559ac381670b61600d4736803a016f9e75aee9ae608d3f6b46e79103022d28
+SIZE (PECL/tokyo_tyrant-0.7.0.tgz) = 26924
Index: devel/pecl-APCu/Makefile
===================================================================
--- devel/pecl-APCu/Makefile
+++ devel/pecl-APCu/Makefile
@@ -4,10 +4,7 @@
PORTNAME= APCu
PORTVERSION= 5.1.8
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
@@ -17,7 +14,7 @@
CONFLICTS_INSTALL= pecl-APC-
IGNORE_WITH_PHP=56
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
PHP_MODNAME= ${PORTNAME:tl}
.include <bsd.port.mk>
Index: devel/pecl-APCu4/Makefile
===================================================================
--- devel/pecl-APCu4/Makefile
+++ devel/pecl-APCu4/Makefile
@@ -4,11 +4,8 @@
PORTNAME= APCu
PORTVERSION= 4.0.11
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 4
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= APC User Caching
@@ -20,7 +17,7 @@
PORTSCOUT= limit:^4\.
IGNORE_WITH_PHP=70 71
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
PHP_MODNAME= ${PORTNAME:tl}
.include <bsd.port.mk>
Index: devel/pecl-dio/Makefile
===================================================================
--- devel/pecl-dio/Makefile
+++ devel/pecl-dio/Makefile
@@ -4,17 +4,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: devel/pecl-eio/Makefile
===================================================================
--- devel/pecl-eio/Makefile
+++ devel/pecl-eio/Makefile
@@ -4,9 +4,6 @@
PORTNAME= eio
PORTVERSION= 2.0.1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides interface to the libeio library
@@ -14,6 +11,6 @@
LICENSE= PHP301
CONFIGURE_ARGS= --enable-eio
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-ev/Makefile
===================================================================
--- devel/pecl-ev/Makefile
+++ devel/pecl-ev/Makefile
@@ -4,9 +4,6 @@
PORTNAME= ev
PORTVERSION= 1.0.4
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Libev extension for PHP
@@ -14,6 +11,6 @@
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-event/Makefile
===================================================================
--- devel/pecl-event/Makefile
+++ devel/pecl-event/Makefile
@@ -4,9 +4,6 @@
PORTNAME= event
PORTVERSION= 2.3.0
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Provides interface to libevent library
@@ -16,7 +13,7 @@
LIB_DEPENDS= libevent.so:devel/libevent
-USES= php:ext tar:tgz ssl
+USES= php:pecl ssl
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
USE_PHP= sockets:build
Index: devel/pecl-expect/Makefile
===================================================================
--- devel/pecl-expect/Makefile
+++ devel/pecl-expect/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.3.3
PORTREVISION= 2
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= PHP extension for expect library
@@ -16,7 +13,7 @@
LIB_DEPENDS= libexpect.so:lang/expect
-USES= php:ext tar:tgz tcl:86
+USES= php:pecl tcl:86
IGNORE_WITH_PHP= 70
CFLAGS+= -I${TCL_INCLUDEDIR}
Index: devel/pecl-gearman/Makefile
===================================================================
--- devel/pecl-gearman/Makefile
+++ devel/pecl-gearman/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
LIB_DEPENDS= libgearman.so:devel/gearmand
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --with-gearman
IGNORE_WITH_PHP= 70 71
Index: devel/pecl-grpc/Makefile
===================================================================
--- devel/pecl-grpc/Makefile
+++ devel/pecl-grpc/Makefile
@@ -4,15 +4,12 @@
PORTNAME= grpc
PORTVERSION= 1.2.0
CATEGORIES= devel net
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= High performance, general RPC framework
LICENSE= BSD3CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-hrtime/Makefile
===================================================================
--- devel/pecl-hrtime/Makefile
+++ devel/pecl-hrtime/Makefile
@@ -4,15 +4,12 @@
PORTNAME= hrtime
PORTVERSION= 0.6.0
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= High resolution timing for PHP
LICENSE= BSD2CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-htscanner/Makefile
===================================================================
--- devel/pecl-htscanner/Makefile
+++ devel/pecl-htscanner/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-htscanner
Index: devel/pecl-inotify/Makefile
===================================================================
--- devel/pecl-inotify/Makefile
+++ devel/pecl-inotify/Makefile
@@ -5,10 +5,6 @@
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
@@ -17,7 +13,7 @@
LIB_DEPENDS= libinotify.so:devel/libinotify
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: devel/pecl-intl/Makefile
===================================================================
--- devel/pecl-intl/Makefile
+++ devel/pecl-intl/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 3.0.0
PORTREVISION= 7
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension to support Internationalization(ICU)
@@ -17,6 +14,6 @@
LIB_DEPENDS= libicui18n.so:devel/icu
IGNORE_WITH_PHP=70 71
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-jsmin/Makefile
===================================================================
--- devel/pecl-jsmin/Makefile
+++ devel/pecl-jsmin/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP extension for minifying JavaScript
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-json_post/Makefile
===================================================================
--- devel/pecl-json_post/Makefile
+++ devel/pecl-json_post/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= JSON POST handler in PHP
@@ -15,7 +12,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= json:build
.include <bsd.port.mk>
Index: devel/pecl-jsonc/Makefile
===================================================================
--- devel/pecl-jsonc/Makefile
+++ devel/pecl-jsonc/Makefile
@@ -4,16 +4,13 @@
PORTNAME= jsonc
PORTVERSION= 1.3.10
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PECL extension for JSON manipulation
LICENSE= PHP301
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
CONFIGURE_ARGS= --with-jsonc
MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1
IGNORE_WITH_PHP=70
Index: devel/pecl-jsond/Makefile
===================================================================
--- devel/pecl-jsond/Makefile
+++ devel/pecl-jsond/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= JavaScript Object Notation in PHP
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-jsonnet/Makefile
===================================================================
--- devel/pecl-jsonnet/Makefile
+++ devel/pecl-jsonnet/Makefile
@@ -4,10 +4,7 @@
PORTNAME= jsonnet
PORTVERSION= 1.1.1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= JsonNet-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Google JsonNet for PHP
@@ -19,7 +16,7 @@
BROKEN_powerpc64= does not build
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= json:build
CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE}
IGNORE_WITH_PHP= 70
Index: devel/pecl-judy/Makefile
===================================================================
--- devel/pecl-judy/Makefile
+++ devel/pecl-judy/Makefile
@@ -5,11 +5,7 @@
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
@@ -20,7 +16,7 @@
BUILD_DEPENDS= Judy>=0:devel/judy
CONFIGURE_ARGS= --with-judy=${LOCALBASE}
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: devel/pecl-libevent/Makefile
===================================================================
--- devel/pecl-libevent/Makefile
+++ devel/pecl-libevent/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.1.0
PORTREVISION= 3
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= webmaster@kibab.com
COMMENT= Libevent extension for PHP
@@ -16,7 +13,7 @@
LIB_DEPENDS= libevent.so:devel/libevent
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
Index: devel/pecl-memoize/Makefile
===================================================================
--- devel/pecl-memoize/Makefile
+++ devel/pecl-memoize/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP extension which transparently caches PHP functions
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --enable-memoize
IGNORE_WITH_PHP= 70
Index: devel/pecl-msgpack/Makefile
===================================================================
--- devel/pecl-msgpack/Makefile
+++ devel/pecl-msgpack/Makefile
@@ -4,16 +4,13 @@
PORTNAME= msgpack
PORTVERSION= 2.0.2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Provides API for communicating with MessagePack serialization
LICENSE= BSD3CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
.include <bsd.port.mk>
Index: devel/pecl-msgpack0/Makefile
===================================================================
--- devel/pecl-msgpack0/Makefile
+++ devel/pecl-msgpack0/Makefile
@@ -4,17 +4,14 @@
PORTNAME= msgpack
PORTVERSION= 0.5.7
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 0
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Provides API for communicating with MessagePack serialization
LICENSE= BSD3CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP=70 71
.include <bsd.port.mk>
Index: devel/pecl-ncurses/Makefile
===================================================================
--- devel/pecl-ncurses/Makefile
+++ devel/pecl-ncurses/Makefile
@@ -5,17 +5,13 @@
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
+USES= php:pecl,cli ncurses
IGNORE_WITH_PHP=70 71
.include <bsd.port.mk>
Index: devel/pecl-newt/Makefile
===================================================================
--- devel/pecl-newt/Makefile
+++ devel/pecl-newt/Makefile
@@ -4,8 +4,7 @@
PORTVERSION= 1.2.9
PORTREVISION= 1
CATEGORIES= devel www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
+DIST_SUBDIR= # empty
MAINTAINER= garga@FreeBSD.org
COMMENT= PHP language extension for RedHat Newt library
@@ -14,7 +13,7 @@
LIB_DEPENDS= libnewt.so:devel/newt
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
post-patch:
Index: devel/pecl-params/Makefile
===================================================================
--- devel/pecl-params/Makefile
+++ devel/pecl-params/Makefile
@@ -5,14 +5,11 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-params
Index: devel/pecl-propro/Makefile
===================================================================
--- devel/pecl-propro/Makefile
+++ devel/pecl-propro/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Facility to manage extension object properties
@@ -16,7 +14,7 @@
PORTSCOUT= limit:^1.*
-USES= gmake php:ext tar:tgz
+USES= gmake php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-propro/distinfo
===================================================================
--- devel/pecl-propro/distinfo
+++ devel/pecl-propro/distinfo
@@ -1,2 +1,3 @@
-SHA256 (propro-1.0.2.tgz) = 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7
-SIZE (propro-1.0.2.tgz) = 13393
+TIMESTAMP = 1491395891
+SHA256 (PECL/propro-1.0.2.tgz) = 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7
+SIZE (PECL/propro-1.0.2.tgz) = 13393
Index: devel/pecl-propro2/Makefile
===================================================================
--- devel/pecl-propro2/Makefile
+++ devel/pecl-propro2/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
MAINTAINER= bofh@FreeBSD.org
@@ -17,7 +15,7 @@
PORTSCOUT= limit:^2.*
-USES= gmake php:ext tar:tgz
+USES= gmake php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-propro-1*
Index: devel/pecl-propro2/distinfo
===================================================================
--- devel/pecl-propro2/distinfo
+++ devel/pecl-propro2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465725629
-SHA256 (propro-2.0.1.tgz) = ce136875650e22d28804a41a62a5325fff85318e559626d63c5b8875fb2e4529
-SIZE (propro-2.0.1.tgz) = 13399
+TIMESTAMP = 1491395891
+SHA256 (PECL/propro-2.0.1.tgz) = ce136875650e22d28804a41a62a5325fff85318e559626d63c5b8875fb2e4529
+SIZE (PECL/propro-2.0.1.tgz) = 13399
Index: devel/pecl-pthreads/Makefile
===================================================================
--- devel/pecl-pthreads/Makefile
+++ devel/pecl-pthreads/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 2.0.10
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Compatible Threading API for PHP5.3+
@@ -16,7 +13,7 @@
CFLAGS+= -I${LOCALBASE}/include
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.options.mk>
Index: devel/pecl-qb/Makefile
===================================================================
--- devel/pecl-qb/Makefile
+++ devel/pecl-qb/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 2.4.0
PORTREVISION= 4
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP Accelerator designed mainly for graphic work
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-raphf/Makefile
===================================================================
--- devel/pecl-raphf/Makefile
+++ devel/pecl-raphf/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Resource and persistent handles factory
@@ -16,7 +14,7 @@
PORTSCOUT= limit:^1.*
-USES= gmake php:ext tar:tgz
+USES= gmake php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-raphf/distinfo
===================================================================
--- devel/pecl-raphf/distinfo
+++ devel/pecl-raphf/distinfo
@@ -1,2 +1,3 @@
-SHA256 (raphf-1.1.2.tgz) = d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7
-SIZE (raphf-1.1.2.tgz) = 15915
+TIMESTAMP = 1491395891
+SHA256 (PECL/raphf-1.1.2.tgz) = d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7
+SIZE (PECL/raphf-1.1.2.tgz) = 15915
Index: devel/pecl-raphf2/Makefile
===================================================================
--- devel/pecl-raphf2/Makefile
+++ devel/pecl-raphf2/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
MAINTAINER= bofh@FreeBSD.org
@@ -17,7 +15,7 @@
PORTSCOUT= limit:^2.*
-USES= gmake php:ext tar:tgz
+USES= gmake php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-raphf-1*
Index: devel/pecl-raphf2/distinfo
===================================================================
--- devel/pecl-raphf2/distinfo
+++ devel/pecl-raphf2/distinfo
@@ -1,2 +1,3 @@
-SHA256 (raphf-2.0.0.tgz) = 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411
-SIZE (raphf-2.0.0.tgz) = 15715
+TIMESTAMP = 1491395891
+SHA256 (PECL/raphf-2.0.0.tgz) = 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411
+SIZE (PECL/raphf-2.0.0.tgz) = 15715
Index: devel/pecl-request/Makefile
===================================================================
--- devel/pecl-request/Makefile
+++ devel/pecl-request/Makefile
@@ -4,9 +4,6 @@
PORTNAME= request
PORTVERSION= 1.0.0b1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides server-side request and response objects for PHP 7
@@ -14,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
.include <bsd.port.mk>
Index: devel/pecl-runkit/Makefile
===================================================================
--- devel/pecl-runkit/Makefile
+++ devel/pecl-runkit/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= PECL extension to modify constants, user-defined functions, and classes
LICENSE= PHP30
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-runkit=classkit
Index: devel/pecl-scream/Makefile
===================================================================
--- devel/pecl-scream/Makefile
+++ devel/pecl-scream/Makefile
@@ -5,17 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
test: build
Index: devel/pecl-spl_types/Makefile
===================================================================
--- devel/pecl-spl_types/Makefile
+++ devel/pecl-spl_types/Makefile
@@ -5,10 +5,7 @@
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
@@ -20,7 +17,7 @@
RE2C_RUN_DEPENDS= re2c:devel/re2c
USE_PHP= spl
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-spl-types
Index: devel/pecl-statgrab/Makefile
===================================================================
--- devel/pecl-statgrab/Makefile
+++ devel/pecl-statgrab/Makefile
@@ -5,18 +5,14 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --with-statgrab=${LOCALBASE}
Index: devel/pecl-strict/Makefile
===================================================================
--- devel/pecl-strict/Makefile
+++ devel/pecl-strict/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Strict scalar parameter type hint support for 5.4+
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-svn/Makefile
===================================================================
--- devel/pecl-svn/Makefile
+++ devel/pecl-svn/Makefile
@@ -5,9 +5,6 @@
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
@@ -17,7 +14,7 @@
LIB_DEPENDS= libsvn_client-1.so:devel/subversion
USE_CSTD= c99
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: devel/pecl-swoole/Makefile
===================================================================
--- devel/pecl-swoole/Makefile
+++ devel/pecl-swoole/Makefile
@@ -4,9 +4,6 @@
PORTNAME= swoole
PORTVERSION= 1.9.8
CATEGORIES= devel net
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Asynchronous & concurrent & distributed networking framework
@@ -14,7 +11,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= execinfo php:ext ssl tar:tgz
+USES= execinfo php:pecl ssl
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= pcre
Index: devel/pecl-sync/Makefile
===================================================================
--- devel/pecl-sync/Makefile
+++ devel/pecl-sync/Makefile
@@ -4,9 +4,6 @@
PORTNAME= sync
PORTVERSION= 1.1.0
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Named and unnamed synchronization objects in PHP
@@ -14,6 +11,6 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-trace/Makefile
===================================================================
--- devel/pecl-trace/Makefile
+++ devel/pecl-trace/Makefile
@@ -4,9 +4,6 @@
PORTNAME= trace
PORTVERSION= 1.0.0
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Low-overhead tracing tool for PHP
@@ -15,7 +12,7 @@
WRKSRC_SUBDIR= extension
-USES= gmake php:ext tar:tgz
+USES= gmake php:pecl
PLIST_FILES= bin/phptrace
pre-install:
Index: devel/pecl-uopz/Makefile
===================================================================
--- devel/pecl-uopz/Makefile
+++ devel/pecl-uopz/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 2.0.7
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= User Operations for PHP Zend engine
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-uploadprogress/Makefile
===================================================================
--- devel/pecl-uploadprogress/Makefile
+++ devel/pecl-uploadprogress/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-uploadprogress
Index: devel/pecl-uri_template/Makefile
===================================================================
--- devel/pecl-uri_template/Makefile
+++ devel/pecl-uri_template/Makefile
@@ -5,17 +5,13 @@
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= URI Template(RFC6570) library for PHP
LICENSE= PHP301
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: devel/pecl-uuid/Makefile
===================================================================
--- devel/pecl-uuid/Makefile
+++ devel/pecl-uuid/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= UUID extension in PHP
@@ -16,6 +13,6 @@
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-uv/Makefile
===================================================================
--- devel/pecl-uv/Makefile
+++ devel/pecl-uv/Makefile
@@ -4,9 +4,6 @@
PORTNAME= uv
PORTVERSION= 0.1.2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= PHP wrapper for libuv
@@ -17,6 +14,6 @@
LIB_DEPENDS= libuv.so:devel/libuv
IGNORE_WITH_PHP= 56
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: devel/pecl-vld/Makefile
===================================================================
--- devel/pecl-vld/Makefile
+++ devel/pecl-vld/Makefile
@@ -4,16 +4,13 @@
PORTNAME= vld
PORTVERSION= 0.14.0
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Dump the internal representation of PHP scripts
LICENSE= BSD2CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-vld
Index: devel/pecl-weakref/Makefile
===================================================================
--- devel/pecl-weakref/Makefile
+++ devel/pecl-weakref/Makefile
@@ -5,10 +5,7 @@
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= devel pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= Weakref-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= PECL Weakref extension
@@ -16,7 +13,7 @@
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
CFLAGS+= -I${LOCALBASE}/include
Index: devel/pecl-xhprof/Makefile
===================================================================
--- devel/pecl-xhprof/Makefile
+++ devel/pecl-xhprof/Makefile
@@ -5,18 +5,15 @@
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
+WRKSRC_SUBDIR= extension
-USES= php:ext
+USES= php:pecl
ONLY_FOR_ARCHS= i386 amd64
IGNORE_WITH_PHP= 70 71
Index: devel/pecl-xhprof/distinfo
===================================================================
--- devel/pecl-xhprof/distinfo
+++ devel/pecl-xhprof/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xhprof-0.9.4.tgz) = 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8
-SIZE (xhprof-0.9.4.tgz) = 842077
+TIMESTAMP = 1491395892
+SHA256 (PECL/xhprof-0.9.4.tgz) = 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8
+SIZE (PECL/xhprof-0.9.4.tgz) = 842077
Index: devel/pecl-yac/Makefile
===================================================================
--- devel/pecl-yac/Makefile
+++ devel/pecl-yac/Makefile
@@ -6,16 +6,13 @@
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= oliver@FreeBSD.org
COMMENT= Yac is a shared memory user data cache for PHP
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
OPTIONS_DEFINE= MSGPACK
Index: devel/pecl-zookeeper/Makefile
===================================================================
--- devel/pecl-zookeeper/Makefile
+++ devel/pecl-zookeeper/Makefile
@@ -4,9 +4,6 @@
PORTNAME= zookeeper
PORTVERSION= 0.3.2
CATEGORIES= devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP extension for interfacing with Apache ZooKeeper
@@ -16,7 +13,7 @@
LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper
USE_PHP= session:build
-USES= php:ext tar:tgz
+USES= php:pecl
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
Index: graphics/pecl-gmagick/Makefile
===================================================================
--- graphics/pecl-gmagick/Makefile
+++ graphics/pecl-gmagick/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
Index: graphics/pecl-imagick/Makefile
===================================================================
--- graphics/pecl-imagick/Makefile
+++ graphics/pecl-imagick/Makefile
@@ -4,9 +4,6 @@
PORTNAME= imagick
PORTVERSION= 3.4.3
CATEGORIES= graphics
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= mm@FreeBSD.org
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
@@ -18,7 +15,7 @@
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick-nox11
-USES= php:ext pkgconfig tar:tgz localbase
+USES= php:pecl pkgconfig localbase
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
Index: graphics/pecl-imlib2/Makefile
===================================================================
--- graphics/pecl-imlib2/Makefile
+++ graphics/pecl-imlib2/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.1.00
PORTREVISION= 7
CATEGORIES= graphics
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension if imlib2
@@ -16,7 +13,7 @@
LIB_DEPENDS= libImlib2.so:graphics/imlib2
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
# libImlib2 may or may not depend on X, however,
Index: lang/pecl-perl/Makefile
===================================================================
--- lang/pecl-perl/Makefile
+++ lang/pecl-perl/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,6 +13,6 @@
IGNORE_WITH_PHP= 70 71
-USES= perl5 php:ext tar:tgz
+USES= perl5 php:pecl
.include <bsd.port.mk>
Index: mail/pecl-mailparse/Makefile
===================================================================
--- mail/pecl-mailparse/Makefile
+++ mail/pecl-mailparse/Makefile
@@ -4,9 +4,6 @@
PORTNAME= mailparse
PORTVERSION= 3.0.2
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
@@ -14,7 +11,7 @@
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= mbstring:build
IGNORE_WITH_PHP= 56
Index: mail/pecl-mailparse2/Makefile
===================================================================
--- mail/pecl-mailparse2/Makefile
+++ mail/pecl-mailparse2/Makefile
@@ -5,10 +5,7 @@
PORTVERSION= 2.1.6
PORTREVISION= 1
CATEGORIES= mail www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension to create and decode MIME messages
@@ -17,7 +14,7 @@
PORTSCOUT= limit:^2.*
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= mbstring:build
IGNORE_WITH_PHP= 70 71
Index: mail/pecl-pop3/Makefile
===================================================================
--- mail/pecl-pop3/Makefile
+++ mail/pecl-pop3/Makefile
@@ -5,15 +5,11 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: math/pecl-big_int/Makefile
===================================================================
--- math/pecl-big_int/Makefile
+++ math/pecl-big_int/Makefile
@@ -5,9 +5,6 @@
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
@@ -17,7 +14,7 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-big-int=shared
Index: math/pecl-bitset/Makefile
===================================================================
--- math/pecl-bitset/Makefile
+++ math/pecl-bitset/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension for manipulating bitsets
@@ -16,6 +13,6 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
IGNORE_WITH_PHP=56
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: math/pecl-bitset2/Makefile
===================================================================
--- math/pecl-bitset2/Makefile
+++ math/pecl-bitset2/Makefile
@@ -5,10 +5,7 @@
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension for manipulating bitsets
@@ -19,6 +16,6 @@
PORTSCOUT= limit:^2\.
IGNORE_WITH_PHP=70 71
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: math/pecl-stats/Makefile
===================================================================
--- math/pecl-stats/Makefile
+++ math/pecl-stats/Makefile
@@ -4,9 +4,6 @@
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
@@ -16,7 +13,7 @@
PORTSCOUT= limit:^1.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: math/pecl-stats2/Makefile
===================================================================
--- math/pecl-stats2/Makefile
+++ math/pecl-stats2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= stats
PORTVERSION= 2.0.3
CATEGORIES= math textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension with routines for statistical computation
@@ -16,7 +13,7 @@
PORTSCOUT= limit:^2.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-stats-1*
Index: math/pecl-trader/Makefile
===================================================================
--- math/pecl-trader/Makefile
+++ math/pecl-trader/Makefile
@@ -5,17 +5,13 @@
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= math devel
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
MAINTAINER= jim@ohlste.in
COMMENT= Trader extension based on TA-Lib
LICENSE= BSD2CLAUSE
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: misc/pecl-timezonedb/Makefile
===================================================================
--- misc/pecl-timezonedb/Makefile
+++ misc/pecl-timezonedb/Makefile
@@ -4,9 +4,6 @@
PORTNAME= timezonedb
PORTVERSION= 2016.10
CATEGORIES= misc
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Timezone Database to be used with PHP date and time functions
@@ -15,6 +12,6 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFIGURE_ARGS= --enable-timezonedb
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: net-im/pecl-stomp/Makefile
===================================================================
--- net-im/pecl-stomp/Makefile
+++ net-im/pecl-stomp/Makefile
@@ -5,8 +5,6 @@
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
@@ -16,7 +14,7 @@
PORTSCOUT= limit:^1.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: net-im/pecl-stomp/distinfo
===================================================================
--- net-im/pecl-stomp/distinfo
+++ net-im/pecl-stomp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475962921
-SHA256 (stomp-1.0.9.tgz) = 7a7d748c6327ef8c6853dcadaedd41b4366ff821b401b11fab7b915cb5246575
-SIZE (stomp-1.0.9.tgz) = 23166
+TIMESTAMP = 1491395893
+SHA256 (PECL/stomp-1.0.9.tgz) = 7a7d748c6327ef8c6853dcadaedd41b4366ff821b401b11fab7b915cb5246575
+SIZE (PECL/stomp-1.0.9.tgz) = 23166
Index: net-im/pecl-stomp2/Makefile
===================================================================
--- net-im/pecl-stomp2/Makefile
+++ net-im/pecl-stomp2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= stomp
PORTVERSION= 2.0.0
CATEGORIES= net-im pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension of stomp client
@@ -16,7 +13,7 @@
PORTSCOUT= limit:^2.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-stomp-1*
Index: net/pecl-amqp/Makefile
===================================================================
--- net/pecl-amqp/Makefile
+++ net/pecl-amqp/Makefile
@@ -5,17 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: net/pecl-apn/Makefile
===================================================================
--- net/pecl-apn/Makefile
+++ net/pecl-apn/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to interact with Apple Push Notification Service
@@ -16,7 +13,7 @@
LIB_DEPENDS= libcapn.so:net/libcapn
-USES= php:ext ssl:build,run tar:tgz
+USES= php:pecl ssl:build,run
CONFIGURE_ARGS= --with-apn=${LOCALBASE}
CFLAGS+= -I${OPENSSLINC}
IGNORE_WITH_PHP= 70
Index: net/pecl-geoip/Makefile
===================================================================
--- net/pecl-geoip/Makefile
+++ net/pecl-geoip/Makefile
@@ -4,9 +4,6 @@
PORTNAME= geoip
PORTVERSION= 1.1.1
CATEGORIES= net www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Map IP address to geographic places
@@ -15,7 +12,7 @@
LIB_DEPENDS= libGeoIP.so:net/GeoIP
-USES= php:ext tar:tgz
+USES= php:pecl
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
Index: net/pecl-gupnp/Makefile
===================================================================
--- net/pecl-gupnp/Makefile
+++ net/pecl-gupnp/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GUPnP wrapper extension
@@ -17,7 +14,7 @@
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
IGNORE_WITH_PHP=70 71
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
post-patch:
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
Index: net/pecl-ip2location/Makefile
===================================================================
--- net/pecl-ip2location/Makefile
+++ net/pecl-ip2location/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 6.0.4
PORTREVISION= 1
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Get geo location information of an IP address
@@ -16,7 +13,7 @@
LIB_DEPENDS= libIP2Location.so:net/ip2location
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: net/pecl-mosquitto/Makefile
===================================================================
--- net/pecl-mosquitto/Makefile
+++ net/pecl-mosquitto/Makefile
@@ -5,10 +5,7 @@
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= Mosquitto-${PORTVERSION}
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension for libmosquitto
@@ -17,7 +14,7 @@
BUILD_DEPENDS= mosquitto>=0:net/mosquitto
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: net/pecl-oauth/Makefile
===================================================================
--- net/pecl-oauth/Makefile
+++ net/pecl-oauth/Makefile
@@ -5,9 +5,6 @@
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
@@ -23,7 +20,7 @@
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: net/pecl-oauth2/Makefile
===================================================================
--- net/pecl-oauth2/Makefile
+++ net/pecl-oauth2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= oauth
PORTVERSION= 2.0.2
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= Php interface to the OAuth Protocol
@@ -22,7 +19,7 @@
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-oauth-1*
Index: net/pecl-radius/Makefile
===================================================================
--- net/pecl-radius/Makefile
+++ net/pecl-radius/Makefile
@@ -4,16 +4,13 @@
PORTNAME= radius
DISTVERSION= 1.4.0b1
CATEGORIES= net security pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Radius client library for PHP
LICENSE= BSD3CLAUSE
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --enable-radius
Index: net/pecl-smbclient/Makefile
===================================================================
--- net/pecl-smbclient/Makefile
+++ net/pecl-smbclient/Makefile
@@ -4,9 +4,6 @@
PORTVERSION= 0.9.0
PORTREVISION= 2
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Smbclient wrapper extension
@@ -14,7 +11,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext samba:lib tar:tgz
+USES= php:pecl samba:lib
CONFIGURE_ARGS= --with-libsmbclient=${LOCALBASE}
CPPFLAGS+= -I${SAMBAINCLUDES}
Index: net/pecl-yaz/Makefile
===================================================================
--- net/pecl-yaz/Makefile
+++ net/pecl-yaz/Makefile
@@ -4,10 +4,6 @@
PORTNAME= yaz
PORTVERSION= 1.2.1
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
MAINTAINER= fw@moov.de
COMMENT= PECL extension that implements a Z39.50 client
@@ -16,7 +12,7 @@
LIB_DEPENDS= libyaz.so:net/yaz
-USES= php:ext
+USES= php:pecl
USE_GNOME+= libxslt
IGNORE_WITH_PHP= 70
Index: net/pecl-yp/Makefile
===================================================================
--- net/pecl-yp/Makefile
+++ net/pecl-yp/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= YP/NIS functions binding for PHP
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Index: net/pecl-zmq/Makefile
===================================================================
--- net/pecl-zmq/Makefile
+++ net/pecl-zmq/Makefile
@@ -4,9 +4,6 @@
PORTVERSION= 1.1.3
PORTREVISION= 2
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= garga@FreeBSD.org
COMMENT= PHP bindings for ZeroMQ
@@ -15,6 +12,6 @@
LIB_DEPENDS= libzmq.so:net/libzmq4
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
.include <bsd.port.mk>
Index: print/pecl-haru/Makefile
===================================================================
--- print/pecl-haru/Makefile
+++ print/pecl-haru/Makefile
@@ -5,8 +5,6 @@
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
@@ -17,7 +15,7 @@
BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:print/libharu
RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:print/libharu
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS+= --with-haru=${LOCALBASE}
Index: print/pecl-haru/distinfo
===================================================================
--- print/pecl-haru/distinfo
+++ print/pecl-haru/distinfo
@@ -1,2 +1,3 @@
-SHA256 (haru-1.0.4.tgz) = ab35e25521b486cc35a645727acd59dabfa0a7c85432f863ddad9e3d01a2ac70
-SIZE (haru-1.0.4.tgz) = 27538
+TIMESTAMP = 1491395893
+SHA256 (PECL/haru-1.0.4.tgz) = ab35e25521b486cc35a645727acd59dabfa0a7c85432f863ddad9e3d01a2ac70
+SIZE (PECL/haru-1.0.4.tgz) = 27538
Index: print/pecl-pdflib/Makefile
===================================================================
--- print/pecl-pdflib/Makefile
+++ print/pecl-pdflib/Makefile
@@ -4,9 +4,6 @@
PORTNAME= pdflib
PORTVERSION= 4.1.1
CATEGORIES= print pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension to create PDF on the fly
@@ -17,7 +14,7 @@
BROKEN_powerpc64= Does not build
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= gd:build
PHP_MODNAME= pdf
Index: print/pecl-ps/Makefile
===================================================================
--- print/pecl-ps/Makefile
+++ print/pecl-ps/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.3.7
PORTREVISION= 1
CATEGORIES= print pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= alan@fromorbit.com
COMMENT= PHP extension for pslib to generate postscript
@@ -16,7 +13,7 @@
LIB_DEPENDS= libps.so:print/pslib
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
post-patch:
Index: security/pecl-crack/Makefile
===================================================================
--- security/pecl-crack/Makefile
+++ security/pecl-crack/Makefile
@@ -6,9 +6,6 @@
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= PECL extension to cracklib
@@ -17,7 +14,7 @@
LIB_DEPENDS= libcrack.so:security/cracklib
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack
Index: security/pecl-crypto/Makefile
===================================================================
--- security/pecl-crypto/Makefile
+++ security/pecl-crypto/Makefile
@@ -4,16 +4,13 @@
PORTNAME= crypto
PORTVERSION= 0.3.1
CATEGORIES= security
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
-USES= php:ext ssl tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
Index: security/pecl-gnupg/Makefile
===================================================================
--- security/pecl-gnupg/Makefile
+++ security/pecl-gnupg/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL wrapper around the gpgme library
@@ -18,7 +15,7 @@
LIB_DEPENDS= libgpgme.so:security/gpgme
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
post-patch:
@${REINPLACE_CMD} -e '/GNUPG_DL/ s|-ldl||; s|$$GNUPG_DIR/lib|${LOCALBASE}/lib|' ${WRKSRC}/config.m4
Index: security/pecl-krb5/Makefile
===================================================================
--- security/pecl-krb5/Makefile
+++ security/pecl-krb5/Makefile
@@ -4,8 +4,6 @@
PORTNAME= krb5
PORTVERSION= 1.1.1
CATEGORIES= security pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= girgen@FreeBSD.org
COMMENT= PECL classes for PAM integration
@@ -14,7 +12,7 @@
LIB_DEPENDS= libkrb5support.so:security/krb5
-USES= php:ext tar:tgz
+USES= php:pecl
CONFIGURE_ARGS= --with-krb5config=${LOCALBASE}/bin/krb5-config
Index: security/pecl-krb5/distinfo
===================================================================
--- security/pecl-krb5/distinfo
+++ security/pecl-krb5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484941940
-SHA256 (krb5-1.1.1.tgz) = ba6474541ff5b6fdd4054969ead047645b669fff0e628ed6965214800c371024
-SIZE (krb5-1.1.1.tgz) = 36568
+TIMESTAMP = 1491395894
+SHA256 (PECL/krb5-1.1.1.tgz) = ba6474541ff5b6fdd4054969ead047645b669fff0e628ed6965214800c371024
+SIZE (PECL/krb5-1.1.1.tgz) = 36568
Index: security/pecl-libsodium/Makefile
===================================================================
--- security/pecl-libsodium/Makefile
+++ security/pecl-libsodium/Makefile
@@ -4,9 +4,6 @@
PORTNAME= libsodium
PORTVERSION= 1.0.6
CATEGORIES= security
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP wrapper for the Sodium cryptographic library
@@ -15,6 +12,6 @@
LIB_DEPENDS= libsodium.so:security/libsodium
-USES= php:ext tar:tgz
+USES= php:pecl
.include <bsd.port.mk>
Index: security/pecl-pam/Makefile
===================================================================
--- security/pecl-pam/Makefile
+++ security/pecl-pam/Makefile
@@ -5,15 +5,13 @@
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
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: security/pecl-pam/distinfo
===================================================================
--- security/pecl-pam/distinfo
+++ security/pecl-pam/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pam-1.0.3.tgz) = 2e00f253ffd987e2634b44689473beb61ae64120a3899b6f2d1ffdde06ddc887
-SIZE (pam-1.0.3.tgz) = 6671
+TIMESTAMP = 1491395894
+SHA256 (PECL/pam-1.0.3.tgz) = 2e00f253ffd987e2634b44689473beb61ae64120a3899b6f2d1ffdde06ddc887
+SIZE (PECL/pam-1.0.3.tgz) = 6671
Index: security/pecl-scrypt/Makefile
===================================================================
--- security/pecl-scrypt/Makefile
+++ security/pecl-scrypt/Makefile
@@ -4,8 +4,6 @@
PORTNAME= scrypt
PORTVERSION= 1.4.2
CATEGORIES= security pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= dbaio@bsd.com.br
COMMENT= PHP wrapper to Colin Percival's scrypt implementation
@@ -13,7 +11,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= hash:build
OPTIONS_DEFINE= DOCS EXAMPLES
Index: security/pecl-scrypt/distinfo
===================================================================
--- security/pecl-scrypt/distinfo
+++ security/pecl-scrypt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472388057
-SHA256 (scrypt-1.4.2.tgz) = 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c
-SIZE (scrypt-1.4.2.tgz) = 21585
+TIMESTAMP = 1491395894
+SHA256 (PECL/scrypt-1.4.2.tgz) = 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c
+SIZE (PECL/scrypt-1.4.2.tgz) = 21585
Index: security/pecl-ssh2/Makefile
===================================================================
--- security/pecl-ssh2/Makefile
+++ security/pecl-ssh2/Makefile
@@ -4,8 +4,6 @@
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
@@ -15,7 +13,7 @@
LIB_DEPENDS= libssh2.so:security/libssh2
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CPPFLAGS+= -I${LOCALBASE}/include
Index: security/pecl-ssh2/distinfo
===================================================================
--- security/pecl-ssh2/distinfo
+++ security/pecl-ssh2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473275266
-SHA256 (ssh2-0.13.tgz) = cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be
-SIZE (ssh2-0.13.tgz) = 28984
+TIMESTAMP = 1491395894
+SHA256 (PECL/ssh2-0.13.tgz) = cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be
+SIZE (PECL/ssh2-0.13.tgz) = 28984
Index: sysutils/pecl-mogilefs/Makefile
===================================================================
--- sysutils/pecl-mogilefs/Makefile
+++ sysutils/pecl-mogilefs/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
LIB_DEPENDS= libneon.so:www/neon
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
post-extract:
Index: sysutils/pecl-mogilefs/distinfo
===================================================================
--- sysutils/pecl-mogilefs/distinfo
+++ sysutils/pecl-mogilefs/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mogilefs-0.9.2.tgz) = fb2d348aed6f97101492deb1794eb03d8708f2f33f986d61c182b3d2ab597a37
-SIZE (mogilefs-0.9.2.tgz) = 16905
+TIMESTAMP = 1491395894
+SHA256 (PECL/mogilefs-0.9.2.tgz) = fb2d348aed6f97101492deb1794eb03d8708f2f33f986d61c182b3d2ab597a37
+SIZE (PECL/mogilefs-0.9.2.tgz) = 16905
Index: sysutils/pecl-proctitle/Makefile
===================================================================
--- sysutils/pecl-proctitle/Makefile
+++ sysutils/pecl-proctitle/Makefile
@@ -5,14 +5,10 @@
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= sysutils pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= PECL extension that allows changing the current process' name
-USES= php:ext
+USES= php:pecl
.include <bsd.port.mk>
Index: textproc/pecl-cld/Makefile
===================================================================
--- textproc/pecl-cld/Makefile
+++ textproc/pecl-cld/Makefile
@@ -5,9 +5,6 @@
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP Bindings for Chromium Compact Language Detector
@@ -17,7 +14,7 @@
LIB_DEPENDS= libcld.so:devel/cld
CONFIGURE_ARGS= --enable-cld --with-libcld-dir=${LOCALBASE}/lib
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
post-install:
Index: textproc/pecl-doublemetaphone/Makefile
===================================================================
--- textproc/pecl-doublemetaphone/Makefile
+++ textproc/pecl-doublemetaphone/Makefile
@@ -5,9 +5,6 @@
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
@@ -15,7 +12,7 @@
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-doublemetaphone
Index: textproc/pecl-stem/Makefile
===================================================================
--- textproc/pecl-stem/Makefile
+++ textproc/pecl-stem/Makefile
@@ -5,9 +5,6 @@
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
@@ -15,7 +12,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
post-configure:
Index: textproc/pecl-syck/Makefile
===================================================================
--- textproc/pecl-syck/Makefile
+++ textproc/pecl-syck/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= spl:build hash:build
IGNORE_WITH_PHP= 70 71
Index: textproc/pecl-wbxml/Makefile
===================================================================
--- textproc/pecl-wbxml/Makefile
+++ textproc/pecl-wbxml/Makefile
@@ -5,16 +5,13 @@
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
+USES= php:pecl
CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \
--with-libexpat-dir=${LOCALBASE}
Index: textproc/pecl-xdiff/Makefile
===================================================================
--- textproc/pecl-xdiff/Makefile
+++ textproc/pecl-xdiff/Makefile
@@ -5,9 +5,6 @@
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
@@ -18,7 +15,7 @@
PORTSCOUT= limit:^1.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
LDFLAGS+= -L${LOCALBASE}/lib
Index: textproc/pecl-xdiff2/Makefile
===================================================================
--- textproc/pecl-xdiff2/Makefile
+++ textproc/pecl-xdiff2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= xdiff
PORTVERSION= 2.0.1
CATEGORIES= textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension to create/apply binary and text patches
@@ -18,7 +15,7 @@
PORTSCOUT= limit:^2.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-xdiff-1*
Index: textproc/pecl-xslcache/Makefile
===================================================================
--- textproc/pecl-xslcache/Makefile
+++ textproc/pecl-xslcache/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Caches the parsed XSL stylesheet between sessions
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= dom:build xml:build xsl:build
IGNORE_WITH_PHP= 70
Index: textproc/pecl-yaml/Makefile
===================================================================
--- textproc/pecl-yaml/Makefile
+++ textproc/pecl-yaml/Makefile
@@ -4,9 +4,6 @@
PORTNAME= yaml
PORTVERSION= 2.0.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
@@ -16,7 +13,7 @@
LIB_DEPENDS= libyaml.so:textproc/libyaml
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
.include <bsd.port.mk>
Index: textproc/pecl-yaml1/Makefile
===================================================================
--- textproc/pecl-yaml1/Makefile
+++ textproc/pecl-yaml1/Makefile
@@ -4,10 +4,7 @@
PORTNAME= yaml
PORTVERSION= 1.3.0
CATEGORIES= textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 1
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= YAML-1.1 parser and emitter
@@ -19,7 +16,7 @@
PORTSCOUT= limit:^1.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>
Index: www/pecl-amfext/Makefile
===================================================================
--- www/pecl-amfext/Makefile
+++ www/pecl-amfext/Makefile
@@ -5,16 +5,13 @@
PORTVERSION= 0.9.2
PORTREVISION= 2
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= meritus@innervision.pl
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
LICENSE= PHP30
-USES= dos2unix libtool php:ext tar:tgz
+USES= dos2unix libtool php:pecl
PHP_MODNAME= amf
IGNORE_WITH_PHP= 70
Index: www/pecl-http/Makefile
===================================================================
--- www/pecl-http/Makefile
+++ www/pecl-http/Makefile
@@ -4,8 +4,6 @@
PORTNAME= http
PORTVERSION= 3.1.0
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
DISTNAME= pecl_${PORTNAME}-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
@@ -25,7 +23,7 @@
BROKEN_powerpc64= Does not build
IGNORE_WITH_PHP= 56
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= zlib:build
CONFLICTS= pecl-http[12]*
Index: www/pecl-http/distinfo
===================================================================
--- www/pecl-http/distinfo
+++ www/pecl-http/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487964365
-SHA256 (pecl_http-3.1.0.tgz) = e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0
-SIZE (pecl_http-3.1.0.tgz) = 214166
+TIMESTAMP = 1491395894
+SHA256 (PECL/pecl_http-3.1.0.tgz) = e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0
+SIZE (PECL/pecl_http-3.1.0.tgz) = 214166
Index: www/pecl-http1/Makefile
===================================================================
--- www/pecl-http1/Makefile
+++ www/pecl-http1/Makefile
@@ -5,8 +5,6 @@
PORTVERSION= 1.7.6
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 1
DISTNAME= pecl_http-${PORTVERSION}
@@ -18,7 +16,7 @@
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
CONFLICTS= pecl-http-*
Index: www/pecl-http1/distinfo
===================================================================
--- www/pecl-http1/distinfo
+++ www/pecl-http1/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983
-SIZE (pecl_http-1.7.6.tgz) = 174722
+TIMESTAMP = 1491395894
+SHA256 (PECL/pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983
+SIZE (PECL/pecl_http-1.7.6.tgz) = 174722
Index: www/pecl-http2/Makefile
===================================================================
--- www/pecl-http2/Makefile
+++ www/pecl-http2/Makefile
@@ -4,8 +4,6 @@
PORTNAME= http
PORTVERSION= 2.6.0
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
DISTNAME= pecl_${PORTNAME}-${PORTVERSION}
@@ -24,7 +22,7 @@
libevent.so:devel/libevent
IGNORE_WITH_PHP=70
-USES= php:ext tar:tgz
+USES= php:pecl
CONFLICTS= pecl-http1* pecl-http-*
.include <bsd.port.mk>
Index: www/pecl-http2/distinfo
===================================================================
--- www/pecl-http2/distinfo
+++ www/pecl-http2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487964018
-SHA256 (pecl_http-2.6.0.tgz) = ddbf3eea3d1c7004a7dd83b5864aee5f87b1b6032bc281c08ccc62f83b9931ed
-SIZE (pecl_http-2.6.0.tgz) = 217673
+TIMESTAMP = 1491395894
+SHA256 (PECL/pecl_http-2.6.0.tgz) = ddbf3eea3d1c7004a7dd83b5864aee5f87b1b6032bc281c08ccc62f83b9931ed
+SIZE (PECL/pecl_http-2.6.0.tgz) = 217673
Index: www/pecl-solr/Makefile
===================================================================
--- www/pecl-solr/Makefile
+++ www/pecl-solr/Makefile
@@ -4,8 +4,6 @@
PORTNAME= solr
PORTVERSION= 2.4.0
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
MAINTAINER= gaod@hychen.org
COMMENT= PHP extension for Apache Solr
@@ -15,7 +13,7 @@
LIB_DEPENDS= libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
-USES= php:ext tar:tgz
+USES= php:pecl
USE_PHP= json:build
.include <bsd.port.mk>
Index: www/pecl-solr/distinfo
===================================================================
--- www/pecl-solr/distinfo
+++ www/pecl-solr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469542740
-SHA256 (solr-2.4.0.tgz) = 22865dafb76fc5839e84a5bd423bb37d5062883e5dfc4d064b43129ac9f2752c
-SIZE (solr-2.4.0.tgz) = 256316
+TIMESTAMP = 1491395894
+SHA256 (PECL/solr-2.4.0.tgz) = 22865dafb76fc5839e84a5bd423bb37d5062883e5dfc4d064b43129ac9f2752c
+SIZE (PECL/solr-2.4.0.tgz) = 256316
Index: www/pecl-sphinx/Makefile
===================================================================
--- www/pecl-sphinx/Makefile
+++ www/pecl-sphinx/Makefile
@@ -5,9 +5,6 @@
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
@@ -16,7 +13,7 @@
LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
SUB_FILES= pkg-message
Index: www/pecl-swish/Makefile
===================================================================
--- www/pecl-swish/Makefile
+++ www/pecl-swish/Makefile
@@ -5,9 +5,6 @@
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
@@ -17,7 +14,7 @@
BUILD_DEPENDS= swish-config:www/swish-e
RUN_DEPENDS:= swish-config:www/swish-e
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin
Index: www/pecl-yaf/Makefile
===================================================================
--- www/pecl-yaf/Makefile
+++ www/pecl-yaf/Makefile
@@ -4,9 +4,6 @@
PORTNAME= yaf
PORTVERSION= 3.0.4
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
@@ -18,7 +15,7 @@
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP=56
.include <bsd.port.mk>
Index: www/pecl-yaf2/Makefile
===================================================================
--- www/pecl-yaf2/Makefile
+++ www/pecl-yaf2/Makefile
@@ -4,10 +4,7 @@
PORTNAME= yaf
PORTVERSION= 2.3.5
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= MVC framework written as a C PHP extension
@@ -18,7 +15,7 @@
PORTSCOUT= limit:^2\.
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
IGNORE_WITH_PHP=70 71
.include <bsd.port.mk>
Index: www/pecl-yar/Makefile
===================================================================
--- www/pecl-yar/Makefile
+++ www/pecl-yar/Makefile
@@ -4,16 +4,13 @@
PORTNAME= yar
PORTVERSION= 2.0.2
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework
LICENSE= PHP301
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
USE_PHP= json:build curl:build
IGNORE_WITH_PHP=56
Index: www/pecl-yar1/Makefile
===================================================================
--- www/pecl-yar1/Makefile
+++ www/pecl-yar1/Makefile
@@ -5,17 +5,14 @@
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 1
-DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework
LICENSE= PHP301
-USES= localbase php:ext tar:tgz
+USES= localbase php:pecl
USE_PHP= json:build curl:build
IGNORE_WITH_PHP=70 71

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 10:28 AM (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35392030
Default Alt Text
D10281.id27094.diff (82 KB)

Event Timeline