Path to this page:
./
devel/editline,
NetBSD Editline library (libedit) for generic line editing
Branch: CURRENT,
Version: 3.1.20210419nb1,
Package name: editline-3.1.20210419nb1,
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: 510.144 KB
Version history: (Expand)
- (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
- (2020-03-23) Updated to version: editline-3.1.20191231nb1
- (2020-03-23) Updated to version: editline-3.1.20191231
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-07 09:13:28 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: fix conflict with devel/readline
|
2021-05-07 09:08:39 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: Update to 20210419-3.1. PR pkg/56151
While here, clean up options handling.
* See also NetBSD changelog:
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
2021-04-19 Jess Thrysoee
* version-info: 0:65:0
* all: sync with upstream source
* src/getline.c,src/sys.h: Provide getline.c implementation if not available
Patch by Claes Nästén
* src/makelist: Use Posix locale; mainly to get ASCII character classes in \
e.g. `tr`
Patch by Claes Nästén
* examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by
Solaris
2021-02-16 Jess Thrysoee
* version-info: 0:64:0
* all: sync with upstream source
|
2020-05-11 23:06:02 by Tobias Nygren | Files touched by this commit (1) |
Log message:
editline/bl3.mk: define BUILDLINK_INCDIRS.editline
|
2020-05-11 22:52:45 by Tobias Nygren | Files touched by this commit (3) |
Log message:
editline: adjust libedit.pc file due to BUILDLINK_FNAME_TRANSFORM
We have questionable BUILDLINK_FNAME_TRANSFORMs in the bl3.mk that
transform include/editline/readline.h into include/readline/readline.h.
So if libedit.pc file says to use -I${PREFIX}/include/editline that
works fine when building stuff outside of pkgsrc but not inside of pkgsrc.
Workaround is to put both -I${PREFIX}/include/editline and
-I${PREFIX}/include/readline in the pc file, in that order of preference.
|
2020-05-06 22:55:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
editline: remove useless patch
|
2020-04-21 15:07:01 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
editline: Remove bogus SunOS-specific extern prototypes.
These will differ in const handling depending on whether you use native curses
or ncurses, and currently break ncurses.
|