1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Import a port of Eric Raymond's giflib, a library and collection of

tools for working with GIF files.
This commit is contained in:
Thomas Gellekum 1997-05-05 12:33:44 +00:00
parent bc5fedabf8
commit d0d0bea147
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6410
10 changed files with 226 additions and 0 deletions

25
graphics/giflib/Makefile Normal file
View File

@ -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>

1
graphics/giflib/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (giflib-2.3.tar.gz) = 7197d8419d49f9639386a846651a944c

View File

@ -0,0 +1 @@
Tools and library routines for working with GIF images.

12
graphics/giflib/pkg-descr Normal file
View File

@ -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.

74
graphics/giflib/pkg-plist Normal file
View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (giflib-2.3.tar.gz) = 7197d8419d49f9639386a846651a944c

View File

@ -0,0 +1 @@
Tools and library routines for working with GIF images.

View File

@ -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.

View File

@ -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