summaryrefslogtreecommitdiffstats
path: root/devel/readline
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-28 10:32:48 +0000
committeredwin <edwin@FreeBSD.org>2003-12-28 10:32:48 +0000
commit3672be44d3f0df663b7ad469fab8e40a9a5656f5 (patch)
tree6c6086e935057b6ad0edbfda03e2d8348d5ead7a /devel/readline
parentc53cf483668a8836d2964d3e6c47d355951218b6 (diff)
downloadFreeBSD-ports-3672be44d3f0df663b7ad469fab8e40a9a5656f5.zip
FreeBSD-ports-3672be44d3f0df663b7ad469fab8e40a9a5656f5.tar.gz
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>
Diffstat (limited to 'devel/readline')
-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
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
new file mode 100644
index 0000000..501e951
--- /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 0000000..8d0ccec
--- /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 0000000..487c09d
--- /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 0000000..7aca980
--- /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
OpenPOWER on IntegriCloud