A GNU package for producing 2D plots in a variety of formats, built around an enhanced libplot C/C++ function library.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
These perl deps were needed for the formula to work in the first place,
so it was either revert the formula or include these too.
Using the latest HEAD from the git repository is volatile, as, firstly,
it's not a stable release and as such may have bugs with it. Secondly,
it's possible an update will break the formula unexpectedly. In fact,
this did happen and is the purpose of this commit, an update broke this
formula's patch of the install.sh file.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
FDUPES is a program for identifying or deleting duplicate files residing
within specified directories
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Cabal is a system for building and packaging Haskell libraries and
programs. It defines a common interface for package authors and
distributors to easily build their applications in a portable way.
cabal-install is the command line interface to Cabal and hackage. This
is the package that provides the 'cabal' command line program. To make
the process easier the cabal-install tarball contains a bootstrap.sh
script which downloads and installs all three dependencies.
http://www.haskell.org/cabal/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
removed the apparently unnecesary check for a framework build of python from
the sip build and stopped using system python for sip and pyqt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>