diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
commit | dcb407a0791a1da44452ba9a11cb0ba669898bce (patch) | |
tree | 3bb8fe0b4eb22bc0b4595a0f0e6ba350a491e9d7 /x11/xmascot/pkg-descr | |
parent | libident is no longer optional (diff) |
A pretty animation on your X screen. WARNING: this program will put a
lot of pressure on your X server!
Closes a lot of PRs.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes:
svn path=/head/; revision=4589
Diffstat (limited to 'x11/xmascot/pkg-descr')
-rw-r--r-- | x11/xmascot/pkg-descr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xmascot/pkg-descr b/x11/xmascot/pkg-descr new file mode 100644 index 000000000000..e8cca048323d --- /dev/null +++ b/x11/xmascot/pkg-descr @@ -0,0 +1,25 @@ +XMascot, moving mascot on your X-Window screen. + +XMascot have these features. + + -Moving pretty mascot moving + -Strectch stretch as you like + -Talking mascot talks with extract command and data + -Alarm mascot may make some actions at time you define + -BIFF mascot may let you know arriving a mail. + +XMascot supports these image formats: + +MAG *.mag 16 colors and 256 colors +TIFF *.tif 16 colors and 256 colors, in raw or lzw +PPM *.ppm 256 level color , in raw +PGM *.pgm 256 level gray scale, in raw +PBM *.pbm 2 level monocrome, in raw +PNM *.pnm PPM, PGM, or PBM + +XMascot distinguish images from their suffix and can load other image formats +when {suffix}topnm, *topgm, or *topbm commands are found in your system. + +See more infomation for newest xmascot: + http://cclub.tutcc.tut.ac.jp:1080/xmascot/ + ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ |