The FreeBSD Ports Archive
FreeBSD graphics : gd4>
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.
http://www.libgd.org/
|
gd history
v. 1.86
date: 2007/09/30 04:28:04; author: dinoex; state: Exp; lines: +6 -5
- use the OPTION infrastructure
PR: 115688
Submitted by: Xin LI
v. 1.85
date: 2007/09/29 20:49:30; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
v. 1.84
date: 2007/06/28 16:12:06; author: dinoex; state: Exp; lines: +0 -0
Security: update included security fixes
v. 1.83
date: 2007/06/26 18:51:00; author: dinoex; state: Exp; lines: +7 -2
- update to 2.0.35
reported by: shaun (portscout)
v. 1.82
date: 2007/05/19 20:09:08; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.81
date: 2007/02/23 23:47:21; author: dinoex; state: Exp; lines: +2 -2
- fix option WITH_FONTCONFIG
PR: 109476
Submitted by: Radim Kolar
v. 1.80
date: 2007/02/22 20:33:05; author: dinoex; state: Exp; lines: +34 -16
- update to 2.0.34
- new MASTER_SITES
- use smaller distfile (.bz2)
- new option WITH_FONTCONFIG
- new option WITH_ICONV
- removed gdImageCreateFromGifSource
this breaks old version of php*-gd
PR: 109149
Submitted by: Phil Oleson
- fix gdtest
- remove gdImageLzw*, gdImageBigGif*
this breaks old version of perl5-GD
- extend feature info
v. 1.79
date: 2007/01/13 11:05:42; author: dinoex; state: Exp; lines: +1 -1
- use USE_LDCONFIG
v. 1.78
date: 2005/12/18 10:30:10; author: dinoex; state: Exp; lines: +1 -1
- extend functions for use with newer perl-GD
Submitted by: Tim Baur
v. 1.77
date: 2005/11/01 05:26:16; author: dinoex; state: Exp; lines: +2 -2
- extends feature list for gdlib-config
PR: 88272
Submitted by: Helge Oldach
v. 1.76
date: 2005/10/14 14:28:46; author: vs; state: Exp; lines: +1 -1
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer)
v. 1.75
date: 2005/09/27 08:46:59; author: dinoex; state: Exp; lines: +20 -1
- add gdlib-config
PR: 86574
v. 1.74
date: 2004/11/21 12:29:31; author: dinoex; state: Exp; lines: +1 -0
http://people.freebsd.org/~josef/stuff/patch-gd_png.c
- fixes allocation bug for webpng (RT Ticket #159)
Submitted by: josef
v. 1.73
date: 2004/11/06 05:26:56; author: dinoex; state: Exp; lines: +1 -6
- update to 2.0.33
v. 1.72
date: 2004/11/05 22:25:13; author: dinoex; state: Exp; lines: +7 -17
- Security patches to match 2.0.33
- drop X-less Xpm support
(no longer supported by the distribution)
v. 1.71
date: 2004/10/12 09:13:44; author: sergei; state: Exp; lines: +1 -0
- Restore PORTEPOCH
Poiny hat to: dinoex
v. 1.70
date: 2004/10/12 05:17:13; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.28
drop patch-gdft.c, as it won't apply after 2.0.25
v. 1.69
date: 2004/05/26 07:36:24; author: dinoex; state: Exp; lines: +1 -1
- update to 2.0.24
67144
Dan Lukes
- update to 2.0.25
v. 1.68
date: 2004/04/03 05:07:34; author: dinoex; state: Exp; lines: +1 -1
- quote CC in MAKE_ARGS
PR: 65103
Submitted by: Michael Johnson
v. 1.67
date: 2004/03/26 20:32:18; author: dinoex; state: Exp; lines: +2 -0
- use PKGNAMESUFFIX when made with WITHOUT_X11
v. 1.66
date: 2004/03/17 16:06:06; author: dinoex; state: Exp; lines: +4 -2
- update to 2.0.22
- Fix comatibility ABI
- add missing includes
v. 1.65
date: 2004/03/17 12:55:45; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.17
- fix freetype include problems
v. 1.64
date: 2004/01/14 06:14:42; author: dinoex; state: Exp; lines: +1 -0
- ressurrect missing configure script from
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/scripts/Attic/configure
Problem noted by: ldivil@smartsolutions.ru
- set SCRIPTDIR to save an extra directory
v. 1.63
date: 2003/11/20 18:57:44; author: dinoex; state: Exp; lines: +0 -1
- Fix MASTER_SITES
v. 1.62
date: 2003/11/17 19:33:48; author: dinoex; state: Exp; lines: +1 -1
- take maintainership
v. 1.61
date: 2003/08/22 20:17:10; author: nork; state: Exp; lines: +1 -0
Resurrect PORTEPOCH accidentally removed in last commit.
Reported by: ume (counterattack)
v. 1.60
date: 2003/08/18 16:15:06; author: nork; state: Exp; lines: +43 -14
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]
v. 1.59
date: 2003/07/11 18:16:12; author: nork; state: Exp; lines: +7 -27
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
v. 1.58
date: 2003/07/01 17:15:59; author: nork; state: Exp; lines: +28 -23
Back out previous commit & Bump PORTEPOCH.
Pointy hat to: daichi
Submitted by: many many people
v. 1.57
date: 2003/07/01 14:11:22; author: daichi; state: Exp; lines: +23 -27
update graphics/gd: 1.8.4 --> 2.0.15
PR: 53582
Submitted by: KATO Tsuguru
v. 1.56
date: 2003/02/20 18:14:32; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.55
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.54
date: 2002/11/06 22:45:23; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.53
date: 2002/09/01 16:07:48; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.52
date: 2002/04/30 02:37:32; author: ijliao; state: Exp; lines: +1 -1
bzip2 -> ${BZIP2_CMD}
v. 1.51
date: 2002/04/06 19:12:03; author: demon; state: Exp; lines: +1 -1
Correct a typo.
v. 1.50
date: 2002/03/12 22:38:46; author: knu; state: Exp; lines: +1 -1
Bump PORTREVISION after the freetype2 shlib major update.
v. 1.49
date: 2002/01/21 17:36:45; author: mi; state: Exp; lines: +3 -3
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
v. 1.48
date: 2002/01/21 11:46:46; author: sobomax; state: Exp; lines: +1 -1
Update version number of freetype2 shared library.
v. 1.47
date: 2001/12/15 14:59:57; author: lioux; state: Exp; lines: +22 -17
- Respect CFLAGS properly
- Fix compilation error when both freetype and freetype2 are installed
- Fix Xpm support
- Use freetype-config to find both include and library path
- Port style changes in Makefile
- Generic fix for -current malloc.h issue
PR: 32854
Submitted by: KATO Tsuguru
v. 1.46
date: 2001/10/26 12:07:02; author: roam; state: Exp; lines: +9 -1
Install the HTML documentation.
Approved by: silence on -ports
v. 1.45
date: 2001/10/22 16:30:46; author: ijliao; state: Exp; lines: +1 -1
back out last commit, let others decide what to do
v. 1.44
date: 2001/10/21 07:09:39; author: ijliao; state: Exp; lines: +1 -1
typo
v. 1.43
date: 2001/10/21 04:28:27; author: ijliao; state: Exp; lines: +2 -2
XFree86-4 installs freetype.6, freetype2 installs freetype.7
so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding
v. 1.42
date: 2001/09/11 02:02:02; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.41
date: 2001/08/24 14:08:11; author: knu; state: Exp; lines: +7 -4
Conditionalize the dependency on bzip2.
De-portlint a bit.
v. 1.40
date: 2001/08/24 12:17:08; author: mi; state: Exp; lines: +3 -2
LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've sworn, I saw some other port
use the seemingly non-existent USE_FREETYPE2. As a bonus, add a
patch for malloc.h -> stdlib.h...
While I'm here (again), switch the default maintainership to ports@.
Submitted by: John Hay
v. 1.39
date: 2001/08/23 19:24:42; author: mi; state: Exp; lines: +3 -4
Use USE_FREETYPE2 instead of explicitly depending on freetype-config.
v. 1.38
date: 2001/08/21 01:30:32; author: mi; state: Exp; lines: +11 -4
Restore the ability to _read_ gif images, removed by the author due
to fear of Unisys... Bump up PORTREVISION.
Approved by: maintainer timeout :( (since July 27)
v. 1.37
date: 2001/07/12 10:10:29; author: sobomax; state: Exp; lines: +2 -2
Update version number of freetype2 shared library.
v. 1.36
date: 2001/05/04 21:41:11; author: ade; state: Exp; lines: +2 -2
Various patches (mainly shared library v. changes) for those
ports that depend on GNOME and need to change for 1.4
v. 1.35
date: 2001/04/09 18:20:14; author: sobomax; state: Exp; lines: +2 -1
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
v. 1.34
date: 2001/02/25 00:34:37; author: billf; state: Exp; lines: +2 -1
The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum
accordingly.
Our PORTREVISION was bumped, however, because we actually do have a clue
about these sorts of things...
v. 1.33
date: 2001/02/12 19:02:11; author: knu; state: Exp; lines: +1 -4
Update the checksum. Seems the distfile was updated with
a new one that does not include *.o files.
Submitted by: Mike Harding
v. 1.32
date: 2001/02/12 11:28:35; author: knu; state: Exp; lines: +3 -3
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
v. 1.31
date: 2001/02/12 09:34:33; author: knu; state: Exp; lines: +13 -11
Update to 1.8.4.
Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Add a couple of patches to complete GD's Japanese support.
PR: ports/24930
Submitted by: KATO Tsuguru , knu
Approved by: billf (MAINTAINER)
v. 1.30
date: 2001/01/16 17:30:55; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.29
date: 2000/11/12 02:40:52; author: vanilla; state: Exp; lines: +3 -2
Compile with freetype default.
Approved by: billf
v. 1.28
date: 2000/08/03 09:24:39; author: asami; state: Exp; lines: +3 -4
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.27
date: 2000/07/04 07:12:48; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.26
date: 2000/06/16 21:50:44; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.25
date: 2000/06/16 10:37:45; author: sobomax; state: Exp; lines: +4 -5
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.24
date: 2000/06/04 15:31:18; author: billf; state: Exp; lines: +2 -2
The incredibly intelligent people who release engineer gd once again bumped
the version number and went back and made all the old tarballs copies of the
the newest version, breaking this again.
They also zerobyted a lot of old versions of gd. Evidently "history" isn't
one of the ideas thats supported in their project.
Submitted by: jkh
v. 1.23
date: 2000/05/21 06:01:08; author: billf; state: Exp; lines: +2 -2
The people who release gd think that removing old versions of gd
and replacing them with symlinks to the latest is smart, so we'll
upgrade now.
patches/patch-ac changed and was regenerated with -u1 so when the authors
make more gratuitious changes to the Makefile it will break less deltas.
v. 1.22
date: 2000/04/17 00:17:42; author: reg; state: Exp; lines: +4 -4
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.21
date: 2000/04/14 10:45:50; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.20
date: 2000/03/19 21:47:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.8.1 which should shrink my mailbox and the PR system.
v. 1.19
date: 2000/03/11 02:30:41; author: billf; state: Exp; lines: +5 -4
Upgrade to gd 1.8, with shiny new jpeg support.
v. 1.18
date: 2000/02/03 03:06:37; author: billf; state: Exp; lines: +11 -3
-DWANT_X11 is now required to build this port with X support. You no longer
have to install X in order to have a decent web server.
v. 1.17
date: 2000/01/28 04:01:59; author: billf; state: Exp; lines: +2 -2
Take over maintainership of this port (was ports@freebsd.org). There are
quite a few things this port is doing wrong or poorly and I plan to fix that.
v. 1.16
date: 1999/12/27 21:26:40; author: steve; state: Exp; lines: +4 -1
Build and install the shared library again.
PR: 15313
Submitted by: Ade Lovett
v. 1.15
date: 1999/12/25 02:01:47; author: steve; state: Exp; lines: +6 -2
Add ttf and xpm support to this port.
PR: 15437
Submitted by: Igor Vinokurov
v. 1.14
date: 1999/11/01 01:00:54; author: steve; state: Exp; lines: +5 -10
Update to version 1.7.3.
PR: 14518
Submitted by: Ade Lovett
v. 1.13
date: 1999/10/07 17:36:44; author: fenner; state: Exp; lines: +1 -3
Remove Jeff Wheat as maintainer at his request.
v. 1.12
date: 1999/09/04 23:36:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.6.3
Submitted by: Will Andrews
PR: ports/13455
v. 1.11
date: 1999/08/25 06:13:55; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/08/01 19:14:25; author: billf; state: Exp; lines: +2 -2
Bump 'Version Required' to reflect reality.
v. 1.9
date: 1999/08/01 17:25:07; author: billf; state: Exp; lines: +3 -2
Reroll md5 and tell gd where our libraries are found. The compile was
coming out as:
.... -L${exec_prefix}/lib ....
which obviously doesn't work.
v. 1.8
date: 1999/08/01 02:43:07; author: steve; state: Exp; lines: +4 -2
Install the header files in the right place and make this port package
again after the upgrade.
PR: 12889
v. 1.7
date: 1999/07/24 23:56:41; author: billf; state: Exp; lines: +4 -4
Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.
Sponsored Committer With Overtime: Computer Horizons Corp.
v. 1.6
date: 1999/07/13 23:59:52; author: asami; state: Exp; lines: +3 -1
Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site:
The gd library is temporarily available. We have taken it off the
site until we are able to arrive at an agreement with Unisys regarding
their legal position with respect to gd. Please do not send email asking
for the gd library at this time. We cannot send it to you, at least until
this matter is resolved. Thank you for your understanding.
Boutell.Com, Inc.
Reported by: "Stephen J. Roznowski"
v. 1.5
date: 1998/06/25 03:13:16; author: vanilla; state: Exp; lines: +3 -2
1. The distfile changed but without bump version number.
2. Add another MASTER_SITE.
Noticed by: phk
v. 1.4
date: 1998/04/19 15:38:31; author: steve; state: Exp; lines: +3 -1
Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
v. 1.3
date: 1998/04/04 14:25:47; author: vanilla; state: Exp; lines: +6 -7
Upgrade to 1.3.
PR: ports/6146
Submitted by: Jeffrey Wheat
v. 1.2
date: 1997/02/14 07:55:45; author: asami; state: Exp; lines: +2 -3
MASTER_SITES is usually put right after CATEGORIES.
v. 1.1
date: 1997/02/13 14:51:44; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/13 14:51:44; author: tg; state: Exp; lines: +0 -0
Import of gd, a graphics library for fast GIF creation.
Closes PR #2619.
Submitted by: jeff@cetlink.net
=============================================================================
v. 1.86
date: 2007/09/30 04:28:04; author: dinoex; state: Exp; lines: +6 -5
- use the OPTION infrastructure
PR: 115688
Submitted by: Xin LI
v. 1.85
date: 2007/09/29 20:49:30; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
v. 1.84
date: 2007/06/28 16:12:06; author: dinoex; state: Exp; lines: +0 -0
Security: update included security fixes
v. 1.83
date: 2007/06/26 18:51:00; author: dinoex; state: Exp; lines: +7 -2
- update to 2.0.35
reported by: shaun (portscout)
v. 1.82
date: 2007/05/19 20:09:08; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.81
date: 2007/02/23 23:47:21; author: dinoex; state: Exp; lines: +2 -2
- fix option WITH_FONTCONFIG
PR: 109476
Submitted by: Radim Kolar
v. 1.80
date: 2007/02/22 20:33:05; author: dinoex; state: Exp; lines: +34 -16
- update to 2.0.34
- new MASTER_SITES
- use smaller distfile (.bz2)
- new option WITH_FONTCONFIG
- new option WITH_ICONV
- removed gdImageCreateFromGifSource
this breaks old version of php*-gd
PR: 109149
Submitted by: Phil Oleson
- fix gdtest
- remove gdImageLzw*, gdImageBigGif*
this breaks old version of perl5-GD
- extend feature info
v. 1.79
date: 2007/01/13 11:05:42; author: dinoex; state: Exp; lines: +1 -1
- use USE_LDCONFIG
v. 1.78
date: 2005/12/18 10:30:10; author: dinoex; state: Exp; lines: +1 -1
- extend functions for use with newer perl-GD
Submitted by: Tim Baur
v. 1.77
date: 2005/11/01 05:26:16; author: dinoex; state: Exp; lines: +2 -2
- extends feature list for gdlib-config
PR: 88272
Submitted by: Helge Oldach
v. 1.76
date: 2005/10/14 14:28:46; author: vs; state: Exp; lines: +1 -1
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer)
v. 1.75
date: 2005/09/27 08:46:59; author: dinoex; state: Exp; lines: +20 -1
- add gdlib-config
PR: 86574
v. 1.74
date: 2004/11/21 12:29:31; author: dinoex; state: Exp; lines: +1 -0
http://people.freebsd.org/~josef/stuff/patch-gd_png.c
- fixes allocation bug for webpng (RT Ticket #159)
Submitted by: josef
v. 1.73
date: 2004/11/06 05:26:56; author: dinoex; state: Exp; lines: +1 -6
- update to 2.0.33
v. 1.72
date: 2004/11/05 22:25:13; author: dinoex; state: Exp; lines: +7 -17
- Security patches to match 2.0.33
- drop X-less Xpm support
(no longer supported by the distribution)
v. 1.71
date: 2004/10/12 09:13:44; author: sergei; state: Exp; lines: +1 -0
- Restore PORTEPOCH
Poiny hat to: dinoex
v. 1.70
date: 2004/10/12 05:17:13; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.28
drop patch-gdft.c, as it won't apply after 2.0.25
v. 1.69
date: 2004/05/26 07:36:24; author: dinoex; state: Exp; lines: +1 -1
- update to 2.0.24
67144
Dan Lukes
- update to 2.0.25
v. 1.68
date: 2004/04/03 05:07:34; author: dinoex; state: Exp; lines: +1 -1
- quote CC in MAKE_ARGS
PR: 65103
Submitted by: Michael Johnson
v. 1.67
date: 2004/03/26 20:32:18; author: dinoex; state: Exp; lines: +2 -0
- use PKGNAMESUFFIX when made with WITHOUT_X11
v. 1.66
date: 2004/03/17 16:06:06; author: dinoex; state: Exp; lines: +4 -2
- update to 2.0.22
- Fix comatibility ABI
- add missing includes
v. 1.65
date: 2004/03/17 12:55:45; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.17
- fix freetype include problems
v. 1.64
date: 2004/01/14 06:14:42; author: dinoex; state: Exp; lines: +1 -0
- ressurrect missing configure script from
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/scripts/Attic/configure
Problem noted by: ldivil@smartsolutions.ru
- set SCRIPTDIR to save an extra directory
v. 1.63
date: 2003/11/20 18:57:44; author: dinoex; state: Exp; lines: +0 -1
- Fix MASTER_SITES
v. 1.62
date: 2003/11/17 19:33:48; author: dinoex; state: Exp; lines: +1 -1
- take maintainership
v. 1.61
date: 2003/08/22 20:17:10; author: nork; state: Exp; lines: +1 -0
Resurrect PORTEPOCH accidentally removed in last commit.
Reported by: ume (counterattack)
v. 1.60
date: 2003/08/18 16:15:06; author: nork; state: Exp; lines: +43 -14
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]
v. 1.59
date: 2003/07/11 18:16:12; author: nork; state: Exp; lines: +7 -27
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
v. 1.58
date: 2003/07/01 17:15:59; author: nork; state: Exp; lines: +28 -23
Back out previous commit & Bump PORTEPOCH.
Pointy hat to: daichi
Submitted by: many many people
v. 1.57
date: 2003/07/01 14:11:22; author: daichi; state: Exp; lines: +23 -27
update graphics/gd: 1.8.4 --> 2.0.15
PR: 53582
Submitted by: KATO Tsuguru
v. 1.56
date: 2003/02/20 18:14:32; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.55
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.54
date: 2002/11/06 22:45:23; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.53
date: 2002/09/01 16:07:48; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.52
date: 2002/04/30 02:37:32; author: ijliao; state: Exp; lines: +1 -1
bzip2 -> ${BZIP2_CMD}
v. 1.51
date: 2002/04/06 19:12:03; author: demon; state: Exp; lines: +1 -1
Correct a typo.
v. 1.50
date: 2002/03/12 22:38:46; author: knu; state: Exp; lines: +1 -1
Bump PORTREVISION after the freetype2 shlib major update.
v. 1.49
date: 2002/01/21 17:36:45; author: mi; state: Exp; lines: +3 -3
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
v. 1.48
date: 2002/01/21 11:46:46; author: sobomax; state: Exp; lines: +1 -1
Update version number of freetype2 shared library.
v. 1.47
date: 2001/12/15 14:59:57; author: lioux; state: Exp; lines: +22 -17
- Respect CFLAGS properly
- Fix compilation error when both freetype and freetype2 are installed
- Fix Xpm support
- Use freetype-config to find both include and library path
- Port style changes in Makefile
- Generic fix for -current malloc.h issue
PR: 32854
Submitted by: KATO Tsuguru
v. 1.46
date: 2001/10/26 12:07:02; author: roam; state: Exp; lines: +9 -1
Install the HTML documentation.
Approved by: silence on -ports
v. 1.45
date: 2001/10/22 16:30:46; author: ijliao; state: Exp; lines: +1 -1
back out last commit, let others decide what to do
v. 1.44
date: 2001/10/21 07:09:39; author: ijliao; state: Exp; lines: +1 -1
typo
v. 1.43
date: 2001/10/21 04:28:27; author: ijliao; state: Exp; lines: +2 -2
XFree86-4 installs freetype.6, freetype2 installs freetype.7
so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding
v. 1.42
date: 2001/09/11 02:02:02; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.41
date: 2001/08/24 14:08:11; author: knu; state: Exp; lines: +7 -4
Conditionalize the dependency on bzip2.
De-portlint a bit.
v. 1.40
date: 2001/08/24 12:17:08; author: mi; state: Exp; lines: +3 -2
LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've sworn, I saw some other port
use the seemingly non-existent USE_FREETYPE2. As a bonus, add a
patch for malloc.h -> stdlib.h...
While I'm here (again), switch the default maintainership to ports@.
Submitted by: John Hay
v. 1.39
date: 2001/08/23 19:24:42; author: mi; state: Exp; lines: +3 -4
Use USE_FREETYPE2 instead of explicitly depending on freetype-config.
v. 1.38
date: 2001/08/21 01:30:32; author: mi; state: Exp; lines: +11 -4
Restore the ability to _read_ gif images, removed by the author due
to fear of Unisys... Bump up PORTREVISION.
Approved by: maintainer timeout :( (since July 27)
v. 1.37
date: 2001/07/12 10:10:29; author: sobomax; state: Exp; lines: +2 -2
Update version number of freetype2 shared library.
v. 1.36
date: 2001/05/04 21:41:11; author: ade; state: Exp; lines: +2 -2
Various patches (mainly shared library v. changes) for those
ports that depend on GNOME and need to change for 1.4
v. 1.35
date: 2001/04/09 18:20:14; author: sobomax; state: Exp; lines: +2 -1
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
v. 1.34
date: 2001/02/25 00:34:37; author: billf; state: Exp; lines: +2 -1
The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum
accordingly.
Our PORTREVISION was bumped, however, because we actually do have a clue
about these sorts of things...
v. 1.33
date: 2001/02/12 19:02:11; author: knu; state: Exp; lines: +1 -4
Update the checksum. Seems the distfile was updated with
a new one that does not include *.o files.
Submitted by: Mike Harding
v. 1.32
date: 2001/02/12 11:28:35; author: knu; state: Exp; lines: +3 -3
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
v. 1.31
date: 2001/02/12 09:34:33; author: knu; state: Exp; lines: +13 -11
Update to 1.8.4.
Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Add a couple of patches to complete GD's Japanese support.
PR: ports/24930
Submitted by: KATO Tsuguru , knu
Approved by: billf (MAINTAINER)
v. 1.30
date: 2001/01/16 17:30:55; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.29
date: 2000/11/12 02:40:52; author: vanilla; state: Exp; lines: +3 -2
Compile with freetype default.
Approved by: billf
v. 1.28
date: 2000/08/03 09:24:39; author: asami; state: Exp; lines: +3 -4
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.27
date: 2000/07/04 07:12:48; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.26
date: 2000/06/16 21:50:44; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.25
date: 2000/06/16 10:37:45; author: sobomax; state: Exp; lines: +4 -5
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.24
date: 2000/06/04 15:31:18; author: billf; state: Exp; lines: +2 -2
The incredibly intelligent people who release engineer gd once again bumped
the version number and went back and made all the old tarballs copies of the
the newest version, breaking this again.
They also zerobyted a lot of old versions of gd. Evidently "history" isn't
one of the ideas thats supported in their project.
Submitted by: jkh
v. 1.23
date: 2000/05/21 06:01:08; author: billf; state: Exp; lines: +2 -2
The people who release gd think that removing old versions of gd
and replacing them with symlinks to the latest is smart, so we'll
upgrade now.
patches/patch-ac changed and was regenerated with -u1 so when the authors
make more gratuitious changes to the Makefile it will break less deltas.
v. 1.22
date: 2000/04/17 00:17:42; author: reg; state: Exp; lines: +4 -4
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.21
date: 2000/04/14 10:45:50; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.20
date: 2000/03/19 21:47:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.8.1 which should shrink my mailbox and the PR system.
v. 1.19
date: 2000/03/11 02:30:41; author: billf; state: Exp; lines: +5 -4
Upgrade to gd 1.8, with shiny new jpeg support.
v. 1.18
date: 2000/02/03 03:06:37; author: billf; state: Exp; lines: +11 -3
-DWANT_X11 is now required to build this port with X support. You no longer
have to install X in order to have a decent web server.
v. 1.17
date: 2000/01/28 04:01:59; author: billf; state: Exp; lines: +2 -2
Take over maintainership of this port (was ports@freebsd.org). There are
quite a few things this port is doing wrong or poorly and I plan to fix that.
v. 1.16
date: 1999/12/27 21:26:40; author: steve; state: Exp; lines: +4 -1
Build and install the shared library again.
PR: 15313
Submitted by: Ade Lovett
v. 1.15
date: 1999/12/25 02:01:47; author: steve; state: Exp; lines: +6 -2
Add ttf and xpm support to this port.
PR: 15437
Submitted by: Igor Vinokurov
v. 1.14
date: 1999/11/01 01:00:54; author: steve; state: Exp; lines: +5 -10
Update to version 1.7.3.
PR: 14518
Submitted by: Ade Lovett
v. 1.13
date: 1999/10/07 17:36:44; author: fenner; state: Exp; lines: +1 -3
Remove Jeff Wheat as maintainer at his request.
v. 1.12
date: 1999/09/04 23:36:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.6.3
Submitted by: Will Andrews
PR: ports/13455
v. 1.11
date: 1999/08/25 06:13:55; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/08/01 19:14:25; author: billf; state: Exp; lines: +2 -2
Bump 'Version Required' to reflect reality.
v. 1.9
date: 1999/08/01 17:25:07; author: billf; state: Exp; lines: +3 -2
Reroll md5 and tell gd where our libraries are found. The compile was
coming out as:
.... -L${exec_prefix}/lib ....
which obviously doesn't work.
v. 1.8
date: 1999/08/01 02:43:07; author: steve; state: Exp; lines: +4 -2
Install the header files in the right place and make this port package
again after the upgrade.
PR: 12889
v. 1.7
date: 1999/07/24 23:56:41; author: billf; state: Exp; lines: +4 -4
Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.
Sponsored Committer With Overtime: Computer Horizons Corp.
v. 1.6
date: 1999/07/13 23:59:52; author: asami; state: Exp; lines: +3 -1
Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site:
The gd library is temporarily available. We have taken it off the
site until we are able to arrive at an agreement with Unisys regarding
their legal position with respect to gd. Please do not send email asking
for the gd library at this time. We cannot send it to you, at least until
this matter is resolved. Thank you for your understanding.
Boutell.Com, Inc.
Reported by: "Stephen J. Roznowski"
v. 1.5
date: 1998/06/25 03:13:16; author: vanilla; state: Exp; lines: +3 -2
1. The distfile changed but without bump version number.
2. Add another MASTER_SITE.
Noticed by: phk
v. 1.4
date: 1998/04/19 15:38:31; author: steve; state: Exp; lines: +3 -1
Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
v. 1.3
date: 1998/04/04 14:25:47; author: vanilla; state: Exp; lines: +6 -7
Upgrade to 1.3.
PR: ports/6146
Submitted by: Jeffrey Wheat
v. 1.2
date: 1997/02/14 07:55:45; author: asami; state: Exp; lines: +2 -3
MASTER_SITES is usually put right after CATEGORIES.
v. 1.1
date: 1997/02/13 14:51:44; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/02/13 14:51:44; author: tg; state: Exp; lines: +0 -0
Import of gd, a graphics library for fast GIF creation.
Closes PR #2619.
Submitted by: jeff@cetlink.net
=============================================================================
v. 1.86
date: 2007/09/30 04:28:04; author: dinoex; state: Exp; lines: +6 -5
- use the OPTION infrastructure
PR: 115688
Submitted by: Xin LI
v. 1.85
date: 2007/09/29 20:49:30; author: linimon; state: Exp; lines: +1 -0
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
v. 1.84
date: 2007/06/28 16:12:06; author: dinoex; state: Exp; lines: +0 -0
Security: update included security fixes
v. 1.83
date: 2007/06/26 18:51:00; author: dinoex; state: Exp; lines: +7 -2
- update to 2.0.35
reported by: shaun (portscout)
v. 1.82
date: 2007/05/19 20:09:08; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.81
date: 2007/02/23 23:47:21; author: dinoex; state: Exp; lines: +2 -2
- fix option WITH_FONTCONFIG
PR: 109476
Submitted by: Radim Kolar
v. 1.80
date: 2007/02/22 20:33:05; author: dinoex; state: Exp; lines: +34 -16
- update to 2.0.34
- new MASTER_SITES
- use smaller distfile (.bz2)
- new option WITH_FONTCONFIG
- new option WITH_ICONV
- removed gdImageCreateFromGifSource
this breaks old version of php*-gd
PR: 109149
Submitted by: Phil Oleson
- fix gdtest
- remove gdImageLzw*, gdImageBigGif*
this breaks old version of perl5-GD
- extend feature info
v. 1.79
date: 2007/01/13 11:05:42; author: dinoex; state: Exp; lines: +1 -1
- use USE_LDCONFIG
v. 1.78
date: 2005/12/18 10:30:10; author: dinoex; state: Exp; lines: +1 -1
- extend functions for use with newer perl-GD
Submitted by: Tim Baur
v. 1.77
date: 2005/11/01 05:26:16; author: dinoex; state: Exp; lines: +2 -2
- extends feature list for gdlib-config
PR: 88272
Submitted by: Helge Oldach
v. 1.76
date: 2005/10/14 14:28:46; author: vs; state: Exp; lines: +1 -1
Install missing header (bump PORTREV)
Approved by: dinoex (maintainer)
v. 1.75
date: 2005/09/27 08:46:59; author: dinoex; state: Exp; lines: +20 -1
- add gdlib-config
PR: 86574
v. 1.74
date: 2004/11/21 12:29:31; author: dinoex; state: Exp; lines: +1 -0
http://people.freebsd.org/~josef/stuff/patch-gd_png.c
- fixes allocation bug for webpng (RT Ticket #159)
Submitted by: josef
v. 1.73
date: 2004/11/06 05:26:56; author: dinoex; state: Exp; lines: +1 -6
- update to 2.0.33
v. 1.72
date: 2004/11/05 22:25:13; author: dinoex; state: Exp; lines: +7 -17
- Security patches to match 2.0.33
- drop X-less Xpm support
(no longer supported by the distribution)
v. 1.71
date: 2004/10/12 09:13:44; author: sergei; state: Exp; lines: +1 -0
- Restore PORTEPOCH
Poiny hat to: dinoex
v. 1.70
date: 2004/10/12 05:17:13; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.28
drop patch-gdft.c, as it won't apply after 2.0.25
v. 1.69
date: 2004/05/26 07:36:24; author: dinoex; state: Exp; lines: +1 -1
- update to 2.0.24
67144
Dan Lukes
- update to 2.0.25
v. 1.68
date: 2004/04/03 05:07:34; author: dinoex; state: Exp; lines: +1 -1
- quote CC in MAKE_ARGS
PR: 65103
Submitted by: Michael Johnson
v. 1.67
date: 2004/03/26 20:32:18; author: dinoex; state: Exp; lines: +2 -0
- use PKGNAMESUFFIX when made with WITHOUT_X11
v. 1.66
date: 2004/03/17 16:06:06; author: dinoex; state: Exp; lines: +4 -2
- update to 2.0.22
- Fix comatibility ABI
- add missing includes
v. 1.65
date: 2004/03/17 12:55:45; author: dinoex; state: Exp; lines: +1 -2
- update to 2.0.17
- fix freetype include problems
v. 1.64
date: 2004/01/14 06:14:42; author: dinoex; state: Exp; lines: +1 -0
- ressurrect missing configure script from
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/scripts/Attic/configure
Problem noted by: ldivil@smartsolutions.ru
- set SCRIPTDIR to save an extra directory
v. 1.63
date: 2003/11/20 18:57:44; author: dinoex; state: Exp; lines: +0 -1
- Fix MASTER_SITES
v. 1.62
date: 2003/11/17 19:33:48; author: dinoex; state: Exp; lines: +1 -1
- take maintainership
v. 1.61
date: 2003/08/22 20:17:10; author: nork; state: Exp; lines: +1 -0
Resurrect PORTEPOCH accidentally removed in last commit.
Reported by: ume (counterattack)
v. 1.60
date: 2003/08/18 16:15:06; author: nork; state: Exp; lines: +43 -14
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]
v. 1.59
date: 2003/07/11 18:16:12; author: nork; state: Exp; lines: +7 -27
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
v. 1.58
date: 2003/07/01 17:15:59; author: nork; state: Exp; lines: +28 -23
Back out previous commit & Bump PORTEPOCH.
Pointy hat to: daichi
Submitted by: many many people
v. 1.57
date: 2003/07/01 14:11:22; author: daichi; state: Exp; lines: +23 -27
update graphics/gd: 1.8.4 --> 2.0.15
PR: 53582
Submitted by: KATO Tsuguru
v. 1.56
date: 2003/02/20 18:14:32; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.55
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.54
date: 2002/11/06 22:45:23; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.53
date: 2002/09/01 16:07:48; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.52
date: 2002/04/30 02:37:32; author: ijliao; state: Exp; lines: +1 -1
bzip2 -> ${BZIP2_CMD}
v. 1.51
date: 2002/04/06 19:12:03; author: demon; state: Exp; lines: +1 -1
Correct a typo.
v. 1.50
date: 2002/03/12 22:38:46; author: knu; state: Exp; lines: +1 -1
Bump PORTREVISION after the freetype2 shlib major update.
v. 1.49
date: 2002/01/21 17:36:45; author: mi; state: Exp; lines: +3 -3
This will build with any -lfreetype, any -ljpeg, and any -lpng.
Remove the major version numbers from LIB_DEPENDS...
v. 1.48
date: 2002/01/21 11:46:46; author: sobomax; state: Exp; lines: +1 -1
Update version number of freetype2 shared library.
v. 1.47
date: 2001/12/15 14:59:57; author: lioux; state: Exp; lines: +22 -17
- Respect CFLAGS properly
- Fix compilation error when both freetype and freetype2 are installed
- Fix Xpm support
- Use freetype-config to find both include and library path
- Port style changes in Makefile
- Generic fix for -current malloc.h issue
PR: 32854
Submitted by: KATO Tsuguru
v. 1.46
date: 2001/10/26 12:07:02; author: roam; state: Exp; lines: +9 -1
Install the HTML documentation.
Approved by: silence on -ports
v. 1.45
date: 2001/10/22 16:30:46; author: ijliao; state: Exp; lines: +1 -1
back out last commit, let others decide what to do
v. 1.44
date: 2001/10/21 07:09:39; author: ijliao; state: Exp; lines: +1 -1
typo
v. 1.43
date: 2001/10/21 04:28:27; author: ijliao; state: Exp; lines: +2 -2
XFree86-4 installs freetype.6, freetype2 installs freetype.7
so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding
v. 1.42
date: 2001/09/11 02:02:02; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.41
date: 2001/08/24 14:08:11; author: knu; state: Exp; lines: +7 -4
Conditionalize the dependency on bzip2.
De-portlint a bit.
v. 1.40
date: 2001/08/24 12:17:08; author: mi; state: Exp; lines: +3 -2
LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've sworn, I saw some other port
use the seemingly non-existent USE_FREETYPE2. As a bonus, add a
patch for malloc.h -> stdlib.h...
While I'm here (again), switch the default maintainership to ports@.
Submitted by: John Hay
v. 1.39
date: 2001/08/23 19:24:42; author: mi; state: Exp; lines: +3 -4
Use USE_FREETYPE2 instead of explicitly depending on freetype-config.
v. 1.38
date: 2001/08/21 01:30:32; author: mi; state: Exp; lines: +11 -4
Restore the ability to _read_ gif images, removed by the author due
to fear of Unisys... Bump up PORTREVISION.
Approved by: maintainer timeout :( (since July 27)
v. 1.37
date: 2001/07/12 10:10:29; author: sobomax; state: Exp; lines: +2 -2
Update version number of freetype2 shared library.
v. 1.36
date: 2001/05/04 21:41:11; author: ade; state: Exp; lines: +2 -2
Various patches (mainly shared library v. changes) for those
ports that depend on GNOME and need to change for 1.4
v. 1.35
date: 2001/04/09 18:20:14; author: sobomax; state: Exp; lines: +2 -1
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided
only for forthcoming 4.3 release, after which it will be removed.
We are still waiting for jmz to fix things properly.
v. 1.34
date: 2001/02/25 00:34:37; author: billf; state: Exp; lines: +2 -1
The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum
accordingly.
Our PORTREVISION was bumped, however, because we actually do have a clue
about these sorts of things...
v. 1.33
date: 2001/02/12 19:02:11; author: knu; state: Exp; lines: +1 -4
Update the checksum. Seems the distfile was updated with
a new one that does not include *.o files.
Submitted by: Mike Harding
v. 1.32
date: 2001/02/12 11:28:35; author: knu; state: Exp; lines: +3 -3
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
v. 1.31
date: 2001/02/12 09:34:33; author: knu; state: Exp; lines: +13 -11
Update to 1.8.4.
Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Add a couple of patches to complete GD's Japanese support.
PR: ports/24930
Submitted by: KATO Tsuguru , knu
Approved by: billf (MAINTAINER)
v. 1.30
date: 2001/01/16 17:30:55; author: sobomax; state: Exp; lines: +3 -3
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.29
date: 2000/11/12 02:40:52; author: vanilla; state: Exp; lines: +3 -2
Compile with freetype default.
Approved by: billf
v. 1.28
date: 2000/08/03 09:24:39; author: asami; state: Exp; lines: +3 -4
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.27
date: 2000/07/04 07:12:48; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.26
date: 2000/06/16 21:50:44; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.25
date: 2000/06/16 10:37:45; author: sobomax; state: Exp; lines: +4 -5
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.24
date: 2000/06/04 15:31:18; author: billf; state: Exp; lines: +2 -2
The incredibly intelligent people who release engineer gd once again bumped
the version number and went back and made all the old tarballs copies of the
the newest version, breaking this again.
They also zerobyted a lot of old versions of gd. Evidently "history" isn't
one of the ideas thats supported in their project.
Submitted by: jkh
v. 1.23
date: 2000/05/21 06:01:08; author: billf; state: Exp; lines: +2 -2
The people who release gd think that removing old versions of gd
and replacing them with symlinks to the latest is smart, so we'll
upgrade now.
patches/patch-ac changed and was regenerated with -u1 so when the authors
make more gratuitious changes to the Makefile it will break less deltas.
v. 1.22
date: 2000/04/17 00:17:42; author: reg; state: Exp; lines: +4 -4
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.21
date: 2000/04/14 10:45:50; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.20
date: 2000/03/19 21:47:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.8.1 which should shrink my mailbox and the PR system.
v. 1.19
date: 2000/03/11 02:30:41; author: billf; state: Exp; lines: +5 -4
Upgrade to gd 1.8, with shiny new jpeg support.
v. 1.18
date: 2000/02/03 03:06:37; author: billf; state: Exp; lines: +11 -3
-DWANT_X11 is now required to build this port with X support. You no longer
have to install X in order to have a decent web server.
v. 1.17
date: 2000/01/28 04:01:59; author: billf; state: Exp; lines: +2 -2
Take over maintainership of this port (was ports@freebsd.org). There are
quite a few things this port is doing wrong or poorly and I plan to fix that.
v. 1.16
date: 1999/12/27 21:26:40; author: steve; state: Exp; lines: +4 -1
Build and install the shared library again.
PR: 15313
Submitted by: Ade Lovett
v. 1.15
date: 1999/12/25 02:01:47; author: steve; state: Exp; lines: +6 -2
Add ttf and xpm support to this port.
PR: 15437
Submitted by: Igor Vinokurov
v. 1.14
date: 1999/11/01 01:00:54; author: steve; state: Exp; lines: +5 -10
Update to version 1.7.3.
PR: 14518
Submitted by: Ade Lovett
v. 1.13
date: 1999/10/07 17:36:44; author: fenner; state: Exp; lines: +1 -3
Remove Jeff Wheat as maintainer at his request.
v. 1.12
date: 1999/09/04 23:36:48; author: billf; state: Exp; lines: +3 -3
Upgrade to 1.6.3
Submitted by: Will Andrews
PR: ports/13455
v. 1.11
date: 1999/08/25 06:13:55; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/08/01 19:14:25; author: billf; state: Exp; lines: +2 -2
Bump 'Version Req |
| |

|