summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-27 19:12:27 +0000
committerjtb <jtb>2001-02-27 19:12:27 +0000
commit1a079c0dfc407deb0aaf78f53c980d445ff46499 (patch)
treebc7fe948d5d2f466af25377413d86cb7134feb30 /devel
parent0ca1e194fb1448e6a2bff991f54b3ecff5786baf (diff)
downloadpkgsrc-1a079c0dfc407deb0aaf78f53c980d445ff46499.tar.gz
Initial import of p5-Safe-Hole:
Call outside defined subroutines from the Safe compartment using share(), or can call methods through the object that is copied into the Safe compartment using varglob(). Package submitted by Eric Schnoebelen (eric@cirr.com) in PR 11833. Trivially updated by me to version 0.08.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Safe-Hole/Makefile19
-rw-r--r--devel/p5-Safe-Hole/files/md53
-rw-r--r--devel/p5-Safe-Hole/pkg/DESCR3
-rw-r--r--devel/p5-Safe-Hole/pkg/PLIST1
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Safe-Hole/Makefile b/devel/p5-Safe-Hole/Makefile
new file mode 100644
index 00000000000..e1d858e70d6
--- /dev/null
+++ b/devel/p5-Safe-Hole/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/27 19:12:27 jtb Exp $
+#
+
+DISTNAME= Safe-Hole-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Safe/}
+
+MAINTAINER= eric@cirr.com
+HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Safe-Hole/Hole.html
+COMMENT= Exec subs in the original package from within a Safe object
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Safe/Hole/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Safe-Hole/files/md5 b/devel/p5-Safe-Hole/files/md5
new file mode 100644
index 00000000000..2681b7f08ff
--- /dev/null
+++ b/devel/p5-Safe-Hole/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/02/27 19:12:27 jtb Exp $
+
+MD5 (Safe-Hole-0.08.tar.gz) = 220f2924e736af120e03cb137075ffd8
diff --git a/devel/p5-Safe-Hole/pkg/DESCR b/devel/p5-Safe-Hole/pkg/DESCR
new file mode 100644
index 00000000000..d3190e1b85f
--- /dev/null
+++ b/devel/p5-Safe-Hole/pkg/DESCR
@@ -0,0 +1,3 @@
+Call outside defined subroutines from the Safe compartment using
+share(), or can call methods through the object that is copied into
+the Safe compartment using varglob().
diff --git a/devel/p5-Safe-Hole/pkg/PLIST b/devel/p5-Safe-Hole/pkg/PLIST
new file mode 100644
index 00000000000..7bdc1e274fb
--- /dev/null
+++ b/devel/p5-Safe-Hole/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/27 19:12:27 jtb Exp $