summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-05-05 12:33:44 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-05-05 12:33:44 +0000
commitd0d0bea147b408deb8018ed68a8c445718f199c8 (patch)
treec5415443c5a43c7034a236ac752887b9530b7992 /graphics/libungif
parentClean up some left-over from FreeBSD-2.0 days. (diff)
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/libungif')
-rw-r--r--graphics/libungif/Makefile25
-rw-r--r--graphics/libungif/distinfo1
-rw-r--r--graphics/libungif/pkg-comment1
-rw-r--r--graphics/libungif/pkg-descr12
-rw-r--r--graphics/libungif/pkg-plist74
5 files changed, 113 insertions, 0 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
new file mode 100644
index 000000000000..a41618184d49
--- /dev/null
+++ b/graphics/libungif/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/libungif/distinfo b/graphics/libungif/distinfo
new file mode 100644
index 000000000000..8ed8e81cdbb6
--- /dev/null
+++ b/graphics/libungif/distinfo
@@ -0,0 +1 @@
+MD5 (giflib-2.3.tar.gz) = 7197d8419d49f9639386a846651a944c
diff --git a/graphics/libungif/pkg-comment b/graphics/libungif/pkg-comment
new file mode 100644
index 000000000000..5fe977453495
--- /dev/null
+++ b/graphics/libungif/pkg-comment
@@ -0,0 +1 @@
+Tools and library routines for working with GIF images.
diff --git a/graphics/libungif/pkg-descr b/graphics/libungif/pkg-descr
new file mode 100644
index 000000000000..f7a03519d108
--- /dev/null
+++ b/graphics/libungif/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/libungif/pkg-plist b/graphics/libungif/pkg-plist
new file mode 100644
index 000000000000..4fc67e8e35cb
--- /dev/null
+++ b/graphics/libungif/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