1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/news/sn/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

40 lines
928 B
Plaintext

man/man8/sn.8.gz
man/man8/sncancel.8.gz
man/man8/sncat.8.gz
man/man8/sndelgroup.8.gz
man/man8/sndumpdb.8.gz
man/man8/snexpire.8.gz
man/man8/snfetch.8.gz
man/man8/snget.8.gz
man/man8/sngetd.8.gz
man/man8/snmail.8.gz
man/man8/snnewgroup.8.gz
man/man8/snntpd.8.gz
man/man8/snprimedb.8.gz
man/man8/snscan.8.gz
man/man8/snsend.8.gz
man/man8/snsplit.8.gz
man/man8/snstore.8.gz
sbin/SNHELLO
sbin/SNPOST
sbin/dot-outgoing.ex
sbin/sncancel
sbin/sncat
sbin/sndelgroup
sbin/sndumpdb
sbin/snexpire
sbin/snfetch
sbin/snget
sbin/sngetd
sbin/snlockf
sbin/snmail
sbin/snnewgroup
sbin/snntpd
sbin/snprimedb
sbin/snscan
sbin/snsend
sbin/snsplit
sbin/snstore
@exec /bin/mkdir /var/spool/news
@unexec rmdir /var/spool/news 2>/dev/null ||( echo "===> If you don't plan to use them later, you can safely remove /var/spool/news. Deinstall process kept these files intact:" | fmt && for i in $(find /var/spool/news -type f); do echo " - $i"; done)