svn commit: r340542 - in head/devel: . pear-channel-htmlpurifier pear-channel-htmlpurifier/files

Mark Felder feld at FreeBSD.org
Tue Jan 21 02:32:00 UTC 2014


Author: feld
Date: Tue Jan 21 02:31:58 2014
New Revision: 340542
URL: http://svnweb.freebsd.org/changeset/ports/340542
QAT: https://qat.redports.org/buildarchive/r340542/

Log:
  Add Pear channel "htmlpurifier" -- htmlpurifier.org
  
  Approved by:	swills (mentor)

Added:
  head/devel/pear-channel-htmlpurifier/
  head/devel/pear-channel-htmlpurifier/Makefile   (contents, props changed)
  head/devel/pear-channel-htmlpurifier/files/
  head/devel/pear-channel-htmlpurifier/files/htmlpurifier.org.reg   (contents, props changed)
  head/devel/pear-channel-htmlpurifier/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 21 01:18:22 2014	(r340541)
+++ head/devel/Makefile	Tue Jan 21 02:31:58 2014	(r340542)
@@ -3255,6 +3255,7 @@
     SUBDIR += pear-channel-doctrine
     SUBDIR += pear-channel-ezc
     SUBDIR += pear-channel-horde
+    SUBDIR += pear-channel-htmlpurifier
     SUBDIR += pear-channel-openpear
     SUBDIR += pear-channel-pdepend
     SUBDIR += pear-channel-phing

Added: head/devel/pear-channel-htmlpurifier/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-htmlpurifier/Makefile	Tue Jan 21 02:31:58 2014	(r340542)
@@ -0,0 +1,16 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	htmlpurifier
+PORTVERSION=	20140120
+CATEGORIES=	devel www pear
+MASTER_SITES=	#
+
+MAINTAINER=	feld at FreeBSD.org
+COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
+
+PEAR_CHANNEL_HOST=	htmlpurifier.org
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-channel-htmlpurifier/files/htmlpurifier.org.reg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-htmlpurifier/files/htmlpurifier.org.reg	Tue Jan 21 02:31:58 2014	(r340542)
@@ -0,0 +1 @@
+a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:16:"htmlpurifier.org";s:7:"summary";s:26:"HTML Purifier PEAR channel";s:14:"suggestedalias";s:2:"hp";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:29:"http://htmlpurifier.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://htmlpurifier.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:29:"http://htmlpurifier.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:29:"http://htmlpurifier.org/rest/";}}}}}s:13:"_lastmodified";s:29:"Sun, 08 Apr 2012 02:04:21 GMT";}

Added: head/devel/pear-channel-htmlpurifier/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-htmlpurifier/pkg-descr	Tue Jan 21 02:31:58 2014	(r340542)
@@ -0,0 +1,3 @@
+PEAR channel for HTMLPurifier
+
+WWW:	http://htmlpurifier.org/


More information about the svn-ports-all mailing list