./devel/editline, NetBSD Editline library (libedit) for generic line editing

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 3.1.20250104nb1, Package name: editline-3.1.20250104nb1, Maintainer: ryoon

This 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)


CVS history: (Expand)


   2025-06-01 16:42:23 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
devel/editline: fix alignment (NFC)

The previous commit -noticeably missing a commit message- was meant to
fix the broken libedit build on SunOS.
   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) | Package updated
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) | Package updated
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.