mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4bf19e536f
PR: ports/92841 Submitted by: leeym Approved by: joshua@roughtrade.net (maintainer, timeout 2 months)
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
bin/spflooder
|
|
bin/spmonitor
|
|
bin/sptuser
|
|
bin/spuser
|
|
etc/rc.d/spread.sh
|
|
@unexec if cmp -s %D/etc/spread.access_ip %D/etc/spread.access_ip.sample; then rm -f %D/etc/spread.access_ip; fi
|
|
etc/spread.access_ip.sample
|
|
@exec [ -f %B/spread.access_ip ] || cp %B/%f %B/spread.access_ip
|
|
@unexec if cmp -s %D/etc/spread.conf %D/etc/spread.conf.sample; then rm -f %D/etc/spread.conf; fi
|
|
etc/spread.conf.sample
|
|
@exec [ -f %B/spread.conf ] || cp %B/%f %B/spread.conf
|
|
include/sp.h
|
|
include/sp_events.h
|
|
include/sp_func.h
|
|
lib/libspread.a
|
|
lib/libspread.so
|
|
lib/libspread.so.1
|
|
lib/libtspread.a
|
|
lib/libtspread.so
|
|
lib/libtspread.so.1
|
|
sbin/spread
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/Spread.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/.packlist
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
|
|
%%EXAMPLESDIR%%/test.pl
|
|
@exec mkdir -p /var/run/spread
|
|
@unexec rmdir /var/run/spread 2>/dev/null || true
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
|
|
@dirrmtry %%EXAMPLESDIR%%
|