diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-19 08:59:38 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-19 08:59:38 +0000 |
commit | 547f1f50c733425186cef4d0b2cb111c70477dfd (patch) | |
tree | c7608f50b86eb7a0247b34a478f18ca9dc52e8d3 /graphics | |
parent | Move aalib to graphics/aalib. (diff) |
reimport aalib.
PR: ports/5339
Submitted by: frankch@waru.life.nthu.edu.tw
Notes
Notes:
svn path=/head/; revision=9133
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/Makefile | 23 | ||||
-rw-r--r-- | graphics/aalib/distinfo | 1 | ||||
-rw-r--r-- | graphics/aalib/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/aalib/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/aalib/pkg-plist | 13 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile new file mode 100644 index 000000000000..b7c803458bcb --- /dev/null +++ b/graphics/aalib/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: aalib +# Version required: 1.1.6 +# Date created: 9 Dec 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= aalib-1.1.6 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/development/ + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR}/aalib-1.1 +GNU_CONFIGURE= yes + +pre-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + +.include <bsd.port.mk> diff --git a/graphics/aalib/distinfo b/graphics/aalib/distinfo new file mode 100644 index 000000000000..9c75dd082413 --- /dev/null +++ b/graphics/aalib/distinfo @@ -0,0 +1 @@ +MD5 (aalib-1.1.6.tar.gz) = a43e889842f512d940cd025214c8bccd diff --git a/graphics/aalib/pkg-comment b/graphics/aalib/pkg-comment new file mode 100644 index 000000000000..9c9c7fee50e1 --- /dev/null +++ b/graphics/aalib/pkg-comment @@ -0,0 +1 @@ +AA-lib - an ascii art library diff --git a/graphics/aalib/pkg-descr b/graphics/aalib/pkg-descr new file mode 100644 index 000000000000..4df68ed14467 --- /dev/null +++ b/graphics/aalib/pkg-descr @@ -0,0 +1,6 @@ + AA-lib is a low level gfx library just as many other libraries are. + The main difference is that AA-lib does not require graphics device. +In fact, there is no graphical output possible. AA-lib replaces those +old-fashioned output methods with powerful ascii-art renderer. + AA-lib API is designed to be similar to other graphics libraries. +Learning a new API would be a piece of cake! diff --git a/graphics/aalib/pkg-plist b/graphics/aalib/pkg-plist new file mode 100644 index 000000000000..3c0b0dfd733e --- /dev/null +++ b/graphics/aalib/pkg-plist @@ -0,0 +1,13 @@ +bin/aafire +bin/aainfo +bin/aasavefont +bin/aatest +lib/libaa.a +lib/libaa.la +lib/libaa.so +lib/libaa.so.1.3 +include/aalib.h +@unexec install-info --delete %D/info/aalib.info %D/info/dir +info/aalib.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/aalib.info %D/info/dir |