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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
teco Powerful and compact editor with nongraphical user interface
0398_2 editors on this many watch lists=3 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 0398_1Version of this port present on the latest quarterly branch.
Maintainer: bob@eager.cx search for ports maintained by this maintainer
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:: smartmontools, libao, liboil, zip, pcre
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.
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 (41 items)
Collapse this list.
  1. /usr/local/share/licenses/teco-0398_2/catalog.mk
  2. /usr/local/share/licenses/teco-0398_2/LICENSE
  3. /usr/local/share/licenses/teco-0398_2/BSD3CLAUSE
  4. bin/tecoc
  5. share/man/man1/teco.1.gz
  6. share/teco/upcase.tec
  7. share/teco/change.tes
  8. share/teco/date.tes
  9. share/teco/detab.tes
  10. share/teco/dir.tes
  11. share/teco/makprnt.tes
  12. share/teco/squ.tes
  13. share/teco/unsqu.tes
  14. share/teco/change.tec
  15. share/teco/checkqr.tec
  16. share/teco/date.tec
  17. share/teco/detab.tec
  18. share/teco/dir.tec
  19. share/teco/lowcase.tec
  20. share/teco/makprnt.tec
  21. share/teco/squ.tec
  22. share/teco/sub.tec
  23. share/teco/tstbsl.tec
  24. share/teco/tstcss.tec
  25. share/teco/tstequ.tec
  26. share/teco/tsto.tec
  27. share/teco/tstqr.tec
  28. share/teco/tstsrc.tec
  29. share/teco/tst.tec
  30. share/teco/unsqu.tec
  31. share/doc/teco/readme.1st
  32. share/doc/teco/readme.lnx
  33. share/doc/teco/changes.txt
  34. share/doc/teco/aaout.txt
  35. share/doc/teco/problems.txt
  36. share/doc/teco/video.txt
  37. share/doc/teco/teco.doc
  38. share/doc/teco/wchart.txt
  39. @owner
  40. @group
  41. @mode
Collapse this list.
Dependency lines:
  • teco>0:editors/teco
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):
teco
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0398_20398_20398_10398_20398_2-0398_1-
FreeBSD:13:quarterly0398_10398_10398_10398_10398_10398_10398_10398_1
FreeBSD:14:latest0398_20398_20398_10398_20398_20398_1-0398_1
FreeBSD:14:quarterly0398_10398_1-0398_10398_10398_10398_10398_1
FreeBSD:15:latest0398_20398_2n/a0398_1n/a0398_10398_10398_2
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. http://almy.us/files/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0398_2
23 Feb 2024 16:54:22
commit hash: 5844fd98c845cde0af2eda481329bb088928df4dcommit hash: 5844fd98c845cde0af2eda481329bb088928df4dcommit hash: 5844fd98c845cde0af2eda481329bb088928df4dcommit hash: 5844fd98c845cde0af2eda481329bb088928df4d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
editors/teco: Moved man 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)
0398_1
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)
0398_1
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)
0398_1
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.
0398_1
13 Aug 2019 16:03:12
Revision:508837Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories e-g)
0398_1
25 Feb 2019 15:15:54
Revision:493875Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:480869Original commit files touched by this commit
fernape search for other commits by this committer
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
Revision:412147Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Cosmetic fixes
0398
27 Oct 2014 12:19:13
Revision:371560Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0398
20 Feb 2014 08:14:17
Revision:345181Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
0398
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)
0398
24 Oct 2011 03:33:20
Original commit files touched by this commit
stas search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0398
25 Sep 2010 21:53:29
Original commit files touched by this commit
stas search for other commits by this committer
- Fix spelling in comment (grafical -> graphical).

Submitted by:   Justin B Henninger <jhennin1@student.ccbcmd.edu>
0398
27 Mar 2007 22:12:03
Original commit files touched by this commit
stas search for other commits by this committer
- Change my email.

Suggested by:   skv
0398
24 Jun 2006 16:34:38
Original commit files touched by this commit
erwin search for other commits by this committer
Update maintainer address.

PR:             99422 99423
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
0398
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@
0398
17 Feb 2005 10:26:54
Original commit files touched by this commit
pav search for other commits by this committer
A powerful and compact editor with completely nongrafical user interface.

PR:             ports/77565
Submitted by:   Stanislav Sedov <stas@core.310.ru>

Number of commits found: 19