diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 23:55:54 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 23:55:54 +0000 |
commit | 4bc87eccb48ab7668c66b6aa63f01ddbba2b117f (patch) | |
tree | f9ea931e02e485710bc6890684b7bc57e72adb2f /graphics/libcaca/pkg-descr | |
parent | 3f38b08f94142fd3a5c7371ff1e7d47d7aaa2ccf (diff) | |
download | freebsd-ports-4bc87eccb48ab7668c66b6aa63f01ddbba2b117f.zip |
Add libcaca 0.7, graphics library that outputs text instead of pixels.
PR: 61222
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'graphics/libcaca/pkg-descr')
-rw-r--r-- | graphics/libcaca/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/libcaca/pkg-descr b/graphics/libcaca/pkg-descr new file mode 100644 index 000000000000..a4aaf1837e04 --- /dev/null +++ b/graphics/libcaca/pkg-descr @@ -0,0 +1,7 @@ +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. It also have 6 available colours +for character output, dithering of colour images and basic sprite +primitives. + +WWW: http://sam.zoy.org/projects/libcaca/ |