diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-30 21:44:05 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-30 21:44:05 +0800 |
commit | 39e024b90f699368d7cbecce36915bb61884364d (patch) | |
tree | c4b0bdb5dc35bc8410e796c70b6cd8ab94f16bc3 /graphics | |
parent | 1da7c4d702f96056b0ee3ed3dab85cef9ca3f120 (diff) | |
download | freebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.tar.gz freebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.tar.zst freebsd-ports-gnome-39e024b90f699368d7cbecce36915bb61884364d.zip |
a useful tool when making GIF transparency and Interlace mode.
Reviewed by: jfitz@FreeBSD.ORG
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giftool/Makefile | 34 | ||||
-rw-r--r-- | graphics/giftool/distinfo | 1 | ||||
-rw-r--r-- | graphics/giftool/files/post-install-notes | 9 | ||||
-rw-r--r-- | graphics/giftool/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/giftool/pkg-descr | 21 | ||||
-rw-r--r-- | graphics/giftool/pkg-plist | 5 |
6 files changed, 71 insertions, 0 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile new file mode 100644 index 000000000000..ef814245aa46 --- /dev/null +++ b/graphics/giftool/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: giftool +# Version required: 0.9 +# Date created: 14 October 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= giftool +PKGNAME= giftool-0.9 +CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.huie.hokudai.ac.jp/pub/tool/graphics/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +NO_CDROM= yes #shareware + +NO_WRKSUBDIR= yes +ALL_TARGET= giftool + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin + @ ${MKDIR} -p ${PREFIX}/share/doc/giftool + @ for file in COPYRIGHT README; do \ + ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/giftool; \ + done + @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/giftool + +post-install: +.if !defined(BATCH) + @ more -e ${FILESDIR}/post-install-notes +.endif + +.include <bsd.port.mk> diff --git a/graphics/giftool/distinfo b/graphics/giftool/distinfo new file mode 100644 index 000000000000..509374a4a261 --- /dev/null +++ b/graphics/giftool/distinfo @@ -0,0 +1 @@ +MD5 (giftool.tar.gz) = e62e1c16930ccdd64ccebc62005aacf3 diff --git a/graphics/giftool/files/post-install-notes b/graphics/giftool/files/post-install-notes new file mode 100644 index 000000000000..b87eb7c7d2dc --- /dev/null +++ b/graphics/giftool/files/post-install-notes @@ -0,0 +1,9 @@ + +** GIFTOOL is shareware for PERSONAL USE only. You may use GIFTOOL for +** your own amusement, and if you find it nifty, useful, generally cool, +** or of some value to you, your non-deductable donation would be greatly +** appreciated. $10 is the suggested donation, though, of course, +** larger donations are quite welcome. + +Type 'giftool -help' for usage information. + diff --git a/graphics/giftool/pkg-comment b/graphics/giftool/pkg-comment new file mode 100644 index 000000000000..482aebe967ae --- /dev/null +++ b/graphics/giftool/pkg-comment @@ -0,0 +1 @@ +a tool for GIF89a transparent option and interlace mode diff --git a/graphics/giftool/pkg-descr b/graphics/giftool/pkg-descr new file mode 100644 index 000000000000..ddfa10c0ecd5 --- /dev/null +++ b/graphics/giftool/pkg-descr @@ -0,0 +1,21 @@ +GIFTool , a tool for GIF89a trasnparent option and interlace mode. + +Usage: giftool [options] [file] + giftool (-p|-c|-B) [options] [files...] + -B Batch Mode, read and write the same filename + -i Set GIF Interlace mode ON + +i Set GIF Interlace mode OFF + -p Print information about file(s) + -c Print comment information + +c Add comments to file(s) + -C Strip comment from file(s) + -o file Send output to 'file' + -rgb name Use 'name' as the transparent pixel + -rgb ##,##,## tUse rgb-value as the transparent pixel + -### Used pixel index as transparent (1 == first colormap entry) + +For instance you could say 'giftool -B -i *.gif' to convert all your images +to interlaced GIF files in one easy step. + +giftool version 1.0 is Copyright 1994 Home Pages, Inc and is shareware. +Please, use the -info option to read the licensing information. diff --git a/graphics/giftool/pkg-plist b/graphics/giftool/pkg-plist new file mode 100644 index 000000000000..7bf0af233128 --- /dev/null +++ b/graphics/giftool/pkg-plist @@ -0,0 +1,5 @@ +bin/giftool +share/doc/giftool/COPYRIGHT +share/doc/giftool/README +share/doc/giftool/post-install-notes +@dirrm share/doc/giftool |