aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opensc.rb
AgeCommit message (Collapse)Author
2014-12-04opensc: modernize autotools depsJack Nagel
2014-10-16opensc: update 0.14.0_1 bottle.BrewTestBot
Closes #33222. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-16opensc: added openssl deepDominyk Tiller
Even when not deliberately, actively configured with openssl enabled, it picks up and leans on the system openssl anyway. This pokes it onto our OpenSSL instead. All other changes are style tweaks, and an added simple test. ``` /usr/local/bin/cardos-tool: /usr/local/Cellar/opensc/0.14.0/lib/libopensc.3.dylib (compatibility version 4.0.0, current version 4.0.0) /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) ```
2014-07-09opensc: add 0.14.0 bottle.BrewTestBot
Closes #30778. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-09opensc 0.14.0Shiloh Heurich
2014-04-22opensc: drop comment that originated with totally different codeJack Nagel
2014-04-12opensc: only build man pages when askedAdam Vandenberg
* fix docbook-xsl path Closes #28125.
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-27opensc: use Formula[]Adam Vandenberg
2013-11-13Add more missing :autoconf depsJack Nagel
2013-09-21opensc: use spec depsJack Nagel
2013-06-30Fixed several broken sourceforge.net download locationsVictor Martinez
Closes #20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-30opensc: locate docbook xsl via filesystemAndrew Childs
The opensc formula currently uses the docbook formula to find the docbook xsl path, which always refers to the newest version. When a version of docbook is installed, but is not the latest, opensc will fail to install. This change adopts the same approach as kdelibs in homebrew-boneyard and globs the appropriate directory to find the path. Closes #18715. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-24opensc: add support for ePass2003Marek Sebera
Closes #18670. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-15opensc 0.13.0Andrew Childs
Closes #17089. Signed-off-by: Adam Vandenberg <flangy@gmail.com>