aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-31 13:49:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-31 13:49:11 +0000
commit03eeb250d6235d6767fd47c9fc153ac595a41290 (patch)
tree36e88c1a095d999c1371b700697f44f78ac7fcfb
parent81966ab80bc83d045807b115194fdb031d3105f7 (diff)
downloadports-03eeb250d6235d6767fd47c9fc153ac595a41290.tar.gz
ports-03eeb250d6235d6767fd47c9fc153ac595a41290.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/pecl-pecl_http/Makefile55
-rw-r--r--www/pecl-pecl_http/distinfo3
-rw-r--r--www/pecl-pecl_http/pkg-descr16
4 files changed, 0 insertions, 75 deletions
diff --git a/www/Makefile b/www/Makefile
index 5c62e30a58f4..5bcd1f998f54 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 435090bd13cc..000000000000
--- 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 81a429ae4b57..000000000000
--- 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 ea74d729ac74..000000000000
--- 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/