From cc18d6f4f4d051e0011584c562e7b8ed54c642da Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 10 Sep 1998 14:17:47 +0000 Subject: A graphics library for fast GIF creation Submitted by: Ichiro Fukuhara --- japanese/gd1/Makefile | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ japanese/gd1/distinfo | 2 ++ japanese/gd1/pkg-comment | 1 + japanese/gd1/pkg-descr | 24 ++++++++++++++++++++++ japanese/gd1/pkg-plist | 19 ++++++++++++++++++ 5 files changed, 98 insertions(+) create mode 100644 japanese/gd1/Makefile create mode 100644 japanese/gd1/distinfo create mode 100644 japanese/gd1/pkg-comment create mode 100644 japanese/gd1/pkg-descr create mode 100644 japanese/gd1/pkg-plist (limited to 'japanese/gd1') diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile new file mode 100644 index 000000000000..cb8fb2e2d09b --- /dev/null +++ b/japanese/gd1/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: gd +# Version required: 1.3+kanji.patch +# Date created: 19 Aug 1998 +# Whom: ichiro@ichiro.org +# +# $Id$ +# + +DISTNAME= gd1.3 +PKGNAME= ja-gd-1.3 +CATEGORIES= japanese graphics +MASTER_SITES= http://www.boutell.com/gd/http/ \ + ftp://ftp.boutell.com/pub/boutell/gd/ + +PATCH_SITES= http://pg.cni.co.jp/GD/ +PATCHFILES= gd1.3.kanji.patch-fix1.gz +PATCH_DIST_STRIP= # empty + +MAINTAINER= ichiro@ichiro.org + +BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.a:${PORTSDIR}/japanese/vflib + +FETCH_BEFORE_ARGS= -b + +pre-install: + ${MKDIR} ${PREFIX}/include/gd + ${MKDIR} ${PREFIX}/share/examples/gd + +do-install: + for i in libgd.a libgd.so.1.3; do \ + ${INSTALL} -c -o bin -g bin -m 555 ${WRKSRC}/$$i \ + ${PREFIX}/lib; \ + done + (cd ${PREFIX}/lib; ${LN} -sf libgd.so.1.3 libgd.so.1; \ + ${LN} -sf libgd.so.1 libgd.so) + for i in gddemo giftogd webgif; do \ + ${INSTALL} -c -o bin -g bin -m 755 ${WRKSRC}/$$i \ + ${PREFIX}/bin; \ + done + for i in gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h; do \ + ${INSTALL} -c -o root -g bin -m 644 ${WRKSRC}/$$i \ + ${PREFIX}/include/gd; \ + done + for i in index.html demoin.gif ; do \ + ${INSTALL_DATA} ${WRKSRC}/$$i \ + ${PREFIX}/share/examples/gd; \ + done + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include diff --git a/japanese/gd1/distinfo b/japanese/gd1/distinfo new file mode 100644 index 000000000000..ada301426c08 --- /dev/null +++ b/japanese/gd1/distinfo @@ -0,0 +1,2 @@ +MD5 (gd1.3.tar.gz) = ff3de2c851c4b1fc6af6f14dcfbc6532 +MD5 (gd1.3.kanji.patch-fix1.gz) = 2c573152add343feb105cc490986bd15 diff --git a/japanese/gd1/pkg-comment b/japanese/gd1/pkg-comment new file mode 100644 index 000000000000..c3e4e57602ef --- /dev/null +++ b/japanese/gd1/pkg-comment @@ -0,0 +1 @@ +A graphics library for fast GIF creation diff --git a/japanese/gd1/pkg-descr b/japanese/gd1/pkg-descr new file mode 100644 index 000000000000..c3898fc02fa1 --- /dev/null +++ b/japanese/gd1/pkg-descr @@ -0,0 +1,24 @@ +DESCRIPTION + + gd is a graphics library. It allows your code to quickly draw images + complete with lines, arcs, text, multiple colors, cut and paste from + other images, and flood fills, and write out the result as a .GIF file. + This is particularly useful in World Wide Web applications, where .GIF + is the format used for inline images. + + gd is not a paint program. If you are looking for a paint program, try + xpaint by David Koblas, available by anonymous FTP from ftp.netcom.com + in pub/ko/koblas. (That package is for the X Window System; for the Mac + and the PC, paint programs are considerably easier to find.) + + gd does not provide for every possible desirable graphics operation. It + is not necessary or desirable for gd to become a kitchen-sink graphics + package, but version 1.3 incorporates most of the commonly requested + features for an 8-bit 2D package. Support for scalable fonts, and + truecolor images, JPEG and PNG is planned for version 2.0. Version 1.3 + was released to correct longstanding bugs and provide an LZW-free GIF + compression routine. + +AUTHOR + gd 1.2 was written by Thomas Boutell and is currently distributed by + boutell.com, Inc. diff --git a/japanese/gd1/pkg-plist b/japanese/gd1/pkg-plist new file mode 100644 index 000000000000..690bfaf2cead --- /dev/null +++ b/japanese/gd1/pkg-plist @@ -0,0 +1,19 @@ +bin/gddemo +bin/giftogd +bin/webgif +include/gd/gd.h +include/gd/gdfontg.h +include/gd/gdfontl.h +include/gd/gdfontmb.h +include/gd/gdfonts.h +include/gd/gdfontt.h +lib/libgd.a +lib/libgd.so +lib/libgd.so.1 +lib/libgd.so.1.3 +share/examples/gd/demoin.gif +share/examples/gd/index.html +@dirrm include/gd +@dirrm share/examples/gd +@exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R -- cgit v1.2.3