Port details |
- p5-FreeBSD-Ports Perl modules for parsing FreeBSD's Ports INDEX file
- 0.04 textproc
=2 0.04Version of this port present on the latest quarterly branch. - Maintainer: tom@FreeBSD.org
 - Port Added: 2001-09-12 19:58:50
- Last Update: 2007-02-05 01:08:46
- SVN Revision: UNKNOWN
- People watching this port, also watch:: pcre, p5-Archive-Zip, p5-MIME-Tools, unison
- Also Listed In: perl5
- License: not specified in port
- Description:
- FreeBSD::Ports and FreeBSD::Ports::Port are modules for parsing
FreeBSD's Ports INDEX file and selecting ports that match certain
criteria.
For example, you might want to list ports maintained by tom@FreeBSD.org
sorted alphabetically:
my $ports = tie my %port, 'FreeBSD::Ports', '/usr/ports/INDEX';
$ports->maintainer('tom@FreeBSD.org');
$ports->sort('alpha');
foreach my $p (keys %port) {
print $p->as_ascii,"\n";
}
WWW: http://people.FreeBSD.org/~tom/portpm/
- Tom
tom@FreeBSD.org
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-FreeBSD-Ports>0:textproc/p5-FreeBSD-Ports
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-FreeBSD-Ports
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.8.7 : lang/perl5.8
- Runtime dependencies:
-
- perl5.8.7 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.04 05 Feb 2007 01:08:46
 |
pav  |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
0.04 25 Jun 2006 16:38:48
 |
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
0.04 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.04 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.04 14 Jan 2004 00:04:07
 |
tom  |
Update to 0.04 which fixes some bugs (and provides tests to reduce the
risk of further bugs), and has cleaner code in a few places. |
0.03 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.03 07 Mar 2003 06:11:57
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
12 Sep 2001 23:58:50
    |
tom  |
Add Perl modules for parsing and querying FreeBSD's Ports INDEX file |
Number of commits found: 8
|