8983a88800
- use ports-framework to create user/group - remove pkg-(de)install - rename patchfiles - rename rc file ( s/.in// ) - bump PORTREVISION with hat apache@ PR: 169953 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com>
30 lines
1 KiB
Text
30 lines
1 KiB
Text
bin/spflooder
|
|
bin/spmonitor
|
|
bin/sptuser
|
|
bin/spuser
|
|
@unexec if cmp -s %D/etc/spread.access_ip.sample %D/etc/spread.access_ip; then rm -f %D/etc/spread.access_ip; fi
|
|
etc/spread.access_ip.sample
|
|
@exec if [ ! -f %D/etc/spread.access_ip ] ; then cp -p %D/%F %B/spread.access_ip; fi
|
|
@unexec if cmp -s %D/etc/spread.conf.sample %D/etc/spread.conf; then rm -f %D/etc/spread.conf; fi
|
|
etc/spread.conf.sample
|
|
@exec if [ ! -f %D/etc/spread.conf ] ; then cp -p %D/%F %B/spread.conf; fi
|
|
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
|
|
%%EXAMPLESDIR%%/test.pl
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
|
|
@exec install -m 750 -o %%USERS%% -g %%GROUPS%% -d %%RUNDIR%%
|
|
@dirrmtry %%RUNDIR%%
|