Port details |
- p5-Safe-Hole Make a hole to the original main compartment in the Safe compartment
- 0.13_1 security
=3 Version of this port present on the latest quarterly branch. - Maintainer: sethk@meowfishies.com
 - Port Added: 2002-08-08 13:23:24
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: p5-Crypt-OpenSSL-Random, p5-Crypt-DES, p5-Crypt-CBC, openssl, p5-Digest-MD5
- Also Listed In: perl5
- License: not specified in port
- Description:
- We can call outside defined subroutines from the Safe
compartment using share(), and call methods through the object that is
copied into the Safe compartment using varglob(). However, these
subroutines and methods are still executed in the Safe compartment, so
they cannot call other subroutines that are dynamically qualified with
the package name, such as class methods.
Through Safe::Hole, we can execute outside defined subroutines
in the original main compartment from the Safe compartment.
WWW: https://metacpan.org/release/Safe-Hole
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Safe-Hole>0:security/p5-Safe-Hole
- To install the port:
- cd /usr/ports/security/p5-Safe-Hole/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Safe-Hole
- pkg install p5-Safe-Hole
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Safe-Hole
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Safe-Hole-0.13.tar.gz) = 494cf5abae8cb2675959513631ecd5b595c6292aebd138e5bd8b0bb0334a97cb
SIZE (Safe-Hole-0.13.tar.gz) = 14269
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/interchange
- for Run
-
- www/interchange
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Safe-Hole
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 0.13_1 |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.13_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.13_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
0.13_1 |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:14:14
0.13 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
01 Feb 2014 14:42:45
0.13 |
miwi  |
- Stage support |
20 Sep 2013 22:55:26
0.13 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 17:07:20
0.13 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
09 Sep 2012 01:54:52
0.13 |
swills  |
- Update to 0.13
PR: ports/171057
Approved by: maintainer timeout (sethk@meowfishies.com, >2 weeks) |
24 Oct 2011 04:17:38
0.10 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
03 Jul 2011 14:03:52
0.10 |
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
0.10 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
24 Jan 2006 01:03:33
0.10 |
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:50:55
0.10 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
10 Mar 2005 08:49:44
0.10 |
leeym  |
- Update to 0.10
- remove redundant whitespace in Makefile
- add WWW: in pkg-descr
- fix PLIST
PR: 78137
Submitted by: leeym |
28 Feb 2005 04:03:34
0.08 |
kris  |
BROKEN: Incomplete pkg-plist |
31 Mar 2004 03:12:58
0.08 |
trevor  |
SIZEify (maintainer timeout) |
24 Oct 2003 12:05:09
0.08 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
21 Feb 2003 13:26:58
0.08 |
knu  |
De-pkg-comment. |
08 Aug 2002 13:23:01
0.08 |
netchild  |
Add p5-Safe-Hole 0.08,
make a hole to the original main compartment
in the Safe compartment.
PR: 41390 (part of)
Submitted by: Seth Kingsley <sethk@meowfishies.com> |