HTML Purifier is a standards compliant HTML filter library written in

PHP

Approved by:	swills (mentor)
This commit is contained in:
Mark Felder 2014-01-21 02:33:23 +00:00
parent 8d018196a2
commit d6c6426239
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340543
4 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,26 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
SHA256 (PEAR/HTMLPurifier-4.6.0.tgz) = ef7322f6a9d417b24de528c7b1d84b2021c79cc40d05ce805abce5dd5dba1c95
SIZE (PEAR/HTMLPurifier-4.6.0.tgz) = 239621

View file

@ -0,0 +1,4 @@
HTML Purifier is a standards-compliant HTML filter library written in
PHP.
WWW: http://htmlpurifier.org/