aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-html_parse
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-12 16:36:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-12 16:36:45 +0000
commit553d665f82eabb37cf3325f899c65163081c6863 (patch)
treeb71fe154c2491f8a6ba138d7398a86810c3214b0 /textproc/pecl-html_parse
parent5bfa981946113519a3ed0c118a2d5b7edde0ac06 (diff)
downloadports-553d665f82eabb37cf3325f899c65163081c6863.tar.gz
ports-553d665f82eabb37cf3325f899c65163081c6863.zip
Notes
Diffstat (limited to 'textproc/pecl-html_parse')
-rw-r--r--textproc/pecl-html_parse/Makefile28
-rw-r--r--textproc/pecl-html_parse/distinfo3
-rw-r--r--textproc/pecl-html_parse/pkg-descr4
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile
new file mode 100644
index 000000000000..5d83bda5e78b
--- /dev/null
+++ b/textproc/pecl-html_parse/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: pecl-html_parse
+# Date created: 21 December 2007
+# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= html_parse
+PORTVERSION= 1.0.0
+CATEGORIES= textproc pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= ditesh@gathani.org
+COMMENT= A PECL extension for the ekhtml library
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
+RUN_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
+
+USE_PHP= yes
+USE_PHP_BUILD= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ARGS= --enable-html_parse
+
+.include <bsd.port.mk>
diff --git a/textproc/pecl-html_parse/distinfo b/textproc/pecl-html_parse/distinfo
new file mode 100644
index 000000000000..c236e28eada9
--- /dev/null
+++ b/textproc/pecl-html_parse/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/html_parse-1.0.0.tgz) = d19772cb926d775313af0fda207e2a90
+SHA256 (PECL/html_parse-1.0.0.tgz) = ee3f36e4beee9033ba1df87ce4901e30a9651b723881e2336c8b55dde0d73473
+SIZE (PECL/html_parse-1.0.0.tgz) = 7799
diff --git a/textproc/pecl-html_parse/pkg-descr b/textproc/pecl-html_parse/pkg-descr
new file mode 100644
index 000000000000..2bf50fc1e33a
--- /dev/null
+++ b/textproc/pecl-html_parse/pkg-descr
@@ -0,0 +1,4 @@
+A PECL HTML parser extension based on the ekhtml library
+
+WWW: http://pecl.php.net/package/html_parse
+