import p5-Safe-World

Safe::World allows one to create multiple virtual instances/compartments
of a Perl interpreter, that will work/run without touching the other
instances/compartments and mantaining the main interpreter normal.

ok merdely@
This commit is contained in:
okan 2007-12-30 22:35:20 +00:00
parent 404634a098
commit e4c1a87962
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/30 22:35:20 okan Exp $
COMMENT= create multiple virtual instances of a Perl interpreter
DISTNAME= Safe-World-0.14
CATEGORIES= devel
MODULES= cpan
CPAN_AUTHOR= GMPASSOS
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Hash-NoRef-*:devel/p5-Hash-NoRef \
:p5-Safe-Hole-*:devel/p5-Safe-Hole
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Safe-World-0.14.tar.gz) = 4JP4UE3niXbOJpTv5FStMA==
RMD160 (Safe-World-0.14.tar.gz) = CosRqN/hlFIpWD4MDoFMwmtzStE=
SHA1 (Safe-World-0.14.tar.gz) = BryP7bd+zn6QEBrXru3luGIYMew=
SHA256 (Safe-World-0.14.tar.gz) = S8+MZ+aX36S1hjYX8kVC38lT/pdrqk9/Cm5eRPFSkvg=
SIZE (Safe-World-0.14.tar.gz) = 35092

View File

@ -0,0 +1,3 @@
Safe::World allows one to create multiple virtual instances/compartments
of a Perl interpreter, that will work/run without touching the other
instances/compartments and mantaining the main interpreter normal.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/30 22:35:20 okan Exp $
${P5SITE}/Safe/
${P5SITE}/Safe/World/
${P5SITE}/Safe/World.pm
${P5SITE}/Safe/World/Compartment.pm
${P5SITE}/Safe/World/Hole.pm
${P5SITE}/Safe/World/ScanPack.pm
${P5SITE}/Safe/World/Scope.pm
${P5SITE}/Safe/World/select.pm
${P5SITE}/Safe/World/stderr.pm
${P5SITE}/Safe/World/stdout.pm
${P5SITE}/Safe/World/stdoutsimple.pm
@man man/man3p/Safe::World.3p
@man man/man3p/Safe::World::Hole.3p
@man man/man3p/Safe::World::Scope.3p