diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:25:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-07 12:25:09 +0000 |
commit | ff1c72ebd7285e50f3bf07db47025ebd980684ba (patch) | |
tree | 869b1c3879e73551c994a6966baac2b372519426 | |
parent | 3b047f46575c0e9bcd3f64763b854c6095ee69ef (diff) | |
download | ports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.tar.gz ports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.zip |
Notes
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/pecl-bz2/Makefile | 24 | ||||
-rw-r--r-- | archivers/pecl-bz2/distinfo | 3 | ||||
-rw-r--r-- | archivers/pecl-bz2/pkg-descr | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 9e6960b6e464..7d0f69ca46c0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -77,6 +77,7 @@ SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-File_Archive + SUBDIR += pecl-bz2 SUBDIR += pecl-rar SUBDIR += pecl-zip SUBDIR += php4-bz2 diff --git a/archivers/pecl-bz2/Makefile b/archivers/pecl-bz2/Makefile new file mode 100644 index 000000000000..8f5fe037349d --- /dev/null +++ b/archivers/pecl-bz2/Makefile @@ -0,0 +1,24 @@ +# 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= chinsan.tw@gmail.com +COMMENT= A Bzip2 management extension + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-bz2 + +.include <bsd.port.mk> diff --git a/archivers/pecl-bz2/distinfo b/archivers/pecl-bz2/distinfo new file mode 100644 index 000000000000..9c0dea28bd93 --- /dev/null +++ b/archivers/pecl-bz2/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/bz2-1.0.tgz) = f6af3f931c582c90417177b66197f9cd +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 new file mode 100644 index 000000000000..346029994173 --- /dev/null +++ b/archivers/pecl-bz2/pkg-descr @@ -0,0 +1,3 @@ +Bz2 is an extension to create and parse bzip2 compressed data. + +WWW: http://pecl.php.net/package/bz2/ |