summaryrefslogtreecommitdiff
path: root/devel/editline
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-07editline: fix conflict with devel/readlinenia3-65/+49
2021-05-07editline: Update to 20210419-3.1. PR pkg/56151nia3-27/+30
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-11editline/bl3.mk: define BUILDLINK_INCDIRS.editlinetnn1-1/+2
2020-05-11editline: adjust libedit.pc file due to BUILDLINK_FNAME_TRANSFORMtnn3-3/+17
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-06editline: remove useless patchadam2-18/+1
2020-04-21editline: Remove bogus SunOS-specific extern prototypes.jperkin3-1/+45
These will differ in const handling depending on whether you use native curses or ncurses, and currently break ncurses.
2020-03-23clean up if clausetnn1-3/+2
2020-03-23editline: make manpage installation optional. Bump. PR pkg/55100tnn2-45/+63
2020-03-22editline: update to 20191231 snapshottnn5-30/+50
Please see src/lib/libedit in the NetBSD repository for the changes.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03devel: align variable assignmentsrillig1-7/+7
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-17FreeBSD's wchar_t seems to be able to handle the ISO 10646 chacters too.rodent4-7/+23
This will unbreak the build of a few packages on FreeBSD, notably mysql*. Defuzz patches.
2015-05-07Update to 3.1.20150325ryoon4-35/+10
Changelog: 2015-03-25 Jess Thrysoee * version-info: 0:53:0 * all: sync with upstream source 2014-10-30 Jess Thrysoee * version-info: 0:52:0 * all: sync with upstream source * configura.ac: Fix posix shell portability issue. Patch by Ryo Onodera.
2015-04-09Revert last change. The latest version of Xcode installs the editlinetron1-4/+1
related files to "/usr" again. And the previous work-around now breaks the build for some unknown reason. Problem pointed out by Adam Ciarciński in private e-mail.
2015-03-19Forgot this.rodent1-0/+15
2015-03-19Add a BSD license.tron1-1/+31
2015-03-19Fix build under Solaris 10 and older.tron2-1/+43
2015-03-18I've we detected an Mac OS X SDK location use it as the prefix of thetron1-1/+4
builtin "editline" package. This fixes the build of the "mysql56-client" package (and possibly others) under Mac OS X Yosemite with a clean install of Xcode (in particular with no files in "/Developer").
2015-02-15Fix build for OpenBSD. Defuzz patches.rodent3-8/+9
2014-10-23Use ln with '-f' in patch file to help with repeated installs.fhajny2-4/+4
2014-07-02Update to 3.1.20140620ryoon3-13/+24
Changelog: 2014-06-20 Jess Thrysoee * version-info: 0:51:0 * all: sync with upstream source 2014-06-18 Jess Thrysoee * version-info: 0:50:0 * all: sync with upstream source - add weak alias patches 2014-06-18 Jess Thrysoee * version-info: 0:49:0 * all: sync with upstream source. 2014-02-13 Jess Thrysoee * version-info: 0:48:0 * all: sync with upstream source. * examples/fileman.c: Fix typo. Patch by Kamil Dudka. * Makefile.am, configure.ac: Add --enable-examples configure parameter. Make it possible to enable/disable building of the examples programs. Patch by James Le Cuirot.
2014-06-09Fixes support of "history" and "readline" alternative libraries.obache1-4/+6
Those are required for the case in readline compatible mode, not for using builtin editline.
2014-06-09Prepend to assume that builtin headers are in /usr/include.obache1-2/+2
2014-05-19Re-generate patch.jperkin2-8/+11
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-4/+4
2013-10-11Be more defensive in autoreconf call.wiz1-2/+2
2013-08-11only force builtin termcap library for the case using builtin editline.obache1-1/+4
2013-08-11introduce CHECK_BUILTIN guard, and replace some unwanted readline with editline.obache1-19/+15
2013-07-19Fix builtin detection conditionals.ryoon1-2/+36
* Correct detection of following cases. non-editline/readline, editline/non-readline, and editline/readline. * If builtin editline has header files in include/editline, create include/readline/* symlinks. * Fix PR pkg/48062 with above fixes. Confirmed on Ubuntu Linux/amd64 13.04.
2013-07-15Bump PKGREVISION.ryoon5-6/+22
* Create include/editline/history.h that is symlink to readline.h like NetBSD base libedit. This change fixes insufficient buildlinking of editline. So fix build of devel/elf or other editline consumer on my private Debian GNU/kFreeBSD pkgsrc environemnt. It should fix editline consumer build on other platforms.
2013-07-15Import editline-3.1.20130712 as devel/editline.ryoon8-0/+182
Based on wip/editline by reed@. 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.