NetBSD.se

CVS log for pkgsrc/graphics/gd/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / graphics / gd

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:01:33 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:07 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Jan 6 18:01:21 2011 UTC (16 months, 2 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
add a patch from upstream to fix a bug which made that fontconfig
support could not be switched off once enabled
(could make a difference for gnuplot but I couldn't find a testcase yet)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:37 2010 UTC (16 months, 4 weeks ago) by dsainty
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jun 23 03:02:37 2010 UTC (23 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +7 -2 lines
Make sure configure doesn't find an old (possibly non-Pkgsrc) libpng12-config
executable.  If it does, it will override the Pkgsrc version, but fail to
configure, and fail to build in PNG support.

Bump PKGREVISION - previous revision may install for some without PNG APIs
intact.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:44:30 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:00 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 22 21:28:32 2009 UTC (2 years, 7 months ago) by tron
Branches: pkgsrc-2009Q3
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +2 -2 lines
Pullup ticket #2919 - requested by taca
gd: security patch

Revisions pulled up:
- graphics/gd/Makefile				1.81
- graphics/gd/distinfo				1.30-1.31
- graphics/gd/patches/patch-ad			1.1
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Oct 22 14:39:55 UTC 2009

Modified Files:
	pkgsrc/graphics/gd: Makefile distinfo
Added Files:
	pkgsrc/graphics/gd/patches: patch-ad

Log Message:
Fix gd library security problem refering PHP's SVN repositry.

	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3546

Bump PKGREVISION.
(This fix is for php5 only and I don't know about php4.)
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Oct 22 15:20:53 UTC 2009

Modified Files:
	pkgsrc/graphics/gd: distinfo

Log Message:
Oops, update distinfo.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Oct 22 14:39:55 2009 UTC (2 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
Fix gd library security problem refering PHP's SVN repositry.

	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3546

Bump PKGREVISION.
(This fix is for php5 only and I don't know about php4.)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:39 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base
Branch point for: pkgsrc-2009Q3
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
bump revision because of graphics/jpeg update

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon May 18 22:18:42 2009 UTC (3 years ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Apr 12 00:29:26 2009 UTC (3 years, 1 month ago) by sno
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -1 lines
PkgSrc changes:
  - allow optionally build a gd which supports xpm

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Nov 16 08:58:08 2008 UTC (3 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -1 lines
Bump PKGREVISION for previous (adding fontconfig) because it changes the
package deps.

(I think also for pkgsrc xorg it causes it to start finding and using
fontconfig when it previously didn't.)

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Nov 14 19:11:44 2008 UTC (3 years, 6 months ago) by chuck
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
explicitly link in with fontconfig since it will grab it anyway, see
http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Sep 21 16:56:19 2007 UTC (4 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -1 lines
Add DESTDIR support.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Jul 1 07:54:25 2007 UTC (4 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Changes 2.0.35:
* Fix valgrind error in gdImageFillTiled
* Add missing custom cmake macros
* Avoid signature buffer copy  in gd_gif_c
* Race condition in gdImageStringFTEx
* Reading GIF images is not thread safe (static usage in private functions)
* GIF Local palette is read twice
* GIF, Use local frame dimension when possible instead of the logical screen size
* OpenVMS build support, see VMS/README.VMS for the details
* GIF, do not try to use the global colmap if it does not exist
* gdImageAALine draws axis lines with two pixels width
* TTF usage doesn't work properly on Netware
* gdImageArc CPU usage with large angles
* gdImageFilledRectangle regression fixed when used with reversed edges
* Possible infinite loop in libgd/gd_png.c, flaw found by Xavier Roche
* Fixed segfault when an invalid color index is present in a GIF image data
* Possible integer overflow in gdImageCreateTrueColor
* gdImageCreateXbm can crash if gdImageCreate fails

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed May 16 13:12:39 2007 UTC (5 years ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -1 lines
# fails in test not finding libgd.a
MAKE_JOBS_SAFE=		no

Revision 1.70.6.1: download - view: text, markup, annotated - select for diffs
Sun Feb 18 12:09:24 2007 UTC (5 years, 3 months ago) by ghen
Branches: pkgsrc-2006Q4
Diff to: previous 1.70: preferred, colored; next MAIN 1.71: preferred, colored
Changes since revision 1.70: +7 -7 lines
Pullup ticket 2022 - requested by salo
security update for gd

- pkgsrc/graphics/gd/Makefile				1.71-1.72
- pkgsrc/graphics/gd/distinfo				1.24-1.25
- pkgsrc/graphics/gd/patches/patch-ac			1.4-1.5

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Feb  7 20:28:49 UTC 2007

   Modified Files:
	   pkgsrc/graphics/gd: Makefile

   Log Message:
   Update HOMEPAGE.
---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Fri Feb 16 20:37:52 UTC 2007

   Modified Files:
	   pkgsrc/graphics/gd: Makefile distinfo
	   pkgsrc/graphics/gd/patches: patch-ac

   Log Message:
   Changes 2.0.34:
   * 32-bit multiplication overflow vulnerabilities along with a number of similar
     issues
   * Memory allocation errors that were not checked
   * Multiple issues in the GIF loader. Corrupt gif images would cause a segfault
     or infinite loop
   * Malformed or empty PNG image also may have caused segfaults
   * gdImageFillToBorder segfaulted when the color was not opaque (alpha > 0)
   * Antialiased lines drawn on an images edge caused a segfault
   * gdImageFill segfaulted when used with patterns or invalid arguments
   * gdImageFilledEllipse did not respect transparency
---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Sat Feb 17 07:04:45 UTC 2007

   Modified Files:
	   pkgsrc/graphics/gd: distinfo
	   pkgsrc/graphics/gd/patches: patch-ac

   Log Message:
   Patch patch-ac

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Feb 16 20:37:52 2007 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -6 lines
Changes 2.0.34:
* 32-bit multiplication overflow vulnerabilities along with a number of similar
  issues
* Memory allocation errors that were not checked
* Multiple issues in the GIF loader. Corrupt gif images would cause a segfault
  or infinite loop
* Malformed or empty PNG image also may have caused segfaults
* gdImageFillToBorder segfaulted when the color was not opaque (alpha > 0)
* Antialiased lines drawn on an images edge caused a segfault
* gdImageFill segfaulted when used with patterns or invalid arguments
* gdImageFilledEllipse did not respect transparency

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Feb 7 20:28:49 2007 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Update HOMEPAGE.

Revision 1.66.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 15 12:56:54 2006 UTC (5 years, 11 months ago) by ghen
Branches: pkgsrc-2006Q1
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +4 -3 lines
Pullup ticket 1702 - requested by salo
security fix for gd

Revisions pulled up:
- pkgsrc/graphics/gd/Makefile		1.68, 1.69, 1.70
- pkgsrc/graphics/gd/distinfo		1.23
- pkgsrc/graphics/gd/patches/patch-ac	1.3

   Module Name:	pkgsrc
   Committed By:	minskim
   Date:		Sun May 14 18:19:08 UTC 2006

   Modified Files:
	pkgsrc/graphics/gd: Makefile

   Log Message:
   Fix a pkglint warning.
---
   Module Name:	pkgsrc
   Committed By:	minskim
   Date:		Sun May 14 18:22:38 UTC 2006

   Modified Files:
	pkgsrc/graphics/gd: Makefile

   Log Message:
   This package installs a perl script.  Add a dependency on perl using
   USE_TOOLS.

   Bump PKGREVISION.
---
   Module Name:	pkgsrc
   Committed By:	salo
   Date:		Wed Jun 14 21:42:33 UTC 2006

   Modified Files:
	pkgsrc/graphics/gd: Makefile distinfo
   Added Files:
	pkgsrc/graphics/gd/patches: patch-ac

   Log Message:
   Security fix for CVE-2006-2906:

   "The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
    Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
    attackers to cause a denial of service (CPU consumption) via malformed
    GIF data that causes an infinite loop."

   Patch from Xavier Roche via Ubuntu.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jun 14 21:42:33 2006 UTC (5 years, 11 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q4
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Security fix for CVE-2006-2906:

"The LZW decoding in the gdImageCreateFromGifPtr function in the Thomas
 Boutell graphics draw (GD) library (aka libgd) 2.0.33 allows remote
 attackers to cause a denial of service (CPU consumption) via malformed
 GIF data that causes an infinite loop."

Patch from Xavier Roche via Ubuntu.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun May 14 18:22:38 2006 UTC (6 years ago) by minskim
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -2 lines
This package installs a perl script.  Add a dependency on perl using USE_TOOLS.

Bump PKGREVISION.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun May 14 18:19:08 2006 UTC (6 years ago) by minskim
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Fix a pkglint warning.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:45:59 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:30 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jun 6 18:38:08 2005 UTC (6 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
Do not define a variable in a header file; move the definition into .c
and leave the declraration only.  This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.

Bump PKGREVISION.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:02 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Nov 29 19:56:16 2004 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -3 lines
Remove BUILDLINK_DEPENDS line for old version of freetype2.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Nov 29 17:00:01 2004 UTC (7 years, 5 months ago) by jklos
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
Added PTHREAD_AUTO_VARS=yes so this builds properly on 2.0. (thanks,
Juan RP)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Nov 12 06:39:20 2004 UTC (7 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Nov 10 12:58:48 2004 UTC (7 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Changes 2.0.33:
* Corrects a problem which prevented compiling with older versions of
  freetype2

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Nov 3 13:13:02 2004 UTC (7 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -3 lines
Changes 2.0.32:
* Animated GIF writing support
* Fontconfig support
* Open polygon drawing
* Fixes

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:50 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jul 22 12:38:49 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jul 16 07:46:54 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Changes 2.0.27:
Fixes
* Potential memory overruns in gdImageFilled Polygon
* The sign of Y-axis values returned in the bounding box by gdImageStringFT

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jul 1 10:28:42 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -3 lines
Changes 2.0.26:
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jun 20 21:46:36 2004 UTC (7 years, 11 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -4 lines
As discussed in tech-pkg, remove X11/Xpm support in graphics/gd.
While I'm here, s/-lpthread/${PTHREAD_LDFLAGS}/.

Bump PKGREVISION.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue May 25 14:55:34 2004 UTC (7 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -3 lines
Changes 2.0.25:
* Correction in gdfontl.h

Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Apr 26 12:24:12 2004 UTC (8 years ago) by adam
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Changes 2.0.23:
* horizontal and vertical DPI hints can now be given to the freetype font
  renderer via the gdFTStringExtra
* several autoconf problems have been addressed
* the current version of freetype is more precisely detected to prevent
  FT_ENCODING_SYMBOL-related errors
* a significant bug in gdNewDynamicCtx was fixed

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:41 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Feb 4 15:50:37 2004 UTC (8 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Type fixed, thanks to Stoned

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 4 13:34:53 2004 UTC (8 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Changes 2.0.22:
* New font-fetching functions
* CMYK colour-space in JPEGs can now be opened
* Fixed configure script

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jan 20 14:32:58 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -3 lines
Changes 2.0.21:
* added gdImageCreateFromPngPtr and similar

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Jan 9 14:25:51 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Changes 2.0.20:
	fixed binary API incompatibility introduced in 2.0.16

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 8 12:47:49 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Changes 2.0.19:
	correcting problem with the built-in gd fonts on Unix

Changes 2.0.18:
	introduced a conveniently precompiled DLL for Windows programmers

	the default separator of alternative truetype font paths is now
	a semicolon rather than a space

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jan 7 07:16:13 2004 UTC (8 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
s/buildlink2/buildlink3/  I must be going blind!

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Jan 6 08:00:28 2004 UTC (8 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +9 -7 lines
bl3ify

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jan 5 18:05:13 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Little bug in the Makefile, mea culpa

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:30:16 2004 UTC (8 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -3 lines
Changes 2.0.17:
	minor compilation and packaging problem fixed

Changes 2.0.16:
	Adds polar coordinate transformation, text on a circle, thread safety
	truetype font output, performance optimizations, correct compilation
	with the latest versions of freetype, and many fixes

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Nov 6 19:25:09 2003 UTC (8 years, 6 months ago) by gavan
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Set LIBTOOL_OVERRIDE.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:51:40 2003 UTC (8 years, 10 months ago) by martti
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:40:41 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jun 23 09:53:10 2003 UTC (8 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -21 lines
Update gd to 2.0.15
What's new:
* Support for truecolor images
* Support for alpha channels
* The specialized .gd and .gd2 file formats
* Documentation fixes
* Bug fixes

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:19:29 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:39:02 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +11 -10 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:05:20 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.1: +2 -2 lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 6 06:54:39 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +11 -10 lines
* Convert some more packages to use the buildlink2 framework.
* Re-add EVAL_PREFIX lines that I shouldn't have removed from the
  buildlink2.mk files.
* Add several more new buildlink2.mk files to facilitate converting more
  packages.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:37:06 2002 UTC (10 years, 2 months ago) by fredb
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 21 16:29:25 2002 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
Update to 1.8.4:
* Add support for FreeType2 (John Ellson ellson@lucent.com)
[not used in the package right now]
* Add support for finding in fonts in a builtin DEFAULT_FONTPATH, or in a path
  from the GDFONTPATH environment variable.
* remove some unused symbols to reduce compiler warnings
* bugfix in size comparisons in gdImageCompare
* REXX now mentioned
* All memory allocation functions are now wrapped within the library; gdFree is
  exported and recommended for freeing memory returned by the
  gdImage(Something)Ptr family of functions.
Based on a package sent to tech-pkg by Adam Ciarcinski.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 24 22:11:00 2001 UTC (10 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
I am a triple idiot.  The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 23 13:14:57 2001 UTC (10 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Aug 29 22:41:16 2001 UTC (10 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -3 lines
Use x11.buildlink.mk instead of USE_X11.  Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 28 20:02:56 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +15 -24 lines
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.  Also
use REPLACE_PERL instead of patching to replace /usr/bin/perl.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jun 14 06:36:50 2001 UTC (10 years, 11 months ago) by kei
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -1 lines
added support to fix the path to perl.

It seems that we need more generic way to replace the symbols (e.g. paths)
in the various files.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:35 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 22 09:32:20 2001 UTC (11 years ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 4 09:32:43 2001 UTC (11 years, 2 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Use default compiler to avoid problem with new "libtool".

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Mar 4 09:06:11 2001 UTC (11 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 16 15:22:20 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 23 23:14:27 2000 UTC (11 years, 9 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5 lines
Use "USE_XPM" option instead of direct dependence on the "xpm" package.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 4 23:59:02 2000 UTC (11 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Make this work with xpkgwedge.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 27 08:15:30 2000 UTC (11 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Update freetype-lib dependency to >=1.3.1 since the freetype library
bumped its major.  This is needed so that binary packages checking
dependencies don't match an older freetype library.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jul 24 16:47:22 2000 UTC (11 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Fix build broken after update of "freetype-lib" package.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jul 18 15:21:00 2000 UTC (11 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
Use EVAL_PREFIX to be a bit more precise about package prefices.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 21 00:55:08 2000 UTC (11 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 14 16:33:46 2000 UTC (11 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Upgrade this package from 1.8.1 to 1.8.3; the distribution file
for 1.8.1 was replaced with 1.8.3.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 1 11:23:27 2000 UTC (11 years, 11 months ago) by rh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 1 06:07:44 2000 UTC (12 years ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Switch dependency from freetype to freetype-lib.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 21 22:40:52 2000 UTC (12 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 17 21:05:19 2000 UTC (12 years, 2 months ago) by he
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -6 lines
Update this package to version 1.8.1.
The 1.7.3 distribution file now contains 1.8.1; lame.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 9 20:20:54 2000 UTC (12 years, 3 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Use "png>=1.0.3" instead of "png-*" in dependence list.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 1 03:29:29 1999 UTC (12 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +27 -4 lines
* Update to gd-1.7.3.  Now depends on graphics/freetype and graphics/xpm.
* Build process no longer uses configure.
* Change DESCR to reflect that gd makes PNG, not GIF, files.
* Version library at 1.7.  Fixes PR#????

Changes from version 1.6.3:
--------------------------

  What's new in version 1.7.3?

   Another attempt at Makefile fixes to permit linking with all libraries
   required on platforms with order- dependent linkers. Perhaps it will
   work this time.

  What's new in version 1.7.2?

   An uninitialized-pointer bug in gdtestttf.c was corrected. This bug
   caused crashes at the end of each call to gdImageStringTTF on some
   platforms. Thanks to Wolfgang Haefelinger.

   Documentation fixes. Thanks to Dohn Arms.

   Makefile fixes to permit linking with all libraries required on
   platforms with order- dependent linkers.

  What's new in version 1.7.1?

   A minor buglet in the Makefile was corrected, as well as an inaccurate
   error message in gdtestttf.c. Thanks to Masahito Yamaga.

  What's new in version 1.7?

   Version 1.7 contains the following changes:
     * Japanese language support for the TrueType functions. Thanks to
       Masahito Yamaga.
     * autoconf and configure have been removed, in favor of a carefully
       designed Makefile which produces and properly installs the library
       and the binaries. System-dependent variables are at the top of the
       Makefile for easy modification. I'm sorry, folks, but autoconf
       generated _many, many confused email messages_ from people who
       didn't have things where autoconf expected to find them. I am not
       an autoconf/automake wizard, and gd is a simple, very compact
       library which does not need to be a shared library. I _did_ make
       many improvements over the old gd 1.3 Makefile, which were
       directly inspired by the autoconf version found in the 1.6 series
       (thanks to John Ellson).
     * Completely ANSI C compliant, according to the -pedantic-errors
       flag of gcc. Several pieces of not-quite-ANSI-C code were causing
       problems for those with non-gcc compilers.
     * gdttf.c patched to allow the use of Windows symbol fonts, when
       present (thanks to Joseph Peppin).
     * extern "C" wrappers added to gd.h and the font header files for
       the convenience of C++ programmers. bdftogd was also modified to
       automatically insert these wrappers into future font header files.
       Thanks to John Lindal.
     * Compiles correctly on platforms that don't define SEEK_SET. Thanks
       to Robert Bonomi.
     * Loads Xpm images via the gdImageCreateFromXpm function, if the Xpm
       library is available. Thanks to Caolan McNamara.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 26 15:26:26 1999 UTC (12 years, 9 months ago) by agc
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -7 lines
Update this package to version 1.6.3, thereby fixing PR 7969 from
Jim Spath.

Changes from previous version include:

+ Version 1.6.3 corrects a memory leak in gd_png.c.  This leak caused a
significant amount of memory to be allocated and not freed when
writing a PNG image.

+ Version 1.6.2 from John Ellson adds two new functions:
gdImageStringTTF gdImageColorResolve

+ Version 1.6.1 incorporates superior PNG reading and writing code
from Greg Roelofs, with minor modifications by Tom Boutell.

+ Version 1.6 features the following changes:
Support for 8-bit palette PNG images has been added.  Support for GIF
has been removed.  This step was taken to completely avoid the legal
controversy regarding the LZW compression algorithm used in GIF.
Unisys holds a patent which is relevant to LZW compression.  PNG is a
superior image format in any case.  Now that PNG is supported by both
Microsoft Internet Explorer and Netscape (in their recent releases),
we highly recommend that GD users upgrade in order to get
well-compressed images in a format which is legally unemcumbered.

+ Version 1.5 featured the following changes:
New GD2 format
Re-arranged source files
Extended I/O capabilities.
Better support for Lincoln Stein's Perl Module
Added functions

+ Version 1.4 features the following changes:
Fixed polygon fill routine (again)
Support for alternate data sources
Support for alternate data destinations
More tolerant when reading GIFs

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 3 20:47:22 1999 UTC (13 years ago) by tv
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Revert thinko in previous:  only modify PKGNAME, not DISTNAME.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 3 20:25:37 1999 UTC (13 years ago) by tv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 2 17:46:19 1999 UTC (13 years ago) by tsarna
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Changed to build shared libraries. Closes PR#7403 by Jarkko Torppa.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:17:00 1998 UTC (13 years, 9 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE, netbsd-1-3-PATCH003
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 28 14:07:41 1998 UTC (14 years ago) by bouyer
Branches: MAIN
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
Update to version 1.3.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 15 10:38:25 1998 UTC (14 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -7 lines
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 10 00:51:59 1998 UTC (14 years, 2 months ago) by explorer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
fix FreeBSD Id string

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 8 00:49:33 1998 UTC (14 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
RCS ID police.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Mar 7 21:59:13 1998 UTC (14 years, 2 months ago) by explorer
Branches: TNF
CVS tags: freebsd-current-07Mar1998
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
import the gd graphics generation library

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 7 21:59:13 1998 UTC (14 years, 2 months ago) by explorer
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>