diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-22 09:09:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-22 09:09:49 +0000 |
commit | fad989fedf0595c7edab8df51cd1bc2b9ddeffa7 (patch) | |
tree | 5a9b62cf8f6e676b0084b14bd1a2d1de09fda929 /www/pecl-tidy | |
parent | 8b337ae5f5e2ef54f1516edc18619c0f91e1ecaa (diff) | |
download | ports-fad989fedf0595c7edab8df51cd1bc2b9ddeffa7.tar.gz ports-fad989fedf0595c7edab8df51cd1bc2b9ddeffa7.zip |
Tidy HTML Repairing and Parsing.
Tidy is a binding for the Tidy HTML clean and repair utility which
allows you to clean and manipluate HTML documents.
NOTE: This is the PHP4 version!
WWW: http://pecl.php.net/package/tidy
PR: ports/94687
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
Notes
Notes:
svn path=/head/; revision=157940
Diffstat (limited to 'www/pecl-tidy')
-rw-r--r-- | www/pecl-tidy/Makefile | 28 | ||||
-rw-r--r-- | www/pecl-tidy/distinfo | 3 | ||||
-rw-r--r-- | www/pecl-tidy/pkg-descr | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/www/pecl-tidy/Makefile b/www/pecl-tidy/Makefile new file mode 100644 index 000000000000..9804c2e53a22 --- /dev/null +++ b/www/pecl-tidy/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: pear-tidy +# Date created: : 22 Mar 2006 +# Whom: : Rick van der Zwet (<rick@wzoeterwoude.net>) +# +# $FreeBSD$ +# + +PORTNAME= tidy +PORTVERSION= 1.2 +CATEGORIES= www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= rick@wzoeterwoude.net +COMMENT= Tidy HTML Repairing and Parsing + +BUILD_DEPENDS+= ${LOCALBASE}/include/tidy/tidy.h:${PORTSDIR}/www/tidy-devel + +USE_PHP= yes +USE_PHPEXT= yes +PHP_MODNAME= tidy +BROKEN_WITH_PHP= 5 + +CONFIGURE_ARGS= --enable-tidy + +.include <bsd.port.mk> diff --git a/www/pecl-tidy/distinfo b/www/pecl-tidy/distinfo new file mode 100644 index 000000000000..ede3925ebd39 --- /dev/null +++ b/www/pecl-tidy/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/tidy-1.2.tgz) = 8c1c92d9386c56d483b1115d207c0293 +SHA256 (PECL/tidy-1.2.tgz) = 5420f3ce10e52bcc62ccb3554834ded1dbd3db00b9d19c627d0650505429ad2c +SIZE (PECL/tidy-1.2.tgz) = 9602 diff --git a/www/pecl-tidy/pkg-descr b/www/pecl-tidy/pkg-descr new file mode 100644 index 000000000000..b8a1be07672d --- /dev/null +++ b/www/pecl-tidy/pkg-descr @@ -0,0 +1,8 @@ +Tidy HTML Repairing and Parsing. + +Tidy is a binding for the Tidy HTML clean and repair utility which +allows you to clean and manipluate HTML documents. + +NOTE: This is the PHP4 version! + +WWW: http://pecl.php.net/package/tidy |