summaryrefslogtreecommitdiff
path: root/devel/emacs20-elib
diff options
context:
space:
mode:
authorcube <cube>2003-11-18 16:22:34 +0000
committercube <cube>2003-11-18 16:22:34 +0000
commita9204fae2b6f2275f49a12bb61783fc040c6fe4b (patch)
treee11976b575aa6f424b94216ddc839997b73192c4 /devel/emacs20-elib
parent4e02a8ed295bf99f83eb313d108f93b1afd9d143 (diff)
downloadpkgsrc-a9204fae2b6f2275f49a12bb61783fc040c6fe4b.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')
-rw-r--r--devel/emacs20-elib/DESCR13
-rw-r--r--devel/emacs20-elib/Makefile13
2 files changed, 26 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.
diff --git a/devel/emacs20-elib/Makefile b/devel/emacs20-elib/Makefile
new file mode 100644
index 00000000000..e2fe90ba3be
--- /dev/null
+++ b/devel/emacs20-elib/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/11/18 16:22:34 cube Exp $
+
+PKGNAME= emacs20-${DISTNAME}
+
+DISTINFO_FILE= ${.CURDIR}/../../devel/elib/distinfo
+PATCHDIR= ${.CURDIR}/../../devel/elib/patches
+PLIST_SRC= ${.CURDIR}/../../devel/elib/PLIST
+
+EMACS_VERSION_REQD= emacs20
+
+CONFLICTS+= elib-[0-9]*
+
+.include "../../devel/elib/Makefile"