Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -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-28 | Mark the pkg as broken, not interactive. | hubertf | 1 | -2/+2 | |
It still needs attention... | |||||
2002-04-27 | Mark this pkg as interactive on sparc64 - building hangs on that | hubertf | 1 | -1/+5 | |
platform. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -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-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2002-01-19 | use python buildlink | drochner | 3 | -14/+6 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-22 | Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib. | jtb | 3 | -9/+9 | |
2001-06-20 | Update of yplot to 1.1.0. | jtb | 7 | -180/+130 | |
Changes include: * Configuration now done with autoconf * Many API extensions * Updated documentation * Many more demos * etc. | |||||
2001-05-01 | Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns the | jtb | 1 | -1/+2 | |
correct prefix when plplot isn't already installed. | |||||
2001-04-28 | Remove redundant echoing, quoting, and input redirection to sed. | jtb | 1 | -10/+4 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-04-02 | Regen. | jtb | 1 | -2/+2 | |
2001-04-02 | Missed second instance of `plplot_linkage` which should have been changed | jtb | 1 | -2/+2 | |
to `plplot-config --libs`. | |||||
2001-03-31 | Note that it is necessary to copy the plplot include files to | jtb | 1 | -1/+3 | |
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do? | |||||
2001-03-30 | Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`. | jtb | 3 | -9/+9 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-14 | Initial import of yplot: | jtb | 10 | -0/+236 | |
Yorick interface to PLplot |