summaryrefslogtreecommitdiff
path: root/graphics/whirlgif
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-12-27 08:22:14 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-12-27 08:22:14 +0000
commit81c7cd60e2e4daf5502fb2691df1bc4dbee11e8c (patch)
treeb429d594cbdb45cec4c628f4b9de6b111725bdfd /graphics/whirlgif
parentSome fix about MASTER_SITES, LIB_DEPENDS, I18N support, CC/CFLAGS. (diff)
Update to 3.04 and some fix.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=24153
Diffstat (limited to 'graphics/whirlgif')
-rw-r--r--graphics/whirlgif/Makefile14
-rw-r--r--graphics/whirlgif/distinfo2
-rw-r--r--graphics/whirlgif/files/patch-aa35
-rw-r--r--graphics/whirlgif/pkg-descr2
4 files changed, 46 insertions, 7 deletions
diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile
index e324b578fcd2..4acdf1c50b7c 100644
--- a/graphics/whirlgif/Makefile
+++ b/graphics/whirlgif/Makefile
@@ -1,22 +1,24 @@
# New ports collection makefile for: whirlgif
-# Version required: 2.01
+# Version required: 3.04
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= whirlgif
-PKGNAME= whirlgif-2.01
+DISTNAME= whirlgif304
+PKGNAME= whirlgif-3.04
CATEGORIES= graphics
-MASTER_SITES= http://www.msg.net/utility/whirlgif/
+MASTER_SITES= http://www.danbbs.dk/~dino/whirlgif/
-MAINTAINER= nacai@iname.com
+MAINTAINER= nakai@FreeBSD.org
+
+NO_WRKSUBDIR= yes
MAN1= whirlgif.1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin/whirlgif
+ ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/graphics/whirlgif/distinfo b/graphics/whirlgif/distinfo
index 7cf098ff2d93..ca83e4ad1842 100644
--- a/graphics/whirlgif/distinfo
+++ b/graphics/whirlgif/distinfo
@@ -1 +1 @@
-MD5 (whirlgif.tar.gz) = fe2dd31d15f5cc228d782ad125b96294
+MD5 (whirlgif304.tar.gz) = f34db0c396fda20f5937c489eb086850
diff --git a/graphics/whirlgif/files/patch-aa b/graphics/whirlgif/files/patch-aa
new file mode 100644
index 000000000000..8f7fbbf15c0f
--- /dev/null
+++ b/graphics/whirlgif/files/patch-aa
@@ -0,0 +1,35 @@
+--- Makefile.orig Tue Feb 23 04:35:18 1999
++++ Makefile Mon Dec 27 16:38:29 1999
+@@ -32,7 +32,7 @@
+ # Amiga: SASC
+ # CC = sc
+ # standard
+-CC = cc
++CC ?= cc
+
+ ###########################################################
+ # Optimization flags
+@@ -41,12 +41,12 @@
+ #OPTIMIZE= -fcombine-regs -O
+ # for Amiga's SASC compiler remove Optimization flags.
+ # standard:
+-OPTIMIZE = -O
++#OPTIMIZE = -O
+
+ ###########################################################
+ # Debug flags
+ #
+-DEBUG = -g
++#DEBUG = -g
+ #DEBUG = -ggdb
+
+ ###########################################################
+@@ -62,7 +62,7 @@
+ # for the Amiga:
+ # CFLAGS = DATA=FAR MATH=IEEE CPU=68020 PARAMETERS=BOTH ANSI STRICT NOICONS IGNORE=51
+ # standard:
+-CFLAGS = $(DEBUG) $(OPTIMIZE) $(VIS_GNU_W32) $(STRS_H) $(WARNINGS)
++CFLAGS += $(DEBUG) $(OPTIMIZE) $(VIS_GNU_W32) $(STRS_H) $(WARNINGS)
+
+ all: $(TARG_WH)
+
diff --git a/graphics/whirlgif/pkg-descr b/graphics/whirlgif/pkg-descr
index 10071dd450b0..c3880acf341b 100644
--- a/graphics/whirlgif/pkg-descr
+++ b/graphics/whirlgif/pkg-descr
@@ -9,3 +9,5 @@ and want to loop 100 times, then you can do something like:
whirlgif -loop 100 img*.gif
to create an animation.
+
+WWW: http://www.danbbs.dk/~dino/whirlgif/