aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/stormfs.rb
AgeCommit message (Collapse)Author
2013-01-28stormfs: style nitsAdam Vandenberg
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-01-30New Formula: STORMfsBen LeMasurier
STORMfs is a FUSE abstraction layer for cloud storage. STORMfs allows you to mount cloud storage as a local filesystem. Currently supporting Amazon S3, Eucalyptus (Walrus S3), and Google Cloud Storage[1]. This is the first (alpha) release, primarily focused on users who whish to contribute feedback and bug reports. [1] Interoperable Access (non-native API) Closes #9873. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>