mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
c566cb0035
commit
98d41cddb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96762
@ -979,6 +979,7 @@
|
||||
SUBDIR += qtk
|
||||
SUBDIR += ragel
|
||||
SUBDIR += re2c
|
||||
SUBDIR += readline
|
||||
SUBDIR += regexx
|
||||
SUBDIR += regexxer
|
||||
SUBDIR += replay
|
||||
|
22
devel/readline/Makefile
Normal file
22
devel/readline/Makefile
Normal file
@ -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>
|
1
devel/readline/distinfo
Normal file
1
devel/readline/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e
|
8
devel/readline/pkg-descr
Normal file
8
devel/readline/pkg-descr
Normal file
@ -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
|
15
devel/readline/pkg-plist
Normal file
15
devel/readline/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user