gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2023: add blurb for gperf


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2023: add blurb for gperf
Date: Thu, 21 Mar 2013 23:27:19 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2023
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-03-21 23:27:19 +0100
message:
  add blurb for gperf
modified:
  gnu/gperf/Makefile
=== modified file 'gnu/gperf/Makefile'
--- a/gnu/gperf/Makefile        2012-12-16 22:50:44 +0000
+++ b/gnu/gperf/Makefile        2013-03-21 22:27:19 +0000
@@ -2,7 +2,13 @@
 GARNAME = gperf
 GARVERSION = 3.0.4
 HOME_URL = http://www.gnu.org/software/gperf/
-DESCRIPTION = GNU gperf, a perfect hash function generator
+DESCRIPTION = A perfect hash function generator
+define BLURB
+ gperf is a perfect hash function generator.  For a given list of
+ strings, it produces a hash function and hash table in C or C++ code.
+ That the hash function is perfect means that no collisions can exist
+ and that look-ups can be made by single string comparisons.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]