gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1838: add blurb for bool


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1838: add blurb for bool
Date: Wed, 30 Jan 2013 21:39:39 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1838
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 21:39:39 +0100
message:
  add blurb for bool
modified:
  gnu/bool/Makefile
=== modified file 'gnu/bool/Makefile'
--- a/gnu/bool/Makefile 2012-12-16 22:02:50 +0000
+++ b/gnu/bool/Makefile 2013-01-30 20:39:39 +0000
@@ -2,7 +2,16 @@
 GARNAME = bool
 GARVERSION = 0.2.1
 HOME_URL = http://www.gnu.org/software/bool
-DESCRIPTION = A utility for finding files that match a boolean expression
+DESCRIPTION = A utility for finding files that match a Boolean expression
+define BLURB
+ Bool is a utility to perform text searches on files using Boolean
+ expressions. For example, a search for "hello AND world" would return
+ a file containing the phrase "Hello, world!". It supports both AND 
+ and OR statements, as well as the NEAR statement to search for the
+ occurrence of words in close proximity to each other. It handles 
+ context gracefully, accounting for new lines and paragraph changes.
+ It also has robust support for parsing HTML files.
+endef
 
 ######################################################################
 


reply via email to

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