aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nasm.rb
AgeCommit message (Collapse)Author
2015-03-09nasm: update 2.11.08 bottle.BrewTestBot
2015-03-09Nasm 2.11.08Dzmitry Plashchynski
Closes #37537. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-11-03nasm: update 2.11.06 bottle.BrewTestBot
2014-11-03nasm 2.11.06Brett Koonce
2014-10-22nasm: add 2.11.05 bottle.BrewTestBot
2014-06-22nasm 2.11.05Brett Koonce
2014-05-12nasm 2.11.04David Christenson
Update to latest stable release. Closes #29187. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-16nasm 2.11.02Brett Koonce
2014-02-09nasm: add testMike Naberezny
Closes #26551. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-18nasm 2.11Brett Koonce
Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-08-18nasm 2.10.09Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-04nasm: limit make targetsAdam Vandenberg
nasm can try and fail to build PDF documentation, which will cause the install to fail. Use the same make targets as MacPorts.
2013-01-03nasm 2.10.07Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-22nasm 2.10.05Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-01nasm 2.10.04Nothing. N. Nobody
Closes #14620. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-12nasm: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02nasm 2.10.03Brett Koonce
Closes #13829. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27nasm 2.10.01Jonathan Schleifer
Closes #12458. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-23nasm: Update to 2.09.10Nibbles 2bits
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. Closes #7788. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-01nasm: update version 2.09David 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-03-27updated nasm to snow leoMax Lapshin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-19Nasm formulaDavid Höppner
Netwide Assembler: an assembler targetting the Intel x86 series of processors, with portable source.