diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-02-17 01:25:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-02-17 01:25:57 +0800 |
commit | 04d2dea12672f4eeef1384af08b1442e105c9260 (patch) | |
tree | 13c9e9e1c98f42fcf2d0edd37ece056df1de660d /editors/tetradraw | |
parent | 72663b1f26006cf10e1e2717eaf1ac61d6590c6d (diff) | |
download | freebsd-ports-gnome-04d2dea12672f4eeef1384af08b1442e105c9260.tar.gz freebsd-ports-gnome-04d2dea12672f4eeef1384af08b1442e105c9260.tar.zst freebsd-ports-gnome-04d2dea12672f4eeef1384af08b1442e105c9260.zip |
add tetradraw 2.0.2
Fully featured ANSI art editor/viewer with TCP/IP multidraw support
Submitted by: Frederic Cambus
Diffstat (limited to 'editors/tetradraw')
-rw-r--r-- | editors/tetradraw/Makefile | 22 | ||||
-rw-r--r-- | editors/tetradraw/distinfo | 1 | ||||
-rw-r--r-- | editors/tetradraw/pkg-comment | 1 | ||||
-rw-r--r-- | editors/tetradraw/pkg-descr | 8 | ||||
-rw-r--r-- | editors/tetradraw/pkg-message | 4 | ||||
-rw-r--r-- | editors/tetradraw/pkg-plist | 2 |
6 files changed, 38 insertions, 0 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile new file mode 100644 index 000000000000..210d51db3256 --- /dev/null +++ b/editors/tetradraw/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: tetradraw +# Date created: 1 October 2002 +# Whom: Frederic Cambus +# +# $FreeBSD$ +# + +PORTNAME= tetradraw +PORTVERSION= 2.0.2 +CATEGORIES= editors +MASTER_SITES= ftp://tentacle.dhs.org/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/editors/tetradraw/distinfo b/editors/tetradraw/distinfo new file mode 100644 index 000000000000..74faf41276b8 --- /dev/null +++ b/editors/tetradraw/distinfo @@ -0,0 +1 @@ +MD5 (tetradraw-2.0.2.tar.gz) = a01315812472dbda419ced1c4f7be525 diff --git a/editors/tetradraw/pkg-comment b/editors/tetradraw/pkg-comment new file mode 100644 index 000000000000..7f5476080b3c --- /dev/null +++ b/editors/tetradraw/pkg-comment @@ -0,0 +1 @@ +Fully featured ANSI art editor/viewer with TCP/IP multidraw support diff --git a/editors/tetradraw/pkg-descr b/editors/tetradraw/pkg-descr new file mode 100644 index 000000000000..7aa027d4902c --- /dev/null +++ b/editors/tetradraw/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://tentacle.dhs.org/ diff --git a/editors/tetradraw/pkg-message b/editors/tetradraw/pkg-message new file mode 100644 index 000000000000..95d3b42d6de2 --- /dev/null +++ b/editors/tetradraw/pkg-message @@ -0,0 +1,4 @@ +====================================================================== +Tetradraw is now installed! Press ESC+h in the editor to get help menu +You have to have TERM=cons25 when running tetradraw +====================================================================== diff --git a/editors/tetradraw/pkg-plist b/editors/tetradraw/pkg-plist new file mode 100644 index 000000000000..fa33b229a42d --- /dev/null +++ b/editors/tetradraw/pkg-plist @@ -0,0 +1,2 @@ +bin/tetradraw +bin/tetraview |