Port details |
- e93 Tcl-based, programmer-oriented text editor
- 1.4.3 editors =4 1.4.3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-07-01 20:27:23
- Commit Hash: 19d6872
- People watching this port, also watch:: vigor, qiv, clig, add, bbjd
- Also Listed In: tcl
- License: GPLv2
- WWW:
- http://www.e93.org/
- Description:
- e93 is a portable window based text editor oriented to the needs of
programmers. It was begun in 1993 (thus the name). It uses the mouse,
selections, cut/copy/paste, and closely follows the model of editors
on the Macintosh and NeXT platforms.
e93 supports columnar selection. It achieves this by allowing multiple
pieces of the text to be selected simultaneously (this is perhaps its
most unique feature).
e93 imposes no limits on the line length, file length, or number of
simultaneous files which it can edit.
e93 is able to handle all 8-bit binary codes without complaint, or
confusion.
e93 is highly configurable without recompiling because scripts which
control the editor can be written in Tcl.
e93 supports user-configurable syntax highlighting.
- ¦ ¦ ¦ ¦
- 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/e93/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/e93
- pkg install e93
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: e93
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1553982473
SHA256 (e93.tgz) = 666bedf2aae2e189cde17bffcac74136003d80280a3b7cf8311e23d9c06f9242
SIZE (e93.tgz) = 433863
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:
-
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for e93-1.4.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_e93
- USES:
- compiler:c11 tar:tgz tcl xorg
- 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.4.3 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
1.4.3 02 Aug 2023 16:22:19 |
Muhammad Moinur Rahman (bofh) |
editors/e93: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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.4.3 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.4.3 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.4.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.3 01 Oct 2019 13:55:41 |
pkubaj |
editors/e93: fix build on GCC architectures
Use C11 compiler:
In file included from includes.h:54,
from e93.c:17:
varbind.h:14: error: redefinition of typedef 'VARIABLE_BINDING'
defines.h:198: error: previous declaration of 'VARIABLE_BINDING' was here
Approved by: mentors (implicit approval) |
1.4.3 27 Sep 2019 11:05:57 |
danfe |
- Update to version 1.4.3 (upstream does not embed version in the source
file, but comparing both files' contents shows that it is legit update)
- Convert rather cumbersome `post-patch' target to patches, removing the
changes that were integrated upstream
- Actualize USES and USE_XORG lists, reword the COMMENT text while here |
1.4.2 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
1.4.2 04 Aug 2019 10:02:47 |
antoine |
Mark BROKEN: unfetchable |
1.4.2 29 Mar 2019 13:58:23 |
danfe |
- Resurrect `editors/e93' and fix distfile fetching (unfortunately,
new distfile name does not contain version number, but its checksum
is the same as the previous one)
- Provide more descriptive and elaborate COMMENT text
- Register dependency between the program and its internal GUI library
which allows to remove MAKE_JOBS_UNSAFE (hopefully)
- Stop bogusly requesting C++ compiler (apparently, it was wanted
because of its `bool' type), instead simply #include <stdbool.h>
- Localize build configuration in one place (port-patch): having
MAKE_ARGS blurred the picture and it was not quite accurate anyway
(e.g., passed down those bogus C++ bits)
- Drop `gmake' from USES, no longer needed WRKSRC, define LICENSE_FILE
- Make docfiles installation optional and install them to appropriate
location using standard helper target
- Reformat port description (shorten the lines, kill EOL whitespace,
separate sentences with double spaces) |
1.4.2 28 Nov 2015 23:08:03 |
rene |
Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by
upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.4.2 25 Oct 2015 19:35:28 |
antoine |
Deprecate ports broken for more than 6 months |
1.4.2 05 Apr 2015 22:20:36 |
bapt |
Mark as broken unfetchable ports |
1.4.2 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
1.4.2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.4.2 15 Nov 2013 10:12:26 |
sunpoet |
- Remove leading indefinite article from COMMENT
- Use = instead of += |
1.4.2 05 Nov 2013 15:58:13 |
gahr |
- Convert to USES+=tcl gmake
- STAGE-clean |
1.4.2 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.4.2 22 May 2013 08:03:52 |
gahr |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 86 exp-run latecomers)
Approved by: portmgr |
1.4.2 17 Aug 2011 07:45:44 |
ehaupt |
Mark MAKE_JOBS_UNSAFE
Notified by: pointyhat (via pav)
Submitted by: KATO Tsuguru <tkato432@yahoo.com> (via mail) |
1.4.2 12 Aug 2011 19:30:04 |
ehaupt |
Update to 1.4.2
PR: 159434
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3.4_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.4_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.3.4_2 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.3.4_2 02 Aug 2009 02:51:50 |
wxs |
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) |
1.3.4_2 14 Feb 2009 14:49:40 |
mm |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl |
1.3.4_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.3.4_2 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.3.4_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.4_1 20 Mar 2007 18:45:29 |
miwi |
- Pass maintainershipt to submitter
- Use TCL/TK 8.4
PR: 110313
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
1.3.4 21 Dec 2006 05:39:28 |
alepulver |
- Update to version 1.3.4.
- Fix building so remove BROKEN. |
1.3.2 05 Apr 2006 05:46:33 |
linimon |
Reset jeremy@external.org who has not responded to email asking about
maintainer timeouts.
Hat: portmgr |
1.3.2 22 Jan 2006 11:02:41 |
edwin |
SHA256ify (manually updated and checked)
Approved by: krion@ |
1.3.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.3.2 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
1.3.2 18 May 2003 10:08:40 |
kris |
BROKEN on 5.1: does not compile |
1.3.2 21 Feb 2003 11:38:28 |
knu |
De-pkg-comment. |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |
30 Sep 2000 01:39:20 |
will |
Update to 1.3.2 && change MAINTAINER. |
01 Jun 2000 08:45:29 |
asami |
Remove two directories. |