diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | edecf3c4f0c9144a27d788968cc6f3aac68bcb77 (patch) | |
tree | acffcdf336fe033e5c8b1217f72a68946bf44b8f /graphics/giftrans | |
parent | f1554d4df6d8f8e000b5e19d9fd095f7a3b3da95 (diff) | |
download | ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.tar.gz ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.zip |
Notes
Diffstat (limited to 'graphics/giftrans')
-rw-r--r-- | graphics/giftrans/Makefile | 8 | ||||
-rw-r--r-- | graphics/giftrans/pkg-descr | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index 807d86abf4af..297ae12405ff 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -3,15 +3,15 @@ # Date created: 14 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1996/11/18 11:27:58 asami Exp $ +# $Id: Makefile,v 1.3 1999/01/05 06:00:08 simokawa Exp $ # DISTNAME= giftrans -PKGNAME= giftrans-1.12 +PKGNAME= giftrans-1.12 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/ +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/ -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= nacai@iname.com CONFIGURE_ENV= X11BASE=${X11BASE} MAN1= giftrans.1 diff --git a/graphics/giftrans/pkg-descr b/graphics/giftrans/pkg-descr index 7708b98453aa..915a858d9a2d 100644 --- a/graphics/giftrans/pkg-descr +++ b/graphics/giftrans/pkg-descr @@ -1,6 +1,7 @@ GIFtrans, a tool for GIF89a transparent option and interlace mode. -Usage: giftrans [-t color|-T] [-B color] [-b color] [-g oldcolor=newcolor] [-c comment|-C] [-l|-L|-V] [-o filename] [-e filename] [filename] +Usage: giftrans [-t color|-T] [-B color] [-b color] [-g oldcolor=newcolor] \ +[-c comment|-C] [-l|-L|-V] [-o filename] [-e filename] [filename] Convert any GIF file into a GIF89a, with the folloing changes possible: -t Specify the transparent color -T Index of the transparent color is the background color index |