From d6c64262397bd8a0723ef29db4e2ee0cc5340d38 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Tue, 21 Jan 2014 02:33:23 +0000 Subject: [PATCH] HTML Purifier is a standards compliant HTML filter library written in PHP Approved by: swills (mentor) --- devel/Makefile | 1 + devel/pear-htmlpurifier/Makefile | 26 ++++++++++++++++++++++++++ devel/pear-htmlpurifier/distinfo | 2 ++ devel/pear-htmlpurifier/pkg-descr | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 devel/pear-htmlpurifier/Makefile create mode 100644 devel/pear-htmlpurifier/distinfo create mode 100644 devel/pear-htmlpurifier/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index e4ed7c38d2fd..313d48891234 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3269,6 +3269,7 @@ SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools + SUBDIR += pear-htmlpurifier SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu diff --git a/devel/pear-htmlpurifier/Makefile b/devel/pear-htmlpurifier/Makefile new file mode 100644 index 000000000000..f5c9f70775f7 --- /dev/null +++ b/devel/pear-htmlpurifier/Makefile @@ -0,0 +1,26 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= htmlpurifier +PORTVERSION= 4.6.0 +CATEGORIES= devel pear www +MASTER_SITES= http://htmlpurifier.org/get/ \ + LOCAL +DISTNAME= HTMLPurifier-${PORTVERSION} +PKGNAMEPREFIX= pear- + +MAINTAINER= feld@FreeBSD.org +COMMENT= PHP HTML filter library + +LICENSE= LGPL21 + +BUILD_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:${PORTSDIR}/devel/pear-channel-htmlpurifier +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PEAR_CHANNEL= htmlpurifier +PEAR_AUTOINSTALL= yes +NO_STAGE= yes + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/devel/pear-htmlpurifier/distinfo b/devel/pear-htmlpurifier/distinfo new file mode 100644 index 000000000000..6b639f6e4fc0 --- /dev/null +++ b/devel/pear-htmlpurifier/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/HTMLPurifier-4.6.0.tgz) = ef7322f6a9d417b24de528c7b1d84b2021c79cc40d05ce805abce5dd5dba1c95 +SIZE (PEAR/HTMLPurifier-4.6.0.tgz) = 239621 diff --git a/devel/pear-htmlpurifier/pkg-descr b/devel/pear-htmlpurifier/pkg-descr new file mode 100644 index 000000000000..3dd9ede3b2ea --- /dev/null +++ b/devel/pear-htmlpurifier/pkg-descr @@ -0,0 +1,4 @@ +HTML Purifier is a standards-compliant HTML filter library written in +PHP. + +WWW: http://htmlpurifier.org/