diff options
author | jasone <jasone@FreeBSD.org> | 2002-02-11 09:34:30 +0800 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2002-02-11 09:34:30 +0800 |
commit | e6a9bcc8a7609291ca4c7efbb6f9d6c9c66613ae (patch) | |
tree | d4352025017b6369d0c84aea0fc5736e9327bb0a /devel/libedit | |
parent | b2e0f99b715886e6ac247c304c70e5353a214e85 (diff) | |
download | freebsd-ports-gnome-e6a9bcc8a7609291ca4c7efbb6f9d6c9c66613ae.tar.gz freebsd-ports-gnome-e6a9bcc8a7609291ca4c7efbb6f9d6c9c66613ae.tar.zst freebsd-ports-gnome-e6a9bcc8a7609291ca4c7efbb6f9d6c9c66613ae.zip |
Add libedit 2.6.4.
Diffstat (limited to 'devel/libedit')
-rw-r--r-- | devel/libedit/Makefile | 40 | ||||
-rw-r--r-- | devel/libedit/distinfo | 1 | ||||
-rw-r--r-- | devel/libedit/files/patch-aa | 12 | ||||
-rw-r--r-- | devel/libedit/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libedit/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libedit/pkg-plist | 4 |
6 files changed, 61 insertions, 0 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile new file mode 100644 index 000000000000..ad19ad3c1111 --- /dev/null +++ b/devel/libedit/Makefile @@ -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> diff --git a/devel/libedit/distinfo b/devel/libedit/distinfo new file mode 100644 index 000000000000..1767fa48e7cf --- /dev/null +++ b/devel/libedit/distinfo @@ -0,0 +1 @@ +MD5 (libedit-2.6.4.tar.gz) = 596cd1fad4489abbd29289665bc25610 diff --git a/devel/libedit/files/patch-aa b/devel/libedit/files/patch-aa new file mode 100644 index 000000000000..7b3f2d611f2c --- /dev/null +++ b/devel/libedit/files/patch-aa @@ -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= diff --git a/devel/libedit/pkg-comment b/devel/libedit/pkg-comment new file mode 100644 index 000000000000..dd6dda6d64ca --- /dev/null +++ b/devel/libedit/pkg-comment @@ -0,0 +1 @@ +Command line editing library diff --git a/devel/libedit/pkg-descr b/devel/libedit/pkg-descr new file mode 100644 index 000000000000..fb200aa307d3 --- /dev/null +++ b/devel/libedit/pkg-descr @@ -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. diff --git a/devel/libedit/pkg-plist b/devel/libedit/pkg-plist new file mode 100644 index 000000000000..eedf58ff634d --- /dev/null +++ b/devel/libedit/pkg-plist @@ -0,0 +1,4 @@ +include/histedit.h +lib/libedit.a +lib/libedit.so.5 +lib/libedit.so |