notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/editline/distinfo
SVNWeb

Number of commits found: 12

Sun, 30 Aug 2020
[ 07:13 sunpoet search for other commits by this committer ] Original commit   Revision:546979
Use upstream release tarball
Mon, 24 Feb 2020
[ 18:56 sunpoet search for other commits by this committer ] Original commit   Revision:527013
Update to 1.17.1

Changes:	https://github.com/troglobit/editline/releases
Mon, 6 Jan 2020
[ 14:44 sunpoet search for other commits by this committer ] Original commit   Revision:522240
Update to 1.17.0

Changes:	https://github.com/troglobit/editline/releases
Sat, 8 Jun 2019
[ 20:28 sunpoet search for other commits by this committer ] Original commit   Revision:503752
Update to 1.16.1

Changes:	https://github.com/troglobit/editline/releases
Thu, 20 Sep 2018
[ 00:22 sunpoet search for other commits by this committer ] Original commit   Revision:480131
Update to 1.16.0

Changes:	https://github.com/troglobit/editline/releases
Thu, 7 Sep 2017
[ 20:12 sunpoet search for other commits by this committer ] Original commit   Revision:449416
Update to 1.15.3

Changes:	https://github.com/troglobit/editline/releases
Tue, 7 Jun 2016
[ 06:20 johans search for other commits by this committer ] Original commit   Revision:416496
Update to editline 1.15.2 (bugfix release)
Rename editline.3 to libeditline.3 to avoid conflict with libedit
Tue, 17 Nov 2015
[ 06:12 johans search for other commits by this committer ] Original commit   Revision:401802
Update to editline 1.15.1 (bugfix release)
Sun, 20 Sep 2015
[ 13:22 johans search for other commits by this committer ] Original commit   Revision:397371
- Update to editline 1.15.0
- Adopt port
Tue, 28 Apr 2015
[ 18:44 bdrewery search for other commits by this committer ] Original commit   Revision:384932 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 19 Mar 2015
[ 20:45 bdrewery search for other commits by this committer ] Original commit   Revision:381689 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sun, 25 Jan 2015
[ 00:10 bapt search for other commits by this committer ] Original commit   Revision:377843
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

Number of commits found: 12