mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
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/pgsql_upgrade_0.8_to_0.8.1.sql
|
|
%%DATADIR%%/sql/sqlite_init.sql
|
|
%%DATADIR%%/sql/sqlite_destroy.sql
|
|
%%DATADIR%%/sql/sqlite_upgrade_0.8_to_0.8.1.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%%
|