Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (e6181f9d98ccd5caf52aee06395149698ad5417f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (e6181f9d98ccd5caf52aee06395149698ad5417f)
  • Date: Thu, 3 Jun 2010 16:36:07 -0500

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

ChangeLog | 3 +++
http/newsbeuter/DETAILS | 4 ++--
http/newsbeuter/HISTORY | 3 +++
news/canto/BUILD | 1 +
news/canto/DEPENDS | 3 +++
news/canto/DETAILS | 18 ++++++++++++++++++
news/canto/HISTORY | 4 ++++
news/canto/INSTALL | 1 +
news/canto/canto-0.7.9.tar.gz.sig |binary
python-pypi/chardet/DETAILS | 7 ++++---
python-pypi/chardet/HISTORY | 4 ++++
11 files changed, 43 insertions(+), 5 deletions(-)

New commits:
commit e6181f9d98ccd5caf52aee06395149698ad5417f
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

newsbeuter: => 2.2

commit 3393fe81663dae38cd129642a3ab775cb8e99538
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

chardet: => 2.0.1

commit 30126ea504aaf36df762ae6068cac2129d478761
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

canto: new spell, An RSS/Atom newsreader that sucks less

diff --git a/ChangeLog b/ChangeLog
index d3e171d..76eb4ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-06-04 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * canto: new spell, An RSS/Atom newsreader that sucks less
+
2010-05-31 Peng Chang (Charles) <chp AT sourcemage.org>
* i18n/ibus-table-chinese: new spell, input method

diff --git a/http/newsbeuter/DETAILS b/http/newsbeuter/DETAILS
index df14e5c..13dae0a 100755
--- a/http/newsbeuter/DETAILS
+++ b/http/newsbeuter/DETAILS
@@ -1,8 +1,8 @@
SPELL=newsbeuter
- VERSION=2.1
+ VERSION=2.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.${SPELL}.org/downloads/${SOURCE}
-
SOURCE_HASH=sha512:cb0085eba4ff47765683697065c9139a6df8c29e9db5580ade70813fdbe4a05db7670f09c77f811a3f0f187d18d6177f727c808877ba62ad2a7f0588fc22d3ef
+
SOURCE_HASH=sha512:271d09b9cc694ddc2a70b20e075befa176aae8ff450e964b35b9464d4ed6aa4b27cbe968e7edc228ebe82381484a23d19d1fe1bb66a5d5f773f954591e410ae7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.newsbeuter.org/";
LICENSE[0]="MIT/X"
diff --git a/http/newsbeuter/HISTORY b/http/newsbeuter/HISTORY
index 5f31889..367c4d8 100644
--- a/http/newsbeuter/HISTORY
+++ b/http/newsbeuter/HISTORY
@@ -1,3 +1,6 @@
+2010-06-04 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.2
+
2009-12-21 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 2.1

diff --git a/news/canto/BUILD b/news/canto/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/news/canto/BUILD
@@ -0,0 +1 @@
+true
diff --git a/news/canto/DEPENDS b/news/canto/DEPENDS
new file mode 100755
index 0000000..2b3e183
--- /dev/null
+++ b/news/canto/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends ncurses &&
+depends chardet
diff --git a/news/canto/DETAILS b/news/canto/DETAILS
new file mode 100755
index 0000000..20a3129
--- /dev/null
+++ b/news/canto/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=canto
+ VERSION=0.7.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://codezen.org/static/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://codezen.org/canto/";
+ LICENSE[0]=GPL
+ ENTERED=20100603
+ SHORT="An RSS/Atom newsreader that sucks less"
+cat << EOF
+Canto is an Atom/RSS feed reader for the console that is meant to be quick,
+concise, and colorful. It's meant to allow you to crank through feeds like
+you've never cranked before by providing a minimal, yet information packed
+interface. No navigating menus. No dense blocks of unreadable white text. An
+interface with almost infinite customization and extensibility using the
+excellent Python programming language.
+EOF
diff --git a/news/canto/HISTORY b/news/canto/HISTORY
new file mode 100644
index 0000000..bd18317
--- /dev/null
+++ b/news/canto/HISTORY
@@ -0,0 +1,4 @@
+2010-06-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.9
+ * DEPENDS, DETAILS: spell created
+
diff --git a/news/canto/INSTALL b/news/canto/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/news/canto/INSTALL
@@ -0,0 +1 @@
+python setup.py install
diff --git a/news/canto/canto-0.7.9.tar.gz.sig
b/news/canto/canto-0.7.9.tar.gz.sig
new file mode 100644
index 0000000..b18b7ca
Binary files /dev/null and b/news/canto/canto-0.7.9.tar.gz.sig differ
diff --git a/python-pypi/chardet/DETAILS b/python-pypi/chardet/DETAILS
index eec257f..e8a2189 100755
--- a/python-pypi/chardet/DETAILS
+++ b/python-pypi/chardet/DETAILS
@@ -1,14 +1,15 @@
SPELL="chardet"
- VERSION="1.0.1"
+ VERSION=2.0.1
SOURCE="python2-${SPELL}-${VERSION}.tgz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tgz}"
SOURCE_URL[0]="http://${SPELL}.feedparser.org/download/${SOURCE}";
-
SOURCE_HASH="sha512:efc959fb00c834ca2d8c3ae1d41e6f34bc5d163bb5ff326a4eea17d78327fb62a16e4f23f2392e5210537cf76e099bd132dddd4daa5d7e6e6e3efb7351767bbe"
+
SOURCE_HASH=sha512:6f220c10d30457654ceb95ee1c0efdeeadb9bf13d8202f4e578cbd67c4c1ecaf4c8714cce8da1c76c40ce283b66a1e0e8b2a9a0b732df167e53072fce6a1a488
WEB_SITE="http://chardet.feedparser.org/";
ENTERED="20090727"
LICENSE[0]="LGPL"
SHORT="Character encoding auto-detection"
cat << EOF
Universal Encoding Detector.
-Character encoding auto-detection in Python 2. As smart as your browser.
Open source.
+Character encoding auto-detection in Python 2. As smart as your browser. Open
+source.
EOF
diff --git a/python-pypi/chardet/HISTORY b/python-pypi/chardet/HISTORY
index 657c76a..77809b4 100644
--- a/python-pypi/chardet/HISTORY
+++ b/python-pypi/chardet/HISTORY
@@ -1,2 +1,6 @@
+2010-06-04 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.1
+ fixed long description wrap
+
2009-07-27 Quentin Rameau <quinq AT sourcemage.org>
* DEPENDS, DETAILS, HISTORY: created this spell



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (e6181f9d98ccd5caf52aee06395149698ad5417f), Vasil Yonkov, 06/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page