pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Context-Preserve Initial import of p5-Context...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1499dc468364
branches:  trunk
changeset: 396582:1499dc468364
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Jul 28 04:36:42 2009 +0000

description:
Initial import of p5-Context-Preserve version 0.01 in the NetBSD
Packages Collection.

The Perl 5 module Context::Preserve automates the process of calling
a function, getting the results, acting on the results, then returning
the result of the function in the appropriate void, scalar, or list
context.

diffstat:

 devel/p5-Context-Preserve/DESCR    |   4 ++++
 devel/p5-Context-Preserve/Makefile |  23 +++++++++++++++++++++++
 devel/p5-Context-Preserve/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d5b6bb906a85 -r 1499dc468364 devel/p5-Context-Preserve/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Context-Preserve/DESCR   Tue Jul 28 04:36:42 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Context::Preserve automates the process of calling
+a function, getting the results, acting on the results, then returning
+the result of the function in the appropriate void, scalar, or list
+context.
diff -r d5b6bb906a85 -r 1499dc468364 devel/p5-Context-Preserve/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Context-Preserve/Makefile        Tue Jul 28 04:36:42 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/28 04:36:42 seb Exp $
+#
+
+DISTNAME=      Context-Preserve-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../../authors/id/J/JR/JROCKWAY/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Context-Preserve/
+COMMENT=       Perl 5 module to run code after a subroutine call
+LICENSE=       ${PERL5_LICENSE}
+
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Context/Preserve/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5b6bb906a85 -r 1499dc468364 devel/p5-Context-Preserve/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Context-Preserve/distinfo        Tue Jul 28 04:36:42 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/28 04:36:42 seb Exp $
+
+SHA1 (Context-Preserve-0.01.tar.gz) = 0cf4e0bfd6ef3967b6671ff1ed93d51536d53806
+RMD160 (Context-Preserve-0.01.tar.gz) = 7823a552765028d885c1ab00473965d81de6b6ef
+Size (Context-Preserve-0.01.tar.gz) = 13158 bytes



Home | Main Index | Thread Index | Old Index