pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CSS-Squish Add the CSS::Squish module in versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37e4ca533f72
branches:  trunk
changeset: 539911:37e4ca533f72
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sun Mar 16 18:56:11 2008 +0000

description:
Add the CSS::Squish module in version 0.07 to prepare the update of rt3

This module takes a list of CSS files and concatenates them, making sure
to honor any valid @import statements included in the files.

Approved-by: cube

diffstat:

 www/p5-CSS-Squish/DESCR    |   1 +
 www/p5-CSS-Squish/Makefile |  20 ++++++++++++++++++++
 www/p5-CSS-Squish/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r ab7a7585faa2 -r 37e4ca533f72 www/p5-CSS-Squish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Squish/DESCR   Sun Mar 16 18:56:11 2008 +0000
@@ -0,0 +1,1 @@
+Compact many CSS files into one big file
diff -r ab7a7585faa2 -r 37e4ca533f72 www/p5-CSS-Squish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Squish/Makefile        Sun Mar 16 18:56:11 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/16 18:56:11 tonnerre Exp $
+#
+
+DISTNAME=      CSS-Squish-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CSS/}
+
+MAINTAINER=    tonnerre%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CSS-Squiish/
+COMMENT=       Compact many CSS files into one big file
+
+DEPENDS+=      p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/CSS/Squish/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ab7a7585faa2 -r 37e4ca533f72 www/p5-CSS-Squish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Squish/distinfo        Sun Mar 16 18:56:11 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/16 18:56:11 tonnerre Exp $
+
+SHA1 (CSS-Squish-0.07.tar.gz) = 6ea3ffa9ef7a46c3e11d879c0591310fb673f9b9
+RMD160 (CSS-Squish-0.07.tar.gz) = 16e76e2776f91dd8c580322bbfa38cf4ae2043ca
+Size (CSS-Squish-0.07.tar.gz) = 8313 bytes



Home | Main Index | Thread Index | Old Index