e98041c167
- Radical changes to the cache: now stores a record for every file that could affect the generated INDEX, which ports those files belong to and the timestamp of the file. - Default update mechanism is now to compare timestamps with what is in the cache. Doesn't need to parse the output of any update mechanism (although you can still do that.) - Added new make-readmes command to create a tree of README.html files. More details: http://www.infracaninophile.co.uk/portindex/index.xhtml Approved by: shaun (mentor)
24 lines
980 B
Text
24 lines
980 B
Text
bin/cache-init
|
|
bin/cache-update
|
|
bin/find-updated
|
|
bin/make-readmes
|
|
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/Category.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Config.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/FileObject.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/GraphViz.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/ListVal.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Makefile.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/PortsTreeObject.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
|