pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CSS-Tiny Initial import of p5-CSS-Tiny version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fddc0e2fa1ee
branches:  trunk
changeset: 546767:fddc0e2fa1ee
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Sep 07 16:09:40 2008 +0000

description:
Initial import of p5-CSS-Tiny version 1.15 in the NetBSD Packages
Collection.

The Perl 5 module CSS::Tiny provides a class to read and write .css
stylesheets with as little code as possible, reducing load time
and memory overhead.

diffstat:

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

diffs (38 lines):

diff -r e9505201440c -r fddc0e2fa1ee www/p5-CSS-Tiny/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Tiny/DESCR     Sun Sep 07 16:09:40 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module CSS::Tiny provides a class to read and write .css
+stylesheets with as little code as possible, reducing load time
+and memory overhead.
diff -r e9505201440c -r fddc0e2fa1ee www/p5-CSS-Tiny/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Tiny/Makefile  Sun Sep 07 16:09:40 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 16:09:40 seb Exp $
+
+DISTNAME=      CSS-Tiny-1.15
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CSS/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CSS-Tiny/
+COMMENT=       Perl 5 module to read/write .css files with as little code as possible
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/CSS/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9505201440c -r fddc0e2fa1ee www/p5-CSS-Tiny/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CSS-Tiny/distinfo  Sun Sep 07 16:09:40 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/07 16:09:40 seb Exp $
+
+SHA1 (CSS-Tiny-1.15.tar.gz) = ccbc9b94b7c39aee29e595af7eed6d069c727f1a
+RMD160 (CSS-Tiny-1.15.tar.gz) = ce750be38e66a487e142e6aca6dd3da0c7c0833e
+Size (CSS-Tiny-1.15.tar.gz) = 16238 bytes



Home | Main Index | Thread Index | Old Index