diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-25 07:17:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-25 07:17:59 +0000 |
commit | 1f7ae535a0f9d597e62e3e96d0cabd91afa13313 (patch) | |
tree | 63dbfe204c92bddf5e9abd6127a66d801658270e /graphics/Makefile | |
parent | 6d3a00d005cdf24b26a2972c7ae4f7b8be5e8502 (diff) |
Add cadubi-1.1b1
CADUBI is an application written in Perl that allows you to
draw text-based images that are viewable on typical unix-based
consoles. Usually the applications that emulate these
consoles support various text modes, such as background and
foreground colors, bold, and inverse. This text art, commonly
called "ASCII art," is used in various places such as online
BBSes, email and login prompts.
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=46852
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9fea1a7e8be8..225a01360834 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -16,6 +16,7 @@ SUBDIR += avifile SUBDIR += backfract SUBDIR += blender + SUBDIR += cadubi SUBDIR += camediaplay SUBDIR += camserv SUBDIR += chbg |