pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Hook-LexWrap Initial import of p5-Hook-LexWra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da950f772af2
branches:  trunk
changeset: 507760:da950f772af2
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Feb 07 22:05:41 2006 +0000

description:
Initial import of p5-Hook-LexWrap version 0.20 as devel/p5-Hook-LexWrap
into the NetBSD Packages Collection.

Hook::LexWrap Perl5 module allows you to install a pre- or post-wrapper
(or both) around an existing subroutine. Unlike other modules that
provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub),
Hook::LexWrap implements wrappers in such a way that the standard
`caller' function works correctly within the wrapped subroutine.

diffstat:

 devel/p5-Hook-LexWrap/DESCR    |   5 +++++
 devel/p5-Hook-LexWrap/Makefile |  17 +++++++++++++++++
 devel/p5-Hook-LexWrap/PLIST    |   1 +
 devel/p5-Hook-LexWrap/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d453b24fe2f9 -r da950f772af2 devel/p5-Hook-LexWrap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hook-LexWrap/DESCR       Tue Feb 07 22:05:41 2006 +0000
@@ -0,0 +1,5 @@
+Hook::LexWrap Perl5 module allows you to install a pre- or post-wrapper
+(or both) around an existing subroutine. Unlike other modules that
+provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub),
+Hook::LexWrap implements wrappers in such a way that the standard
+`caller' function works correctly within the wrapped subroutine.
diff -r d453b24fe2f9 -r da950f772af2 devel/p5-Hook-LexWrap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hook-LexWrap/Makefile    Tue Feb 07 22:05:41 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/07 22:05:41 seb Exp $
+#
+
+DISTNAME=      Hook-LexWrap-0.20
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5hlw
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Hook/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Hook-LexWrap/
+COMMENT=       Perl5 module providing lexically scoped subroutine wrappers
+
+PERL5_PACKLIST=                auto/Hook/LexWrap/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d453b24fe2f9 -r da950f772af2 devel/p5-Hook-LexWrap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hook-LexWrap/PLIST       Tue Feb 07 22:05:41 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/07 22:05:41 seb Exp $
diff -r d453b24fe2f9 -r da950f772af2 devel/p5-Hook-LexWrap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Hook-LexWrap/distinfo    Tue Feb 07 22:05:41 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/07 22:05:41 seb Exp $
+
+SHA1 (Hook-LexWrap-0.20.tar.gz) = 8b9cfc7390acd42594412453d0845eae78e49082
+RMD160 (Hook-LexWrap-0.20.tar.gz) = 613fba6734064c9b4c310379f5f3b73284365c5a
+Size (Hook-LexWrap-0.20.tar.gz) = 6369 bytes



Home | Main Index | Thread Index | Old Index