diff options
author | Grigorios Bouzakis <grbzks@gmail.com> | 2010-05-12 17:44:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:44:13 +0200 |
commit | 67c26eccbfc3bae6a022b4d3d500e3ac343874ee (patch) | |
tree | de21921f5996b1cf5634085aa086437e646d1e03 | |
parent | 253331a788c0b5f75ac7854310db12ad82b35b40 (diff) | |
download | slackbuilds-67c26eccbfc3bae6a022b4d3d500e3ac343874ee.tar.gz |
network/snownews: Updated for version 1.5.11
-rw-r--r-- | network/snownews/README | 23 | ||||
-rw-r--r-- | network/snownews/slack-desc | 16 | ||||
-rw-r--r-- | network/snownews/snownews.SlackBuild | 13 | ||||
-rw-r--r-- | network/snownews/snownews.info | 8 |
4 files changed, 20 insertions, 40 deletions
diff --git a/network/snownews/README b/network/snownews/README index ce0d6e451c..ab81660964 100644 --- a/network/snownews/README +++ b/network/snownews/README @@ -1,26 +1,3 @@ Snownews is a text mode RSS/RDF newsreader. It supports all versions of RSS natively and supports other formats via plugins. The program depends on ncurses for the user interface and uses libxml2 for for XML parsing. - -Features: - - * Runs on Linux, *BSD, OS X (Darwin), Solaris and probably many more Unices. - Yes, even works under Cygwin. - * Fast and very resource friendly. - * Builtin HTTP client will follow server redirects and update feed URLs that - point to permanent redirects (301) automatically. - * Snownews understands "Not-Modified" (304) server replies and handles gzip - compression. - * Local cache for minimal network traffic. - * HTTP proxy support. - * HTTP authentication support (basic and digest methods). - * Optional, basic cookie support. - * A help menu available throughout the program. - * Automatic update checking (can be deactivated). - * Few dependencies on external libraries; ncurses and libxml2. - * Import feature for OPML subscription lists. - * Fully customizable key bindings of all program functions. - * Type Ahead Find for quick and easy navigation. - * Color support. - * Extensible via plugins. - * Feed categories and many other useful features! diff --git a/network/snownews/slack-desc b/network/snownews/slack-desc index 4f63110bc6..4a0d026a43 100644 --- a/network/snownews/slack-desc +++ b/network/snownews/slack-desc @@ -5,15 +5,15 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler-------------------------------------------------------| snownews: Snownews (Text mode RSS newsreader) -snownews: +snownews: snownews: Snownews is a text mode RSS/RDF newsreader. It supports all snownews: versions of RSS natively and supports other formats via plugins. -snownews: +snownews: snownews: Homepage: http://kiza.kcore.de/software/snownews/ -snownews: -snownews: -snownews: -snownews: -snownews: +snownews: +snownews: +snownews: +snownews: +snownews: diff --git a/network/snownews/snownews.SlackBuild b/network/snownews/snownews.SlackBuild index cb4c15a712..244623e042 100644 --- a/network/snownews/snownews.SlackBuild +++ b/network/snownews/snownews.SlackBuild @@ -4,7 +4,7 @@ # Written by Grigorios Bouzakis (grbzks@gmail.com) PRGNAM=snownews -VERSION=${VERSION:-1.5.10} +VERSION=${VERSION:-1.5.11} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,8 +45,10 @@ make make install DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) mv $PKG/usr/share/man $PKG/usr @@ -57,8 +59,9 @@ mv $PKG/usr/share/man $PKG/usr ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHOR COPYING CREDITS Changelog INSTALL README README.de README.patching \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHOR COPYING CREDITS Changelog INSTALL README README.de README.patching \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/snownews/snownews.info b/network/snownews/snownews.info index d246ad63eb..d0ab6d68eb 100644 --- a/network/snownews/snownews.info +++ b/network/snownews/snownews.info @@ -1,8 +1,8 @@ PRGNAM="snownews" -VERSION="1.5.10" +VERSION="1.5.11" HOMEPAGE="http://kiza.kcore.de/software/snownews/" -DOWNLOAD="http://kiza.kcore.de/software/snownews/download/snownews-1.5.10.tar.gz" -MD5SUM="213a7543bab31a7dfe5a76c173cd5d49" +DOWNLOAD="http://kiza.kcore.de/software/snownews/download/snownews-1.5.11.tar.gz" +MD5SUM="550e32d9c4a99608840fb09600fbe74d" MAINTAINER="Grigorios Bouzakis" EMAIL="grbzks@gmail.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" |