Port details |
- le Text editor with block and binary operations
- 1.16.8_1 editors =6 1.16.8_1Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-08-30 19:29:53
- Commit Hash: 1aa7096
- People watching this port, also watch:: wget, nmap, mc, trafshow, links
- License: GPLv3
- WWW:
- https://github.com/lavv17/le
- Description:
- LE has many block operations with stream and rectangular blocks, can edit
both Unix and DOS style files (LF/CRLF), is binary clean, has hex mode,
can edit text with multi-byte character encoding, has full undo/redo, can
edit files and mmap-able devices in mmap shared mode (only replace), has
tunable syntax highlighting, tunable color scheme (can use default colors),
tunable key map.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/editors/le/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/le
- pkg install le
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: le
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649434404
SHA256 (le-1.16.8.tar.bz2) = d811b3af3f6a3d8580efa23cc49c87c365fdbcb061ecd89bf02f4b4356133247
SIZE (le-1.16.8.tar.bz2) = 879287
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_le
- USES:
- localbase ncurses perl5 tar:bzip2
- 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.16.8_1 30 Aug 2024 19:29:53 |
Dimitry Andric (dim) |
editors/le: fix build with recent libc++ headers
As reported on the ports mailing lists, with recent libc++ headers on
e.g. 15.0-CURRENT, 13.4 or 14.2, editors/le fails with errors similar
to:
/usr/include/c++/v1/ios:257:25: error: expected ')'
257 | static const fmtflags hex = 0x0008;
| ^
./edit.h:158:26: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM)
| ^
/usr/include/c++/v1/ios:257:25: note: to match this '('
./edit.h:158:17: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM) (Only the first 15 lines of the commit message are shown above ) |
1.16.8_1 07 Mar 2024 11:51:21 |
Nuno Teixeira (eduardo) |
editors/le: Move man pages to share/man
Approved by: portmgr (blanket) |
1.16.8 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.16.8 16 Dec 2023 19:15:39 |
Muhammad Moinur Rahman (bofh) |
editors/le: Update WWW
- Utilize USES=localbase
Approved by: portmgr (just-fix-it) |
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.16.8 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.16.8 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
1.16.8 08 Apr 2022 17:03:00 |
Ryan Steinmetz (zi) |
editors/le: Update to 1.16.8 |
1.16.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.6 08 Aug 2019 13:43:55 |
zi |
- Update to 1.16.6 |
1.16.5 23 May 2018 03:02:18 |
zi |
- Update to 1.16.5 |
1.14.9_1 01 Aug 2017 17:07:58 |
zi |
- MASTER_SITES cleanup |
1.14.9_1 31 Jan 2016 11:39:58 |
marino |
editors/le: document ncurses requirement (USES+=ncurses)
Also, add -I${LOCALBASE}/include to cflags to find ncurses headers
when ports ncurses is used.
approved by: infrastructure blanket |
1.14.9_1 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
1.14.9_1 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.14.9_1 01 Apr 2014 17:41:29 |
antoine |
- Do not violate stagedir
- Bump PORTREVISION as some files were installed outside stagedir
Reported by: poudriere
With hat: portmgr |
1.14.9 17 Jan 2014 15:57:51 |
bapt |
Support stage |
1.14.9 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.14.9 24 Mar 2013 22:00:40 |
zi |
- Update to 1.14.9 |
1.14.8 05 Feb 2013 01:00:29 |
zi |
- Update to 1.14.8 |
1.14.7 09 May 2012 23:42:15 |
zi |
- Mark BROKEN under FreeBSD 7.x
Reported by: pointyhat |
1.14.7 04 May 2012 10:14:16 |
zi |
- Update to 1.14.7 |
1.14.6 23 Mar 2012 14:27:51 |
zi |
- Update mirror URL on my ports
Feature safe: yes |
1.14.6 17 Jul 2011 17:19:32 |
zi |
-Update to 1.14.6
-Pacify portlint(1)
PR: ports/158777
Submitted by: rpsfa@rit.edu (me)
Approved by: wxs (mentor) |
1.14.5 15 Jul 2011 21:15:29 |
zi |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
1.14.5 07 Jun 2011 11:14:25 |
wxs |
- Update to 1.14.5.
- Pass maintainer to submiter.
- Add LICENSE.
- Add WWW to pkg-descr.
PR: ports/157671
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> |
1.14.3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.14.3 04 Jan 2010 23:14:21 |
miwi |
- Update to 1.14.3
PR: 142313
Submitted by: Ports Fury |
1.14.2 28 May 2009 23:49:27 |
miwi |
- Update to 1.14.2
PR: 135031
Submitted by: Ports Fury |
1.14.0_1 24 Jan 2009 16:23:39 |
rafan |
- This port needs files under DATADIR/syntax.d to do correct syntax highlight.
Make this happen by using distributor's Makefile to install files.
- Bump PORTREVISION
PR: ports/130943
Submitted by: Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua> |
1.14.0 14 Jan 2009 09:12:14 |
miwi |
- Update to 1.14.0
PR: 130448
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.13.11 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.13.11 22 Dec 2008 07:25:25 |
az |
Update to version 1.13.11 |
1.13.8 18 Aug 2008 22:08:03 |
miwi |
- Update to 1.13.8
PR: 126595
Submitted by: Ports Fury |
1.13.7 03 Jul 2008 22:11:39 |
gahr |
- Respect NOPORTDATA [1]
- Remove 5.x support
Reported by: QA Tindy Curse [1] |
1.13.7 03 Jul 2008 18:52:33 |
gahr |
- Update to 1.13.7
PR: 125231
Submitted by: Ports Fury |
1.13.4 24 Jun 2008 07:11:00 |
az |
- Drop maintainership |
1.13.4 09 Dec 2006 20:44:08 |
az |
- Update to 1.13.4
Sinnce both master sites broken, switch to gentoo friends mirrors :) |
1.13.3 29 Jul 2006 22:00:42 |
miwi |
- Update to 1.13.3
PR: ports/101008
Submitted by: miwi
Approved by: krion (mentor), az (maintainer) |
1.13.2 18 May 2006 09:08:12 |
az |
- Update to version 1.3.2 [1]
- USE_BZIP2 instead tar.gz for distfile [2]
Noticed by: kris mail [*1]
Requested by: Andrey Simonenko (via email) [*2] |
1.13.0 25 Apr 2006 07:07:13 |
az |
- Update to version 1.13.0
- Add extra MASTER_SITES
PR: ports/96276
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
1.12.5 22 Feb 2006 08:35:50 |
az |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P |
1.12.5 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
1.12.5 03 Oct 2005 12:55:25 |
az |
- Change my e-mail
Approved by: sem (mentor) |
1.12.5 12 Sep 2005 11:36:02 |
garga |
- Make it fetchable again, using gzip tarball instead bz2.
PR: ports/86008
Submitted by: maintainer |
1.12.5 30 Aug 2005 23:09:34 |
jylefort |
[1]:
- Add a backup master site
- Pass maintainership to submitter
Moreover:
- Use ${PORTDOCS} for a smaller pkg-plist
[1]:
PR: ports/85480
Submitted by: Andrej Zverev <az@inec.ru> (new maintainer) |
1.12.5 01 Aug 2005 16:17:55 |
sem |
- Update to 1.12.5
PR: ports/84435
Submitted by: Andrej Zverev <az@inec.ru> |
1.12.3 22 Jun 2005 17:05:22 |
lawrance |
Update to 1.12.3
PR: ports/82531
Submitted by: Ports Fury |
1.12.2 06 Jun 2005 17:46:13 |
pav |
- Update to 1.12.2
PR: ports/81956
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.12.1 03 May 2005 08:59:28 |
krion |
Update to version 1.12.1
PR: ports/80541
Submitted by: Ports Fury |
1.9.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.9.2 04 Apr 2003 20:07:50 |
nork |
Update to 1.9.2.
PR: ports/50583
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.9.1 20 Feb 2003 17:12:51 |
knu |
De-pkg-comment. |
1.9.1 23 Aug 2002 08:16:55 |
kevlo |
Update to version 1.9.1
PR: 41894
Submitted by: Erwin Lansing <erwin@lansing.dk> |
17 Jul 2001 04:59:03 |
markp |
Update to 1.9.0 |
27 Apr 2001 17:48:51 |
ijliao |
upgrade to 1.8.0 |
27 Mar 2001 14:16:13 |
kevlo |
Update to version 1.7.1 |
14 Feb 2001 14:29:38 |
kevlo |
Upgrade to version 1.6.3 |
29 Dec 2000 15:50:39 |
kevlo |
Upgrade to 1.6.1 |
29 Dec 2000 01:15:50 |
obrien |
return to ports at freebsd dot org |
22 Nov 2000 00:21:52 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |