Initial import of libungif-4.1.0 -- tools and library routines for working
with GIF images. API/ABI-compatible with giflib, but doesn't write compressed GIFs.
This commit is contained in:
parent
8a4fbb1ed5
commit
214ff11b1f
8 changed files with 162 additions and 0 deletions
34
graphics/libungif/Makefile
Normal file
34
graphics/libungif/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/10/09 20:05:39 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libungif-4.1.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://prtr-13.ucsc.edu/pub/libungif/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif.shtml
|
||||
|
||||
CONFLICTS= giflib-*
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-x
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/libungif
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
MAKE_ENV+= CC="${CC} -I${LOCALBASE}/include"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/doc/gif2x11.html
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} COPYING UNCOMPRESSED_GIF ${DOCDIR}
|
||||
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${DOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
graphics/libungif/files/md5
Normal file
3
graphics/libungif/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/10/09 20:05:39 jlam Exp $
|
||||
|
||||
MD5 (libungif-4.1.0.tar.gz) = 35427da9b40e06faae0db531c41c7eb6
|
4
graphics/libungif/files/patch-sum
Normal file
4
graphics/libungif/files/patch-sum
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/10/09 20:05:40 jlam Exp $
|
||||
|
||||
MD5 (patch-aa) = 20885e0f4e5a0757542eb4cb3e99fe44
|
||||
MD5 (patch-ab) = dacda410c2da4d0695fdee220e00ce69
|
20
graphics/libungif/patches/patch-aa
Normal file
20
graphics/libungif/patches/patch-aa
Normal file
|
@ -0,0 +1,20 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 1999/10/09 20:05:40 jlam Exp $
|
||||
|
||||
--- ./configure.orig Tue Jan 19 23:32:09 1999
|
||||
+++ ./configure Tue Oct 5 23:34:58 1999
|
||||
@@ -1191,6 +1191,7 @@
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
+if false; then
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
||||
@@ -1240,6 +1241,7 @@
|
||||
# Redirect the config.log output again, so that the ltconfig log is not
|
||||
# clobbered by the next message.
|
||||
exec 5>>./config.log
|
||||
+fi
|
||||
|
||||
# Extract the first word of "gcc", so it can be a program name with args.
|
||||
set dummy gcc; ac_word=$2
|
13
graphics/libungif/patches/patch-ab
Normal file
13
graphics/libungif/patches/patch-ab
Normal file
|
@ -0,0 +1,13 @@
|
|||
$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>
|
1
graphics/libungif/pkg/COMMENT
Normal file
1
graphics/libungif/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Tools and library routines for working with GIF images.
|
13
graphics/libungif/pkg/DESCR
Normal file
13
graphics/libungif/pkg/DESCR
Normal file
|
@ -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.
|
74
graphics/libungif/pkg/PLIST
Normal file
74
graphics/libungif/pkg/PLIST
Normal file
|
@ -0,0 +1,74 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/09 20:05:40 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/libungif.a
|
||||
lib/libungif.so.5.0
|
||||
share/doc/libungif/COPYING
|
||||
share/doc/libungif/GifFileType.png
|
||||
share/doc/libungif/UNCOMPRESSED_GIF
|
||||
share/doc/libungif/gif2bgi.html
|
||||
share/doc/libungif/gif2epsn.html
|
||||
share/doc/libungif/gif2herc.html
|
||||
share/doc/libungif/gif2iris.html
|
||||
share/doc/libungif/gif2ps.html
|
||||
share/doc/libungif/gif2rgb.html
|
||||
share/doc/libungif/gif2rle.html
|
||||
share/doc/libungif/gif89.txt
|
||||
share/doc/libungif/gif_lib.html
|
||||
share/doc/libungif/gifasm.html
|
||||
share/doc/libungif/gifbg.html
|
||||
share/doc/libungif/gifburst.html
|
||||
share/doc/libungif/gifclip.html
|
||||
share/doc/libungif/gifclrmp.html
|
||||
share/doc/libungif/gifcolor.html
|
||||
share/doc/libungif/gifcomb.html
|
||||
share/doc/libungif/gifcompose.html
|
||||
share/doc/libungif/giffiltr.html
|
||||
share/doc/libungif/giffix.html
|
||||
share/doc/libungif/gifflip.html
|
||||
share/doc/libungif/gifhisto.html
|
||||
share/doc/libungif/gifinter.html
|
||||
share/doc/libungif/gifinto.html
|
||||
share/doc/libungif/gifovly.html
|
||||
share/doc/libungif/gifpos.html
|
||||
share/doc/libungif/gifrotat.html
|
||||
share/doc/libungif/gifrsize.html
|
||||
share/doc/libungif/gifspnge.html
|
||||
share/doc/libungif/giftext.html
|
||||
share/doc/libungif/gifwedge.html
|
||||
share/doc/libungif/icon2gif.html
|
||||
share/doc/libungif/index.html
|
||||
share/doc/libungif/liberror.html
|
||||
share/doc/libungif/lzgif.txt
|
||||
share/doc/libungif/raw2gif.html
|
||||
share/doc/libungif/rgb2gif.html
|
||||
share/doc/libungif/rle2gif.html
|
||||
share/doc/libungif/text2gif.html
|
||||
@dirrm share/doc/libungif
|
Loading…
Reference in a new issue