diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 15:57:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 15:57:54 +0000 |
commit | ebd9df148e0589ae5fb6790c35d244359c183476 (patch) | |
tree | f2bbfcb5ccf73cee4772b30dc95f1d2166923108 /graphics/libungif | |
parent | 1e034acb9388f7a4bac5da6e7459cd6527b4e4d6 (diff) | |
download | pkgsrc-ebd9df148e0589ae5fb6790c35d244359c183476.tar.gz |
Remove libungif.
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/DESCR | 13 | ||||
-rw-r--r-- | graphics/libungif/Makefile | 48 | ||||
-rw-r--r-- | graphics/libungif/PLIST | 74 | ||||
-rw-r--r-- | graphics/libungif/buildlink3.mk | 17 | ||||
-rw-r--r-- | graphics/libungif/distinfo | 6 | ||||
-rw-r--r-- | graphics/libungif/patches/patch-ab | 13 |
6 files changed, 0 insertions, 171 deletions
diff --git a/graphics/libungif/DESCR b/graphics/libungif/DESCR deleted file mode 100644 index 6f56dc8793d..00000000000 --- a/graphics/libungif/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/Makefile b/graphics/libungif/Makefile deleted file mode 100644 index 3c94d3ce0db..00000000000 --- a/graphics/libungif/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $NetBSD: Makefile,v 1.46 2014/05/29 23:36:39 wiz Exp $ - -DISTNAME= libungif-4.1.4 -PKGREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=giflib/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libungif.sourceforge.net/ -COMMENT= Tools and library routines for working with GIF images - -CONFLICTS= giflib-[0-9]* - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= perl:run -CONFIGURE_ARGS+= --without-x -CONFIGURE_ENV+= ac_cv_lib_X11_main=no - -DOCDIR= ${PREFIX}/share/doc/libungif -HTMLDIR= ${PREFIX}/share/doc/html/libungif - -REPLACE_PERL+= util/gifburst - -post-patch: - @${RM} ${WRKSRC}/doc/gif2x11.html - -post-install: - cd ${DESTDIR}${PREFIX}/lib && \ - for SOURCE in libungif.*; do \ - TARGET=`${ECHO} $$SOURCE | ${SED} -e s/libungif/libgif/`; \ - ${RM} -f $$TARGET; \ - if [ $$SOURCE = libungif.la ]; then \ - ${SED} -e s/libungif/libgif/g $$SOURCE >$$TARGET; \ - ${CHMOD} 755 $$TARGET; \ - else \ - ${LN} -s $$SOURCE $$TARGET; \ - fi; \ - done - ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} - cd ${WRKSRC}; ${INSTALL_DATA} COPYING UNCOMPRESSED_GIF ${DESTDIR}${DOCDIR} - ${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR} - cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${DESTDIR}${HTMLDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/libungif/PLIST b/graphics/libungif/PLIST deleted file mode 100644 index f857b536013..00000000000 --- a/graphics/libungif/PLIST +++ /dev/null @@ -1,74 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:59:22 joerg Exp $ -bin/gif2epsn -bin/gif2ps -bin/gif2rgb -bin/gifasm -bin/gifbg -bin/gifburst -bin/gifclip -bin/gifclrmp -bin/gifcolor -bin/gifcomb -bin/gifcompose -bin/giffiltr -bin/giffix -bin/gifflip -bin/gifhisto -bin/gifinfo -bin/gifinter -bin/gifinto -bin/gifovly -bin/gifpos -bin/gifrotat -bin/gifrsize -bin/gifspnge -bin/giftext -bin/gifwedge -bin/icon2gif -bin/raw2gif -bin/rgb2gif -bin/text2gif -include/gif_lib.h -lib/libgif.la -lib/libungif.la -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 diff --git a/graphics/libungif/buildlink3.mk b/graphics/libungif/buildlink3.mk deleted file mode 100644 index ac80752903e..00000000000 --- a/graphics/libungif/buildlink3.mk +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.12 2011/03/09 17:00:01 drochner Exp $ - -.if !defined(MK_GIFLIB_BUILDLINK3_MK) -PKG_FAIL_REASON= "please use giflib.buildlink3.mk" -.endif - -BUILDLINK_TREE+= libungif - -.if !defined(LIBUNGIF_BUILDLINK3_MK) -LIBUNGIF_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.libungif+= libungif>=4.1.0 -BUILDLINK_ABI_DEPENDS.libungif+= libungif>=4.1.3nb1 -BUILDLINK_PKGSRCDIR.libungif?= ../../graphics/libungif -.endif # LIBUNGIF_BUILDLINK3_MK - -BUILDLINK_TREE+= -libungif diff --git a/graphics/libungif/distinfo b/graphics/libungif/distinfo deleted file mode 100644 index 8b8d6901e59..00000000000 --- a/graphics/libungif/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.11 2006/02/01 07:10:03 wiz Exp $ - -SHA1 (libungif-4.1.4.tar.bz2) = af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc -RMD160 (libungif-4.1.4.tar.bz2) = f96782d4e305e393a22acd84317c13dc265a21f3 -Size (libungif-4.1.4.tar.bz2) = 482222 bytes -SHA1 (patch-ab) = a93e2fe0a93aacda4566e723e681fd316fe2cb2a diff --git a/graphics/libungif/patches/patch-ab b/graphics/libungif/patches/patch-ab deleted file mode 100644 index 35d64cbf807..00000000000 --- a/graphics/libungif/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/10/09 20:05:40 jlam Exp $ - ---- ./doc/index.html.orig Sun Sep 6 12:07:35 1998 -+++ ./doc/index.html Tue Oct 5 23:34:31 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> |