summaryrefslogtreecommitdiff
path: root/graphics/gifsicle
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-06-01 12:14:10 +0000
committersalo <salo@pkgsrc.org>2003-06-01 12:14:10 +0000
commit7a6ca584206991f8c96ab268cb5fe981789054f5 (patch)
tree240b52e7d60a07fbe85a534b810f8ba5b4f42d32 /graphics/gifsicle
parent09650a58d525feddcfadc33d37ee6cde38f45091 (diff)
downloadpkgsrc-7a6ca584206991f8c96ab268cb5fe981789054f5.tar.gz
Updated to version 1.37.
Changes: - DESCR has 80 culumns - whitespace 1.37: ===== - Fix bug where combining `--rotate-X' and `-O' options would cause a segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>. - Rearrange source tree. 1.36: ===== * Fix subscript-out-of-range error in main.c reported by Andrea Suatoni. 1.35: ===== - Fixed bug where `--crop' could cause a segmentation fault, present since 1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>. 1.34: ===== - Fixed bug where combining `--crop' and `-O' options could corrupt output. Reported by Tom Schumm <phong@phong.org>. 1.33: ===== - Be more careful about time while animating. In particular, prepare frames before they are needed, so that they can be displayed exactly when required. Problem reported by Walter Harms <WHarms@bfs.de>. - More warning fixes. 1.32: ===== - Add `--multifile' option handling concatenated GIF files. This is useful for scripts. For example, `gifsicle --multifile -' will merge all GIF files written to its standard input into a single animation. - More fixes for spurious background warnings. 1.31: ===== - Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT is negative. Previously, zero or negative WIDTH and HEIGHT referred to the image's entire width or height. Thus, the option `--crop 10,0+0x0' would always lead to an error, because the crop left position (10) plus the crop width (the image width) was 10 pixels beyond the image edge. The new behavior measures zero or negative WIDTH and HEIGHT relative to the image's bottom-right corner. - Changed background behavior. Hopefully the only user-visible effect will be fewer spurious warnings. - Fixed a bug that could corrupt output when optimizing images with `-O2' that had more than 256 colors. 1.30: ===== - Fixed bug in ungif code: Writing a large ungif could corrupt memory, leading eventually to bad output. This bug has been present since Gifsicle could write ungifs! Bad files and assistance provided by Jeff Brown <jabrown@ipn.caida.org>.
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r--graphics/gifsicle/DESCR43
-rw-r--r--graphics/gifsicle/Makefile10
-rw-r--r--graphics/gifsicle/distinfo6
3 files changed, 29 insertions, 30 deletions
diff --git a/graphics/gifsicle/DESCR b/graphics/gifsicle/DESCR
index 86b96fb08cd..fca213e99d1 100644
--- a/graphics/gifsicle/DESCR
+++ b/graphics/gifsicle/DESCR
@@ -1,24 +1,23 @@
-Gifsicle is a UNIX command-line tool for creating, editing,
-and getting information about GIF images and animations.
-You can also extract frames from animations, or replace, delete,
-or insert frames into existing animations.
+Gifsicle is a UNIX command-line tool for creating, editing, and getting
+information about GIF images and animations. You can also extract frames from
+animations, or replace, delete, or insert frames into existing animations.
+
Some more gifsicle features:
- * Batch mode for changing GIFs in place.
- * Prints detailed information about GIFs, including comments.
- * Control over interlacing, comments, looping, transparency...
- * Creates well-behaved GIFs: removes redundant colors, only uses
- local color tables if it absolutely has to (local color tables
- waste space and can cause viewing artifacts), etc.
- * It can shrink colormaps and change images to use the Web-safe
- palette (or any colormap you choose).
- * It can optimize your animations! This stores only the changed
- portion of each frame, and can radically shrink your GIFs. You can
- also use transparency to make them even smaller. Gifsicle's
- optimizer is pretty powerful, and usually reduces animations to
- within a couple bytes of the best commercial optimizers.
- * Unoptimizing animations, which makes them easier to edit.
+- Batch mode for changing GIFs in place.
+- Prints detailed information about GIFs, including comments.
+- Control over interlacing, comments, looping, transparency...
+- Creates well-behaved GIFs: removes redundant colors, only uses
+ local color tables if it absolutely has to (local color tables
+ waste space and can cause viewing artifacts), etc.
+- It can shrink colormaps and change images to use the Web-safe
+ palette (or any colormap you choose).
+- It can optimize your animations! This stores only the changed
+ portion of each frame, and can radically shrink your GIFs. You
+ can also use transparency to make them even smaller. Gifsicle's
+ optimizer is pretty powerful, and usually reduces animations
+ to within a couple bytes of the best commercial optimizers.
+- Unoptimizing animations, which makes them easier to edit.
-Two other programs are included with gifsicle: gifview is a
-lightweight animated-GIF viewer which can show animations
-as slideshows or in real time, and gifdiff compares two GIFs
-for identical visual appearance.
+Two other programs are included with gifsicle: gifview is a lightweight
+animated-GIF viewer which can show animations as slideshows or in real
+time, and gifdiff compares two GIFs for identical visual appearance.
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile
index db33a93eb32..99e6b80479b 100644
--- a/graphics/gifsicle/Makefile
+++ b/graphics/gifsicle/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/09/22 00:18:56 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/01 12:14:10 salo Exp $
#
-DISTNAME= gifsicle-1.29
+DISTNAME= gifsicle-1.37
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/
@@ -9,8 +9,8 @@ MAINTAINER= ben@wongs.net
HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/
COMMENT= create, edit, and inspect GIFs from shell
-USE_BUILDLINK2= YES
-USE_X11= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo
index 1e8402d2508..809197eaaf6 100644
--- a/graphics/gifsicle/distinfo
+++ b/graphics/gifsicle/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/23 14:03:11 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/06/01 12:14:10 salo Exp $
-SHA1 (gifsicle-1.29.tar.gz) = d7412309b5c18f84b2b6b5017d08830d080998f4
-Size (gifsicle-1.29.tar.gz) = 167241 bytes
+SHA1 (gifsicle-1.37.tar.gz) = b9a090133f42a6e6d04ff4f4a584d5b28b90c10d
+Size (gifsicle-1.37.tar.gz) = 206839 bytes