diff options
author | cube <cube@pkgsrc.org> | 2003-11-18 16:22:34 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-11-18 16:22:34 +0000 |
commit | 1628db4154f13e5d493e4889e57996415fa7280f (patch) | |
tree | e11976b575aa6f424b94216ddc839997b73192c4 /devel/emacs20-elib/DESCR | |
parent | f01f5aca87eb7d19318f34e6bbee87445d9e22db (diff) | |
download | pkgsrc-1628db4154f13e5d493e4889e57996415fa7280f.tar.gz |
Initial import of emacs20-elib into the NetBSD Package Collection. It is
a rip-off of devel/elib, that depends on solely on emacs20, to make
packaging possible for the various packages that use devel/elib.
Diffstat (limited to 'devel/emacs20-elib/DESCR')
-rw-r--r-- | devel/emacs20-elib/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/emacs20-elib/DESCR b/devel/emacs20-elib/DESCR new file mode 100644 index 00000000000..7b6235e9565 --- /dev/null +++ b/devel/emacs20-elib/DESCR @@ -0,0 +1,13 @@ +This is the source directory for the GNU emacs lisp library Elib +version 1.0. Elib is designed to be for Elisp programs what libg++ is +for C++ programs: a collection of useful routines which don't have to +be reinvented each time a new program is written. + +Elib contains code for: + - container data structures (queues, stacks, AVL trees, etc) + - string handling functions missing in standard emacs + - minibuffer handling functions missing in standard emacs + - routines for handling lists of so called cookies in a buffer. + +This package uses emacs from the version 20 series. In order to use +it with any other version, install devel/elib. |