Path to this page:
./
devel/editline,
NetBSD Editline library (libedit) for generic line editing
Branch: CURRENT,
Version: 3.1.20250104,
Package name: editline-3.1.20250104,
Maintainer: ryoonThis is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 533.931 KB
Version history: (Expand)
- (2025-04-28) Updated to version: editline-3.1.20250104
- (2023-06-29) Updated to version: editline-3.1.20221030nb2
- (2023-06-26) Updated to version: editline-3.1.20221030
- (2021-05-07) Updated to version: editline-3.1.20210419nb1
- (2021-05-07) Updated to version: editline-3.1.20210419
- (2020-05-12) Updated to version: editline-3.1.20191231nb2
CVS history: (Expand)
2025-04-30 23:09:49 by Tobias Nygren | Files touched by this commit (1) |
Log message:
editline: create the pkgconfig directory before installing builtin pc file
|
2025-04-30 14:22:43 by Thomas Klausner | Files touched by this commit (1) |
Log message:
editline: more quoting
|
2025-04-30 13:38:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
editline: when using builtin editline, also provide pkg-config file
If the installation has one (like on NetBSD-current), use it, otherwise
create it.
TODO: the version number is currently fixed to 3.1, this should be
extracted from the header/library files somehow
|
2025-04-28 22:15:00 by Tobias Nygren | Files touched by this commit (6) |  |
Log message:
editline: update to 202501014
2025-01-04 Jess Thrysoee
* all: sync with upstream source
2024-08-08 Jess Thrysoee
* all: sync with upstream source
* doc/Makefile.am: fix regression. Name all manpage links as el_*
(e.g. el_history.3) to avoid conflicts.
Reported by Zopolis4
2024-05-17 Jess Thrysoee
* all: sync with upstream source
2023-08-28 Jess Thrysoee
* src/chartype.c: Add missing stdint.h
Reported by Rui Chen
2023-08-27 Jess Thrysoee
* all: sync with upstream source
|
2023-11-07 11:23:12 by Nia Alarie | Files touched by this commit (2) |
Log message:
editline: Include missing headers.
|
2023-06-29 19:55:29 by Hauke Fath | Files touched by this commit (3) |  |
Log message:
vis(3): Avoid nonportable MIN in portable code.
Adopt upstream's resolution, to be dropped with the next
update. (Thanks, riastradh@)
|
2023-06-29 18:18:56 by Hauke Fath | Files touched by this commit (3) |
Log message:
Unbreak build on OmniOS, which #defines MIN() in an uncommon
place.
This should really be picked up by autoconf.
|
2023-06-26 13:37:08 by Thomas Klausner | Files touched by this commit (6) |  |
Log message:
editline: update to 3.1.20221030.
2022-10-30 Jess Thrysoee
* src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to compile \
against musl libc
Reported by Matt Boehlke
* version-info: 0:70:0
2022-10-09 Jess Thrysoee
* version-info: 0:69:0
* src/sys.h: Add __sun guard around sys/types.h in sys.h
* all: sync with upstream source
2021-09-10 Jess Thrysoee
* all: sync with upstream source
2021-07-14 Jess Thrysoee
* all: sync with upstream source
* src/histedit.h: Add wcsdup declaration when ifndef HAVE_WCSDUP. Patch by \
Rainer Jung.
* examples/wtc1.c: Fix warnings and add missing brace. Patch by Rainer Jung.
2021-05-22 Jess Thrysoee
* version-info: 0:66:0
* all: sync with upstream source
* src/el.c: editrc not read on systems without issetugid
Patch by Trevor Cordes
|