- Add aewan-0.8.7,

Aewan is a curses-based program that allows for the creation
and editing of ascii art.
This commit is contained in:
Kirill Ponomarev 2004-05-06 20:06:35 +00:00
parent 8f32bf9d0a
commit 7d2da5b33c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108579
4 changed files with 51 additions and 0 deletions

View file

@ -6,6 +6,7 @@
SUBDIR += AbiWord2
SUBDIR += MathPlanner
SUBDIR += aee
SUBDIR += aewan
SUBDIR += apel
SUBDIR += apel-emacs19
SUBDIR += apel-emacs20

32
editors/aewan/Makefile Normal file
View file

@ -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>

2
editors/aewan/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (aewan-0.8.7.tar.gz) = 54706c8c70c5b1ac424075594129ee33
SIZE (aewan-0.8.7.tar.gz) = 81920

16
editors/aewan/pkg-descr Normal file
View file

@ -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/