From c3012c0912050f41ef6019f8648e73441ab31618 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sun, 5 Jan 2020 13:36:11 -0500 Subject: [PATCH 1/2] Add gnuwin32 package of idutils. This is a little supported project with 32 packages in 29 repos. This is part of https://github.com/0install/0install.de-feeds/issues/3 --- utils/idutils.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 utils/idutils.xml diff --git a/utils/idutils.xml b/utils/idutils.xml new file mode 100644 index 000000000..a603b2668 --- /dev/null +++ b/utils/idutils.xml @@ -0,0 +1,68 @@ + + + + Id-Utils + Id-Utils: tools for indexing + 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. + +Although the name `ID' is short for `identifier', the ID utilities handle more than just identifiers; they also treat other kinds of tokens, most notably numeric constants, and the contents of certain character strings. + +Programs included are: +•mkid: Creating an ID database. +•lid: Matching words and patterns. +•fid: Listing a file's tokens. +•fnid: Looking up file names. +•xtokid: Testing mkid scanners. + + + + Development + http://gnuwin32.sourceforge.net/packages/id-utils.htm + + + + + + + + + + + + + + + + + + + + + + Fid + Fid: list identifiers that occur in FILENAME + + + + Fnid + Fnid: print constituent file names that match PATTERN + + + + Lid + Lid: query ID database and report results + + + + Mkid + Mkid: build an identifier database + + + + Xtokid + Xtokid: print all tokens found in a source file + + + From 65cc20b22932cfb397f5a2cb58d28b2e82517bcf Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Thu, 21 May 2020 19:43:35 -0400 Subject: [PATCH 2/2] use new gnu icon urls --- utils/idutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/idutils.xml b/utils/idutils.xml index a603b2668..f16304a84 100644 --- a/utils/idutils.xml +++ b/utils/idutils.xml @@ -16,8 +16,8 @@ Programs included are: •fnid: Looking up file names. •xtokid: Testing mkid scanners. - - + + Development http://gnuwin32.sourceforge.net/packages/id-utils.htm