svn commit: r319373 - in head/www: . pear-Horde_Css_Parser
Martin Matuska
mm at FreeBSD.org
Wed May 29 14:48:28 UTC 2013
Author: mm
Date: Wed May 29 14:48:27 2013
New Revision: 319373
URL: http://svnweb.freebsd.org/changeset/ports/319373
Log:
This Horde package provides access to the Sabberworm CSS Parser from within
the Horde framework.
WWW: http://pear.horde.org
Added:
head/www/pear-Horde_Css_Parser/
head/www/pear-Horde_Css_Parser/Makefile (contents, props changed)
head/www/pear-Horde_Css_Parser/distinfo (contents, props changed)
head/www/pear-Horde_Css_Parser/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed May 29 14:24:42 2013 (r319372)
+++ head/www/Makefile Wed May 29 14:48:27 2013 (r319373)
@@ -1359,6 +1359,7 @@
SUBDIR += pear-HTTP_WebDAV_Client
SUBDIR += pear-HTTP_WebDAV_Server
SUBDIR += pear-Horde_Browser
+ SUBDIR += pear-Horde_Css_Parser
SUBDIR += pear-Horde_Editor
SUBDIR += pear-Horde_Feed
SUBDIR += pear-Horde_Form
Added: head/www/pear-Horde_Css_Parser/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Css_Parser/Makefile Wed May 29 14:48:27 2013 (r319373)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME= Horde_Css_Parser
+PORTVERSION= 1.0.0
+CATEGORIES= www pear
+
+MAINTAINER= horde at FreeBSD.org
+COMMENT= Horde CSS Parser
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
Added: head/www/pear-Horde_Css_Parser/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Css_Parser/distinfo Wed May 29 14:48:27 2013 (r319373)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Css_Parser-1.0.0.tgz) = c2a352068e0e3d31d652c2d5174f8ccfb477ebe9efc300f62695ec9cc92aa559
+SIZE (Horde/Horde_Css_Parser-1.0.0.tgz) = 27523
Added: head/www/pear-Horde_Css_Parser/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Css_Parser/pkg-descr Wed May 29 14:48:27 2013 (r319373)
@@ -0,0 +1,4 @@
+This Horde package provides access to the Sabberworm CSS Parser from within
+the Horde framework.
+
+WWW: http://pear.horde.org
More information about the svn-ports-all
mailing list