[Lunar-commits] <moonbase> libedit: new module required for for ghc
Duncan Gibson
engelsman at lunar-linux.org
Sun Feb 8 21:50:37 CET 2009
commit 34835203d5f655abff4928ceb9ed521e3b319065
Author: Vincent Breitmoser <vlun at mugenguild.com>
Date: Sun Feb 8 21:50:37 2009 +0100
libedit: new module required for for ghc
the editline library, this is a readline-like library, used optionally
in ghc for the ghci interface
---
zbeta/libedit/DEPENDS | 1 +
zbeta/libedit/DETAILS | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/zbeta/libedit/DEPENDS b/zbeta/libedit/DEPENDS
new file mode 100644
index 0000000..5764a9c
--- /dev/null
+++ b/zbeta/libedit/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/zbeta/libedit/DETAILS b/zbeta/libedit/DETAILS
new file mode 100644
index 0000000..d1e4869
--- /dev/null
+++ b/zbeta/libedit/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libedit
+ VERSION=20090111-3.0
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://thrysoee.dk/editline/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:ea1c4b010a787e2b906d029fb420e4bf7eaeadb7
+ WEB_SITE="http://thrysoee.dk/editline/"
+ ENTERED=20090203
+ UPDATED=20090203
+ SHORT="generic line editing functions similar to readline"
+cat <<EOF
+editline library (libedit) is an autotool- and libtoolized port of the
+NetBSD Editline library (libedit). This Berkeley-style licensed command
+line editor library provides generic line editing, history, and
+tokenization functions, similar to those found in GNU Readline.
+EOF
More information about the Lunar-commits
mailing list