12f56a38a7
* Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net>
26 lines
730 B
Text
26 lines
730 B
Text
bin/spflooder
|
|
bin/spmonitor
|
|
bin/sptuser
|
|
bin/spuser
|
|
etc/rc.d/spread.sh
|
|
etc/spread.access_ip.sample
|
|
etc/spread.conf.sample
|
|
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
|
|
%%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
|
|
sbin/spread
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl
|
|
@unexec rmdir /var/run/spread 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread 2>/dev/null || true
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|