pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libcaca Initial import of libcaca-0.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c82bad1abfc
branches: trunk
changeset: 465129:5c82bad1abfc
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 21 21:25:57 2003 +0000
description:
Initial import of libcaca-0.3:
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
diffstat:
graphics/libcaca/DESCR | 19 +++++++++++++++++++
graphics/libcaca/Makefile | 19 +++++++++++++++++++
graphics/libcaca/PLIST | 15 +++++++++++++++
graphics/libcaca/distinfo | 4 ++++
4 files changed, 57 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 9ab7222d84c0 -r 5c82bad1abfc graphics/libcaca/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libcaca/DESCR Sun Dec 21 21:25:57 2003 +0000
@@ -0,0 +1,19 @@
+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
diff -r 9ab7222d84c0 -r 5c82bad1abfc graphics/libcaca/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libcaca/Makefile Sun Dec 21 21:25:57 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/21 21:25:57 wiz Exp $
+#
+
+DISTNAME= libcaca-0.3
+CATEGORIES= graphics
+MASTER_SITES= http://sam.zoy.org/projects/libcaca/
+
+MAINTAINER= wiz%NetBSD.org@localhost
+HOMEPAGE= http://sam.zoy.org/projects/libcaca/
+COMMENT= Graphics library that outputs text instead of pixels, in colour
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --enable-slang --disable-ncurses
+
+.include "../../devel/libslang/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9ab7222d84c0 -r 5c82bad1abfc graphics/libcaca/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libcaca/PLIST Sun Dec 21 21:25:57 2003 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/21 21:25:57 wiz Exp $
+bin/caca-config
+bin/caca-spritedit
+bin/cacademo
+bin/cacafire
+bin/cacaview
+include/caca.h
+lib/libcaca.a
+lib/libcaca_pic.a
+man/man1/caca-config.1
+man/man1/caca-spritedit.1
+man/man1/cacademo.1
+man/man1/cacaview.1
+share/libcaca/caca.txt
+@dirrm share/libcaca
diff -r 9ab7222d84c0 -r 5c82bad1abfc graphics/libcaca/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libcaca/distinfo Sun Dec 21 21:25:57 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/21 21:25:57 wiz Exp $
+
+SHA1 (libcaca-0.3.tar.gz) = 1de81e55563eb1f1d42941c1a101a9ee331bbe5d
+Size (libcaca-0.3.tar.gz) = 179732 bytes
Home |
Main Index |
Thread Index |
Old Index