1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Graphics library for fast GIF creation (uses fonts in KOI8-R encoding)

PR:		ports/7648
Submitted by:	Groznyh Sergey <gsm@infosite.ru>
This commit is contained in:
Jun Kuriyama 1998-12-05 14:10:52 +00:00
parent 9416b3c6d6
commit 5281b7d9d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15132
11 changed files with 28900 additions and 0 deletions

23
russian/gd/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: gd
# Version required: 1.3
# Date created: 17 Aug 1998
# Whom: gsm@infosite.ru
#
# $Id$
#
DISTNAME= gd1.3
PKGNAME= ru-gd-1.3
CATEGORIES= russian graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
MAINTAINER= gsm@infosite.ru
FETCH_BEFORE_ARGS= -b
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
.include <bsd.port.mk>

1
russian/gd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gd1.3.tar.gz) = ff3de2c851c4b1fc6af6f14dcfbc6532

27
russian/gd/files/patch-aa Normal file
View File

@ -0,0 +1,27 @@
--- Makefile.orig Tue Aug 8 14:28:27 1995
+++ Makefile Sat Jun 14 18:19:04 1997
@@ -7,9 +7,9 @@
#If the ar command fails on your system, consult the ar manpage
#for your system.
-CC=gcc
-AR=ar
-CFLAGS=-O
+#CC=gcc
+#AR=ar
+#CFLAGS=-O
LIBS=-L./ -lgd -lm
all: libgd.a gddemo giftogd webgif
@@ -32,3 +32,11 @@
clean:
rm -f *.o *.a gddemo giftogd
+install:
+ install -cs -o bin -g bin gddemo giftogd webgif ${PREFIX}/bin
+ install -c -o bin -g bin libgd.a ${PREFIX}/lib
+ install -c -o bin -g bin gd.h gdfonts.h ${PREFIX}/include/gd
+ install -c -o bin -g bin gdfontt.h gdfontmb.h ${PREFIX}/include/gd
+ install -c -o bin -g bin gdfontl.h gdfontg.h ${PREFIX}/include/gd
+ install -c -o bin -g bin index.html ${PREFIX}/share/examples/gd
+ install -c -o bin -g bin demoin.gif ${PREFIX}/share/examples/gd

4642
russian/gd/files/patch-ab Normal file

File diff suppressed because it is too large Load Diff

5452
russian/gd/files/patch-ac Normal file

File diff suppressed because it is too large Load Diff

6454
russian/gd/files/patch-ad Normal file

File diff suppressed because it is too large Load Diff

5708
russian/gd/files/patch-ae Normal file

File diff suppressed because it is too large Load Diff

6549
russian/gd/files/patch-af Normal file

File diff suppressed because it is too large Load Diff

1
russian/gd/pkg-comment Normal file
View File

@ -0,0 +1 @@
Graphics library for fast GIF creation (uses fonts in KOI8-R encoding)

29
russian/gd/pkg-descr Normal file
View File

@ -0,0 +1,29 @@
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.
This port draws text using fonts in Russian KOI8-R encoding.
--
Sergey Groznyh <gsm@infosite.ru>

14
russian/gd/pkg-plist Normal file
View File

@ -0,0 +1,14 @@
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
share/examples/gd/demoin.gif
share/examples/gd/index.html
@dirrm include/gd
@dirrm share/examples/gd