summaryrefslogtreecommitdiff
path: root/devel/idutils/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-05 19:53:26 +0000
committerwiz <wiz@pkgsrc.org>2006-08-05 19:53:26 +0000
commit27979e3894ab2c4f437f4393fb1be5b9e40afe49 (patch)
tree6c83f5e14fe5379afa6f40687d93a59e54ec147b /devel/idutils/DESCR
parent2ce5c6e80ec499852bd11523494acd96500382e4 (diff)
downloadpkgsrc-27979e3894ab2c4f437f4393fb1be5b9e40afe49.tar.gz
Re-import devel/id-utils under its new name, idutils.
Diffstat (limited to 'devel/idutils/DESCR')
-rw-r--r--devel/idutils/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/idutils/DESCR b/devel/idutils/DESCR
new file mode 100644
index 00000000000..caddabcf427
--- /dev/null
+++ b/devel/idutils/DESCR
@@ -0,0 +1,16 @@
+`mkid' is a simple, fast, high-capacity, language-independent
+identifier database tool. Actually, the term `identifier' is too
+limiting--`mkid' stores tokens, be they program identifiers of any
+form, literal numbers, or words of human-readable text. Database
+queries can be issued from the command-line, or from within emacs,
+serving as an augmented tags facility.
+
+`mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu>
+and posted to comp.sources.unix in September 1987. It was then
+maintained and enhanced by a loose knit group of programmers on the
+Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>. Tom released
+`mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary
+has resumed maintenance and is releasing an improved version 3 under GPL.
+
+Version 3 is an interim release. Version 4 will follow in the coming
+months and include a cscope clone plus other improvements.