summaryrefslogtreecommitdiff
path: root/math/cassowary/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-07-31Update cassowary to 0.60. Changes from version 0.50:jlam1-7/+15
12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL
2000-07-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-11add YACC= definition to explicitly select bison instead of letting thedmcmahill1-1/+2
default setting of 'yacc' get passed to the configure environment.
2000-02-05wildcarded guile-dependencywiz1-2/+2
1999-08-29Update dependency on guile to 1.3.2.jlam1-2/+2
1999-08-24Initial import of cassowary-0.50, an incremental constraint solvingagc1-0/+27
toolkit that efficiently solves systems of linear equalities and inequalities, into the NetBSD packages collection. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. Version 0.50 of the solving toolkit adds support for a one-way finite domain subsolver.