2004-11-21 12:14:49 +01:00
|
|
|
bin/cache-init
|
|
|
|
bin/cache-update
|
|
|
|
bin/find-updated
|
2012-02-26 18:27:37 +01:00
|
|
|
bin/make-readmes
|
2004-11-21 12:14:49 +01:00
|
|
|
bin/portindex
|
2011-03-14 17:05:35 +01:00
|
|
|
bin/portdepends
|
2004-11-21 12:14:49 +01:00
|
|
|
@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
|
2006-06-25 18:04:23 +02:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Category.pm
|
2012-02-26 18:27:37 +01:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
|
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/FileObject.pm
|
2011-10-26 23:16:25 +02:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/GraphViz.pm
|
2012-02-26 18:27:37 +01:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/ListVal.pm
|
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Makefile.pm
|
2004-11-21 12:14:49 +01:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
|
2012-02-26 18:27:37 +01:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/PortsTreeObject.pm
|
2004-11-21 12:14:49 +01:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
|
2009-08-10 18:23:24 +02:00
|
|
|
%%SITE_PERL%%/FreeBSD/Portindex/TreeObject.pm
|
2004-11-21 12:14:49 +01:00
|
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex/.packlist
|
|
|
|
@dirrm %%SITE_PERL%%/FreeBSD/Portindex
|
|
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex
|
2006-01-22 04:01:03 +01:00
|
|
|
@dirrmtry %%SITE_PERL%%/FreeBSD
|
|
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
|