diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-13 00:36:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-13 00:36:45 +0800 |
commit | 041c751afa42dbe6be7fa6b903187ecf932b2258 (patch) | |
tree | 3091f050544d01de20e8132546a715edeae50018 /textproc/pecl-html_parse | |
parent | 04276b7b975d3e1465b95cdde315969c3a2c464b (diff) | |
download | freebsd-ports-gnome-041c751afa42dbe6be7fa6b903187ecf932b2258.tar.gz freebsd-ports-gnome-041c751afa42dbe6be7fa6b903187ecf932b2258.tar.zst freebsd-ports-gnome-041c751afa42dbe6be7fa6b903187ecf932b2258.zip |
A PECL HTML parser extension based on the ekhtml library
WWW: http://pecl.php.net/package/html_parse
PR: ports/118920
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'textproc/pecl-html_parse')
-rw-r--r-- | textproc/pecl-html_parse/Makefile | 28 | ||||
-rw-r--r-- | textproc/pecl-html_parse/distinfo | 3 | ||||
-rw-r--r-- | textproc/pecl-html_parse/pkg-descr | 4 |
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 + |