aboutsummaryrefslogtreecommitdiff
path: root/graphics/giftool
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-30 13:44:05 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-30 13:44:05 +0000
commit8b0d1c065e441be37326dec50e4d765bc1b59062 (patch)
tree7c1eda20d837ff0861ecf44526d56c5190f940f3 /graphics/giftool
parentb6c4ca7011d1a3e6d0f2ea28678824b0ba8def6d (diff)
downloadports-8b0d1c065e441be37326dec50e4d765bc1b59062.tar.gz
ports-8b0d1c065e441be37326dec50e4d765bc1b59062.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>
Notes
Notes: svn path=/head/; revision=4199
Diffstat (limited to 'graphics/giftool')
-rw-r--r--graphics/giftool/Makefile34
-rw-r--r--graphics/giftool/distinfo1
-rw-r--r--graphics/giftool/files/post-install-notes9
-rw-r--r--graphics/giftool/pkg-comment1
-rw-r--r--graphics/giftool/pkg-descr21
-rw-r--r--graphics/giftool/pkg-plist5
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