From aa51c6b92894d532fcf5472299efe5db0394eed9 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 16 Feb 2003 17:25:57 +0000 Subject: add tetradraw 2.0.2 Fully featured ANSI art editor/viewer with TCP/IP multidraw support Submitted by: Frederic Cambus --- editors/Makefile | 1 + editors/tetradraw/Makefile | 22 ++++++++++++++++++++++ editors/tetradraw/distinfo | 1 + editors/tetradraw/pkg-comment | 1 + editors/tetradraw/pkg-descr | 8 ++++++++ editors/tetradraw/pkg-message | 4 ++++ editors/tetradraw/pkg-plist | 2 ++ 7 files changed, 39 insertions(+) create mode 100644 editors/tetradraw/Makefile create mode 100644 editors/tetradraw/distinfo create mode 100644 editors/tetradraw/pkg-comment create mode 100644 editors/tetradraw/pkg-descr create mode 100644 editors/tetradraw/pkg-message create mode 100644 editors/tetradraw/pkg-plist (limited to 'editors') diff --git a/editors/Makefile b/editors/Makefile index 76463c7d76f1..efe4a29378a4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -152,6 +152,7 @@ SUBDIR += tamago SUBDIR += tamago-emacs20 SUBDIR += ted + SUBDIR += tetradraw SUBDIR += texmacs SUBDIR += textedit SUBDIR += the 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 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 -- cgit v1.2.3