p5-FreeBSD-Ports
0.04_1Perl modules for parsing FreeBSD's Ports INDEX file
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"; }
Origin: ports-mgmt/p5-FreeBSD-Ports
Category: ports-mgmt
Size: 26.0KiB
License: BSD2CLAUSE
Maintainer: perl@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
Website: people.freebsd.org/~tom/portpm
$
pkg install p5-FreeBSD-PortsDependencies (1)
More in ports-mgmt
pkg2.5.1
Package managerPackageKit-Qt1.1.4
DBUS packaging abstraction layer (Qt bindings)portconfig0.6.2_2
Utility to set up FreeBSD port optionsrc-subr-jail5
Shell library to help writing RC scripts with jail supportPackageKit1.3.2_1
DBUS packaging abstraction layerpkg_cutleaves20181216_1
Interactive script for deinstalling 'leaf' packagespkg_tree1.1_6
Get a 'graphical' tree-overview of installed packagesportconf1.6_1
Universal tool to set specific port knobsportdowngrade1.7
Sets a port back to a previous versionportlint2.23.0
Verifier for FreeBSD port directory