Remove pecl-bz2, since it's included in all supported php releases.
This commit is contained in:
parent
9af75abdad
commit
e8efd6aeb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297007
5 changed files with 1 additions and 32 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (PECL/bz2-1.0.tgz) = 210d67b8a802792669e4e6af69168556845c4142d47834caab2447da7123af1c
|
||||
SIZE (PECL/bz2-1.0.tgz) = 7168
|
|
@ -1,3 +0,0 @@
|
|||
Bz2 is an extension to create and parse bzip2 compressed data.
|
||||
|
||||
WWW: http://pecl.php.net/package/bz2/
|
Loading…
Reference in a new issue