summaryrefslogtreecommitdiff
path: root/graphics/gdchart
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02Remove ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-05-16Added support for installation into DESTDIR.heinz1-12/+18
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-10Fix buildling on Darwin/MacOSXadam3-17/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-11Fixed patch-acadam2-5/+5
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-26TEST_TARGET is broken; comment it out.tv1-2/+2
2005-01-19Changes 0.11.5:adam5-79/+61
* Use compressed GIF support from libgd
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-2/+2
2004-05-05Convert to buildlink3.snj1-25/+0
2004-04-25Convert to buildlink3.snj2-3/+23
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-24Bump PKGREVISION, since previous version compiled but was unusable.wiz2-3/+4
2003-06-24Shared library now compiles correctly - no constants defined externadam3-6/+20
2003-06-23Define TEST_TARGET; make the examples compilation use libtool, andwiz3-11/+64
correct the library name on the example link line (!). XXX: 'make test' fails.
2003-06-23Update gdchart to 0.11.4. Bug fixes and performance improvements in PIE charts.adam7-157/+89
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-24Now that we build a gdchart shared library, we should ensure that thejlam4-10/+9
correct libraries (-lgd) are added to the link command to produce the correct inter-library dependencies. Bump the PKGREVISION of graphics/gd to 3.
2003-01-24The gdchart shared libraries have interlibrary dependencies on the jpegjlam1-1/+3
shared libraries, so include jpeg/buildlink2.mk in gdchart/buildlink2.mk.
2003-01-17Libtoolize this package so we get shared libraries (they are required byjmmv5-26/+31
net/ntop2). While here, also enable jpeg support. Bump PKGREVISION to 2. Reviewed by wiz.
2002-10-07Add buildlink2.mkwiz1-0/+23
2002-10-07Convert to buildlink2.wiz1-3/+3
2002-10-07Unused.wiz1-41/+0
2002-07-24Add a buildlink file for this package.agc1-0/+41
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-18Buildlinkify, don't use perl, sed is good enough, install examples intowiz7-51/+39
share/examples hierarchy, standardize patch names, remove FreeBSDisms from PLIST.
2001-10-18Adding new package gdchart.darcy7-0/+235
GDChart is an easy to use, high performance library/C API for creating charts and graphs in GIF, PNG, JPEG and WBMP format. WWW: http://www.fred.net/brv/chart/ - Anders Nordby <anders@fix.no>