aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-07 12:25:09 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-07 12:25:09 +0000
commitff1c72ebd7285e50f3bf07db47025ebd980684ba (patch)
tree869b1c3879e73551c994a6966baac2b372519426
parent3b047f46575c0e9bcd3f64763b854c6095ee69ef (diff)
downloadports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.tar.gz
ports-ff1c72ebd7285e50f3bf07db47025ebd980684ba.zip
Add pecl-bz2 1.0, a Bzip2 management extension.
PR: ports/102963 Submitted by: chinsan <chinsan.tw at gmail.com>
Notes
Notes: svn path=/head/; revision=172484
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/pecl-bz2/Makefile24
-rw-r--r--archivers/pecl-bz2/distinfo3
-rw-r--r--archivers/pecl-bz2/pkg-descr3
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/