aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libidn.rb
AgeCommit message (Collapse)Author
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24libidn: add 1.28 bottle.BrewTestBot
2013-07-12libidn 1.28Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-14libidn 1.27Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-01libidn 1.26Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25libidn: make universal opt-inAdam Vandenberg
Fixes #16098.
2012-06-05libidn 1.25Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27libidn 1.23Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-10libidn: build universalJack Nagel
libidn is a dependency of the GnuTLS 3.x series, and even though we probably won't move to 3.x anytime soon, it's good to get the dependencies up to snuff and work out any problems that might arise. I also added a test of the executable while I was here. 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-05-19Libidn 1.22Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-30libidn - checks for pkg-config at build timeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-15libidn doesn't seem to actually require gettextAdam Vandenberg
2010-05-28libidn: update version to 1.19David Höppner
2010-03-17libidn: add gettextDavid Höppner
2010-02-18libidn: update to version 1.18David Höppner
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.