summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-19 17:17:11 +0000
committerwiz <wiz@pkgsrc.org>2005-02-19 17:17:11 +0000
commitf3e3b97cb0ffa924ba4817f97040db8123ab205f (patch)
treeba020e161a465cc4cfb48eb786dc0760fc4f0551 /devel
parent43300df592dd4681c200c95ec2d104d3d81c5d93 (diff)
downloadpkgsrc-f3e3b97cb0ffa924ba4817f97040db8123ab205f.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Sub-Uplevel/DESCR4
-rw-r--r--devel/p5-Sub-Uplevel/Makefile20
-rw-r--r--devel/p5-Sub-Uplevel/PLIST1
-rw-r--r--devel/p5-Sub-Uplevel/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Sub-Uplevel/DESCR b/devel/p5-Sub-Uplevel/DESCR
new file mode 100644
index 00000000000..f714e2557fb
--- /dev/null
+++ b/devel/p5-Sub-Uplevel/DESCR
@@ -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 --git a/devel/p5-Sub-Uplevel/Makefile b/devel/p5-Sub-Uplevel/Makefile
new file mode 100644
index 00000000000..ae42c17df1e
--- /dev/null
+++ b/devel/p5-Sub-Uplevel/Makefile
@@ -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
+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 --git a/devel/p5-Sub-Uplevel/PLIST b/devel/p5-Sub-Uplevel/PLIST
new file mode 100644
index 00000000000..bbbd0e5d72e
--- /dev/null
+++ b/devel/p5-Sub-Uplevel/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 17:17:11 wiz Exp $
diff --git a/devel/p5-Sub-Uplevel/distinfo b/devel/p5-Sub-Uplevel/distinfo
new file mode 100644
index 00000000000..72c42000379
--- /dev/null
+++ b/devel/p5-Sub-Uplevel/distinfo
@@ -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