pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Std Initial import of p5-Class-Std vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc47696dea2f
branches: trunk
changeset: 528743:cc47696dea2f
user: seb <seb%pkgsrc.org@localhost>
date: Sun May 13 20:42:10 2007 +0000
description:
Initial import of p5-Class-Std version 0.0.8 into The NetBSD
Packages Collection.
The Perl 5 module Class::Std provides tools that help to implement
the "inside out object" - a method for reliably enforcing object
encapsulation - class structure in a convenient and standard way.
diffstat:
devel/p5-Class-Std/DESCR | 3 +++
devel/p5-Class-Std/Makefile | 19 +++++++++++++++++++
devel/p5-Class-Std/PLIST | 1 +
devel/p5-Class-Std/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r de48cdfb1bab -r cc47696dea2f devel/p5-Class-Std/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Std/DESCR Sun May 13 20:42:10 2007 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Class::Std provides tools that help to implement
+the "inside out object" - a method for reliably enforcing object
+encapsulation - class structure in a convenient and standard way.
diff -r de48cdfb1bab -r cc47696dea2f devel/p5-Class-Std/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Std/Makefile Sun May 13 20:42:10 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $
+#
+
+DISTNAME= Class-Std-v0.0.8
+PKGNAME= p5-Class-Std-0.0.8
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-Std/
+COMMENT= Perl 5 module to support creation of standard inside-out classes
+
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/Std/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r de48cdfb1bab -r cc47696dea2f devel/p5-Class-Std/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Std/PLIST Sun May 13 20:42:10 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $
diff -r de48cdfb1bab -r cc47696dea2f devel/p5-Class-Std/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Std/distinfo Sun May 13 20:42:10 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/13 20:42:10 seb Exp $
+
+SHA1 (Class-Std-v0.0.8.tar.gz) = 61c7fdc29032b77fdfe2616b1aad318c06cf1a18
+RMD160 (Class-Std-v0.0.8.tar.gz) = fe7a8b4e102590e26bf44d98874b8192534e076b
+Size (Class-Std-v0.0.8.tar.gz) = 31100 bytes
Home |
Main Index |
Thread Index |
Old Index