diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-27 19:12:27 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-27 19:12:27 +0000 |
commit | 9343272a4996507e8fbe89a73f6db56e284ba72f (patch) | |
tree | bc7fe948d5d2f466af25377413d86cb7134feb30 /devel/p5-Safe-Hole | |
parent | cb1250e7272680843c74a83210b4d94c71578060 (diff) | |
download | pkgsrc-9343272a4996507e8fbe89a73f6db56e284ba72f.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/p5-Safe-Hole')
-rw-r--r-- | devel/p5-Safe-Hole/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Safe-Hole/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-Safe-Hole/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Safe-Hole/pkg/PLIST | 1 |
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 $ |