diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-05 12:33:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-05 12:33:44 +0000 |
commit | d0d0bea147b408deb8018ed68a8c445718f199c8 (patch) | |
tree | c5415443c5a43c7034a236ac752887b9530b7992 /graphics/giflib | |
parent | bc5fedabf86fc1bfd9ce1fa69280a7a2418b86d7 (diff) | |
download | ports-d0d0bea147b408deb8018ed68a8c445718f199c8.tar.gz ports-d0d0bea147b408deb8018ed68a8c445718f199c8.zip |
Import a port of Eric Raymond's giflib, a library and collection of
tools for working with GIF files.
Notes
Notes:
svn path=/head/; revision=6410
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 25 | ||||
-rw-r--r-- | graphics/giflib/distinfo | 1 | ||||
-rw-r--r-- | graphics/giflib/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/giflib/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/giflib/pkg-plist | 74 |
5 files changed, 113 insertions, 0 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile new file mode 100644 index 000000000000..a41618184d49 --- /dev/null +++ b/graphics/giflib/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: giflib +# Version required: 2.3 +# Date created: 03 May 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= giflib-2.3 +CATEGORIES= graphics +MASTER_SITES= http://www.ccil.org/~esr/ + +MAINTAINER= tg@FreeBSD.ORG + +post-extract: + @${CP} ${FILESDIR}/Makefile ${WRKSRC}/lib + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/giflib + @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib +.endif + @${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo new file mode 100644 index 000000000000..8ed8e81cdbb6 --- /dev/null +++ b/graphics/giflib/distinfo @@ -0,0 +1 @@ +MD5 (giflib-2.3.tar.gz) = 7197d8419d49f9639386a846651a944c diff --git a/graphics/giflib/pkg-comment b/graphics/giflib/pkg-comment new file mode 100644 index 000000000000..5fe977453495 --- /dev/null +++ b/graphics/giflib/pkg-comment @@ -0,0 +1 @@ +Tools and library routines for working with GIF images. diff --git a/graphics/giflib/pkg-descr b/graphics/giflib/pkg-descr new file mode 100644 index 000000000000..f7a03519d108 --- /dev/null +++ b/graphics/giflib/pkg-descr @@ -0,0 +1,12 @@ +The tools include programs to clip, rotate, scale, and position +GIF images. It includes an X11 viewer, and 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. + +See /usr/local/share/doc/giflib directory for more information +on GIFLIB's capabilities. diff --git a/graphics/giflib/pkg-plist b/graphics/giflib/pkg-plist new file mode 100644 index 000000000000..4fc67e8e35cb --- /dev/null +++ b/graphics/giflib/pkg-plist @@ -0,0 +1,74 @@ +bin/gif2epsn +bin/gif2ps +bin/gif2rgb +bin/gif2x11 +bin/gifasm +bin/gifbg +bin/gifclip +bin/gifclrmp +bin/gifcomb +bin/giffix +bin/gifflip +bin/gifhisto +bin/gifinter +bin/gifinto +bin/gifovly +bin/gifpos +bin/gifrotat +bin/gifrsize +bin/giftext +bin/gifwedge +bin/raw2gif +bin/rgb2gif +bin/text2gif +bin/gifspnge +bin/giffiltr +bin/icon2gif +bin/gifcolor +bin/gifcompose +bin/gifburst +include/giflib/getarg.h +include/giflib/gif_hash.h +include/giflib/gif_lib.h +lib/libgif.a +lib/libgif.so.2.3 +@exec /sbin/ldconfig -m %B +share/doc/giflib/general.doc +share/doc/giflib/gif2bgi.doc +share/doc/giflib/gif2epsn.doc +share/doc/giflib/gif2herc.doc +share/doc/giflib/gif2iris.doc +share/doc/giflib/gif2ps.doc +share/doc/giflib/gif2rgb.doc +share/doc/giflib/gif2rle.doc +share/doc/giflib/gif2x11.doc +share/doc/giflib/gif89.doc +share/doc/giflib/gif_lib.doc +share/doc/giflib/gifasm.doc +share/doc/giflib/gifbg.doc +share/doc/giflib/gifburst.doc +share/doc/giflib/gifclip.doc +share/doc/giflib/gifclrmp.doc +share/doc/giflib/gifcolor.doc +share/doc/giflib/gifcomb.doc +share/doc/giflib/gifcompose.doc +share/doc/giflib/giffiltr.doc +share/doc/giflib/giffix.doc +share/doc/giflib/gifflip.doc +share/doc/giflib/gifhisto.doc +share/doc/giflib/gifinter.doc +share/doc/giflib/gifinto.doc +share/doc/giflib/gifovly.doc +share/doc/giflib/gifpos.doc +share/doc/giflib/gifrotat.doc +share/doc/giflib/gifrsize.doc +share/doc/giflib/gifspnge.doc +share/doc/giflib/giftext.doc +share/doc/giflib/gifwedge.doc +share/doc/giflib/icon2gif.doc +share/doc/giflib/liberror.doc +share/doc/giflib/lzgif.doc +share/doc/giflib/raw2gif.doc +share/doc/giflib/rgb2gif.doc +share/doc/giflib/rle2gif.doc +share/doc/giflib/text2gif.doc |