diff options
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/pecl-rar/Makefile | 24 | ||||
-rw-r--r-- | archivers/pecl-rar/distinfo | 3 | ||||
-rw-r--r-- | archivers/pecl-rar/pkg-descr | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8b98f99440b8..9e6960b6e464 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -77,6 +77,7 @@ SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-File_Archive + SUBDIR += pecl-rar SUBDIR += pecl-zip SUBDIR += php4-bz2 SUBDIR += php4-zlib diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile new file mode 100644 index 000000000000..6505c22d09cb --- /dev/null +++ b/archivers/pecl-rar/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-rar +# Date created: 2006/09/07 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= rar +PORTVERSION= 0.3.1 +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 PECL extension to create and read rar files + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-rar + +.include <bsd.port.mk> diff --git a/archivers/pecl-rar/distinfo b/archivers/pecl-rar/distinfo new file mode 100644 index 000000000000..bee6717ddd3b --- /dev/null +++ b/archivers/pecl-rar/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/rar-0.3.1.tgz) = ef566da9c7d1fad9e28ed729988dcf05 +SHA256 (PECL/rar-0.3.1.tgz) = 74847f195d6a167c03ed9e90d6b6398aa1c4306ac6f451bbfdd3523549feb98b +SIZE (PECL/rar-0.3.1.tgz) = 126894 diff --git a/archivers/pecl-rar/pkg-descr b/archivers/pecl-rar/pkg-descr new file mode 100644 index 000000000000..339128664fa3 --- /dev/null +++ b/archivers/pecl-rar/pkg-descr @@ -0,0 +1,5 @@ +Rar is a powerful and effective archiver, which was +created by Eugene Roshal and became rather popular quite fast. +This extension gives you possibility to read Rar archives. + +WWW: http://pecl.php.net/package/rar/ |