pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-CLASS Import p5-CLASS version 1.00 (from pkgs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9609ae5639a4
branches: trunk
changeset: 545102:9609ae5639a4
user: he <he%pkgsrc.org@localhost>
date: Sat Jul 26 19:51:37 2008 +0000
description:
Import p5-CLASS version 1.00 (from pkgsrc-wip, more or less).
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
$CLASS has the additional benefit of working in strings.
diffstat:
devel/p5-CLASS/DESCR | 3 +++
devel/p5-CLASS/Makefile | 16 ++++++++++++++++
devel/p5-CLASS/distinfo | 5 +++++
3 files changed, 24 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r e164ac14a851 -r 9609ae5639a4 devel/p5-CLASS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLASS/DESCR Sat Jul 26 19:51:37 2008 +0000
@@ -0,0 +1,3 @@
+CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
+
+$CLASS has the additional benefit of working in strings.
diff -r e164ac14a851 -r 9609ae5639a4 devel/p5-CLASS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLASS/Makefile Sat Jul 26 19:51:37 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 19:51:37 he Exp $
+#
+
+DISTNAME= CLASS-1.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/MSCHWERN/}
+
+MAINTAINER= he%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/CLASS/
+COMMENT= Alias for __PACKAGE__
+
+PERL5_PACKLIST= auto/CLASS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e164ac14a851 -r 9609ae5639a4 devel/p5-CLASS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CLASS/distinfo Sat Jul 26 19:51:37 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/26 19:51:37 he Exp $
+
+SHA1 (CLASS-1.00.tar.gz) = 01b6b0fcdc12e13af7530a4531cfd152d7573d81
+RMD160 (CLASS-1.00.tar.gz) = cec0029443d935e839085b55de89c230567f2b28
+Size (CLASS-1.00.tar.gz) = 3579 bytes
Home |
Main Index |
Thread Index |
Old Index