[Lunar-commits] <moonbase> grep: update to 2.5.4
Duncan Gibson
engelsman at lunar-linux.org
Wed Feb 11 19:31:49 CET 2009
commit f440f196874a1d684f4da3ea4109e4ca904952a2
Author: Paul Bredbury <brebs at sent.com>
Date: Wed Feb 11 19:31:49 2009 +0100
grep: update to 2.5.4
version bump & punctuation fixes in DETAILS
The NEWS file says:
Version 2.5.4
- This is a bugfix release. No new features.
---
utils/grep/DETAILS | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/utils/grep/DETAILS b/utils/grep/DETAILS
index 3990cd1..5c9493d 100644
--- a/utils/grep/DETAILS
+++ b/utils/grep/DETAILS
@@ -1,22 +1,22 @@
MODULE=grep
- VERSION=2.5.3
+ VERSION=2.5.4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:53227ca9a01d5548448372f9b2e9111adf159f3b
+ SOURCE_VFY=sha1:9bbd4f02b18bb264e0fcb17293b6f0445c8694d2
WEB_SITE=http://www.gnu.org/software/grep/grep.html
ENTERED=20010922
- UPDATED=20070803
- SHORT="grep finds lines that match specified pattern"
+ UPDATED=20090211
+ SHORT="grep finds lines that match specified patterns"
cat << EOF
grep - Finds lines that match entered patterns
-Package includes the GNU 'grep,' 'egrep,' and 'fgrep,' which find lines
+Package includes the GNU 'grep', 'egrep', and 'fgrep', which find lines
that match entered patterns. By default, grep prints the matching lines.
GNU grep is based on a fast lazy-state deterministic matcher (about
twice as fast as the standard Unix grep) hybridized with a
Boyer-Moore-Gosper search for a fixed string that eliminates impossible
text from being considered by the full regexp match without having to
-look at every chanracter; the result is usually many times faster that
-UNIX 'grep' or 'egrep.'
+look at every chanracter; the result is usually many times faster than
+UNIX 'grep' or 'egrep'.
EOF
More information about the Lunar-commits
mailing list