diff options
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/Makefile | 22 | ||||
-rw-r--r-- | devel/readline/distinfo | 1 | ||||
-rw-r--r-- | devel/readline/pkg-descr | 8 | ||||
-rw-r--r-- | devel/readline/pkg-plist | 15 |
4 files changed, 46 insertions, 0 deletions
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 |