freebsd-ports/devel/elib/pkg-descr
OKAZAKI Tetsurou 1ca77f0d6e Update for Emacs21 after the repocopy from `elib-emacs'.
- install elisp files under the version specific site-lisp directory
   instead of the version independent site-lisp directory.
 - use ${DOCSDIR}.

Bump PORTREVISION.
2002-01-07 07:50:52 +00:00

12 lines
489 B
Plaintext

Elib, the GNU Emacs Lisp Library, is a collection of useful routines
for Emacs lisp programs which don't have to be reinvented each time
a new program is written.
Elib provides features of:
- 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.
WWW: http://www.gnu.org/software/elib/elib.html