NTL is a library of algorithmns for number theory computations.
ClosesHomebrew/homebrew#7818.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This versions resolves the permissions issue in ./build-aux/, but
introduces an (apparently OS X-specific) bug involving the order of
include directives and struct definitions, which I've corrected with a
patch. An upstream issue has been filed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Tarball location and md5 changed.
It seems pcre is now a dependency of cppcheck, it has been declared as so.
Without this it fails to compile.
ClosesHomebrew/homebrew#7845.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit updates the formula urls for libraw-0.14.0, release.
From their website, "After three months of testing the LibRaw 0.14
is considered stable. This version is recommeded to use instead of
LibRaw 0.13." The test rig is x86_64 10.6.8 using llvm-2335.9,
gcc-4.2.1, and clang-2.0 from XCode 4.0.2. This builds static and
shared native libraries, with no --universal option only because
its dep, lcms, doesn't have the option either.
ClosesHomebrew/homebrew#7804.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
DenyHosts is a tool that monitors system logs for unauthorized SSH access
attempts and bans offending IP addresses by adding them to /etc/hosts.deny. A
launchctl plist is provided that runs the tool as a cron job. DenyHosts does
have a "daemon mode" but it is designed for rc.d style scripts and doesn't fit
the idiom that launchctl expects (direct control of the daemon process).
Also see issue Homebrew/homebrew#2955.
This updates nasm to the newest version 2.09.10 and uses the more
complete 'make everything' which builds the docs and the rdf
tools as well. The user is also given the option to build a
universal binary, as that is what the nasm authors provide in
their precompiled MacOSX archive (they have ppc + i386). All the
apps pass make test and compile pedantic using all three compilers,
llvm-2335, clang-2.0, and gcc-4.2.1 from XCode 4.0.2 on x64 10.6.8.
ClosesHomebrew/homebrew#7788.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
opencc is a library for conversion between Traditional Chinese and Simplified
Chinese.
ClosesHomebrew/homebrew#7476.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
dash gets an update to 0.5.7 plus a few additional configure flags
to add functionality to its shell supporting file and directory
globbing and matching expressions from libc fnmatch(3) and glob(3).
I also added a test def. This was compiled on OSX 64bit 10.6.8
using llvm 2335 and gcc-4.2.1. It fails_with_clang, an ld error,
though I've not seen fails_with_clang in a formula so I left it out.
Undefined symbols for architecture x86_64:
"_bgcmd", referenced from:
_builtincmd in builtins.o
ClosesHomebrew/homebrew#7637.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>