diff options
author | asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-19 12:23:51 +0000 |
commit | d0e2cbb9f39a7699083f1c81bc4cda8c274cf017 (patch) | |
tree | 81a285092423fccad985e313826752ada88338f5 /x11/xmascot/pkg-descr | |
parent | 762ed7e57c855873f2bd81a8e03ce49622c25682 (diff) | |
download | FreeBSD-ports-d0e2cbb9f39a7699083f1c81bc4cda8c274cf017.zip FreeBSD-ports-d0e2cbb9f39a7699083f1c81bc4cda8c274cf017.tar.gz |
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>
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 0000000..e8cca04 --- /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/ |