diff options
author | hoek <hoek@FreeBSD.org> | 1998-06-14 17:42:42 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-06-14 17:42:42 +0000 |
commit | cbf633e999d8c0c5a97cd591318dff8c795f8865 (patch) | |
tree | 063a2ec654e62b7f9eb21573257300951a37d8e1 /graphics | |
parent | d50a835a885d6ccdca2b7bcf95892e0f5016199c (diff) | |
download | FreeBSD-ports-cbf633e999d8c0c5a97cd591318dff8c795f8865.zip FreeBSD-ports-cbf633e999d8c0c5a97cd591318dff8c795f8865.tar.gz |
Fix these up somewhat. Don't precede COMMENT with PKGNAME.
There's an extremely high probability that this port is also missing
its ldconfig -m line, but I really wasn't planning to make even this
commit...
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/aalib/pkg-descr | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/aalib/pkg-comment b/graphics/aalib/pkg-comment index 9c9c7fe..509daec 100644 --- a/graphics/aalib/pkg-comment +++ b/graphics/aalib/pkg-comment @@ -1 +1 @@ -AA-lib - an ascii art library +An ascii art library diff --git a/graphics/aalib/pkg-descr b/graphics/aalib/pkg-descr index 4df68ed..eecf7ef 100644 --- a/graphics/aalib/pkg-descr +++ b/graphics/aalib/pkg-descr @@ -1,6 +1,7 @@ - AA-lib is a low level gfx library just as many other libraries are. - The main difference is that AA-lib does not require graphics device. -In fact, there is no graphical output possible. AA-lib replaces those -old-fashioned output methods with powerful ascii-art renderer. - AA-lib API is designed to be similar to other graphics libraries. -Learning a new API would be a piece of cake! +AA-lib is a low-level graphics library similar to many other libraries +except for the fact that AA-lib does not require a graphics device! In +fact, no "graphical" output is possible. AA-lib uses a modern, high-tech +ascii-art renderer in place of outmoded and cumbersome graphical output. + +The AA-lib API is designed to be similar to that of other graphics +libraries so learning its API should be simple. |