summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 10:32:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 10:32:48 +0000
commit98d41cddb3e7ebf7cc9a4276e073754126ae2012 (patch)
tree65984493020b7f119ae9dfa89999541a186e4c4d
parentUpdate port: games/amy (diff)
New Port: devel/readline-4.3
libreadline is out of date in base (both -STABLE and 5.x) HEAD is the only version thats up to date. This port is only temp (to make quftp work) until libreadline is updated. Actually I'm hoping that the submitter will keep maintaining this PR so that people will have the choice to update their readline libs. Maybe it could support LIBREADLINE_OVERWRITE_BASE ? PR: ports/60166 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=96762
-rw-r--r--devel/Makefile1
-rw-r--r--devel/readline/Makefile22
-rw-r--r--devel/readline/distinfo1
-rw-r--r--devel/readline/pkg-descr8
-rw-r--r--devel/readline/pkg-plist15
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e655c99d1b04..fe9d467d8745 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -979,6 +979,7 @@
SUBDIR += qtk
SUBDIR += ragel
SUBDIR += re2c
+ SUBDIR += readline
SUBDIR += regexx
SUBDIR += regexxer
SUBDIR += replay
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
new file mode 100644
index 000000000000..501e9516ba96
--- /dev/null
+++ b/devel/readline/Makefile
@@ -0,0 +1,22 @@
+# ports collection makefile for: readline
+# Date created: 10 December 2003
+# Whom: Frank Laszlo <laszlof@vonostingroup.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= readline
+PORTVERSION= 4.3
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/
+
+MAINTAINER= laszlof@vonostingroup.com
+COMMENT= A library for editing command lines as they are typed
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+INFO= readline rluserman history
+MAN3= readline.3 history.3
+
+.include <bsd.port.mk>
diff --git a/devel/readline/distinfo b/devel/readline/distinfo
new file mode 100644
index 000000000000..8d0ccece8572
--- /dev/null
+++ b/devel/readline/distinfo
@@ -0,0 +1 @@
+MD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e
diff --git a/devel/readline/pkg-descr b/devel/readline/pkg-descr
new file mode 100644
index 000000000000..487c09d90774
--- /dev/null
+++ b/devel/readline/pkg-descr
@@ -0,0 +1,8 @@
+The GNU Readline library provides a set of functions for use by
+applications that allow users to edit command lines as they are
+typed in. Both Emacs and vi editing modes are available. The
+Readline library includes additional functions to maintain a list
+of previously-entered command lines, to recall and perhaps reedit
+those lines, and perform csh-like history expansion on previous commands.
+
+WWW: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
diff --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist
new file mode 100644
index 000000000000..7aca980b710e
--- /dev/null
+++ b/devel/readline/pkg-plist
@@ -0,0 +1,15 @@
+include/readline/readline.h
+include/readline/chardefs.h
+include/readline/keymaps.h
+include/readline/history.h
+include/readline/tilde.h
+include/readline/rlstdc.h
+include/readline/rlconf.h
+include/readline/rltypedefs.h
+lib/libreadline.a
+lib/libhistory.a
+lib/libhistory.so.4
+lib/libhistory.so
+lib/libreadline.so.4
+lib/libreadline.so
+@dirrm include/readline