svn commit: r361452 - in head/textproc: . pear-Horde_CssMinify
Martin Matuska
mm at FreeBSD.org
Thu Jul 10 13:19:42 UTC 2014
Author: mm
Date: Thu Jul 10 13:19:41 2014
New Revision: 361452
URL: http://svnweb.freebsd.org/changeset/ports/361452
QAT: https://qat.redports.org/buildarchive/r361452/
Log:
Horde abstracted interface to various CSS minification backends.
WWW: http://pear.horde.org
Added:
head/textproc/pear-Horde_CssMinify/
head/textproc/pear-Horde_CssMinify/Makefile (contents, props changed)
head/textproc/pear-Horde_CssMinify/distinfo (contents, props changed)
head/textproc/pear-Horde_CssMinify/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Jul 10 13:19:08 2014 (r361451)
+++ head/textproc/Makefile Thu Jul 10 13:19:41 2014 (r361452)
@@ -1054,6 +1054,7 @@
SUBDIR += pdftohtml
SUBDIR += pear-File_Fortune
SUBDIR += pear-File_MARC
+ SUBDIR += pear-Horde_CssMinify
SUBDIR += pear-Horde_Kolab_Format
SUBDIR += pear-Horde_Pdf
SUBDIR += pear-Horde_SpellChecker
Added: head/textproc/pear-Horde_CssMinify/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/pear-Horde_CssMinify/Makefile Thu Jul 10 13:19:41 2014 (r361452)
@@ -0,0 +1,13 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Horde_CssMinify
+PORTVERSION= 1.0.0
+CATEGORIES= textproc www pear
+
+MAINTAINER= horde at FreeBSD.org
+COMMENT= Horde CSS Minification
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
Added: head/textproc/pear-Horde_CssMinify/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/pear-Horde_CssMinify/distinfo Thu Jul 10 13:19:41 2014 (r361452)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_CssMinify-1.0.0.tgz) = eb4884939ca301f55a2419c53f0e49c22baba9c8d761645490a19a27d6970af2
+SIZE (Horde/Horde_CssMinify-1.0.0.tgz) = 11463
Added: head/textproc/pear-Horde_CssMinify/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/pear-Horde_CssMinify/pkg-descr Thu Jul 10 13:19:41 2014 (r361452)
@@ -0,0 +1,3 @@
+Horde abstracted interface to various CSS minification backends.
+
+WWW: http://pear.horde.org
More information about the svn-ports-head
mailing list