Port details |
- tetradraw Fully featured ANSI art editor/viewer with TCP/IP multidraw support
- 2.0.2_1 editors
=3 2.0.2_1Version 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: 2003-02-16 17:26:53
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: autoconf, gnome-icons-ximian-south, libast, p5-MIME-Tools, libunicode
- License: GPLv2
- WWW:
- https://tetradraw.sourceforge.net/
- Description:
- Tetradraw is a fully featured ANSI art editor for Unix operating systems.
ANSI art is only made up of the ASCII characters with 16 colours. ANSI art is
mainly used in text mode interfaces. Tetradraw is the first completly usable
ANSI art editor for Unix operating systems. Tetradraw does not just emulate
the ANSI editors for DOS: it also allows two artists to edit the same image
simultaneously over the Internet.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tetradraw>0:editors/tetradraw
- To install the port:
- cd /usr/ports/editors/tetradraw/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/tetradraw
- pkg install tetradraw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tetradraw
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tetradraw-2.0.2.tar.gz) = c47553d23c3d583d835655bb588a4bdbd8ea87b87e5b401c8f4352723f7d4866
SIZE (tetradraw-2.0.2.tar.gz) = 269391
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_tetradraw
- USES:
- ncurses
- pkg-message:
- For install:
- Tetradraw is now installed! Press ESC+h in the editor to get help menu
You have to have TERM=cons25 when running tetradraw
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_1 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
2.0.2_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 ) |
2.0.2_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 ) |
2.0.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.2_1 13 Aug 2019 16:03:12
  |
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
2.0.2_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.2_1 31 Jan 2016 12:29:31
  |
marino  |
editors/tetradraw: USES+= ncurses, respect LDFLAGS |
2.0.2_1 19 May 2015 13:39:40
  |
amdmi3  |
- Add LICENSE
- Don't cat pkg-message from Makefile |
2.0.2_1 25 Sep 2013 00:54:09
  |
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
2.0.2_1 20 Sep 2013 16:36:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
2.0.2_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
2.0.2_1 22 Aug 2009 00:20:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
2.0.2_1 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.0.2_1 07 May 2006 10:55:47
 |
edwin  |
Remove USE_REINPLACE from all categories starting with E |
2.0.2_1 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
2.0.2_1 01 Aug 2005 17:06:39
 |
garga  |
- Remove 2 lines pkg-plist
PR: ports/84437
Submitted by: Andrej Zverev <az@inec.ru> |
2.0.2_1 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.0.2_1 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.0.2_1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
2.0.2_1 12 Oct 2003 13:20:40
 |
krion  |
- Update MASTER_SITES and WWW: line
- Support CFLAGS properly
PR: 57888
Submitted by: Ports Fury |
2.0.2 20 Feb 2003 17:12:51
 |
knu  |
De-pkg-comment. |
2.0.2 16 Feb 2003 17:25:57
 |
ijliao  |
add tetradraw 2.0.2
Fully featured ANSI art editor/viewer with TCP/IP multidraw support
Submitted by: Frederic Cambus |