aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLars2010-04-15 10:13:06 +0300
committerAdam Vandenberg2010-04-16 14:49:04 -0700
commitdbfa7be440a5de21d364a41625a4aeac3e096067 (patch)
tree355456c526bc724df80a7aca6936bd8e20b02275 /Library/Formula
parent79cbaf1b1609fa85226e86b41e14b6f153053996 (diff)
downloadhomebrew-dbfa7be440a5de21d364a41625a4aeac3e096067.tar.bz2
Updated formulas: idnits, rfcmarkup, xml2rfc
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/idnits.rb4
-rw-r--r--Library/Formula/rfcmarkup.rb4
-rw-r--r--Library/Formula/xml2rfc.rb10
3 files changed, 14 insertions, 4 deletions
diff --git a/Library/Formula/idnits.rb b/Library/Formula/idnits.rb
index c90aeb7e2..d979721bb 100644
--- a/Library/Formula/idnits.rb
+++ b/Library/Formula/idnits.rb
@@ -1,9 +1,9 @@
require 'formula'
class Idnits <Formula
- url 'http://tools.ietf.org/tools/idnits/idnits-2.12.00.tgz'
+ url 'http://tools.ietf.org/tools/idnits/idnits-2.12.02.tgz'
homepage 'http://tools.ietf.org/tools/idnits/'
- md5 '54a4bbcf6e9afa454d608afa60cc7e5b'
+ md5 '9570404dc6fad568e289ca6eeac76b6f'
depends_on 'aspell'
diff --git a/Library/Formula/rfcmarkup.rb b/Library/Formula/rfcmarkup.rb
index 885cfc38a..4e3ad26d4 100644
--- a/Library/Formula/rfcmarkup.rb
+++ b/Library/Formula/rfcmarkup.rb
@@ -1,9 +1,9 @@
require 'formula'
class Rfcmarkup <Formula
- url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.85.tgz'
+ url 'http://tools.ietf.org/tools/rfcmarkup/rfcmarkup-1.89.tgz'
homepage 'http://tools.ietf.org/tools/rfcmarkup/'
- md5 '39b0a71dd7da79c781093fe48d290de1'
+ md5 '092b483eba45facf28f78adfa15d42a0'
def install
inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/python"
diff --git a/Library/Formula/xml2rfc.rb b/Library/Formula/xml2rfc.rb
index 2ada51412..431a28edb 100644
--- a/Library/Formula/xml2rfc.rb
+++ b/Library/Formula/xml2rfc.rb
@@ -1,12 +1,22 @@
require 'formula'
class Xml2rfc <Formula
+ url 'http://xml.resource.org/authoring/xml2rfc-1.35.tgz'
+ md5 '7ffb973fee55318b1bd0fd77a903d2e6'
head 'https://svn.tools.ietf.org/svn/tools/xml2rfc/trunk'
homepage 'http://xml.resource.org/'
# http://github.com/mxcl/homebrew/issues/#issue/87
depends_on :subversion if MACOS_VERSION < 10.6
+ def download_strategy
+ if ARGV.include? '--HEAD'
+ SubversionDownloadStrategy
+ else
+ CurlDownloadStrategy
+ end
+ end
+
def install
%w[xml2rfc xml2sgml].each do |f|
FileUtils.mv f+'.tcl', f