From 7d2da5b33c5c7036be07f8bc22381085d3723fa2 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 6 May 2004 20:06:35 +0000 Subject: - Add aewan-0.8.7, Aewan is a curses-based program that allows for the creation and editing of ascii art. --- editors/aewan/Makefile | 32 ++++++++++++++++++++++++++++++++ editors/aewan/distinfo | 2 ++ editors/aewan/pkg-descr | 16 ++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 editors/aewan/Makefile create mode 100644 editors/aewan/distinfo create mode 100644 editors/aewan/pkg-descr (limited to 'editors/aewan') diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile new file mode 100644 index 000000000000..a623f3d23d0b --- /dev/null +++ b/editors/aewan/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: aewan +# Date created: 07.05.2004 +# Whom: krion +# +# $FreeBSD$ +# + +PORTNAME= aewan +PORTVERSION= 0.8.7 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= aewan + +MAINTAINER= krion@FreeBSD.org +COMMENT= Curses-based program for the creation and editing of ascii art + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +PLIST_FILES= bin/ae2aes bin/aecat bin/aewan +PORTDOCS= README + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in README + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/editors/aewan/distinfo b/editors/aewan/distinfo new file mode 100644 index 000000000000..518007bde8f5 --- /dev/null +++ b/editors/aewan/distinfo @@ -0,0 +1,2 @@ +MD5 (aewan-0.8.7.tar.gz) = 54706c8c70c5b1ac424075594129ee33 +SIZE (aewan-0.8.7.tar.gz) = 81920 diff --git a/editors/aewan/pkg-descr b/editors/aewan/pkg-descr new file mode 100644 index 000000000000..e1558cf1bd5b --- /dev/null +++ b/editors/aewan/pkg-descr @@ -0,0 +1,16 @@ +Aewan is a multi-layered ascii-art/animation editor that +produces both stand-alone cat-able art files and an +easy-to-parse format for integration in your terminal +applications. + +Aewan is a curses-based program that allows for the creation +and editing of ascii art. The user is able to move the cursor +around the screen by means of the arrow keys and 'paint' +characters by pressing the corresponding keys. There are dialog +boxes that allow the user to choose foreground and background +colors, as well as bold and blink attributes. The user may also +select rectangular areas of the canvas in order to move, copy +and paste them. Aewan also supports 'intelligent' horizontal +and vertical flipping (e.g. converts '\' to '/', etc). + +WWW: http://aewan.sourceforge.net/ -- cgit v1.2.3