aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libzzip.rb
AgeCommit message (Collapse)Author
2015-01-06libzzip: add testXu Cheng
Closes #35594. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-14libzzip: update sdl optionJack Nagel
2014-10-20libzzip: update 0.13.62 bottle.BrewTestBot
2014-07-03libzzip: add 0.13.62 bottle.BrewTestBot
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-12libzzip/zzuf conflictAdam Vandenberg
2012-09-07libzzip 0.13.62 + option for sdlnibbles 2bits
- Upgade libzzip to 0.13.62 - Add an option to build the SDL bindings - Add a flag for `--without-debug` Closes #14764. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-12libzzip: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15libzzip: add universal optionShawn Walker
- Fix configure's failure to determine sizeof(long); reported upstream: https://sourceforge.net/tracker/?func=detail&aid=3511669&group_id=6389&atid=356389 Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11libzzip 0.13.61Nibbles 2bits
Remove upstreamed patch. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-04libzzip 0.13.60Nibbles 2bits
- Fix link error with clang Fix a link error with clang & libtool. Configure chooses --export-dynamic but that flag doesn't normally start with two dashes, only one. There are no overrides or switches available for that. The fix is an inline patch for configure, adding the compiler case for darwin*) to set ZZIPLIB_LDFLAGS="-export-dynamic". Add the inline patch and bug report url to the formula. Add the 2sec make check for this compression library. Checks on Lion 10.7.3 and SL 10.6.8 with all five compilers from the 4.3 CLT and XCode-4.0.2 (4D502). Closes #10672. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-07-25libzzip - remove unused configure optionAdam Vandenberg
2010-02-02New formula libzzipDavid Höppner
The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.