non port: devel/editline/Makefile |
Number of commits found: 27 |
Saturday, 13 Apr 2024
|
13:03 Po-Chuan Hsieh (sunpoet)
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
62ed195 |
Wednesday, 21 Feb 2024
|
15:06 Po-Chuan Hsieh (sunpoet)
devel/editline: Update manpage location
(003a571d1d6585196545295efc181514f171c4c4, r523104)
d37c713 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 3 Mar 2021
|
18:07 sunpoet
Convert REINPLACE_CMD to patch files
|
Sunday, 30 Aug 2020
|
07:13 sunpoet
Use upstream release tarball
|
Monday, 24 Feb 2020
|
18:56 sunpoet
Update to 1.17.1
Changes: https://github.com/troglobit/editline/releases
|
Monday, 6 Jan 2020
|
14:44 sunpoet
Update to 1.17.0
Changes: https://github.com/troglobit/editline/releases
|
Saturday, 8 Jun 2019
|
20:28 sunpoet
Update to 1.16.1
Changes: https://github.com/troglobit/editline/releases
|
Thursday, 20 Sep 2018
|
00:22 sunpoet
Update to 1.16.0
Changes: https://github.com/troglobit/editline/releases
|
Monday, 10 Sep 2018
|
13:14 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
|
Thursday, 7 Sep 2017
|
20:12 sunpoet
Update to 1.15.3
Changes: https://github.com/troglobit/editline/releases
|
Saturday, 17 Dec 2016
|
12:57 sunpoet
- Add LICENSE_FILE
- Silence patch message
- Cosmetic change
|
Thursday, 15 Dec 2016
|
00:16 sunpoet
- Take maintainership
|
Wednesday, 14 Dec 2016
|
21:48 johans
Stepping down as maintainer for some ports.
|
Friday, 21 Oct 2016
|
15:21 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
|
Tuesday, 14 Jun 2016
|
08:20 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)
|
Tuesday, 7 Jun 2016
|
06:20 johans
Update to editline 1.15.2 (bugfix release)
Rename editline.3 to libeditline.3 to avoid conflict with libedit
|
Wednesday, 25 May 2016
|
15:43 mat
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
Sunday, 7 Feb 2016
|
20:08 marino
x11/xterm: remove termcap linkage (part of ncurses work)
The linking isn't required.
approved by: infrastructure blanket
|
Tuesday, 17 Nov 2015
|
06:12 johans
Update to editline 1.15.1 (bugfix release)
|
Sunday, 20 Sep 2015
|
13:22 johans
- Update to editline 1.15.0
- Adopt port
|
Sunday, 19 Jul 2015
|
12:24 bapt
Drop maintainership
|
Thursday, 19 Mar 2015
|
18:08 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
|
Sunday, 25 Jan 2015
|
00:32 bapt
Register conflicts
|
00:10 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
|
Number of commits found: 27 |