aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-05-20 07:07:17 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-05-20 07:07:17 +0000
commite8efd6aeb219b49cd06fda0e59c595939b75e351 (patch)
tree2a49506fd9236740817bfa7865d0422c9a71c465
parent9af75abdadf9a548f8fd8271330f76029956c9b3 (diff)
downloadports-e8efd6aeb219b49cd06fda0e59c595939b75e351.tar.gz
ports-e8efd6aeb219b49cd06fda0e59c595939b75e351.zip
Remove pecl-bz2, since it's included in all supported php releases.
Notes
Notes: svn path=/head/; revision=297007
-rw-r--r--MOVED1
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/pecl-bz2/Makefile26
-rw-r--r--archivers/pecl-bz2/distinfo2
-rw-r--r--archivers/pecl-bz2/pkg-descr3
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index 53f767bcba8d..50a2f21e953e 100644
--- a/MOVED
+++ b/MOVED
@@ -3397,3 +3397,4 @@ www/p5-IMDB-Movie||2012-05-18|Has expired: Removed from CPAN
net/ng_car||2012-05-19|In base for all supported versions of FreeBSD
palm/coldsync||2012-05-19|BROKEN for more than 6 month, does not compile
graphics/linux-ac3d||2012-05-19|Has expired: BROKEN for more than 6 month
+archivers/pecl-bz2|archivers/php5-bz2|2012-05-20|bz2 is included in core php
diff --git a/archivers/Makefile b/archivers/Makefile
index 2fb6b063aa76..d3e1677c9314 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -128,7 +128,6 @@
SUBDIR += pear-File_Archive
SUBDIR += pear-Horde_Compress
SUBDIR += pear-PHP_Archiv
- SUBDIR += pecl-bz2
SUBDIR += pecl-lzf
SUBDIR += pecl-phk
SUBDIR += pecl-rar
diff --git a/archivers/pecl-bz2/Makefile b/archivers/pecl-bz2/Makefile
deleted file mode 100644
index 04619aa9d295..000000000000
--- a/archivers/pecl-bz2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: pecl-bz2
-# Date created: 2006/09/07
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bz2
-PORTVERSION= 1.0
-CATEGORIES= archivers pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= PECL
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= A Bzip2 management extension
-
-USE_PHP= yes
-USE_PHPEXT= yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
-
-CONFIGURE_ARGS= --enable-bz2
-
-.include <bsd.port.mk>
diff --git a/archivers/pecl-bz2/distinfo b/archivers/pecl-bz2/distinfo
deleted file mode 100644
index c163ab2a31f9..000000000000
--- a/archivers/pecl-bz2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PECL/bz2-1.0.tgz) = 210d67b8a802792669e4e6af69168556845c4142d47834caab2447da7123af1c
-SIZE (PECL/bz2-1.0.tgz) = 7168
diff --git a/archivers/pecl-bz2/pkg-descr b/archivers/pecl-bz2/pkg-descr
deleted file mode 100644
index 346029994173..000000000000
--- a/archivers/pecl-bz2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Bz2 is an extension to create and parse bzip2 compressed data.
-
-WWW: http://pecl.php.net/package/bz2/