freebsd-ports/news/s-news/pkg-plist
Adam Weinberger 2a58169b19 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 17:28:56 +00:00

33 lines
700 B
Text

bin/inews
etc/s-news/access.sample
etc/s-news/active.sample
etc/s-news/expire.sample
etc/s-news/newsfeeds.sample
etc/s-news/newsgroups.sample
etc/s-news/overview.fmt.sample
etc/s-news/put.news
man/man1/inews.1.gz
man/man8/expire.8.gz
man/man8/listactive.8.gz
man/man8/makehistory.8.gz
man/man8/newgroup.8.gz
man/man8/nntpd.8.gz
man/man8/overview.8.gz
man/man8/qnews.8.gz
man/man8/rmgroup.8.gz
man/man8/rnews.8.gz
sbin/expire
sbin/fetchnews
sbin/listactive
sbin/makehistory
sbin/newfeed
sbin/newgroup
sbin/nntpd
sbin/overview
sbin/qnews
sbin/rmfeed
sbin/rmgroup
sbin/rnews
@dirrm etc/s-news
@exec install -d -o news -g news -m 755 /var/spool/s-news
@unexec rmdir /var/spool/s-news 2>/dev/null || true