diff options
author | pav <pav@FreeBSD.org> | 2007-02-08 06:48:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-08 06:48:47 +0800 |
commit | 93ab087ee60a592e39994000eb653a13c40feb0f (patch) | |
tree | e98c749698f8ae082978ffa39479a51057ac206f | |
parent | 17cd31fabda93df2ccaefeffa278c3587d812de5 (diff) | |
download | freebsd-ports-gnome-93ab087ee60a592e39994000eb653a13c40feb0f.tar.gz freebsd-ports-gnome-93ab087ee60a592e39994000eb653a13c40feb0f.tar.zst freebsd-ports-gnome-93ab087ee60a592e39994000eb653a13c40feb0f.zip |
- Website gone, switch to Debian. The distfiles were checked, it's the same
stuff repackaged.
PR: ports/108867
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
-rw-r--r-- | graphics/whirlgif/Makefile | 6 | ||||
-rw-r--r-- | graphics/whirlgif/distinfo | 6 | ||||
-rw-r--r-- | graphics/whirlgif/pkg-descr | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index 36c03e3c3993..b5074e8a3dbd 100644 --- a/graphics/whirlgif/Makefile +++ b/graphics/whirlgif/Makefile @@ -8,13 +8,13 @@ PORTNAME= whirlgif PORTVERSION= 3.04 CATEGORIES= graphics -MASTER_SITES= http://www.danbbs.dk/~dino/whirlgif/ -DISTNAME= whirlgif304 +MASTER_SITES= http://archive.debian.org/debian-archive/pool/non-free/w/whirlgif/ +DISTNAME= whirlgif_3.04.orig MAINTAINER= ports@FreeBSD.org COMMENT= A tool for making GIF animations -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/whirlgif-3.04.orig MAN1= whirlgif.1 PLIST_FILES= bin/whirlgif diff --git a/graphics/whirlgif/distinfo b/graphics/whirlgif/distinfo index fa04c055369f..886673ec0d08 100644 --- a/graphics/whirlgif/distinfo +++ b/graphics/whirlgif/distinfo @@ -1,3 +1,3 @@ -MD5 (whirlgif304.tar.gz) = f34db0c396fda20f5937c489eb086850 -SHA256 (whirlgif304.tar.gz) = 2c9a9864a37ac37e9aaa7e6c2d172f81ebc8628f2227fde8c60bc1daefbf01bf -SIZE (whirlgif304.tar.gz) = 18142 +MD5 (whirlgif_3.04.orig.tar.gz) = 5f28d87a650f1d87bbd47043db11bdc6 +SHA256 (whirlgif_3.04.orig.tar.gz) = fa02ef1693097f6c4a22e74db3cb87750aff939b845bd9a5c6acff6daa45adc4 +SIZE (whirlgif_3.04.orig.tar.gz) = 19767 diff --git a/graphics/whirlgif/pkg-descr b/graphics/whirlgif/pkg-descr index c3880acf341b..10071dd450b0 100644 --- a/graphics/whirlgif/pkg-descr +++ b/graphics/whirlgif/pkg-descr @@ -9,5 +9,3 @@ 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/ |