summaryrefslogtreecommitdiff
path: root/graphics/aalib
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-06-14 17:42:42 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-06-14 17:42:42 +0000
commit0dbeaef72af33e6356f7babeb18ffa1fc533dd09 (patch)
treef26e0f6c6204047e867f3f9693577c2da42a683f /graphics/aalib
parentenable new port kbiff (diff)
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...
Notes
Notes: svn path=/head/; revision=11428
Diffstat (limited to 'graphics/aalib')
-rw-r--r--graphics/aalib/pkg-comment2
-rw-r--r--graphics/aalib/pkg-descr13
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/aalib/pkg-comment b/graphics/aalib/pkg-comment
index 9c9c7fee50e1..509daecbc82e 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 4df68ed14467..eecf7efa90f4 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.