./graphics/aalib, ASCII Art library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.0.5nb2, Package name: aalib-1.4.0.5nb2, Maintainer: pkgsrc-users

AAlib is a portable ASCII Art library. From the AA project
documentation: "There are many problems of various kinds with
video cards, low frequency monitors, crashing graphical apps...
AA-lib IS the solution. It works on a terminal of any kind, it is
fast and portable, it gives to you standard API. It gives to your
old hardware more power! "


Required to build:
[pkgtools/x11-links] [devel/libtool-base]

Package options: x11

Master sites: (Expand)

SHA1: a23269e950a249d2ef93625837cace45ddbce03b
RMD160: a10bcab16d3aa0e60facca3e989f6a51846885f6
Filesize: 381.863 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20)
Log message:
Added LICENSE information.
   2009-03-22 05:53:40 by Emmanuel Dreyfus | Files touched by this commit (16)
Log message:
Leave over maintainership to pkgsrc-users
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22)
Log message:
Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
   2006-11-06 12:26:31 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Switch to modular buildlinks.
   2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47)
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.