notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
e3 Full featured text editor written in assembler
2.8_1,3 editors on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.8,3Version of this port present on the latest quarterly branch.
Ignore IGNORE: is only for i386, while you are running amd64
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 search for ports maintained by this maintainer
Port Added: 2000-12-18 17:38:33
Last Update: 2024-03-15 08:18:49
Commit Hash: 4cc4deb
People watching this port, also watch:: ruby31-bdb, gdbm, curl, procmail, vim
License: not specified in port
WWW:
http://www.sax.de/~adlibit/
Description:
e3 is a full featured text editor written in NASM assembler. It is highly optimized for size. For the command syntax you can choice between the families of Wordstar(TM), EMACS, Pico or vi editors. The executable's size is below 10000 byte, so you won't waste your disk space ;-)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/e3
  2. bin/e3em
  3. bin/e3ne
  4. bin/e3pi
  5. bin/e3vi
  6. bin/e3ws
  7. share/man/man1/e3.1.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • e3>0:editors/e3
To install the port:
cd /usr/ports/editors/e3/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install editors/e3
  • pkg install e3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: e3
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
distinfo:
SHA256 (e3-2.8.tgz) = 035737d0cc82b287386fdff8682b2c23ef620d7ef97dff7a1b1fe1777e4c4fb7 SIZE (e3-2.8.tgz) = 119939

Packages (timestamps in pop-ups are UTC):
e3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----2.8_1,3---
FreeBSD:13:quarterly----2.8,3---
FreeBSD:14:latest----2.8_1,3---
FreeBSD:14:quarterly----2.8,3---
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
  2. gmake>=4.4.1 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
editors_e3
USES:
gmake tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://sites.google.com/site/e3editor/Home/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.8_1,3
15 Mar 2024 08:18:49
commit hash: 4cc4debed086e9db8dd9925550ddb2533f230548commit hash: 4cc4debed086e9db8dd9925550ddb2533f230548commit hash: 4cc4debed086e9db8dd9925550ddb2533f230548commit hash: 4cc4debed086e9db8dd9925550ddb2533f230548 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
editors/e3: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.8,3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.8,3
20 Jul 2022 14:21:49
commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.8,3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.8,3
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.8,3
31 Dec 2015 09:48:20
Revision:404916Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak fetch

Reported by:	pkg-fallout
2.8,3
30 Dec 2015 11:47:15
Revision:404837Original commit files touched by this commit
rakuco search for other commits by this committer
Unmark BROKEN.

Fetching worked fine, with no certificate errors.
2.8,3
29 Nov 2015 09:51:30
Revision:402586Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
2.8,3
26 May 2015 12:00:12
Revision:387464Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark BROKEN: does not fetch

===>   e3-2.8,3 depends on file: /usr/local/sbin/pkg - found
Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
675131468:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify
failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1180:
fetch: http://sites.google.com/site/e3editor/Home/e3-2.8.tgz?attredirects=0&d=1:
Authentication error
*** Error code 1

Reported by:	pkg-fallout
2.8,3
05 Aug 2014 10:50:42
Revision:364089Original commit files touched by this commit
jhale search for other commits by this committer
- Stagify
- PLIST_FILES -> pkg-plist
2.8,3
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
2.8,3
23 Jul 2014 16:44:28
Revision:362705Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
2.8,3
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2.8,3
26 May 2014 13:05:05
Revision:355326Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake to USES

Approved by:	portmgr
2.8,3
20 Sep 2013 16:36:24
Revision:327720Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
2.8,3
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.8,3
12 Jul 2010 07:10:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2,8

PR:             148508
Submitted by:   Toshihiko ARAI <arai.toshihiko@gmail.com> (maintainer)
2.7.0,3
19 Jul 2007 10:07:30
Original commit files touched by this commit
rafan search for other commits by this committer
- When starting on -current, it failes due to bad syscall. Fix that.

I tried this patch on both up-to-date current and 6.2-stable, both work.

PR:             ports/112793
Submitted by:   rmgls at wanadoo.Fr
Approved by:    Joseph Scott <joseph at randomnetworks.com> (maintainer)
2.7.0,2
06 Apr 2006 16:08:19
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 2.7.0.

PR:             ports/95363
Submitted by:   Joseph Scott <joseph@randomnetworks.com> (maintainer)
Approved by:    mnag (mentor)
2.6.3,2
22 Jan 2006 08:34:46
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
2.6.3,2
01 Nov 2005 11:55:07
Original commit files touched by this commit
az search for other commits by this committer
-Update to 2.6.3

PR:             ports/88147
Submitted by:   maintainer
Approved by:    sem (mentor)
2.60.2,1
01 Aug 2005 18:37:43
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 2.60.2
Use PLIST_FILES

PR:             ports/84434
Submitted by:   Andrej Zverev <az@inec.ru>
Approved by:    Joseph Scott <joseph@randomnetworks.com> (maintainer)
2.60.0,1
17 Jul 2004 15:35:54
Original commit files touched by this commit
arved search for other commits by this committer
Update to 2.60

PR:             69061
Submitted by:   Joseph Scott <joseph@randomnetworks.com>
2.43_1,1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
2.43_1,1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
2.43,1
29 Jun 2003 14:25:01
Original commit files touched by this commit
naddy search for other commits by this committer
Fix typo in ONLY_FOR_ARCHS variable.

PR:             53534
Submitted by:   Mark Linimon <linimon@lonesome.com>
2.43,1
29 Apr 2003 03:27:24
Original commit files touched by this commit
edwin search for other commits by this committer
MAINTAINER UPDATE: editors/e3 2.42 -> 2.43

PR:             ports/51317
Submitted by:   Joseph Scott <joseph@randomnetworks.com>
2.42,1
03 Apr 2003 01:17:38
Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 2.42

PR: 50552
Submitted by: MAINTAINER
2.41,1
05 Mar 2003 13:10:35
Original commit files touched by this commit
markp search for other commits by this committer
Update to 2.41 which solves a core dump bug.

PR:             48891
Submitted by:   maintainer
2.4,1
21 Feb 2003 11:38:28
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
2.4,1
29 Jan 2003 16:15:06
Original commit files touched by this commit
nork search for other commits by this committer
bump PORTEPOCH by 2.31->2.4.

Submitted by:   Dan Nelson <dnelson@allantgroup.com>
2.4
28 Jan 2003 21:50:47
Original commit files touched by this commit
nork search for other commits by this committer
Update to 2.4.

PR:             ports/47562
Submitted by:   Joseph Scott <joseph@randomnetworks.com> (maintainer)
2.31
08 May 2002 15:26:39
Original commit files touched by this commit
dwcjr search for other commits by this committer
Update to 2.31

PR:             37323
Submitted by:   Matthias Andree <matthias.andree@stud.uni-dortmund.de>
Approved by:    maintainer
2.21
28 Mar 2002 23:04:22
Original commit files touched by this commit
petef search for other commits by this committer
Update to 2.21.

PR:             36435
Submitted by:   maintainer
24 Dec 2001 23:56:50
commit hash: fp1.22502@dev.null.freshports.orgcommit hash: fp1.22502@dev.null.freshports.orgcommit hash: fp1.22502@dev.null.freshports.orgcommit hash: fp1.22502@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
Update to version 2.0.    
19 Oct 2001 17:21:00
commit hash: fp1.19873@dev.null.freshports.orgcommit hash: fp1.19873@dev.null.freshports.orgcommit hash: fp1.19873@dev.null.freshports.orgcommit hash: fp1.19873@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 1.71    
13 Jul 2001 04:17:56
commit hash: fp1.16144@dev.null.freshports.orgcommit hash: fp1.16144@dev.null.freshports.orgcommit hash: fp1.16144@dev.null.freshports.orgcommit hash: fp1.16144@dev.null.freshports.org files touched by this commit
markp search for other commits by this committer
Update to 1.7    
14 Jun 2001 06:24:16
commit hash: fp1.15048@dev.null.freshports.orgcommit hash: fp1.15048@dev.null.freshports.orgcommit hash: fp1.15048@dev.null.freshports.orgcommit hash: fp1.15048@dev.null.freshports.org files touched by this commit
dwcjr search for other commits by this committer
Update to latest version    
04 Jan 2001 09:38:42
commit hash: fp1.8042@dev.null.freshports.orgcommit hash: fp1.8042@dev.null.freshports.orgcommit hash: fp1.8042@dev.null.freshports.orgcommit hash: fp1.8042@dev.null.freshports.org files touched by this commit
nbm search for other commits by this committer
Update to 1.4.    
27 Dec 2000 22:14:37
commit hash: fp1.7698@dev.null.freshports.orgcommit hash: fp1.7698@dev.null.freshports.orgcommit hash: fp1.7698@dev.null.freshports.orgcommit hash: fp1.7698@dev.null.freshports.org files touched by this commit
gj search for other commits by this committer
Add a patch to make Ctrl-D/Ctrl-U behave the way a seasoned   vi user expects -
without the patch they do exactly the opposite   of what is expected.    
18 Dec 2000 20:38:33
commit hash: fp1.7356@dev.null.freshports.orgcommit hash: fp1.7356@dev.null.freshports.orgcommit hash: fp1.7356@dev.null.freshports.orgcommit hash: fp1.7356@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
A full featured text editor written in assembler.    

Number of commits found: 42