Add libedit 2.6.4.
This commit is contained in:
parent
7a2e69c7c8
commit
92493779b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54508
40
devel/libedit/Makefile
Normal file
40
devel/libedit/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection Makefile for: libedit
|
||||
# Date created: 9 February 2002
|
||||
# Whom: jasone
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libedit
|
||||
PORTVERSION= 2.6.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.canonware.com/download/libedit/
|
||||
|
||||
MAINTAINER= jasone@FreeBSD.org
|
||||
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --disable-readline
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= editline.3
|
||||
MAN5= editrc.5
|
||||
MLINKS= editline.3 el_init.3 \
|
||||
editline.3 el_end.3 \
|
||||
editline.3 el_reset.3 \
|
||||
editline.3 el_gets.3 \
|
||||
editline.3 el_getc.3 \
|
||||
editline.3 el_push.3 \
|
||||
editline.3 el_parse.3 \
|
||||
editline.3 el_set.3 \
|
||||
editline.3 el_get.3 \
|
||||
editline.3 el_source.3 \
|
||||
editline.3 el_resize.3 \
|
||||
editline.3 el_line.3 \
|
||||
editline.3 el_insertstr.3 \
|
||||
editline.3 el_deletestr.3 \
|
||||
editline.3 history_init.3 \
|
||||
editline.3 history_end.3 \
|
||||
editline.3 history.3
|
||||
MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/libedit/distinfo
Normal file
1
devel/libedit/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libedit-2.6.4.tar.gz) = 596cd1fad4489abbd29289665bc25610
|
12
devel/libedit/files/patch-aa
Normal file
12
devel/libedit/files/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru configure.in.orig configure.in
|
||||
--- configure.in.orig Sat Feb 9 12:38:59 2002
|
||||
+++ configure.in Sat Feb 9 18:34:59 2002
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
dnl Library settings.
|
||||
LIB_DIRS="lib"
|
||||
-LIB_MAJOR="2"
|
||||
+LIB_MAJOR="5"
|
||||
LIB_MINOR="6"
|
||||
LIB_A="libedit.a"
|
||||
LIB_A_LINKS=
|
1
devel/libedit/pkg-comment
Normal file
1
devel/libedit/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Command line editing library
|
3
devel/libedit/pkg-descr
Normal file
3
devel/libedit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
libedit provides command line editing functionality. Both emacs and vi key
|
||||
bindings are supported. Note that the base system also includes libedit, but
|
||||
this port is generally more current.
|
4
devel/libedit/pkg-plist
Normal file
4
devel/libedit/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
include/histedit.h
|
||||
lib/libedit.a
|
||||
lib/libedit.so.5
|
||||
lib/libedit.so
|
Loading…
Reference in New Issue
Block a user