diff options
-rw-r--r-- | graphics/gifsicle/DESCR | 43 | ||||
-rw-r--r-- | graphics/gifsicle/Makefile | 10 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 6 |
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 |