pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-GlobalDestruction Initial import of p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6bdad228665
branches:  trunk
changeset: 546788:f6bdad228665
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Sep 07 23:27:23 2008 +0000

description:
Initial import of p5-Devel-GlobalDestruction version 0.02 in the
NetBSD Packages Collection.

The Perl 5 package Devel::GlobalDestruction provides a predicate
method to test if global destruction is in effect.

diffstat:

 devel/p5-Devel-GlobalDestruction/DESCR    |   2 ++
 devel/p5-Devel-GlobalDestruction/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Devel-GlobalDestruction/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 776044773332 -r f6bdad228665 devel/p5-Devel-GlobalDestruction/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-GlobalDestruction/DESCR    Sun Sep 07 23:27:23 2008 +0000
@@ -0,0 +1,2 @@
+The Perl 5 package Devel::GlobalDestruction provides a predicate
+method to test if global destruction is in effect.
diff -r 776044773332 -r f6bdad228665 devel/p5-Devel-GlobalDestruction/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-GlobalDestruction/Makefile Sun Sep 07 23:27:23 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 23:27:23 seb Exp $
+#
+
+DISTNAME=      Devel-GlobalDestruction-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5 net
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Devel-GlobalDestruction/
+COMMENT=       Perl 5 package exposing the flag which marks global destruction
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= c
+PERL5_PACKLIST=        auto/Devel/GlobalDestruction/.packlist
+
+BUILD_DEPENDS+=        p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
+DEPENDS+=      p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 776044773332 -r f6bdad228665 devel/p5-Devel-GlobalDestruction/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-GlobalDestruction/distinfo Sun Sep 07 23:27:23 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/07 23:27:23 seb Exp $
+
+SHA1 (Devel-GlobalDestruction-0.02.tar.gz) = 7990c18603961146059d84db859492fbfe74a0a5
+RMD160 (Devel-GlobalDestruction-0.02.tar.gz) = dd30544144980758d91e2e700a7469487c563740
+Size (Devel-GlobalDestruction-0.02.tar.gz) = 41543 bytes



Home | Main Index | Thread Index | Old Index