diff options
author | nakai <nakai@FreeBSD.org> | 1999-12-27 08:22:14 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-12-27 08:22:14 +0000 |
commit | 7e3d30282c058e6e70b24f3ff9546bd031281782 (patch) | |
tree | 82ffd530f6accedb77226a5b2cdd246d66af774f /graphics/whirlgif | |
parent | 52cefe6c502b39de7c49cfcbf8d9529b392c5784 (diff) | |
download | FreeBSD-ports-7e3d30282c058e6e70b24f3ff9546bd031281782.zip FreeBSD-ports-7e3d30282c058e6e70b24f3ff9546bd031281782.tar.gz |
Update to 3.04 and some fix.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/whirlgif')
-rw-r--r-- | graphics/whirlgif/Makefile | 14 | ||||
-rw-r--r-- | graphics/whirlgif/distinfo | 2 | ||||
-rw-r--r-- | graphics/whirlgif/files/patch-aa | 35 | ||||
-rw-r--r-- | graphics/whirlgif/pkg-descr | 2 |
4 files changed, 46 insertions, 7 deletions
diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index e324b57..4acdf1c 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 7cf098f..ca83e4a 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 0000000..8f7fbbf --- /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 10071dd..c3880ac 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/ |