From the developer: "stress is a deliberately simple workload generator
for POSIX systems. It imposes a configurable amount of CPU, memory, I/O,
and disk stress on the system. It is written in C, and is free software
licensed under the GPLv2"
I created this formula because it serves a simple but specific purpose
and is regularly available on Linux *BSD system.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
GNU gv allows to view and navigate through PostScript and PDF documents
on an X display by providing a graphical user interface for the
Ghostscript interpreter.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Xaw3d is a general-purpose replacement for the Athena toolkit which adds
a 3D appearance and support for XPM images.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The X Window System used imake extensively up through
the X11R6.9 release, for both full builds within
the source tree and external software. X has since
moved to GNU autoconf and automake for its build system
in X11R7.0 and later releases, but still maintains
imake for building existing external software
programs that have not yet converted.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This prevents the Makefile from trying to drop things into
/Library/Perl without having to use inreplace or a patch.
FixesHomebrew/homebrew#7630.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
t1utils gets an update to 1.37 from 1.35. This archive creates a
group of CLI programs for manipulating Type 1 fonts, otherwise known
as Adobe Type 1 or Postscript fonts. Added a brew test function and
the --disable-dependency bit.
ClosesHomebrew/homebrew#7608.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Build `i386` for Leopard and a fat binary for everything else. Failing to be
explicit can cause `xcodebuild` to attempt building for more architectures than
it really should.
FixesHomebrew/homebrew#7619.
MySQL++ is a C++ wrapper for the MySQL C API. The maximum number of
columns allowable in a result set has been increased from 25 to 40 to
accommodate a wider range of projects without needing to recompile the
library.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
lcdf-typetools was updated to version 2.92 in the formula and
compiled on OSX 10.6.8 x86_64 using llvm 2335 from XCode 4.0.2.
The LCDF Typetools package contains several command-line programs for
manipulating PostScript Type 1 and PostScript-flavored OpenType fonts.
ClosesHomebrew/homebrew#7603.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
A few formulae are missing trailing newlines.
Let's be POSIXly correct about trailing newlines, which are part of the
definition of a "line" and hence a "file". Even "diff" has it's own
special handling for files without trailing newlines.
Perhaps an audit check is in order.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>