mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Rewrap dev-util DESCRIPTIONs
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
SUMMARY="Fast, high-capacity, identifier database tool."
|
||||
DESCRIPTION="
|
||||
An 'ID database' is a binary file containing a list of file names, a
|
||||
list of tokens, and a sparse matrix indicating which tokens appear
|
||||
in which files.
|
||||
|
||||
With this database and some tools to query it, many text-searching
|
||||
tasks become simpler and faster. For example, you can list all
|
||||
files that reference a particular #include' file throughout a huge
|
||||
source hierarchy, search for all the memos containing references to a
|
||||
project, or automatically invoke an editor on all files containing
|
||||
references to some function or variable. Anyone with a large
|
||||
software project to maintain, or a large set of text files to
|
||||
organize, can benefit from the ID utilities."
|
||||
|
||||
An 'ID database' is a binary file containing a list of file names, a list of \
|
||||
tokens, and a sparse matrix indicating which tokens appear in which files.
|
||||
With this database and some tools to query it, many text-searching tasks \
|
||||
become simpler and faster. For example, you can list all files that reference \
|
||||
a particular #include' file throughout a huge source hierarchy, search for all \
|
||||
the memos containing references to a project, or automatically invoke an \
|
||||
editor on all files containing references to some function or variable. Anyone \
|
||||
with a large software project to maintain, or a large set of text files to \
|
||||
organize, can benefit from the ID utilities.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/idutils/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
|
||||
CHECKSUM_MD5="99b572536377fcddb4d38e86a3c215fd"
|
||||
|
||||
Reference in New Issue
Block a user