diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-06 20:06:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-06 20:06:35 +0000 |
commit | 7d2da5b33c5c7036be07f8bc22381085d3723fa2 (patch) | |
tree | d5abef143ac82a9907446ccc010583bcb97ce627 /editors/aewan | |
parent | 8f32bf9d0af8d950d98245bfab4a588649f6f00d (diff) | |
download | ports-7d2da5b33c5c7036be07f8bc22381085d3723fa2.tar.gz ports-7d2da5b33c5c7036be07f8bc22381085d3723fa2.zip |
Notes
Diffstat (limited to 'editors/aewan')
-rw-r--r-- | editors/aewan/Makefile | 32 | ||||
-rw-r--r-- | editors/aewan/distinfo | 2 | ||||
-rw-r--r-- | editors/aewan/pkg-descr | 16 |
3 files changed, 50 insertions, 0 deletions
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 <bsd.port.mk> 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/ |