diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/aewan/Makefile | 32 | ||||
-rw-r--r-- | editors/aewan/distinfo | 2 | ||||
-rw-r--r-- | editors/aewan/pkg-descr | 16 |
4 files changed, 51 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 2f45fe8918fe..e93722fbe23e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -6,6 +6,7 @@ SUBDIR += AbiWord2 SUBDIR += MathPlanner SUBDIR += aee + SUBDIR += aewan SUBDIR += apel SUBDIR += apel-emacs19 SUBDIR += apel-emacs20 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/ |