Port details |
- editline Minix editline: A free readline() for UNIX
- 1.17.1 devel =3 1.17.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-01-25 00:10:35
- Last Update: 2024-04-13 13:03:19
- Commit Hash: 62ed195
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: BSD4CLAUSE
- WWW:
- https://github.com/troglobit/editline
- Description:
- This is a line editing library. It can be linked into almost any program to
provide command-line editing and history. It is call-compatible with the FSF
readline library, but is a fraction of the size (and offers fewer features).
The editline library was created by Simmule Turner and Rich Salz back in 1992.
At the time they chose to distribute the code under a "C News-like" copyright,
see the file LICENSE for details.
The small size (<30k), lack of dependencies (no ncurses needed!) and the free
license should make this library interesting to many embedded developers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- editline>0:devel/editline
- To install the port:
- cd /usr/ports/devel/editline/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/editline
- pkg install editline
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: editline
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1598622698
SHA256 (editline-1.17.1.tar.gz) = 781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26
SIZE (editline-1.17.1.tar.gz) = 375752
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- sysutils/nix
Configuration Options:
- ===> The following configuration options are available for editline-1.17.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_editline
- USES:
- libtool ncurses pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.1 13 Apr 2024 13:03:19 |
Po-Chuan Hsieh (sunpoet) |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
1.17.1 21 Feb 2024 15:06:21 |
Po-Chuan Hsieh (sunpoet) |
devel/editline: Update manpage location
(003a571d1d6585196545295efc181514f171c4c4, r523104) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.17.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.17.1 16 Oct 2021 07:09:26 |
Jimmy Olgeni (olgeni) |
devel/editline: fix typos in pkg-descr. |
1.17.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.17.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.17.1 03 Mar 2021 18:07:02 |
sunpoet |
Convert REINPLACE_CMD to patch files |
1.17.1 30 Aug 2020 07:13:09 |
sunpoet |
Use upstream release tarball |
1.17.1 24 Feb 2020 18:56:46 |
sunpoet |
Update to 1.17.1
Changes: https://github.com/troglobit/editline/releases |
1.17.0 06 Jan 2020 14:44:30 |
sunpoet |
Update to 1.17.0
Changes: https://github.com/troglobit/editline/releases |
1.16.1 08 Jun 2019 20:28:33 |
sunpoet |
Update to 1.16.1
Changes: https://github.com/troglobit/editline/releases |
1.16.0 20 Sep 2018 00:22:23 |
sunpoet |
Update to 1.16.0
Changes: https://github.com/troglobit/editline/releases |
1.15.3 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.15.3 07 Sep 2017 20:12:27 |
sunpoet |
Update to 1.15.3
Changes: https://github.com/troglobit/editline/releases |
1.15.2 17 Dec 2016 12:57:03 |
sunpoet |
- Add LICENSE_FILE
- Silence patch message
- Cosmetic change |
1.15.2 15 Dec 2016 00:16:53 |
sunpoet |
- Take maintainership |
1.15.2 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
1.15.2 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.15.2 14 Jun 2016 08:20:19 |
marino |
devel/editline: USES+= ncurses
It's no longer required to remove -ltermcap references; the new configure
script will search for curses, ncurses, etc, but now one of these
libraries is mandatory.
Approved by: infrastructure blanket (ncurses) |
1.15.2 07 Jun 2016 06:20:45 |
johans |
Update to editline 1.15.2 (bugfix release)
Rename editline.3 to libeditline.3 to avoid conflict with libedit |
1.15.1 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.15.1 07 Feb 2016 20:08:54 |
marino |
x11/xterm: remove termcap linkage (part of ncurses work)
The linking isn't required.
approved by: infrastructure blanket |
1.15.1 17 Nov 2015 06:12:13 |
johans |
Update to editline 1.15.1 (bugfix release) |
1.15.0 20 Sep 2015 13:22:42 |
johans |
- Update to editline 1.15.0
- Adopt port |
1.14.2 19 Jul 2015 12:24:05 |
bapt |
Drop maintainership |
1.14.2 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
1.14.2 19 Mar 2015 20:45:04 |
bdrewery |
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).
With hat: portmgr |
1.14.2 19 Mar 2015 18:08:26 |
bdrewery |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr |
1.14.2 25 Jan 2015 00:32:16 |
bapt |
Register conflicts |
1.14.2 25 Jan 2015 00:10:23 |
bapt |
This is a line editing library. It can be linked into almost any program to
provide command-line editing and history. It is call-compatible with the FSF
readline library, but is a fraction of the size (and offers fewer features).
The editline library was created by Simmule Turner and Rich Salz back in 1992.
At the time they chose to distribute the code under a "C News-like" copyright,
see the file LICENSE for details.
The small size (<30k), lack of dependencies (no ncurses needed!) and the free
license should make this library interesting to many embedded developers
WWW: https://github.com/troglobit/editline |