From ec263708b4436f2f6fe8ff2c5ddd38bc49dbd322 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/libungif/DESCR | 13 +++++++ graphics/libungif/PLIST | 82 +++++++++++++++++++++++++++++++++++++++++++++ graphics/libungif/pkg/DESCR | 13 ------- graphics/libungif/pkg/PLIST | 82 --------------------------------------------- 4 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 graphics/libungif/DESCR create mode 100644 graphics/libungif/PLIST delete mode 100644 graphics/libungif/pkg/DESCR delete mode 100644 graphics/libungif/pkg/PLIST (limited to 'graphics/libungif') diff --git a/graphics/libungif/DESCR b/graphics/libungif/DESCR new file mode 100644 index 00000000000..6f56dc8793d --- /dev/null +++ b/graphics/libungif/DESCR @@ -0,0 +1,13 @@ +Libungif is a giflib-compatible library and tools that saves GIFs using +an uncompressed algorithm that avoids the Unisys patent on the LZW +compression algorithm. + +The tools include programs to clip, rotate, scale, and position +GIF images. It includes code to dump GIFs to an Epson-compatible printer +in graphics mode, and several conversion utilities. + +The library includes program-callable entry points for reading and writing +GIF files, an 8x8 utility font for embedding text in GIFs, and an error +handler. GIF manipulation can be done at a relatively low level by +sequential I/O (which automatically undoes image compression) or at +a higher level by slurping an entire GIF into allocated core. diff --git a/graphics/libungif/PLIST b/graphics/libungif/PLIST new file mode 100644 index 00000000000..325710bb791 --- /dev/null +++ b/graphics/libungif/PLIST @@ -0,0 +1,82 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:55 zuntum Exp $ +bin/gif2epsn +bin/gif2ps +bin/gif2rgb +bin/gifasm +bin/gifbg +bin/gifclip +bin/gifcomb +bin/giffix +bin/gifflip +bin/gifhisto +bin/gifinter +bin/gifinto +bin/gifovly +bin/gifpos +bin/gifrsize +bin/giftext +bin/gifwedge +bin/raw2gif +bin/rgb2gif +bin/text2gif +bin/gifspnge +bin/giffiltr +bin/icon2gif +bin/gifcolor +bin/gifclrmp +bin/gifrotat +bin/gifcompose +bin/gifburst +include/gif_lib.h +lib/libgif.a +lib/libgif.so +lib/libgif.so.5 +lib/libgif.so.5.0 +lib/libungif.a +lib/libungif.la +lib/libungif.so +lib/libungif.so.5 +lib/libungif.so.5.0 +share/doc/html/libungif/GifFileType.png +share/doc/html/libungif/gif2bgi.html +share/doc/html/libungif/gif2epsn.html +share/doc/html/libungif/gif2herc.html +share/doc/html/libungif/gif2iris.html +share/doc/html/libungif/gif2ps.html +share/doc/html/libungif/gif2rgb.html +share/doc/html/libungif/gif2rle.html +share/doc/html/libungif/gif89.txt +share/doc/html/libungif/gif_lib.html +share/doc/html/libungif/gifasm.html +share/doc/html/libungif/gifbg.html +share/doc/html/libungif/gifburst.html +share/doc/html/libungif/gifclip.html +share/doc/html/libungif/gifclrmp.html +share/doc/html/libungif/gifcolor.html +share/doc/html/libungif/gifcomb.html +share/doc/html/libungif/gifcompose.html +share/doc/html/libungif/giffiltr.html +share/doc/html/libungif/giffix.html +share/doc/html/libungif/gifflip.html +share/doc/html/libungif/gifhisto.html +share/doc/html/libungif/gifinter.html +share/doc/html/libungif/gifinto.html +share/doc/html/libungif/gifovly.html +share/doc/html/libungif/gifpos.html +share/doc/html/libungif/gifrotat.html +share/doc/html/libungif/gifrsize.html +share/doc/html/libungif/gifspnge.html +share/doc/html/libungif/giftext.html +share/doc/html/libungif/gifwedge.html +share/doc/html/libungif/icon2gif.html +share/doc/html/libungif/index.html +share/doc/html/libungif/liberror.html +share/doc/html/libungif/lzgif.txt +share/doc/html/libungif/raw2gif.html +share/doc/html/libungif/rgb2gif.html +share/doc/html/libungif/rle2gif.html +share/doc/html/libungif/text2gif.html +share/doc/libungif/COPYING +share/doc/libungif/UNCOMPRESSED_GIF +@dirrm share/doc/libungif +@dirrm share/doc/html/libungif diff --git a/graphics/libungif/pkg/DESCR b/graphics/libungif/pkg/DESCR deleted file mode 100644 index 6f56dc8793d..00000000000 --- a/graphics/libungif/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Libungif is a giflib-compatible library and tools that saves GIFs using -an uncompressed algorithm that avoids the Unisys patent on the LZW -compression algorithm. - -The tools include programs to clip, rotate, scale, and position -GIF images. It includes code to dump GIFs to an Epson-compatible printer -in graphics mode, and several conversion utilities. - -The library includes program-callable entry points for reading and writing -GIF files, an 8x8 utility font for embedding text in GIFs, and an error -handler. GIF manipulation can be done at a relatively low level by -sequential I/O (which automatically undoes image compression) or at -a higher level by slurping an entire GIF into allocated core. diff --git a/graphics/libungif/pkg/PLIST b/graphics/libungif/pkg/PLIST deleted file mode 100644 index d64a005b670..00000000000 --- a/graphics/libungif/pkg/PLIST +++ /dev/null @@ -1,82 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:10:41 agc Exp $ -bin/gif2epsn -bin/gif2ps -bin/gif2rgb -bin/gifasm -bin/gifbg -bin/gifclip -bin/gifcomb -bin/giffix -bin/gifflip -bin/gifhisto -bin/gifinter -bin/gifinto -bin/gifovly -bin/gifpos -bin/gifrsize -bin/giftext -bin/gifwedge -bin/raw2gif -bin/rgb2gif -bin/text2gif -bin/gifspnge -bin/giffiltr -bin/icon2gif -bin/gifcolor -bin/gifclrmp -bin/gifrotat -bin/gifcompose -bin/gifburst -include/gif_lib.h -lib/libgif.a -lib/libgif.so -lib/libgif.so.5 -lib/libgif.so.5.0 -lib/libungif.a -lib/libungif.la -lib/libungif.so -lib/libungif.so.5 -lib/libungif.so.5.0 -share/doc/html/libungif/GifFileType.png -share/doc/html/libungif/gif2bgi.html -share/doc/html/libungif/gif2epsn.html -share/doc/html/libungif/gif2herc.html -share/doc/html/libungif/gif2iris.html -share/doc/html/libungif/gif2ps.html -share/doc/html/libungif/gif2rgb.html -share/doc/html/libungif/gif2rle.html -share/doc/html/libungif/gif89.txt -share/doc/html/libungif/gif_lib.html -share/doc/html/libungif/gifasm.html -share/doc/html/libungif/gifbg.html -share/doc/html/libungif/gifburst.html -share/doc/html/libungif/gifclip.html -share/doc/html/libungif/gifclrmp.html -share/doc/html/libungif/gifcolor.html -share/doc/html/libungif/gifcomb.html -share/doc/html/libungif/gifcompose.html -share/doc/html/libungif/giffiltr.html -share/doc/html/libungif/giffix.html -share/doc/html/libungif/gifflip.html -share/doc/html/libungif/gifhisto.html -share/doc/html/libungif/gifinter.html -share/doc/html/libungif/gifinto.html -share/doc/html/libungif/gifovly.html -share/doc/html/libungif/gifpos.html -share/doc/html/libungif/gifrotat.html -share/doc/html/libungif/gifrsize.html -share/doc/html/libungif/gifspnge.html -share/doc/html/libungif/giftext.html -share/doc/html/libungif/gifwedge.html -share/doc/html/libungif/icon2gif.html -share/doc/html/libungif/index.html -share/doc/html/libungif/liberror.html -share/doc/html/libungif/lzgif.txt -share/doc/html/libungif/raw2gif.html -share/doc/html/libungif/rgb2gif.html -share/doc/html/libungif/rle2gif.html -share/doc/html/libungif/text2gif.html -share/doc/libungif/COPYING -share/doc/libungif/UNCOMPRESSED_GIF -@dirrm share/doc/libungif -@dirrm share/doc/html/libungif -- cgit v1.2.3