pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Uplevel Initial import of p5-Sub-Uplevel-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f7d4c5ee183
branches: trunk
changeset: 489282:3f7d4c5ee183
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 19 17:17:11 2005 +0000
description:
Initial import of p5-Sub-Uplevel-0.09:
Apparently run a function in a higher stack frame; like Tcl's
uplevel() function, but not quite so dangerous. The idea is just
to fool caller(). All the really naughty bits of Tcl's uplevel()
are avoided.
diffstat:
devel/p5-Sub-Uplevel/DESCR | 4 ++++
devel/p5-Sub-Uplevel/Makefile | 20 ++++++++++++++++++++
devel/p5-Sub-Uplevel/PLIST | 1 +
devel/p5-Sub-Uplevel/distinfo | 4 ++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 12ea1d38d985 -r 3f7d4c5ee183 devel/p5-Sub-Uplevel/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Uplevel/DESCR Sat Feb 19 17:17:11 2005 +0000
@@ -0,0 +1,4 @@
+Apparently run a function in a higher stack frame; like Tcl's
+uplevel() function, but not quite so dangerous. The idea is just
+to fool caller(). All the really naughty bits of Tcl's uplevel()
+are avoided.
diff -r 12ea1d38d985 -r 3f7d4c5ee183 devel/p5-Sub-Uplevel/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Uplevel/Makefile Sat Feb 19 17:17:11 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 17:17:11 wiz Exp $
+#
+
+DISTNAME= Sub-Uplevel-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Sub-Uplevel/
+COMMENT= Apparently run a function in a higher stack frame
+
+#DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Sub/Uplevel/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 12ea1d38d985 -r 3f7d4c5ee183 devel/p5-Sub-Uplevel/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Uplevel/PLIST Sat Feb 19 17:17:11 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 17:17:11 wiz Exp $
diff -r 12ea1d38d985 -r 3f7d4c5ee183 devel/p5-Sub-Uplevel/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Uplevel/distinfo Sat Feb 19 17:17:11 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/19 17:17:11 wiz Exp $
+
+SHA1 (Sub-Uplevel-0.09.tar.gz) = af0d11bd26e8ac50d7b883b17d93fd53e55f46bf
+Size (Sub-Uplevel-0.09.tar.gz) = 18351 bytes
Home |
Main Index |
Thread Index |
Old Index