pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/emacs20-elib Initial import of emacs20-elib into...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a12863825fc8
branches: trunk
changeset: 463576:a12863825fc8
user: cube <cube%pkgsrc.org@localhost>
date: Tue Nov 18 16:22:34 2003 +0000
description:
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:
devel/emacs20-elib/DESCR | 13 +++++++++++++
devel/emacs20-elib/Makefile | 13 +++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diffs (34 lines):
diff -r d30bac472c28 -r a12863825fc8 devel/emacs20-elib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/emacs20-elib/DESCR Tue Nov 18 16:22:34 2003 +0000
@@ -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 -r d30bac472c28 -r a12863825fc8 devel/emacs20-elib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/emacs20-elib/Makefile Tue Nov 18 16:22:34 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index