diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
commit | e88f5da5657bccc2f31b605cc36e2175ab7180b8 (patch) | |
tree | 8cb35400213e222097a312c116b7317738865a8b /graphics/giftrans | |
parent | 2b926e1064df5ad048fd84bb0671aeb50a61e3a5 (diff) | |
download | freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.gz freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.zst freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.zip |
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
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 |