A graphics library for fast image creation with KOI8-U support Maintained by:mi@aldan.algebra.com Port Added: 08 Jun 2001 15:58:34 Also Listed In:graphics
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 PNG, GIF
or JPEG file. This is particularly useful in World Wide Web applications,
where PNG, GIF and JPEG are three of the formats accepted for inline
images by most browsers.
gd does not provide for every possible desirable graphics operation,
but version 2.0 does include most frequently requested features,
including both truecolor and palette images, resampling (smooth
resizing of truecolor images) and so forth.
WWW: http://www.libgd.org/
To install the port:cd /usr/ports/ukrainian/gd/ && make install clean To add the package:pkg_add -r uk-gd
Configuration Options
===> The following configuration options are available for uk-gd-2.0.35,1:
X11=off (default) "X11 support"
XPM=off (default) "XPM color bitmap loading support (requires X11)"
FONTCONFIG=off (default) "fontconfig library support (requires X11)"
ICONV=off (default) "iconv support"
===> Use 'make config' to modify these settings
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
Rework this port. Instead of patching the fonts, which come with gd to have
koi8-u support -- each patch was twice bigger than the font file, since they
had almost no identical lines -- provide our own complete replacements. This
port now depends on the fetch-target of x11-fonts/geminifonts and passes
the tarball name and the fonts files to the master-port through my new
GD_FONTS variable.