aboutsummaryrefslogtreecommitdiff
path: root/devel/id-utils/pkg-descr
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-08-22 23:57:56 +0000
committerPaul Traina <pst@FreeBSD.org>1996-08-22 23:57:56 +0000
commit8f9d617a09d1a703b66c54a9de1d8c1f3b9a0eb5 (patch)
treef3245c52fbd6d16acd7e26047500a5817956bb38 /devel/id-utils/pkg-descr
parentce3ec4b953dab97f555de15361c6e409960a49f0 (diff)
downloadports-8f9d617a09d1a703b66c54a9de1d8c1f3b9a0eb5.tar.gz
ports-8f9d617a09d1a703b66c54a9de1d8c1f3b9a0eb5.zip
Notes
Diffstat (limited to 'devel/id-utils/pkg-descr')
-rw-r--r--devel/id-utils/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/id-utils/pkg-descr b/devel/id-utils/pkg-descr
new file mode 100644
index 000000000000..caddabcf4278
--- /dev/null
+++ b/devel/id-utils/pkg-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.