pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Remove libungif.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f4f843c41ba
branches:  trunk
changeset: 635117:1f4f843c41ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 31 15:57:54 2014 +0000

description:
Remove libungif.

diffstat:

 graphics/Makefile                  |   3 +-
 graphics/libungif/DESCR            |  13 ------
 graphics/libungif/Makefile         |  48 ------------------------
 graphics/libungif/PLIST            |  74 --------------------------------------
 graphics/libungif/buildlink3.mk    |  17 --------
 graphics/libungif/distinfo         |   6 ---
 graphics/libungif/patches/patch-ab |  13 ------
 7 files changed, 1 insertions(+), 173 deletions(-)

diffs (212 lines):

diff -r a7a28f16363a -r 1f4f843c41ba graphics/Makefile
--- a/graphics/Makefile Sat May 31 15:56:59 2014 +0000
+++ b/graphics/Makefile Sat May 31 15:57:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.682 2014/05/17 14:00:19 rodent Exp $
+# $NetBSD: Makefile,v 1.683 2014/05/31 15:57:54 wiz Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -288,7 +288,6 @@
 SUBDIR+=       libraw013
 SUBDIR+=       librsvg
 SUBDIR+=       libscigraphica
-SUBDIR+=       libungif
 SUBDIR+=       libv4l
 SUBDIR+=       libvideogfx
 SUBDIR+=       libwebp
diff -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/DESCR
--- a/graphics/libungif/DESCR   Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/Makefile
--- a/graphics/libungif/Makefile        Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/PLIST
--- a/graphics/libungif/PLIST   Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/buildlink3.mk
--- a/graphics/libungif/buildlink3.mk   Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/distinfo
--- a/graphics/libungif/distinfo        Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a7a28f16363a -r 1f4f843c41ba graphics/libungif/patches/patch-ab
--- a/graphics/libungif/patches/patch-ab        Sat May 31 15:56:59 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index