summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-08 14:15:33 +0000
committeradam <adam@pkgsrc.org>2005-03-08 14:15:33 +0000
commit1f4a25e3df34854dfa3cd6544def820b53530259 (patch)
tree9485acef6960b160f09e30b34adbc75dedb11e53 /graphics
parent32574d2c4009dc7c5643cd2867f18c63817a74c6 (diff)
downloadpkgsrc-1f4a25e3df34854dfa3cd6544def820b53530259.tar.gz
Removed giflib - no package depends on it, obsoleted by libungif
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/giflib/DESCR13
-rw-r--r--graphics/giflib/Makefile32
-rw-r--r--graphics/giflib/PLIST74
-rw-r--r--graphics/giflib/distinfo8
-rw-r--r--graphics/giflib/patches/patch-aa17
-rw-r--r--graphics/giflib/patches/patch-ab13
-rw-r--r--graphics/giflib/patches/patch-ac55
8 files changed, 1 insertions, 214 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index b9e505aad63..c4d1b93c09c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.372 2005/02/25 19:08:04 drochner Exp $
+# $NetBSD: Makefile,v 1.373 2005/03/08 14:15:33 adam Exp $
#
COMMENT= Graphics tools and libraries
@@ -87,7 +87,6 @@ SUBDIR+= get_ds7
SUBDIR+= gfract
SUBDIR+= gif2png
SUBDIR+= gif320
-SUBDIR+= giflib
SUBDIR+= gifsicle
SUBDIR+= giftrans
SUBDIR+= gimageview
diff --git a/graphics/giflib/DESCR b/graphics/giflib/DESCR
deleted file mode 100644
index 974ae0b7020..00000000000
--- a/graphics/giflib/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-Giflib is a GIF manipulation library and tools. Note that this package
-has potential patent problems: giflib incorporates the LZW compression
-algorithm whose patent is currently held by Unisys.
-
-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 does/undoes image compression) or at
-a higher level by slurping an entire GIF into allocated core.
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
deleted file mode 100644
index 45d96d970c3..00000000000
--- a/graphics/giflib/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.39 2004/11/13 21:28:28 jlam Exp $
-#
-
-DISTNAME= giflib-4.1.0
-PKGREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ftp://prtr-13.ucsc.edu/pub/libungif/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
-COMMENT= Tools and library routines for working with GIF images
-
-CONFLICTS= libungif-[0-9]*
-
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS= --without-x
-USE_BUILDLINK3= yes
-USE_LIBTOOL= # defined
-
-DOCDIR= ${PREFIX}/share/doc/giflib
-HTMLDIR= ${PREFIX}/share/doc/html/giflib
-
-post-patch:
- ${RM} ${WRKSRC}/doc/gif2x11.html
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} COPYING PATENT_PROBLEMS ${DOCDIR}
- ${INSTALL_DATA_DIR} ${HTMLDIR}
- cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${HTMLDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/giflib/PLIST b/graphics/giflib/PLIST
deleted file mode 100644
index b6a11cb8a39..00000000000
--- a/graphics/giflib/PLIST
+++ /dev/null
@@ -1,74 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:33 jlam 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.la
-share/doc/giflib/COPYING
-share/doc/giflib/PATENT_PROBLEMS
-share/doc/html/giflib/GifFileType.png
-share/doc/html/giflib/gif2bgi.html
-share/doc/html/giflib/gif2epsn.html
-share/doc/html/giflib/gif2herc.html
-share/doc/html/giflib/gif2iris.html
-share/doc/html/giflib/gif2ps.html
-share/doc/html/giflib/gif2rgb.html
-share/doc/html/giflib/gif2rle.html
-share/doc/html/giflib/gif89.txt
-share/doc/html/giflib/gif_lib.html
-share/doc/html/giflib/gifasm.html
-share/doc/html/giflib/gifbg.html
-share/doc/html/giflib/gifburst.html
-share/doc/html/giflib/gifclip.html
-share/doc/html/giflib/gifclrmp.html
-share/doc/html/giflib/gifcolor.html
-share/doc/html/giflib/gifcomb.html
-share/doc/html/giflib/gifcompose.html
-share/doc/html/giflib/giffiltr.html
-share/doc/html/giflib/giffix.html
-share/doc/html/giflib/gifflip.html
-share/doc/html/giflib/gifhisto.html
-share/doc/html/giflib/gifinter.html
-share/doc/html/giflib/gifinto.html
-share/doc/html/giflib/gifovly.html
-share/doc/html/giflib/gifpos.html
-share/doc/html/giflib/gifrotat.html
-share/doc/html/giflib/gifrsize.html
-share/doc/html/giflib/gifspnge.html
-share/doc/html/giflib/giftext.html
-share/doc/html/giflib/gifwedge.html
-share/doc/html/giflib/icon2gif.html
-share/doc/html/giflib/index.html
-share/doc/html/giflib/liberror.html
-share/doc/html/giflib/lzgif.txt
-share/doc/html/giflib/raw2gif.html
-share/doc/html/giflib/rgb2gif.html
-share/doc/html/giflib/rle2gif.html
-share/doc/html/giflib/text2gif.html
-@dirrm share/doc/html/giflib
-@dirrm share/doc/giflib
diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo
deleted file mode 100644
index 58430a13c24..00000000000
--- a/graphics/giflib/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 08:45:05 agc Exp $
-
-SHA1 (giflib-4.1.0.tar.gz) = d282070e7fda813c87789d4b31b61ac8afeccc3c
-RMD160 (giflib-4.1.0.tar.gz) = 539793899cfbd866df862143c3a158a62de9a663
-Size (giflib-4.1.0.tar.gz) = 301883 bytes
-SHA1 (patch-aa) = 4b65b94d2ae8838f0139a14fb8e08ff1cbc65e7f
-SHA1 (patch-ab) = 510e9c4477729b9644cfd1fba052a7f1523b7d8f
-SHA1 (patch-ac) = 1e92b84ea304ff09f0a9cbeb565d287197c823f4
diff --git a/graphics/giflib/patches/patch-aa b/graphics/giflib/patches/patch-aa
deleted file mode 100644
index 24fa6bcd75e..00000000000
--- a/graphics/giflib/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2000/07/14 09:52:46 jlam Exp $
-
---- configure.in.orig Wed Feb 10 01:19:36 1999
-+++ configure.in Fri Jul 14 05:48:33 2000
-@@ -16,12 +16,6 @@
- AC_CHECK_LIB(m, pow, [MATH_LIB="${MATH_LIB} -lm"
- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gifclrmp gifrotat"] )
-
--if test ${MATH_LIB}; then
-- AC_CHECK_LIB(rle, rle_hdr_init, [RLE_LIB="${RLE_LIBS} -lrle -lm"
-- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"],
-- ,"-lm" )
--fi
--
- dnl I don't have this on my system. Could someone else configure it and
- dnl check that it works? (Need to change "main" to a function that's in the
- dnl library, check that giflib can be reautoconf'd, configured, and
diff --git a/graphics/giflib/patches/patch-ab b/graphics/giflib/patches/patch-ab
deleted file mode 100644
index e158c306e5f..00000000000
--- a/graphics/giflib/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.8 1999/10/09 20:31:34 jlam Exp $
-
---- ./doc/index.html.orig Sun Sep 6 12:07:35 1998
-+++ ./doc/index.html Wed Oct 6 00:08:07 1999
-@@ -65,8 +65,6 @@
- <DD>convert images saved as GIF to 24-bit RGB image(s)
- <DT><a href="gif2rle.html">gif2rle</a>
- <DD>convert images saved as GIF to RLE (Utah raster toolkit) format
--<DT><a href="gif2x11.html">gif2x11</a>
--<DD>display images saved as GIF files under X window system
- <DT><a href="raw2gif.html">raw2gif</a>
- <DD>convert raw 8-bit image data into GIF files
- <DT><a href="rgb2gif.html">rgb2gif</a>
diff --git a/graphics/giflib/patches/patch-ac b/graphics/giflib/patches/patch-ac
deleted file mode 100644
index 7635a5a75dc..00000000000
--- a/graphics/giflib/patches/patch-ac
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2001/05/02 15:51:23 jlam Exp $
-
---- configure.orig Wed Feb 10 01:35:28 1999
-+++ configure
-@@ -2467,50 +2467,6 @@
- fi
-
-
--if test ${MATH_LIB}; then
-- echo $ac_n "checking for rle_hdr_init in -lrle""... $ac_c" 1>&6
--echo "configure:2473: checking for rle_hdr_init in -lrle" >&5
--ac_lib_var=`echo rle'_'rle_hdr_init | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lrle "-lm" $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 2481 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char rle_hdr_init();
--
--int main() {
--rle_hdr_init()
--; return 0; }
--EOF
--if { (eval echo configure:2492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- RLE_LIB="${RLE_LIBS} -lrle -lm"
-- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"
--else
-- echo "$ac_t""no" 1>&6
--fi
--
--fi
--
- echo $ac_n "checking for main in -lgl_s""... $ac_c" 1>&6
- echo "configure:2516: checking for main in -lgl_s" >&5
- ac_lib_var=`echo gl_s'_'main | sed 'y%./+-%__p_%'`