aboutsummaryrefslogtreecommitdiff
path: root/graphics/aview/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-24 07:39:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-24 07:39:24 +0000
commit6ad12af958af07f34f8bbb90255287741663d995 (patch)
treed8cea5c70de747d82870cf5089b6ed9bc508f3c7 /graphics/aview/pkg-descr
parent742d411eeda4caca998d1f751fe4eaccbaabd05f (diff)
downloadports-6ad12af958af07f34f8bbb90255287741663d995.tar.gz
ports-6ad12af958af07f34f8bbb90255287741663d995.zip
Aview is a graphics viewer which utilize graphics/aalib,
It display graphics using ascii texts. PR: ports/5336 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Notes
Notes: svn path=/head/; revision=9163
Diffstat (limited to 'graphics/aview/pkg-descr')
-rw-r--r--graphics/aview/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/aview/pkg-descr b/graphics/aview/pkg-descr
new file mode 100644
index 000000000000..4cad95303088
--- /dev/null
+++ b/graphics/aview/pkg-descr
@@ -0,0 +1,16 @@
+Aview is powerful graphics viewer which utilize the aalib API and allows
+viewing netpbm format (and others in the presence of netpbm or ImageMagick)
+on console (using slang) and X.
+There are three programs.
+
+aview: the main program which could used to view pnm, ppm, pgm and pbm
+ files. It runs under X or slang.
+
+asciiview: a shell script wraps around aview to allow wider range of image
+ formats to be viewed. Netpbm package is required for the conversion.
+
+aaflip: a program to view flip animation using ascii text. Works under X
+ and slang.
+
+You could press h to get help. You may also save the pics in various text
+format. Thanks to aalib!