aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-01-21 06:14:54 +0800
committermiwi <miwi@FreeBSD.org>2008-01-21 06:14:54 +0800
commit3cf03ea31d6065a61624d1002dc7fe9b7951af04 (patch)
tree4c5465269099d52d00087212137d0e7a348bc8e0 /archivers
parentf8cb781a87df59a66d559db7f65ddfa8caf330bf (diff)
downloadfreebsd-ports-gnome-3cf03ea31d6065a61624d1002dc7fe9b7951af04.tar.gz
freebsd-ports-gnome-3cf03ea31d6065a61624d1002dc7fe9b7951af04.tar.zst
freebsd-ports-gnome-3cf03ea31d6065a61624d1002dc7fe9b7951af04.zip
PHK is a PHP-oriented package/archive system. Basically, it can be considered
as a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to distribute and run a library or an application as a single file. The PHK accelerator transparently makes PHK runtime faster. WWW: http://pecl.php.net/package/phk/ PR: ports/119828 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/pecl-phk/Makefile25
-rw-r--r--archivers/pecl-phk/distinfo3
-rw-r--r--archivers/pecl-phk/pkg-descr10
4 files changed, 39 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index e4e36a46828e..a74b8d7979ee 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -102,6 +102,7 @@
SUBDIR += pecl-bz2
SUBDIR += pecl-lzf
SUBDIR += pecl-phar
+ SUBDIR += pecl-phk
SUBDIR += pecl-rar
SUBDIR += pecl-zip
SUBDIR += php4-bz2
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile
new file mode 100644
index 000000000000..22036f4ad999
--- /dev/null
+++ b/archivers/pecl-phk/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: pecl-phk
+# Date created: 21 Jan 2007
+# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phk
+PORTVERSION= 1.4.0
+CATEGORIES= archivers pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= ditesh@gathani.org
+COMMENT= PHK is a PHP-oriented package/archive system
+
+USE_PHP= yes
+USE_PHP_BUILD= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ARGS= --enable-phk
+
+.include <bsd.port.mk>
diff --git a/archivers/pecl-phk/distinfo b/archivers/pecl-phk/distinfo
new file mode 100644
index 000000000000..f8b7ea11a499
--- /dev/null
+++ b/archivers/pecl-phk/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/phk-1.4.0.tgz) = 9663ad5bd39880050f46b0679de857c9
+SHA256 (PECL/phk-1.4.0.tgz) = 9f4a112795d404af5b36a61d8f67e68bb73516182a95251189139935e5d24469
+SIZE (PECL/phk-1.4.0.tgz) = 36752
diff --git a/archivers/pecl-phk/pkg-descr b/archivers/pecl-phk/pkg-descr
new file mode 100644
index 000000000000..69a739d2af21
--- /dev/null
+++ b/archivers/pecl-phk/pkg-descr
@@ -0,0 +1,10 @@
+PHK is a PHP-oriented package/archive system. Basically, it can be considered
+as a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to
+distribute and run a library or an application as a single file.
+
+The PHK accelerator transparently makes PHK runtime faster.
+
+WWW: http://pecl.php.net/package/phk/
+
+- Ditesh Shashikant Gathani
+ditesh@gathani.org