pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Script - new package (dependency for p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/347a9e9d9caf
branches:  trunk
changeset: 536347:347a9e9d9caf
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Dec 11 12:14:18 2007 +0000

description:
- new package (dependency for p5-Test-Inline)
- ok'ed by rillig
Perl API - Test::Script - Cross-platform basic tests for scripts

diffstat:

 devel/p5-Test-Script/DESCR    |  12 ++++++++++++
 devel/p5-Test-Script/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Test-Script/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r b6f4dab626e8 -r 347a9e9d9caf devel/p5-Test-Script/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Script/DESCR        Tue Dec 11 12:14:18 2007 +0000
@@ -0,0 +1,12 @@
+The intent of this module is to provide a series of basic tests for
+scripts in the bin directory of your Perl distribution.
+Further, it aims to provide them with perfect platform-compatibility
+and in a way that is as unobtrusive as possible.
+That is, if the program works on a platform, then Test::Script should
+also work on that platform.
+In doing so, it is hoped that Test::Script can become a module that
+you can safely make a dependency of your module, without risking your
+module not working on some platform because of the dependency.
+Where a clash exists between wanting more functionality and
+maintaining platform safety, this module will err on the side of
+platform safety.
diff -r b6f4dab626e8 -r 347a9e9d9caf devel/p5-Test-Script/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Script/Makefile     Tue Dec 11 12:14:18 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2007/12/11 12:14:18 rhaen Exp $
+#
+
+DISTNAME=      Test-Script-1.02
+PKGNAME=       p5-${DISTNAME}
+#SVR4_PKGNAME= p5ts
+CATEGORIES=    perl5 devel
+#MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
+COMMENT=       Test::Script - Cross-platform basic tests for scripts
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3
+
+PERL5_PACKLIST=         auto/Test/Script/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b6f4dab626e8 -r 347a9e9d9caf devel/p5-Test-Script/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Script/distinfo     Tue Dec 11 12:14:18 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2007/12/11 12:14:19 rhaen Exp $
+
+SHA1 (Test-Script-1.02.tar.gz) = 8ceb782be03c0e0ce6f3b7097a327361468628b0
+RMD160 (Test-Script-1.02.tar.gz) = 4d09b4c60dd783aafca1cd33af7fea6c4045e0ec
+Size (Test-Script-1.02.tar.gz) = 21125 bytes



Home | Main Index | Thread Index | Old Index