aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libunistring.rb
AgeCommit message (Collapse)Author
2014-10-20libunistring: update 0.9.4 bottle.BrewTestBot
2014-09-02libunistring: update 0.9.4 bottle.BrewTestBot
Closes #32032. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-02libunistring 0.9.4David Christenson
Update to latest stable release, remove incorporated patch, change single quotes to double, use HTTPS on homepage.
2014-07-17libunistring: add upstream patch to fix the build on Xcode-only systemsJack Nagel
Fixes #30917.
2014-04-02libunistring: add 0.9.3 bottle.BrewTestBot
2014-04-02libunistring: remove questionable patchJack Nagel
2014-03-19libunistring: use patch DSLJack Nagel
2013-01-28libunistring: style nitsAdam Vandenberg
2012-11-25libunistring: Patch for Xcode-only on 10.8Samuel John
Closes #16107. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-06-10unistring 0.9.3Adam Vandenberg
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-25Fix name of libunistring, libidn and cluence classesAdam Vandenberg
2009-09-21Some renames from 0xffea's patchesMax Howell
I removed the gnu prefix from libidn and libunistring and I apologise because I know I made it look like you should add this prefix on previous commits. We add it when: 1. OS X has a non gnu equivalent pre-installed 2. The package is commonly called GNU foo, eg. GNU Go is not referred to as just 'Go' I removed the core suffix from clucene as if anyone ever wants more than just clucene teh additions should be added as variants to the clucene formula. Otherwise first class formula, 0xffea noticed all the extra things I usually do in cherry-picks.