summaryrefslogtreecommitdiff
path: root/graphics/libcaca
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-16This needs ncurses up to 1.6R according to wiz, so add an appropriatehe1-1/+2
INCOMPAT_CURSES setting. Makes this build on 1.6.2_STABLE again.
2004-08-15Update to 0.9:wiz6-10/+94
Changes between 0.8 and 0.9: ---------------------------- * fix for a buffer overflow in the line rendering * fixed resizing in the ncurses and slang drivers * aspect ratio and finer zoom support in cacaview * minor compilation fixes Changes between 0.7 and 0.8: ---------------------------- * window resizing support * native Win32 port * autorepeat emulation in the ncurses and slang drivers * support for more keycodes in the ncurses and slang drivers * cacaplas, a plasma animation example * cacamoir, a moiré circles animation example * MSVC project file Changes between 0.6 and 0.7: ---------------------------- * many bugfixes in the event handling * cacaball, a metaball animation example Changes between 0.5 and 0.6: ---------------------------- * 30% speed increase in the bitmap rendering routine * mouse support and various speed optimisations in the X11 driver * X11 is now the preferred driver * improved documentation * minor bugfixes Package change: use (n)curses by default instead of slang.
2004-08-12Set USE_LIBTOOL, and add -ldl for Linux.wiz1-1/+8
Addresses PR 26617 by Pancake.
2004-04-18Convert to bl3.wiz1-3/+3
2003-12-26Update to 0.5:jmmv3-6/+13
Changes between 0.4 and 0.5: * palette optimisation for the S-Lang driver to work around the colour pair shortage bug * minor compilation fix Changes between 0.3 and 0.4: * preliminary X11 graphics driver * support for simultaneously compiled-in drivers * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables * more documentation
2003-12-21Actually, there is a .tar.bz2 too -- use that.wiz2-4/+5
2003-12-21Initial import of libcaca-0.3:wiz4-0/+57
The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca needs a terminal to work, thus it should work on all Unix systems (including Mac OS X) using either the slang library or the ncurses library. The differences with AAlib are the following: * 16 available colours for character output (256 colour pairs) * dithering of colour images * basic sprite primitives But libcaca also has the following limitations: * no support for brightness, contrast, gamma * unefficient character-choosing algorithms * no alternate fonts * no raw keyboard support * no custom output drivers a la AA-on-X