aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/botan.rb
AgeCommit message (Collapse)Author
2013-06-02botan: simplifyAdam Vandenberg
* don't need to_s on ENV.compiler * soname inreplace no longer needed
2013-04-09botan 1.10.5Jack Nagel
2013-02-19botan 1.10.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09Fix option usageAdam Vandenberg
2012-08-08botan: use options dslAdam Vandenberg
2012-07-27botan 1.10.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-19botan: fix xcode-only installsamueljohn
- botan's configure.py ignores our CFLAGS and switches the compiler to llvm :-/ We can use the MACH_OPT variable to insert our CLFAGS and make this build with Xcode-only setups. - Using ENV.compiler.to_s for the compiler string. - Fixing the "ld: unknown option soname" issue when using clang. Closes #13065. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19Botan: add debug build optionBert JW Regeer
This adds an extra flag --enable-debug so that the user can build Botan with debugging enabled which is handy for debugging programs written with Botan. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02botan: Fix build on Mac OS X Snow LeopardBert JW Regeer
On Snow Leopard running a 64 bit OS the Botan configure script will attempt to build a 32 bit binary using a compiler that can support 64 bit, we have to explicitly state that we want to have 64 bit library built. Unfortunately there is no way to build a universal library/binary for Botan as it currently stands. This is an oversight on my part, it works without issues on Lion where it picks up the fact that it is a 64 bit OS correctly and compiles without issues. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20Botan 1.10.1Bert JW Regeer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-23Botan: update version to 1.8.11David Höppner
2010-08-26botan: update version to 1.8.9David Höppner
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-02-12New formula botanDavid Höppner
Botan is a BSD-licensed crypto library written in C++. It provides applications with the ability to use a number of cryptographic algorithms, as well as X.509 certificates and CRLs, PKCS #10 certificate requests, a filter/pipe message processing system, and a wide variety of other features, all written in portable C++.