From ea6f16d9a937a474c7f651275f9f2409a70771c4 Mon Sep 17 00:00:00 2001 From: Automaton Date: Sun, 9 Dec 2012 08:22:00 +0100 Subject: [PATCH] Import editors/tetradraw version 2.0.2_1 --- editors/tetradraw/Makefile | 29 +++++++++++++++++++++++++++++ editors/tetradraw/distinfo | 2 ++ editors/tetradraw/pkg-descr | 8 ++++++++ editors/tetradraw/pkg-message | 4 ++++ 4 files changed, 43 insertions(+) create mode 100644 editors/tetradraw/Makefile create mode 100644 editors/tetradraw/distinfo create mode 100644 editors/tetradraw/pkg-descr create mode 100644 editors/tetradraw/pkg-message diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile new file mode 100644 index 00000000000..1892965b622 --- /dev/null +++ b/editors/tetradraw/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: tetradraw +# Date created: 1 October 2002 +# Whom: Frederic Cambus +# +# $FreeBSD: ports/editors/tetradraw/Makefile,v 1.10 2012/11/17 05:57:18 svnexp Exp $ +# + +PORTNAME= tetradraw +PORTVERSION= 2.0.2 +PORTREVISION= 1 +CATEGORIES= editors +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/tetradraw bin/tetraview + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in + +post-install: + @${CAT} ${PKGMESSAGE} + +.include diff --git a/editors/tetradraw/distinfo b/editors/tetradraw/distinfo new file mode 100644 index 00000000000..eb7f5d23d11 --- /dev/null +++ b/editors/tetradraw/distinfo @@ -0,0 +1,2 @@ +SHA256 (tetradraw-2.0.2.tar.gz) = c47553d23c3d583d835655bb588a4bdbd8ea87b87e5b401c8f4352723f7d4866 +SIZE (tetradraw-2.0.2.tar.gz) = 269391 diff --git a/editors/tetradraw/pkg-descr b/editors/tetradraw/pkg-descr new file mode 100644 index 00000000000..3a37a7af763 --- /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://tetradraw.sourceforge.net/ diff --git a/editors/tetradraw/pkg-message b/editors/tetradraw/pkg-message new file mode 100644 index 00000000000..95d3b42d6de --- /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 +====================================================================== -- 2.41.0