2001-09-14 11:47:23 +02:00
|
|
|
@exec mkdir -p %%SPOOLDIR%%
|
1998-01-29 05:04:34 +01:00
|
|
|
bin/confused
|
|
|
|
bin/mmap_tests
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
%%ETCDIR%%/VERSION
|
2006-03-15 18:14:57 +01:00
|
|
|
@unexec rm %%SPOOLDIR%%/VERSION 2>&1 >/dev/null || true
|
2001-09-14 11:47:23 +02:00
|
|
|
@exec cp %D/%F %%SPOOLDIR%%
|
|
|
|
@exec chown -R news:news %%SPOOLDIR%%
|
|
|
|
@exec chmod 750 %%SPOOLDIR%%
|
|
|
|
@exec chmod 640 %%SPOOLDIR%%/VERSION
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
%%ETCDIR%%/http/index.html
|
|
|
|
%%ETCDIR%%/http/moose.gif
|
|
|
|
%%ETCDIR%%/http/nntpcache.jpg
|
|
|
|
%%ETCDIR%%/innreport.conf-dist
|
|
|
|
%%ETCDIR%%/innreport.pl
|
|
|
|
%%ETCDIR%%/innreport.pm
|
|
|
|
%%ETCDIR%%/newshound.conf-dist
|
|
|
|
@unexec if cmp -s %D/%%ETCDIR%%/nntpcache.access %D/etc/nntpcache/nntpcache.access-dist; then rm -f %D/etc/nntpcache/nntpcache.access; fi
|
|
|
|
%%ETCDIR%%/nntpcache.access-dist
|
|
|
|
@exec if [ ! -f %D/%%ETCDIR%%/nttpcache.access ]; then cp -p %D/%F %B/nntpcache.access
|
|
|
|
@unexec if cmp -s %D/%%ETCDIR%%/nntpcache.config %D/etc/nntpcache/nntpcache.config-dist; then rm -f %D/etc/nntpcache/nntpcache.config; fi
|
|
|
|
%%ETCDIR%%/nntpcache.config-dist
|
|
|
|
@exec if [ ! -f %D/%%ETCDIR%%/nttpcache.config ]; then cp -p %D/%F %B/nntpcache.config
|
|
|
|
@unexec if cmp -s %D/%%ETCDIR%%/nntpcache.servers %D/etc/nntpcache/nntpcache.servers-dist; then rm -f %D/etc/nntpcache/nntpcache.servers; fi
|
|
|
|
%%ETCDIR%%/nntpcache.servers-dist
|
|
|
|
@exec if [ ! -f %D/%%ETCDIR%%/nttpcache.servers ]; then cp -p %D/%F %B/nntpcache.servers
|
|
|
|
@unexec if cmp -s %D/%%ETCDIR%%/pubring.asc %D/etc/nntpcache/pubring.asc-dist; then rm -f %D/etc/nntpcache/pubring.asc; fi
|
|
|
|
%%ETCDIR%%/pubring.asc-dist
|
|
|
|
@exec if [ ! -f %D/%%ETCDIR%%/pubring.asc ]; then cp -p %D/%F %B/pubring.asc
|
|
|
|
@unexec if cmp -s %D/%%ETCDIR%%/pubring.pgp %D/etc/nntpcache/pubring.pgp-dist; then rm -f %D/etc/nntpcache/pubring.pgp; fi
|
|
|
|
%%ETCDIR%%/pubring.pgp-dist
|
|
|
|
@exec if [ ! -f %D/%%ETCDIR%%/pubring.pgp ]; then cp -p %D/%F %B/pubring.pgp
|
|
|
|
%%ETCDIR%%/spam.filter
|
1998-01-29 05:04:34 +01:00
|
|
|
include/mmap_results.h
|
2000-02-14 11:19:40 +01:00
|
|
|
libexec/nntpcache-gdb.sh
|
2001-09-14 11:47:23 +02:00
|
|
|
libexec/nntpcache.gdb
|
2014-03-29 19:12:30 +01:00
|
|
|
libexec/nntpcached.debug
|
2000-02-14 11:19:40 +01:00
|
|
|
libexec/unixauth
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
man/man8/newshound.8.gz
|
|
|
|
man/man8/nntpcached.8.gz
|
1998-02-01 04:04:12 +01:00
|
|
|
sbin/innreport.sh
|
1998-01-29 05:04:34 +01:00
|
|
|
sbin/newshound
|
2002-07-25 20:52:48 +02:00
|
|
|
sbin/newshound.pl
|
1998-01-29 05:04:34 +01:00
|
|
|
sbin/nntpcached
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
@exec mkdir -p %D/%%ETCDIR%%/http/innreport/pics
|
|
|
|
@dirrm %%ETCDIR%%/http/innreport/pics
|
|
|
|
@dirrm %%ETCDIR%%/http/innreport
|
|
|
|
@dirrm %%ETCDIR%%/http
|
|
|
|
@dirrmtry %%ETCDIR%%
|
2006-03-15 18:14:57 +01:00
|
|
|
@unexec rmdir %%SPOOLDIR%% 2>&1 >/dev/null || echo "If you want to completely remove nntpcached, please execute 'rm -fr %%SPOOLDIR%%' by yourself."; true
|