./graphics/gd, Graphics library for the dynamic creation of images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.35nb4, Package name: gd-2.0.35nb4, Maintainer: adam

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
file. This is particularly useful in World Wide Web applications,
where .PNG is one of the formats accepted for inline images by most
browsers.

gd is not a paint program. If you are looking for a paint program, you
are looking in the wrong place. If you are not a programmer, you are
looking in the wrong place.

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 incorporates most of the commonly requested
features for an 8-bit 2D package.


Required to run:
[graphics/freetype2] [graphics/png] [graphics/jpeg] [fonts/fontconfig] [lang/perl5]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: ccf34a610abff2dbf133a20c4d2a4aa94939018a
RMD160: f452a2c333b2ba9b7b4c143983ec2af18a335516
Filesize: 1184.307 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-10-22 17:20:53 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
Oops, update distinfo.
   2009-10-22 16:39:55 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Fix gd library security problem refering PHP's SVN repositry.

	http://cve.mitre.org/cgi-bin/cvename.cg … -2009-3546

Bump PKGREVISION.
(This fix is for php5 only and I don't know about php4.)
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-05-19 00:18:42 by David Brownlee | Files touched by this commit (1)
Log message:
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"
   2009-04-12 02:29:26 by Jens Rehsack | Files touched by this commit (5)
Log message:
PkgSrc changes:
  - allow optionally build a gd which supports xpm
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-11-20 18:25:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
Package now depends on fontconfig, so its dependencies should see
fontconfig as well. Fixes e.g. mldonkey build.