59e3 FreshPorts -- sysutils/p5-BSD-Jail-Object
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-BSD-Jail-Object 0.02_2 sysutils on this many watch lists=0 search for ports that depend on this port
An object oriented perl interface to jail(2)
Maintained by: mahlon@martini.nu search for ports maintained by this maintainer
Port Added: 09 Aug 2006 02:54:18
Also Listed In: perl5
License: not specified in port


This is an object oriented perl interface to the FreeBSD jail subsystem.

Here's a replica of the 'jls' utility in just a few lines of perl:

  use BSD::Jail::Object 'jids';

  print "   JID  IP Address      Hostname                      Path\n";
  printf "%6d  %-15.15s %-29.29s %.74s\n",
      $_->jid, $_->ip, $_->hostname, $_->path foreach jids( instantiate => 1 );

And here's 'jexec':

  my $j = BSD::Jail::Object->new( $ARGV[0] ) or die $@;
  $j->attach && chdir('/') && exec $ARGV[1] or exit;

For more info please use 'perldoc' on the module.

Author:	Mahlon E. Smith <mahlon@martini.nu>
WWW:	http://search.cpan.org/dist//BSD-Jail-Object/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Inline
  2. lang/perl5.14
Required To Run:
  1. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/p5-BSD-Jail-Object/ && make install clean
To add the package: pkg_add -r p5-BSD-Jail-Object


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/BSD/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/BSD/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/BSD/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/BSD/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/BSD/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/BSD/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/BSD/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/BSD/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/BSD/
  11. http://at.cpan.org/modules/by-module/BSD/
  12. http://backpan.perl.org/modules/by-module/BSD/
  13. http://cpan.nctu.edu.tw/modules/by-module/BSD/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/BSD/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/BSD/
  16. http://www.cpan.dk/modules/by-module/BSD/
  17. http://www.cpan.dk/modules/by-module/BSD/

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
16 May 2013 08:38:38
Original commit files touched by this commit  0.02_2
miwi search for other commits by this committer
- Fix plist
- Trim header

Reported by:	poudriere exp-run
30 Jun 2012 12:22:38
Original commit files touched by this commit  0.02_1
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
17 Sep 2011 07:06:45
Original commit files touched by this commit  0.02_1
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:   az
With hat:       perl
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.02_1
miwi search for other commits by this committer
- Get Rid MD5 support
23 Sep 2010 23:40:55
Original commit files touched by this commit  0.02_1
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=yes

Reported by:    P6 TB
22 Mar 2009 11:47:23
Original commit files touched by this commit  0.02_1
rafan search for other commits by this committer
- Fix build on 6.x or 7.x < 701103

Pointy hat to:  rafan (I should look at tindy output for 6.x...)
Noticed by:     miwi
22 Mar 2009 06:42:48
Original commit files touched by this commit  0.02_1
rafan search for other commits by this committer
- Fix build after multi-IPv4/v6/no-IP jail MFC

PR:             ports/131513
Submitted by:   bz@
Approved by:    maintainer timeout (1 month)
08 Jan 2009 18:08:09
Original commit files touched by this commit  0.02
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after recent jail changes.

Submitted by:   pointyhat
06 Jan 2009 17:59:31
Original commit files touched by this commit  0.02
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.02
araujo search for other commits by this committer
- 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)
08 Sep 2007 01:04:03
Original commit files touched by this commit  0.02
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
09 Aug 2006 02:53:50
Original commit files touched by this commit  0.02
clsung search for other commits by this committer
Add p5-BSD-Jail-Object 0.02, an object oriented perl interface to
jail(2).

PR:             ports/101643
Submitted by:   Mahlon E. Smith <mahlon at martini.nu>

Number of commits found: 12

2879
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days29
new fortnight63
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0