pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-B-Hooks-EndOfScope Import p5-B-Hooks-EndOfSco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2df91b7fa2e6
branches:  trunk
changeset: 549429:2df91b7fa2e6
user:      he <he%pkgsrc.org@localhost>
date:      Sun Nov 02 22:14:58 2008 +0000

description:
Import p5-B-Hooks-EndOfScope version 0.04.

This module allows you to execute code when perl finished compiling
the surrounding scope.

diffstat:

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

diffs (41 lines):

diff -r 93aa6a2898ca -r 2df91b7fa2e6 devel/p5-B-Hooks-EndOfScope/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-EndOfScope/DESCR Sun Nov 02 22:14:58 2008 +0000
@@ -0,0 +1,2 @@
+This module allows you to execute code when perl finished compiling
+the surrounding scope.
diff -r 93aa6a2898ca -r 2df91b7fa2e6 devel/p5-B-Hooks-EndOfScope/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-EndOfScope/Makefile      Sun Nov 02 22:14:58 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 22:14:58 he Exp $
+#
+
+DISTNAME=      B-Hooks-EndOfScope-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=B/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/B-Hooks-EndOfScope/
+COMMENT=       Perl 5 module to execute code after a scope finished compilation
+
+DEPENDS+=      p5-Scope-Guard>0:../../devel/p5-Scope-Guard
+DEPENDS+=      p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+#USE_LANGUAGES=        c
+PERL5_PACKLIST=        auto/B/Hooks/EndOfScope/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 93aa6a2898ca -r 2df91b7fa2e6 devel/p5-B-Hooks-EndOfScope/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-B-Hooks-EndOfScope/distinfo      Sun Nov 02 22:14:58 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/02 22:14:58 he Exp $
+
+SHA1 (B-Hooks-EndOfScope-0.04.tar.gz) = 85416947f5536a6415a850edc645806cc416e557
+RMD160 (B-Hooks-EndOfScope-0.04.tar.gz) = 3d16ac3a702a58f2e18cfec7bc8540c84c5d577e
+Size (B-Hooks-EndOfScope-0.04.tar.gz) = 14775 bytes



Home | Main Index | Thread Index | Old Index