diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-23 14:03:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-23 14:03:11 +0000 |
commit | 94de0aede539e6012f5a6b8647af963ac9875b50 (patch) | |
tree | 305de48f7d8c3374f5ce55958fde149fd29a58f8 /graphics/gifsicle | |
parent | 34d39c2e73181f583a8257301470b4f912aebd6f (diff) | |
download | pkgsrc-94de0aede539e6012f5a6b8647af963ac9875b50.tar.gz |
Initial import of gifsicle, a program to manipulate GIFs, and in particular
GIF animations.
Package provided by Ben Wong in pkg/13467.
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 16 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 4 | ||||
-rw-r--r-- | graphics/gifsicle/pkg/DESCR | 24 | ||||
-rw-r--r-- | graphics/gifsicle/pkg/PLIST | 7 |
4 files changed, 51 insertions, 0 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile new file mode 100644 index 00000000000..4d17013c5cf --- /dev/null +++ b/graphics/gifsicle/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/23 14:03:11 wiz Exp $ +# + +DISTNAME= gifsicle-1.29 +CATEGORIES= graphics +MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/ + +MAINTAINER= ben@wongs.net +HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/ +COMMENT= create, edit, and inspect GIFs from shell + +GNU_CONFIGURE= YES +USE_X11= YES +USE_BUILDLINK_ONLY= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo new file mode 100644 index 00000000000..1e8402d2508 --- /dev/null +++ b/graphics/gifsicle/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/23 14:03:11 wiz Exp $ + +SHA1 (gifsicle-1.29.tar.gz) = d7412309b5c18f84b2b6b5017d08830d080998f4 +Size (gifsicle-1.29.tar.gz) = 167241 bytes diff --git a/graphics/gifsicle/pkg/DESCR b/graphics/gifsicle/pkg/DESCR new file mode 100644 index 00000000000..cb64a860eb4 --- /dev/null +++ b/graphics/gifsicle/pkg/DESCR @@ -0,0 +1,24 @@ +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. + +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/pkg/PLIST b/graphics/gifsicle/pkg/PLIST new file mode 100644 index 00000000000..4b6cc4b5b16 --- /dev/null +++ b/graphics/gifsicle/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/23 14:03:11 wiz Exp $ +bin/gifdiff +bin/gifview +bin/gifsicle +man/man1/gifdiff.1 +man/man1/gifview.1 +man/man1/gifsicle.1 |