summaryrefslogtreecommitdiff
path: root/devel/editline
AgeCommit message (Collapse)AuthorFilesLines
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.