summaryrefslogtreecommitdiff
path: root/graphics/giftrans
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-04 00:48:03 +0000
committerhubertf <hubertf>1999-07-04 00:48:03 +0000
commita1c1c0b1ec81f74ad11c2466f2cc7b40ffd70b7c (patch)
tree9cdcb3f17ffc3ece69b3058e1f6f928e2c001436 /graphics/giftrans
parent16dc5568727e7274bbbcfd0b75f0f605ba2b7b6c (diff)
downloadpkgsrc-a1c1c0b1ec81f74ad11c2466f2cc7b40ffd70b7c.tar.gz
Manipulate GIF89a images' transparency, comment, ...
Diffstat (limited to 'graphics/giftrans')
-rw-r--r--graphics/giftrans/Makefile19
-rw-r--r--graphics/giftrans/files/md53
-rw-r--r--graphics/giftrans/patches/patch-aa13
-rw-r--r--graphics/giftrans/pkg/COMMENT1
-rw-r--r--graphics/giftrans/pkg/DESCR4
-rw-r--r--graphics/giftrans/pkg/PLIST3
6 files changed, 43 insertions, 0 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile
new file mode 100644
index 00000000000..69ae807237d
--- /dev/null
+++ b/graphics/giftrans/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/04 00:48:03 hubertf Exp $
+#
+
+DISTNAME= sgif1122
+PKGNAME= giftrans-1.12.2
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/Linux/woven/html/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://ion.le.ac.uk/~mar5/giftrans.html
+
+WRKSRC= ${WRKDIR}/usr/src/${PKGNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/giftrans/files/md5 b/graphics/giftrans/files/md5
new file mode 100644
index 00000000000..64cdcf40299
--- /dev/null
+++ b/graphics/giftrans/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/07/04 00:48:04 hubertf Exp $
+
+MD5 (sgif1122.tgz) = 87021191568840215e2397b1e44aeeef
diff --git a/graphics/giftrans/patches/patch-aa b/graphics/giftrans/patches/patch-aa
new file mode 100644
index 00000000000..2b987b253a0
--- /dev/null
+++ b/graphics/giftrans/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/07/04 00:48:04 hubertf Exp $
+
+--- Makefile.orig Thu Aug 8 20:19:15 1996
++++ Makefile Sun Jul 4 02:41:11 1999
+@@ -1,7 +1,7 @@
+ # Makefile for giftrans
+
+ CC=gcc
+-CFLAGS=-O2 -m486
++CFLAGS=-O2 -DRGBTXT=\"${X11BASE}/lib/X11/rgb.txt\"
+
+ all: giftrans
+
diff --git a/graphics/giftrans/pkg/COMMENT b/graphics/giftrans/pkg/COMMENT
new file mode 100644
index 00000000000..6d8854370d2
--- /dev/null
+++ b/graphics/giftrans/pkg/COMMENT
@@ -0,0 +1 @@
+Manipulate GIF89a images' transparency, comment, ...
diff --git a/graphics/giftrans/pkg/DESCR b/graphics/giftrans/pkg/DESCR
new file mode 100644
index 00000000000..f0e48212419
--- /dev/null
+++ b/graphics/giftrans/pkg/DESCR
@@ -0,0 +1,4 @@
+giftrans converts any GIF file into a GIF89a. Allows for
+setting the transparent or background color, changing col-
+ors, adding or removing comments. Also code to analyze GIF
+contents.
diff --git a/graphics/giftrans/pkg/PLIST b/graphics/giftrans/pkg/PLIST
new file mode 100644
index 00000000000..9aafc8b9e18
--- /dev/null
+++ b/graphics/giftrans/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/04 00:48:04 hubertf Exp $
+bin/giftrans
+man/man1/giftrans.1