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 rts-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hhm
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-01.6.2
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Respect X11BASEmiwi2006-11-281-5/+9
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-14