Port details |
- libedit Command line editor library
- 3.1.20210910,1 devel
=48 3.1.20210910,1Version of this port present on the latest quarterly branch. - Maintainer: bapt@FreeBSD.org
 - Port Added: 2002-02-10 22:34:30
- Last Update: 2022-03-09 18:17:46
- Commit Hash: dd4e54e
- People watching this port, also watch:: libxml2, expat, pcre, indexinfo, libiconv
- License: BSD2CLAUSE
- Description:
- 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.
WWW: http://thrysoee.dk/editline/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/libedit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libedit
- pkg install libedit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libedit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1646676150
SHA256 (libedit-20210910-3.1.tar.gz) = 6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5
SIZE (libedit-20210910-3.1.tar.gz) = 524722
- Packages (timestamps in pop-ups are UTC):
- This port is required by:
- for Build
-
- devel/libclc
-
Deleted ports which required this port:
- for Libraries
-
- audio/autocd
- comms/bladerf
- comms/wsjtx
- databases/cockroach
- databases/firebird25-client
- databases/firebird30-client
- databases/firebird30-server
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_libedit
- USES:
- cpe libtool localbase ncurses pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Mar 2022 18:17:46 3.1.20210910,1
|
Sergey A. Osokin (osa)  |
devel/libedit: update to the recent version 3.1-20210910
Approved by: maintainer (bapt) |
03 Jan 2022 14:42:09 3.1.20210216,1
|
Bernhard Froehlich (decke)  |
devel/libedit: Add CPE information
Approved by: portmgr (blanket) |
25 Nov 2021 21:40:11 3.1.20210216,1
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 3.1.20210216,1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Mar 2021 15:08:33
3.1.20210216,1
|
bapt  |
Update to 3.1.20210216 |
03 Apr 2020 04:35:02
3.1.20191231,1
|
bapt  |
Update to 20191231 snapshot |
27 Dec 2019 13:28:22
3.1.20191211,1
|
bapt  |
Update to 20191211-3.1 |
05 Jun 2019 10:59:31
3.1.20190324,1
|
bapt  |
Update to 3.1.20190324 |
21 Jan 2019 11:58:40
3.1.20181209_2,1
|
bapt  |
Update to 3.1.20181209 |
27 Feb 2018 13:03:48
3.1.20170329_2,1
|
mat  |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
11 Apr 2017 15:21:23
3.1.20170329_2,1
|
mat  |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight |
01 Apr 2017 15:11:15
3.1.20170329_2,1
|
bapt  |
Update libedit to 20170329 |
18 Jan 2017 13:20:32
3.1.20150325_2,1 
|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
19 Jun 2016 19:55:49
3.1.20150325_2,1
|
bapt  |
backout libedit update it breaks all mysql clients
Reported by: antoine |
19 Jun 2016 19:10:13
3.1.20160618
|
bapt  |
Remove portrevision forgotten in previous commit |
19 Jun 2016 19:05:41
3.1.20160618_2
|
bapt  |
Update to 20160618 |
27 Mar 2016 10:10:05
3.1.20150325_2
|
bapt  |
Apply upstream patch to avoid tty corruption in case of output to a pipe.
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50863
PR: 208320
Submitted by: John Hein <z7dr6ut7gs@snkmail.com> |
10 Feb 2016 16:14:35
3.1.20150325_1
|
ak  |
- Fix various typos in CONFLICTS_INSTALL knob
Approved by: portmgr blanket |
29 Jan 2016 14:08:34
3.1.20150325_1
|
marino  |
devel/libedit: Add missing USES=ncurses
Libedit links with ncurses, so it needs to be documented in USES. For
platforms that use the ports ncurses, also set LDFLAGS explicitly so
the libraries can be found.
Approved by: bapt |
26 Apr 2015 09:28:09
3.1.20150325_1
|
bapt  |
Remove wrong patch that modifies locales instead of just querying |
28 Mar 2015 10:51:14
3.1.20150325
|
bapt  |
Update to 3.1-20150325 |
25 Jan 2015 00:32:16
3.1.20141030_2
|
bapt  |
Register conflicts |
24 Jan 2015 22:00:46
3.1.20141030_2
|
bapt  |
Add a website |
19 Jan 2015 07:49:34
3.1.20141030_2
|
bapt  |
Fix build with some locales
tr(1) has different behaviour depending on the locales. resulting in makelist
failing to properly generate some files. Encorfing LC_ALL=C during build fixes
it.
PR: 196848 [1]
Reported by: Trond.Endrestol@ximalas.info [1],
Christian Jachmann <Jachmann@unitix.org> (via private mail)
Tested by: Christian Jachmann <Jachmann@unitix.org> (via private mail) |
09 Jan 2015 07:52:00
3.1.20141030_2
|
bapt  |
Bump portrevision |
09 Jan 2015 07:51:31
3.1.20141030_1
|
bapt  |
Fix the number of element returned with el_getc in unicode env |
07 Jan 2015 22:44:04
3.1.20141030_1
|
bapt  |
Fix Unicode environemnt detection
Fix reading unicode lines
More work is needed for part of the readline compatibility, this is good enough
for the sqlite shell to accept unicode but not for ruby's irb yet |
31 Oct 2014 12:58:57
3.1.20141030
|
bapt  |
Update to 20141030 |
22 Sep 2014 07:14:14
3.1.20140620
|
bapt  |
Cleanup plist |
22 Jun 2014 23:00:56
3.1.20140620
|
bapt  |
Update to 20140620 |
20 Jun 2014 22:09:02
3.1.20140618
|
bapt  |
Update to 20140618 |
30 Apr 2014 16:09:05
3.1.20140213
|
bapt  |
Update libedit to the latest version
Activate unconditionnaly unicode
take maintainership [1]
Approved by: rodrigo [1] (former maintainer) |
29 Jan 2014 09:17:42
2.6.10_2
|
rodrigo  |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
02 Dec 2013 18:53:10
2.6.10_2
|
sunpoet  |
- Add LICENSE
- Strip shared library
- Support STAGEDIR
- While I'm here, use REINPLACE_CMD instead of patch file
PR: ports/184436
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> |
20 Sep 2013 17:13:47
2.6.10_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Jan 2013 12:07:59
2.6.10_2
|
wen  |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
11 Apr 2012 03:08:27
2.6.10_2
|
miwi  |
- Sync with NetBSD upstream
PR: 166435
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
03 Jul 2011 14:59:23
2.6.10_1
|
ohauer  |
-remove MD5 |
29 Sep 2007 20:59:12
2.6.10_1
|
alepulver  |
- Enable non-GPL readline implementation.
- Bump PORTREVISION.
PR: ports/116687
Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> |
06 Feb 2007 03:06:30
2.6.10
|
clsung  |
- Update of devel/libedit from 2.6.9 to 2.6.10
PR: ports/108752
Submitted by: Martin Matuska <martin_AT_matuska dot org> |
14 Aug 2006 22:55:18
2.6.9_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 May 2006 21:41:12
2.6.9_2
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
12 Jan 2006 09:22:30
2.6.9_2
|
jasone  |
Bump the library revision number for libedit, since it needs to be
kept greater than the revision number for the base system's libedit.
Approved by: markm (mentor) |
24 Nov 2005 15:40:04
2.6.9_1
|
pav  |
- Add some SHA256 checksums |
13 Sep 2005 13:03:39
2.6.9_1
|
garga  |
- Bump PORTREVISION to reflect last change |
13 Sep 2005 13:00:06
2.6.9
|
garga  |
Remove OPTIONS scheme to prevent conflicts with devel/readline
Pointed by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
13 Sep 2005 12:40:03
2.6.9
|
garga  |
- Update to 2.6.9
- OPTIONS'ify
PR: ports/86053
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
23 Nov 2004 11:29:27
2.6.7_1
|
sem  |
Forgoten PORTREVISION bump. |
22 Nov 2004 21:53:23
2.6.7
|
sem  |
- Fix possible buffer overflow
PR: ports/70699
Submitted by: Sergey S. Kostyliov <rathamahata(at)ehouse.ru> |
29 Jan 2004 07:24:56
2.6.7
|
trevor  |
SIZEify. |
08 Sep 2003 06:06:04
2.6.7
|
edwin  |
Update port: devel/libedit to 2.6.7
- Update to version 2.6.7
PR: ports/56525
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20 Feb 2003 17:07:10
2.6.4_1
|
knu  |
De-pkg-comment. |
16 Jan 2003 22:58:52
2.6.4_1
|
arved  |
Support CFLAGS properly
PR: 47067
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
11 May 2002 22:19:34
2.6.4
|
jasone  |
Drop maintainership. |
11 Feb 2002 01:34:30 
|
jasone  |
Add libedit 2.6.4. |