5543c6fd24
This represents a milestone release over the previous version, and includes significant improvements to the version detection and comparison algorithms, support for the new SourceForge mirror layout (and an easy way to add future workarounds), theoretical support for NetBSD's pkgsrc and OpenBSD ports, support for providing a list of software in an XML file in place of ports, and support for SQLite. Of course, there are also many optimisations and general bug fixes.
38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
bin/portscout
|
|
@unexec if cmp -s %D/etc/portscout.conf.sample %D/etc/portscout.conf; then rm -f %D/etc/portscout.conf; fi
|
|
@exec [ ! -f %D/etc/portscout.conf ] && cp -p %D/etc/portscout.conf.sample %D/etc/portscout.conf
|
|
etc/portscout.conf.sample
|
|
%%DATADIR%%/templates/index.html
|
|
%%DATADIR%%/templates/maintainer.html
|
|
%%DATADIR%%/templates/reminder.mail
|
|
%%DATADIR%%/templates/restricted-ports.html
|
|
%%DATADIR%%/sql/pgsql_init.sql
|
|
%%DATADIR%%/sql/pgsql_destroy.sql
|
|
%%DATADIR%%/sql/pgsql_upgrade_0.7.1_to_0.7.2.sql
|
|
%%DATADIR%%/sql/pgsql_upgrade_0.7.3_to_0.7.4.sql
|
|
%%DATADIR%%/sql/pgsql_upgrade_0.7.4_to_0.8.sql
|
|
%%DATADIR%%/sql/sqlite_init.sql
|
|
%%DATADIR%%/sql/sqlite_destroy.sql
|
|
%%SITE_PERL%%/Portscout/SQL/SQLite.pm
|
|
%%SITE_PERL%%/Portscout/SQL/Pg.pm
|
|
%%SITE_PERL%%/Portscout/SiteHandler/SourceForge.pm
|
|
%%SITE_PERL%%/Portscout/DataSrc/Ports.pm
|
|
%%SITE_PERL%%/Portscout/DataSrc/XML.pm
|
|
%%SITE_PERL%%/Portscout/SiteHandler.pm
|
|
%%SITE_PERL%%/Portscout/SQL.pm
|
|
%%SITE_PERL%%/Portscout/Make.pm
|
|
%%SITE_PERL%%/Portscout/Const.pm
|
|
%%SITE_PERL%%/Portscout/DataSrc.pm
|
|
%%SITE_PERL%%/Portscout/Template.pm
|
|
%%SITE_PERL%%/Portscout/Util.pm
|
|
%%SITE_PERL%%/Portscout/API.pm
|
|
%%SITE_PERL%%/Portscout/Config.pm
|
|
%%SITE_PERL%%/Portscout.pm
|
|
%%SITE_PERL%%/portscout.pod
|
|
@dirrm %%SITE_PERL%%/Portscout/SQL
|
|
@dirrm %%SITE_PERL%%/Portscout/SiteHandler
|
|
@dirrm %%SITE_PERL%%/Portscout/DataSrc
|
|
@dirrm %%SITE_PERL%%/Portscout
|
|
@dirrm %%DATADIR%%/templates
|
|
@dirrm %%DATADIR%%/sql
|
|
@dirrm %%DATADIR%%
|