summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-4/+4
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Actually do the RPATH_FLAG correctly this time..jmc2-4/+4
2003-07-02This depends on freetype and needs a define/library enabled to work.jmc3-11/+19
Also replace -Wl,-R with RPATH_FLAG while I'm here.
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-24Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchartjlam1-4/+4
installing shared libraries. Also convert to use buildlink2.
2002-11-10The home page for pygdchart has moved.darcy1-2/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
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".]
2002-01-17define PYBINMODULE to disable the pkg on platforms where dynamicdrochner1-1/+2
loading does not work
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner2-19/+15
use variables from the python buildlink where possible, install examples into non-conflicting locations, remove restriction to Python-2.0 (it compiles with 2.1 and 2.2)
2001-12-08Conveert to python/extension.buildlink.mk and force to use 2.0 onlyjmc1-2/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-18Standardize patch names and some minor cleanup.wiz5-12/+11
2001-10-18Adding py-gdchart to packages.darcy6-0/+134
This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. WWW: http://athani.pair.com/msteed/software/gdchart/