diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-31 21:49:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-31 21:49:11 +0800 |
commit | 8beb93fdbcc26a23b7e2ee4cb5c721ffd8ce9ce2 (patch) | |
tree | 7210c4067c3071138e5fbaf42e924ce022353639 | |
parent | bac1e900d7fe1ea22d9cbf57dbb17ff940007135 (diff) | |
download | freebsd-ports-graphics-8beb93fdbcc26a23b7e2ee4cb5c721ffd8ce9ce2.tar.gz freebsd-ports-graphics-8beb93fdbcc26a23b7e2ee4cb5c721ffd8ce9ce2.tar.zst freebsd-ports-graphics-8beb93fdbcc26a23b7e2ee4cb5c721ffd8ce9ce2.zip |
- Remove pecl-pecl_http duplicate port
PR: 141046
Submitted by: wen@
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pecl-pecl_http/Makefile | 55 | ||||
-rw-r--r-- | www/pecl-pecl_http/distinfo | 3 | ||||
-rw-r--r-- | www/pecl-pecl_http/pkg-descr | 16 |
4 files changed, 0 insertions, 75 deletions
diff --git a/www/Makefile b/www/Makefile index 5c62e30a58f..5bcd1f998f5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1280,7 +1280,6 @@ SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http - SUBDIR += pecl-pecl_http SUBDIR += pecl-swish SUBDIR += pecl-tidy SUBDIR += perlbal diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile deleted file mode 100644 index 435090bd13c..00000000000 --- a/www/pecl-pecl_http/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Ports collection makefile for: pecl-pecl_http -# Date created: 2005-12-19 -# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru> -# -# $FreeBSD$ -# - -PORTNAME= pecl_http -DISTVERSION= 1.6.2 -PORTREVISION= 1 -CATEGORIES= www pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL - -MAINTAINER= ports@FreeBSD.org -COMMENT= A PHP extension which provides extended HTTP request/response handling - -USE_PHP= session hash iconv -USE_PHPIZE= yes -USE_PHPEXT= yes -USE_PHP_BUILD= yes -DEFAULT_PHP_VER=5 -PHP_MODNAME= http - -CONFIGURE_ARGS= --enable-http - -OPTIONS= CURL "Enable cURL HTTP requests" on \ - MAGIC_MIME "Enable response content type guessing" on \ - ZLIB_COMPRESSION "Enable support for encoded message bodies" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_CURL) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl \ - event-1.4:${PORTSDIR}/devel/libevent -CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} --with-http-curl-libevent=${LOCALBASE} -.else -CONFIGURE_ARGS+=--without-http-curl-requests -.endif - -.if defined(WITH_MAGIC_MIME) -CONFIGURE_ARGS+=--with-http-magic-mime=/usr -.else -CONFIGURE_ARGS+=--without-http-magic-mime -.endif - -.if defined(WITH_ZLIB_COMPRESSION) -CONFIGURE_ARGS+=--with-http-zlib-compression=/usr -.else -CONFIGURE_ARGS+=--without-http-zlib-compression -.endif - -.include <bsd.port.post.mk> diff --git a/www/pecl-pecl_http/distinfo b/www/pecl-pecl_http/distinfo deleted file mode 100644 index 81a429ae4b5..00000000000 --- a/www/pecl-pecl_http/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PECL/pecl_http-1.6.2.tgz) = f82d2dd071ba0465443d1c0f90106c45 -SHA256 (PECL/pecl_http-1.6.2.tgz) = 15eff667e8d1fec5e760a5eac89a5dddf407dc1a5ad51b829f82c6d81b5d028c -SIZE (PECL/pecl_http-1.6.2.tgz) = 172858 diff --git a/www/pecl-pecl_http/pkg-descr b/www/pecl-pecl_http/pkg-descr deleted file mode 100644 index ea74d729ac7..00000000000 --- a/www/pecl-pecl_http/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This HTTP extension aims to provide a convenient and powerful -set of functionality for one of PHPs major applications. - -It eases handling of HTTP urls, dates, redirects, headers and -messages, provides means for negotiation of clients preferred -language and charset, as well as a convenient way to send any -arbitrary data with caching and resuming capabilities. - -It provides powerful request functionality, if built with CURL -support. Parallel requests are available for PHP-5 and greater. - -PHP-5 classes: -HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; -HttpResponse (PHP-5.1) - -WWW: http://pecl.php.net/package/pecl_http/ |