Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e772444d5696f4d267d353b733314891ae0a203a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e772444d5696f4d267d353b733314891ae0a203a)
  • Date: Sun, 22 Mar 2009 18:57:46 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 ++++-
devel/gperf/DETAILS | 28 +++++++++++++++-------------
devel/gperf/HISTORY | 5 ++++-
gnu.gpg |binary
4 files changed, 23 insertions(+), 15 deletions(-)

New commits:
commit e772444d5696f4d267d353b733314891ae0a203a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gperf: => 3.0.4

commit 368900164c4d123109eba6be56c949c5f186312f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnu.gpg: added key F91BB79F (Brendan Kehoe <brendan AT zen.org>)

diff --git a/ChangeLog b/ChangeLog
index cd028c6..b38800f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * gnu.gpg: added key F91BB79F (Brendan Kehoe <brendan AT zen.org>)
+
2009-03-22 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/repoze.tm2: new spell
* python-pypi/webflash: new spell
@@ -25,7 +28,7 @@
2009-03-18 Bearcat M. Sandor <sorcery AT feline-soul.com>
* gnome2-apps/gnome-color-chooser: new spell, a color your gtk
themes on the fly
-
+
2009-03-17 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* crypto/cryptmount: new spell, a utility which allows an ordinary
user to
mount an encrypted filesystem
diff --git a/devel/gperf/DETAILS b/devel/gperf/DETAILS
index b0dc789..10df7c3 100755
--- a/devel/gperf/DETAILS
+++ b/devel/gperf/DETAILS
@@ -1,23 +1,25 @@
SPELL=gperf
- VERSION=3.0.3
+ VERSION=3.0.4
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:7c10c0bc952c5b0cbb7d908f1df4ba0c2cedb6b5b170e679756cee77b9c7bfb815f99f4849fb504fa0f3e1e2753286aea7cd37096aefb525a9afafe5044dd598
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
WEB_SITE=http://www.gnu.org/software/gperf/
KEYWORDS="generator devel"
- SHORT="GNU gperf is a perfect hash function generator"
+ SHORT="perfect hash function generator"
ENTERED=20030118
cat << EOF
-GNU gperf is a perfect hash function generator. For a given list of
-strings, it produces a hash function and hash table, in form of C or
-C++ code, for looking up a value depending on the input string. The
-hash function is perfect, which means that the hash table has no
-collisions, and the hash table lookup needs a single string comparison
-only.
+GNU gperf is a perfect hash function generator. For a given list of strings,
it
+produces a hash function and hash table, in form of C or C++ code, for
looking
+up a value depending on the input string. The hash function is perfect, which
+means that the hash table has no collisions, and the hash table lookup needs
a
+single string comparison only.

-GNU gperf is highly customizable. There are options for generating C
-or C++ code, for emitting switch statements or nested ifs instead of a
-hash table, and for tuning the algorithm employed by gperf.
+GNU gperf is highly customizable. There are options for generating C or C++
+code, for emitting switch statements or nested ifs instead of a hash table,
and
+for tuning the algorithm employed by gperf.
EOF
diff --git a/devel/gperf/HISTORY b/devel/gperf/HISTORY
index a78d2f9..ce0acb7 100644
--- a/devel/gperf/HISTORY
+++ b/devel/gperf/HISTORY
@@ -1,3 +1,7 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.4; quoting paths; fixed descs
+ converted to upstream signature checking
+
2008-01-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.3

@@ -21,4 +25,3 @@

2003-01-18 Julian v. Bock <julian AT wongr.net>
* add spell.
-
diff --git a/gnu.gpg b/gnu.gpg
index 5545053..26ac052 100644
Binary files a/gnu.gpg and b/gnu.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e772444d5696f4d267d353b733314891ae0a203a), Vlad Glagolev, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page