39f6bb61b3
portdepends, plus some routine bug fixing. - Accessor methods for array valued items now mostly return arrays rather than array references. This makes quite a lot of code a lot clearer. - Add GraphViz output mode to portdepends(1). Pretty pictures of port dependency trees. - Remove TODO file as (a) most of the items were done and (b) most recent changes weren't listed in there. - Minor docco tweak to portindex reflecting currently supported FreeBSD major versions. - Bump VERSION to 2.6 and CACHE_VERSION to 2.5 PR: ports/161396 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
19 lines
779 B
Text
19 lines
779 B
Text
bin/cache-init
|
|
bin/cache-update
|
|
bin/find-updated
|
|
bin/portindex
|
|
bin/portdepends
|
|
@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
|
|
etc/portindex.cfg.sample
|
|
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Category.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/GraphViz.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/TreeObject.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex/.packlist
|
|
@dirrm %%SITE_PERL%%/FreeBSD/Portindex
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex
|
|
@dirrmtry %%SITE_PERL%%/FreeBSD
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
|