pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Object Initial import of p5-Test-Object ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f6a5ec0818e
branches: trunk
changeset: 528165:8f6a5ec0818e
user: seb <seb%pkgsrc.org@localhost>
date: Sun Apr 22 21:03:49 2007 +0000
description:
Initial import of p5-Test-Object version 0.0.7 into The NetBSD
Packages Collection.
The Perl 5 module Test::Object is a testing package designed to
allow you to easily test what you believe is a valid object against
the expected behaviour of all of the classes in its inheritance
tree in one single call.
diffstat:
devel/p5-Test-Object/DESCR | 4 ++++
devel/p5-Test-Object/Makefile | 17 +++++++++++++++++
devel/p5-Test-Object/PLIST | 1 +
devel/p5-Test-Object/distinfo | 5 +++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 2e0821c5e76d -r 8f6a5ec0818e devel/p5-Test-Object/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Object/DESCR Sun Apr 22 21:03:49 2007 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Test::Object is a testing package designed to
+allow you to easily test what you believe is a valid object against
+the expected behaviour of all of the classes in its inheritance
+tree in one single call.
diff -r 2e0821c5e76d -r 8f6a5ec0818e devel/p5-Test-Object/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Object/Makefile Sun Apr 22 21:03:49 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $
+#
+
+DISTNAME= Test-Object-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Test-Object/
+COMMENT= Perl 5 module to thoroughly test objects
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/Object/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2e0821c5e76d -r 8f6a5ec0818e devel/p5-Test-Object/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Object/PLIST Sun Apr 22 21:03:49 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $
diff -r 2e0821c5e76d -r 8f6a5ec0818e devel/p5-Test-Object/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Object/distinfo Sun Apr 22 21:03:49 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $
+
+SHA1 (Test-Object-0.07.tar.gz) = 7bd76d09c81aef0ef32e6f4edf042ba88e514f52
+RMD160 (Test-Object-0.07.tar.gz) = 012db64b0895ce838a081c2c8cb6e7635a9814e4
+Size (Test-Object-0.07.tar.gz) = 21685 bytes
Home |
Main Index |
Thread Index |
Old Index