aboutsummaryrefslogtreecommitdiff
path: root/japanese/gd1
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gd1')
-rw-r--r--japanese/gd1/Makefile53
-rw-r--r--japanese/gd1/distinfo2
-rw-r--r--japanese/gd1/pkg-comment1
-rw-r--r--japanese/gd1/pkg-descr24
-rw-r--r--japanese/gd1/pkg-plist18
5 files changed, 0 insertions, 98 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile
deleted file mode 100644
index 013678fca857..000000000000
--- a/japanese/gd1/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: gd
-# Version required: 1.3+kanji.patch
-# Date created: 19 Aug 1998
-# Whom: ichiro@ichiro.org
-#
-# $Id: Makefile,v 1.5 1999/05/10 12:23:58 sada Exp $
-#
-
-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.so:${PORTSDIR}/japanese/vflib
-
-FETCH_BEFORE_ARGS= -b
-
-.include <bsd.port.pre.mk>
-
-pre-install:
- ${MKDIR} ${PREFIX}/include/gd
- ${MKDIR} ${PREFIX}/share/examples/gd
-
-do-install:
- for i in libgd.a libgd.so.1; do \
- ${INSTALL} -c -o bin -g bin -m 555 ${WRKSRC}/$$i \
- ${PREFIX}/lib; \
- done
- ( cd ${PREFIX}/lib; ${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:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.post.mk>
diff --git a/japanese/gd1/distinfo b/japanese/gd1/distinfo
deleted file mode 100644
index ada301426c08..000000000000
--- a/japanese/gd1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index d72f0a7745b8..000000000000
--- a/japanese/gd1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A graphics library for fast GIF creation w/ Japanese Kanji patch.
diff --git a/japanese/gd1/pkg-descr b/japanese/gd1/pkg-descr
deleted file mode 100644
index c3898fc02fa1..000000000000
--- a/japanese/gd1/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index 27882d528c38..000000000000
--- a/japanese/gd1/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-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.3
-share/examples/gd/demoin.gif
-share/examples/gd/index.html
-@dirrm include/gd
-@dirrm share/examples/gd
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R