summaryrefslogtreecommitdiff
path: root/graphics/yplot
AgeCommit message (Collapse)AuthorFilesLines
2002-12-09Replace "true" by "${TRUE}".tron1-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-04-28Mark the pkg as broken, not interactive.hubertf1-2/+2
It still needs attention...
2002-04-27Mark this pkg as interactive on sparc64 - building hangs on thathubertf1-1/+5
platform.
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-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-19use python buildlinkdrochner3-14/+6
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-22Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib.jtb3-9/+9
2001-06-20Update of yplot to 1.1.0.jtb7-180/+130
Changes include: * Configuration now done with autoconf * Many API extensions * Updated documentation * Many more demos * etc.
2001-05-01Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns thejtb1-1/+2
correct prefix when plplot isn't already installed.
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-10/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-04-02Regen.jtb1-2/+2
2001-04-02Missed second instance of `plplot_linkage` which should have been changedjtb1-2/+2
to `plplot-config --libs`.
2001-03-31Note that it is necessary to copy the plplot include files tojtb1-1/+3
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do?
2001-03-30Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`.jtb3-9/+9
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14Initial import of yplot:jtb10-0/+236
Yorick interface to PLplot