Triangle is a library and command-line tool that generates triangular meshes
through Delunay Triangulation with exact arithmetic. Such meshes are suitable
for use in such applications as Finite Element analysis.
Also included is a X11 program called `showme` which is useful for visualizing
triangular meshes.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Formula no longer includes JPL by default to get around an error that
Apple's introduced in OSX 10.6 with broken symlinks to the JNI .h files.
Also, now checks for X11 and disables xpce if required, and uses the
Homebrew ENV.x11 system to include the appropriate libraries and
headers.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Added dependencies specific to Leopard (10.5), that may also be
applicable to earlier releases. Thanks to Ruben Kerkhof for the
initial bug reports, plus assistance in testing and trying things
out.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The waf build uses LINKFLAGS not LDFLAGS. Set
LINKFLAGS the same as LDFLAGS so the build can
find libraries from a non-/usr/local brew install
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Uses http://github.com/tav/go.git git mirror of official Mercurial
repository to obviate the need for installing Mercurial.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This is a filesystem client based on the SSH File Transfer Protocol.
Depends on having MacFuse already installed via the binary installer.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
GoGui is a graphical user interface to programs that play the board
game Go and support the Go Text Protocol, such as GNU Go.
GoGui has many special features for Go program developers: It allows
direct communication with a Go engine over a command shell. The Go
engine can be replaced while keeping the current board position.
Commands can be configured to display their responses graphically on the
board. GoGui is avaliable under the terms of the GNU General Public
License.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>