pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-LexAlias Added devel/p5-Devel-LexAlias ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f80048c99297
branches:  trunk
changeset: 544400:f80048c99297
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:25:04 2008 +0000

description:
Added devel/p5-Devel-LexAlias version 0.04

Devel::LexAlias provides the ability to alias a lexical variable
in a subroutines scope to one of your choosing.

If you don't know why you'd want to do this, I'd suggest that you
skip this module. If you think you have a use for it, I'd insist
on it.

diffstat:

 devel/p5-Devel-LexAlias/DESCR    |   6 ++++++
 devel/p5-Devel-LexAlias/Makefile |  20 ++++++++++++++++++++
 devel/p5-Devel-LexAlias/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r e6939a6da949 -r f80048c99297 devel/p5-Devel-LexAlias/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-LexAlias/DESCR     Mon Jul 14 09:25:04 2008 +0000
@@ -0,0 +1,6 @@
+Devel::LexAlias provides the ability to alias a lexical variable
+in a subroutines scope to one of your choosing.
+
+If you don't know why you'd want to do this, I'd suggest that you
+skip this module. If you think you have a use for it, I'd insist
+on it.
diff -r e6939a6da949 -r f80048c99297 devel/p5-Devel-LexAlias/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-LexAlias/Makefile  Mon Jul 14 09:25:04 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:25:04 abs Exp $
+
+DISTNAME=      Devel-LexAlias-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Devel::LexAlias
+COMMENT=       Alias lexical variables
+
+DEPENDS+=       p5-Devel-Caller>0.03:../../devel/p5-Devel-Caller
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Devel/LexAlias/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e6939a6da949 -r f80048c99297 devel/p5-Devel-LexAlias/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-LexAlias/distinfo  Mon Jul 14 09:25:04 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:25:04 abs Exp $
+
+SHA1 (Devel-LexAlias-0.04.tar.gz) = 8075bc5efa95247c293f5fc9568f17c961bb7965
+RMD160 (Devel-LexAlias-0.04.tar.gz) = 4be3f519225e1ba491f91fcfdb893f2908d144d5
+Size (Devel-LexAlias-0.04.tar.gz) = 2888 bytes



Home | Main Index | Thread Index | Old Index