summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commitf4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /math/cassowary
parent4f4f1b81d13abc86b32673c726b70d17a6202d29 (diff)
downloadpkgsrc-f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/cassowary/DESCR b/math/cassowary/DESCR
index f3dae228caa..843478a2266 100644
--- a/math/cassowary/DESCR
+++ b/math/cassowary/DESCR
@@ -1,11 +1,11 @@
Cassowary is an incremental constraint solving toolkit that
-efficiently solves systems of linear equalities and inequalities.
+efficiently solves systems of linear equalities and inequalities.
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.
+constrained variables to have values that satisfy the constraints.
A technical report is included in the distribution that describes the
-algorithm, interface, and implementation of the Cassowary solver.
+algorithm, interface, and implementation of the Cassowary solver.
Additionally, the distribution contains toy sample applications
written in Smalltalk, C++, Java, and Python, and a more complex
example Java applet, the "Constraint Drawing Application".