[Lunar-commits] <moonbase> newsbeuter: new module
Christian Krause
wookietreiber at lunar-linux.org
Mon Jul 25 16:52:58 CEST 2011
commit 9cd22e0c4b8403f5fdefcebea8394d21826c602d
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Mon Jul 25 16:52:58 2011 +0200
newsbeuter: new module
---
zbeta/newsbeuter/BUILD | 7 +++++++
zbeta/newsbeuter/DEPENDS | 4 ++++
zbeta/newsbeuter/DETAILS | 30 ++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/zbeta/newsbeuter/BUILD b/zbeta/newsbeuter/BUILD
new file mode 100644
index 0000000..88ce4c5
--- /dev/null
+++ b/zbeta/newsbeuter/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit 's:prefix?=/usr/local:prefix?=/usr:g' Makefile
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/newsbeuter/DEPENDS b/zbeta/newsbeuter/DEPENDS
new file mode 100644
index 0000000..ab52265
--- /dev/null
+++ b/zbeta/newsbeuter/DEPENDS
@@ -0,0 +1,4 @@
+depends stfl
+depends curl
+depends sqlite
+depends libxml2
diff --git a/zbeta/newsbeuter/DETAILS b/zbeta/newsbeuter/DETAILS
new file mode 100644
index 0000000..1b472ec
--- /dev/null
+++ b/zbeta/newsbeuter/DETAILS
@@ -0,0 +1,30 @@
+ MODULE=newsbeuter
+ VERSION=2.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://newsbeuter.org/downloads
+ SOURCE_VFY=sha1:7ec6b1d7e390544b4852ce8c8b8b6e3bfe097512
+ WEB_SITE=http://newsbeuter.org/
+ ENTERED=20110725
+ UPDATED=20110725
+ SHORT="The Mutt of RSS Feed Readers"
+
+cat << EOF
+Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
+Newsbeuter's great configurability and vast number of features make it a
+perfect choice for people that need a slick and fast feed reader that can
+be completely controlled via keyboard. A summary of some of its features:
+
+- Subscribe to RSS 0.9x, 1.0, 2.0 and Atom feeds
+- Download podcasts
+- Freely configure your keyboard shortcuts
+- Search through all downloaded articles
+- Categorize and query your subscriptions with a flexible tag system
+- Integrate any data source through a flexible filter and plugin system
+- Automatically remove unwanted articles through a "killfile"
+- Define "meta feeds" using a powerful query language
+- Synchronize newsbeuter with your bloglines.com account
+- Import and exporting your subscriptions with the widely used OPML format
+- Freely define newsbeuter's look'n'feel through free color configurability
+ and format strings
+- Keep all your feeds in sync with Google Reader
+EOF
More information about the Lunar-commits
mailing list