From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- graphics/gifsicle/DESCR | 24 ++++++++++++++++++++++++ graphics/gifsicle/PLIST | 7 +++++++ graphics/gifsicle/pkg/DESCR | 24 ------------------------ graphics/gifsicle/pkg/PLIST | 7 ------- 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 graphics/gifsicle/DESCR create mode 100644 graphics/gifsicle/PLIST delete mode 100644 graphics/gifsicle/pkg/DESCR delete mode 100644 graphics/gifsicle/pkg/PLIST (limited to 'graphics/gifsicle') diff --git a/graphics/gifsicle/DESCR b/graphics/gifsicle/DESCR new file mode 100644 index 00000000000..cb64a860eb4 --- /dev/null +++ b/graphics/gifsicle/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/PLIST b/graphics/gifsicle/PLIST new file mode 100644 index 00000000000..15505983dea --- /dev/null +++ b/graphics/gifsicle/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:01 zuntum Exp $ +bin/gifdiff +bin/gifview +bin/gifsicle +man/man1/gifdiff.1 +man/man1/gifview.1 +man/man1/gifsicle.1 diff --git a/graphics/gifsicle/pkg/DESCR b/graphics/gifsicle/pkg/DESCR deleted file mode 100644 index cb64a860eb4..00000000000 --- a/graphics/gifsicle/pkg/DESCR +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index 4b6cc4b5b16..00000000000 --- a/graphics/gifsicle/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@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 -- cgit v1.2.3