summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorAndraž Levstik2009-06-29 08:30:17 +0200
committerAndraž Levstik2009-06-29 08:30:17 +0200
commit2bad6a62c30ede4e3fc58bbcb3080614b4900d34 (patch)
tree34e162a0df5e7d65f9aa4d6272e650949cc096ac /news
parentb75579b1e6b57227c2e0fd7e0e44ba11c582fb58 (diff)
snownews: update to 1.5.11
Diffstat (limited to 'news')
-rwxr-xr-xnews/snownews/BUILD6
-rwxr-xr-xnews/snownews/CONFIGURE1
-rwxr-xr-xnews/snownews/DEPENDS2
-rwxr-xr-xnews/snownews/DETAILS17
-rw-r--r--news/snownews/HISTORY6
5 files changed, 18 insertions, 14 deletions
diff --git a/news/snownews/BUILD b/news/snownews/BUILD
index 78a473056c..378126da4c 100755
--- a/news/snownews/BUILD
+++ b/news/snownews/BUILD
@@ -1,7 +1,3 @@
-OPTS="--charset=${CHARSET}
- --prefix=${INSTALL_ROOT}/usr
- ${OPTS}
-" &&
-
+OPTS="--prefix=${INSTALL_ROOT}/usr ${OPTS}" &&
./configure ${OPTS} &&
make
diff --git a/news/snownews/CONFIGURE b/news/snownews/CONFIGURE
deleted file mode 100755
index 8a81e3c6b2..0000000000
--- a/news/snownews/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_string CHARSET "Select charset" ISO-8859-1
diff --git a/news/snownews/DEPENDS b/news/snownews/DEPENDS
index 7d4546e2cc..45de2f462b 100755
--- a/news/snownews/DEPENDS
+++ b/news/snownews/DEPENDS
@@ -1,5 +1,5 @@
-depends glibc &&
depends ncurses &&
depends libxml2 &&
depends gettext &&
+depends xml-libxml &&
depends perl
diff --git a/news/snownews/DETAILS b/news/snownews/DETAILS
index 31a439beaf..72d317a703 100755
--- a/news/snownews/DETAILS
+++ b/news/snownews/DETAILS
@@ -1,13 +1,13 @@
SPELL=snownews
- VERSION=1.5.7
+ VERSION=1.5.11
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sign
+ SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://kiza.kcore.de/software/snownews/download/$SOURCE
- SOURCE2_URL=${SOURCE_URL}.sign
+ SOURCE2_URL=${SOURCE_URL}.asc
SOURCE2_IGNORE=signature
WEB_SITE=http://kiza.kcore.de/software/snownews/
- SOURCE_GPG="snownews.gpg:${SOURCE}.sign"
+ SOURCE_GPG="snownews.gpg:${SOURCE2}:UPSTREAM_KEY"
ENTERED=20060119
LICENSE[0]=GPL
KEYWORDS="client rss news"
@@ -21,10 +21,13 @@ XML parsing. ncurses must be at least version 5.0. It should work with any
version of libxml2. Features
* Runs on Linux,
- *BSD, OS X (Darwin), Solaris and probably many more Unices. Yes, even works under Cygwin.
+ *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.
+ * 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).
diff --git a/news/snownews/HISTORY b/news/snownews/HISTORY
index 3ee3b19ba2..eabf76961b 100644
--- a/news/snownews/HISTORY
+++ b/news/snownews/HISTORY
@@ -1,3 +1,9 @@
+2009-06-29 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DETAILS: updated spell to 1.5.11
+ fixed long description wrap
+ * CONFIGURE: removed
+ * DEPENDS: added xml-libxml
+
2007-03-24 Mark Bainter <mbainter-smgl@lostinagoodbook.org>
* DEPENDS: Added perl to the depends list, required to run the configure script