Add libedit 2.6.4.

This commit is contained in:
Jason Evans 2002-02-11 01:34:30 +00:00
parent 7a2e69c7c8
commit 92493779b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54508
6 changed files with 61 additions and 0 deletions

40
devel/libedit/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (libedit-2.6.4.tar.gz) = 596cd1fad4489abbd29289665bc25610

View 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=

View File

@ -0,0 +1 @@
Command line editing library

3
devel/libedit/pkg-descr Normal file
View 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
View File

@ -0,0 +1,4 @@
include/histedit.h
lib/libedit.a
lib/libedit.so.5
lib/libedit.so