diff options
author | wiz <wiz> | 2003-12-27 23:04:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-27 23:04:23 +0000 |
commit | deea77a4154053e76823304a6328733ea8165f91 (patch) | |
tree | 0d2f5ac0fba8c16500dfe91c258b952d3f11ca71 /www/snownews/PLIST | |
parent | 3f3d2b1b72bb165526e56eba3132886964f180c5 (diff) | |
download | pkgsrc-deea77a4154053e76823304a6328733ea8165f91.tar.gz |
Import of snownews-1.4.2 from Bruce J.A. Nourish via pkgsrc-wip.
Snownews is a small console RSS/RDF newsreader. It will handle RSS 1.0
feeds that comply with the W3C RDF specification, but will also support
userland's 0.91 and 2.0 versions.
Diffstat (limited to 'www/snownews/PLIST')
-rw-r--r-- | www/snownews/PLIST | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/snownews/PLIST b/www/snownews/PLIST new file mode 100644 index 00000000000..3dfe8ca6e53 --- /dev/null +++ b/www/snownews/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/27 23:04:23 wiz Exp $ +bin/opml2snow +bin/snownews +man/de/man1/snownews.1 +man/fr/man1/snownews.1 +man/it/man1/snownews.1 +man/man1/snownews.1 +man/nl/man1/snownews.1 +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/snownews.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/snownews.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/snownews.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/snownews.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/snownews.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/snownews.mo +@unexec ${RMDIR} %D/man/nl/man1 2> /dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/nl 2> /dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it/man1 2> /dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it 2> /dev/null || ${TRUE} |