gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1901: add blurb for findutils


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1901: add blurb for findutils
Date: Thu, 07 Feb 2013 23:49:03 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1901
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-07 23:49:03 +0100
message:
  add blurb for findutils
modified:
  gnu/findutils/Makefile
=== modified file 'gnu/findutils/Makefile'
--- a/gnu/findutils/Makefile    2012-12-16 22:26:25 +0000
+++ b/gnu/findutils/Makefile    2013-02-07 22:49:03 +0000
@@ -2,7 +2,16 @@
 GARNAME = findutils
 GARVERSION = 4.4.2
 HOME_URL = http://www.gnu.org/software/findutils/
-DESCRIPTION = GNU Find Utilities, the basic directory searching utilities of 
the GNU operating system
+DESCRIPTION = Basic directory searching utilities
+define BLURB
+ Findutils supplies the basic file directory searching utilities of 
+ the GNU system.  It consists of two primary searching utilities:
+ "find" recursively searches for files in a directory according to 
+ given criteria and "locate" lists files in a database that match a 
+ query.  Two auxiliary tools are included: "updatedb" updates a file 
+ name database and "xargs" may be used to apply commands to file 
+ search results.
+endef
 
 ######################################################################
 


reply via email to

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