summaryrefslogtreecommitdiff
path: root/graphics/gdchart
AgeCommit message (Collapse)AuthorFilesLines
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>