Port details |
- teco Powerful and compact editor with nongraphical user interface
- 0398_2 editors =5 0398_2Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2005-02-17 10:27:53
- Last Update: 2024-02-23 16:54:22
- Commit Hash: 5844fd9
- People watching this port, also watch:: vorbis-tools, gimp, flac, libevent, sox
- License: BSD3CLAUSE
- WWW:
- https://almy.us/teco.html
- Description:
- TECO is the grand old text editor. It is a powerful and compact precursor
to EMACS, and has a completely nongraphical user interface. It is very fast
(probably the fastest editor in the world) and has a macro language. TECO
was written by Dan Murphy (http://www.opost.com/dlm) at Digital Equipment
Corporation in 1962. This is based on Pete Siemsen's TECOC implementation,
and comes with a copy of the original's DECUS TECO documentation.
- ¦ ¦ ¦ ¦
- 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/teco/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/teco
- pkg install teco
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: teco
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tecoclinux0398.tar.gz) = 9bc2f550ccec87af768c52138225a439687f41d2a9d2da74e2919983323912ba
SIZE (tecoclinux0398.tar.gz) = 374792
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for teco-0398_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- editors_teco
- pkg-message:
- For install:
- Powerful and compact editor with nongraphical user interface
The FreeBSD port implements pretty well all that the Linux version does.
There is now a manual page; note carefully that the name of the
executable file is 'tecoc', and that it takes a first argument
specifying how it is to run. The manual page has many more details.
Most users will want to set up aliases for using the program; this is
not done by the port to avoid unnecessary namespace pollution. There is
also the issue that the conventional command for creating a new file
with teco is 'make' - it is suggested that a capitalised version,
'Make', is used instead. However, users can choose any name they like.
An example set of aliases for csh might be:
alias Make 'tecoc make'
alias teco 'tecoc teco'
alias mung 'tecoc mung'
alias inspect 'tecoc teco -inspect'
For bash, they might be:
alias Make='tecoc make'
alias teco='tecoc teco'
alias mung='tecoc mung'
alias inspect='tecoc teco -inspect'
If the port is built with the DOCS option set to ON, then documentation
will be installed into %%DOCSDIR%%. This will include
a large teco manual named 'teco.doc', and a quick reference 'wall chart'
named 'wchart.txt'. Other documents located there are outdated and/or
inconsistent, and thus of limited use.
Before starting to use tecoc, see the sections "DESCRIPTION/Command
names" and "SEE ALSO" in the manual page.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0398_2 23 Feb 2024 16:54:22 |
Muhammad Moinur Rahman (bofh) |
editors/teco: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0398_1 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 ) |
0398_1 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 ) |
0398_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0398_1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0398_1 25 Feb 2019 15:15:54 |
linimon |
Remove -Wno-expansion-to-defined to fix build with base GCC.
PR: 236022
Submitted by: Piotr Kubaj
Approved by: maintainer |
0398_1 28 Sep 2018 17:47:39 |
fernape |
editors/teco: Improve documentation and set maintainership
* Add detailed man page
* Add DOCS option
* Add LICENSE
* Give maintainership to submitter
PR: 231184
Submitted by: bob@eager.cx
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17228 |
0398 30 Mar 2016 00:53:10 |
amdmi3 |
- Switch to options helpers
- Cosmetic fixes |
0398 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
0398 20 Feb 2014 08:14:17 |
ehaupt |
Support staging |
0398 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
0398 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
0398 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0398 25 Sep 2010 21:53:29 |
stas |
- Fix spelling in comment (grafical -> graphical).
Submitted by: Justin B Henninger <jhennin1@student.ccbcmd.edu> |
0398 27 Mar 2007 22:12:03 |
stas |
- Change my email.
Suggested by: skv |
0398 24 Jun 2006 16:34:38 |
erwin |
Update maintainer address.
PR: 99422 99423
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
0398 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
0398 17 Feb 2005 10:26:54 |
pav |
A powerful and compact editor with completely nongrafical user interface.
PR: ports/77565
Submitted by: Stanislav Sedov <stas@core.310.ru> |