Skip to content

Commit

Permalink
Batch convert MD5 formula to SHA1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 3, 2012
1 parent 6aab036 commit 3c5ca25
Show file tree
Hide file tree
Showing 1,100 changed files with 1,231 additions and 1,231 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/a2ps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class A2ps < Formula
homepage 'http://www.gnu.org/software/a2ps/'
url 'http://ftpmirror.gnu.org/a2ps/a2ps-4.14.tar.gz'
mirror 'http://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz'
md5 '781ac3d9b213fa3e1ed0d79f986dc8c7'
sha1 '365abbbe4b7128bf70dad16d06e23c5701874852'

# Software was last updated in 2007, so take MacPorts patches to get
# it working on 10.6. See:
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/a52dec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class A52dec < Formula
url 'http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz'
homepage 'http://liba52.sourceforge.net/'
md5 'caa9f5bc44232dc8aeea773fea56be80'
sha1 '79b33bd8d89dad7436f85b9154ad35667aa37321'

def install
system "./configure", "--disable-debug",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aamath.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aamath < Formula
url 'http://fuse.superglue.se/aamath/aamath-0.3.tar.gz'
homepage 'http://fuse.superglue.se/aamath/'
md5 'f0e835bd06069b1bdaddd9e9c3447c12'
sha1 'dc68abaf2131c73ddb1a520c95d65596e30f1b0a'

def install
ENV.j1
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aardvark_shell_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AardvarkShellUtils < Formula
url 'http://downloads.laffeycomputer.com/current_builds/shellutils/aardvark_shell_utils-1.0.tar.gz'
homepage 'http://www.laffeycomputer.com/shellutils.html'
md5 '2e3a3bb99a07e82b44237daf23de4626'
sha1 '8cee29059038ebec96c3a97978d18a5a4941da06'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/abcl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Abcl < Formula
homepage 'http://common-lisp.net/project/armedbear/'
url 'http://common-lisp.net/project/armedbear/releases/1.0.1/abcl-bin-1.0.1.tar.gz'
md5 'bd95a55df30469b4f6d85af7c5ede297'
sha1 '50886fe87f31317eda5c40eba8e704742cafd18e'

depends_on 'rlwrap'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/abnfgen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Abnfgen < Formula
url 'http://www.quut.com/abnfgen/abnfgen-0.16.tar.gz'
homepage 'http://www.quut.com/abnfgen/'
md5 '2184310e276e15e65f8f477ca3719e08'
sha1 '0ed2d09fc1601bb22bcd452000c2e4fd9b2bff81'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/abook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Abook < Formula
url 'http://downloads.sourceforge.net/abook/abook-0.5.6.tar.gz'
homepage 'http://abook.sourceforge.net/'
md5 '87d25df96864a7c507a4965e6d1da49d'
sha1 '79f04f2264c8bd81bbc952b6560c86d69b21615d'

depends_on 'readline'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/abyss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Abyss < Formula
homepage 'http://www.bcgsc.ca/platform/bioinfo/software/abyss'
url 'http://www.bcgsc.ca/downloads/abyss/abyss-1.3.4.tar.gz'
md5 '5a79f33f828db3c626627c5facd0f712'
sha1 '763dc423054421829011844ceaa5e18dc43f1ca9'
head 'https://github.com/sjackman/abyss.git'

# Only header files are used from these packages, so :build is appropriate
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/ack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Ack < Formula
url "https://github.com/petdance/ack/tarball/1.96"
md5 '1cce67a811c52f9d51fb1195c97795f1'
sha1 '547058c0571095beaee9b2e6a3accad52114e759'
homepage 'http://betterthangrep.com/'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/adplug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Adplug < Formula
url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2'
homepage 'http://adplug.sf.net'
md5 '8f815fd5d254de0fe5df818df9d1d8af'
sha1 '5023282ff44f183c9b6d7da9f57f51595742a5f7'

depends_on 'pkg-config' => :build
depends_on 'libbinio'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/advancecomp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Advancecomp < Formula
homepage 'http://advancemame.sourceforge.net/comp-readme.html'
url 'http://downloads.sourceforge.net/advancemame/advancecomp-1.15.tar.gz'
md5 'bb236d8bee6fa473d34108cda1e09076'
sha1 '74fed754841efadcb8dd156d2c5e095bfaff83e6'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aescrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aescrypt < Formula
homepage 'http://aescrypt.sourceforge.net/'
url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz'
md5 'cbec5d7f00a289944397a8079c1d3c6c'
sha1 '72756ccccd43a4f19796835395512616c86c273f'

def install
system "./configure"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aespipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aespipe < Formula
url 'http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4c.tar.bz2'
homepage 'http://loop-aes.sourceforge.net/'
md5 '97b1f481721ea5d65018ddae1143bac5'
sha1 '198cc0bc1168a7a150de4b7308be096c903b0d90'
version '2.4'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/afflib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Afflib < Formula
url 'https://github.com/downloads/simsong/AFFLIBv3/afflib-3.7.1.tar.gz'
homepage 'http://afflib.org'
md5 'c6751d461aaf6acf9d15303cde539e44'
sha1 'fb35a2383a48b49f68e25ca97d67ee02342826ba'

depends_on 'expat' => :optional

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/afsctool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Afsctool < Formula
homepage 'http://brkirch.wordpress.com/afsctool/'
url 'https://docs.google.com/uc?export=download&id=0BwQlnXqL939ZQjBQNEhRQUo0aUk'
version '1.6.4'
md5 'd0f2b79676c0f3d8c22e95fcf859a05f'
sha1 '216d7ff54bad947781d9b49f9754c5d3c07349be'

def install
ENV.fast
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aften.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aften < Formula
homepage 'http://aften.sourceforge.net/'
url 'http://downloads.sourceforge.net/aften/aften-0.0.8.tar.bz2'
md5 'fde67146879febb81af3d95a62df8840'
sha1 '1ff73cdcade0624495ad807492cecf14862fb61c'

depends_on 'cmake' => :build

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aget < Formula
homepage 'http://www.enderunix.org/aget/'
url 'http://www.enderunix.org/aget/aget-0.4.1.tar.gz'
md5 'ddee95ad1d394a4751ebde24fcb36fa1'
sha1 '6f7bc1676fd506207a1a168c587165b902d9d609'

def patches
{ :p0 => "https://trac.macports.org/export/90173/trunk/dports/net/aget/files/patch-Head.c" }
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aggregate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aggregate < Formula
homepage 'http://freshmeat.net/projects/aggregate/'
url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz'
md5 '6fcc515388bf2c5b0c8f9f733bfee7e1'
sha1 '13420baf4f3f93dbed3c380ab6cca175609c5d7d'

def install
bin.mkpath
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aimage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aimage < Formula
homepage 'http://afflib.org/archives/tag/aimage'
url 'http://pkgs.fedoraproject.org/repo/pkgs/aimage/aimage-3.2.5.tar.gz/07a11d653cdd1d7a5aefe4d99cdbd408/aimage-3.2.5.tar.gz'
md5 '07a11d653cdd1d7a5aefe4d99cdbd408'
sha1 '8f3136e9ad3204fb4c91149b3f01a32cc83e0371'

depends_on 'afflib'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/alac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Alac < Formula
homepage 'http://craz.net/programs/itunes/alac.html'
url 'http://craz.net/programs/itunes/files/alac_decoder-0.2.0.tgz'
md5 'cec75c35f010d36e7bed91935b57f2d1'
sha1 'a620f6293ef2d9490927d21ec341bbeff13eabe8'

def install
system "make", "CFLAGS=#{ENV.cflags}", "CC=#{ENV.cc}"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/alpine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Alpine < Formula
homepage 'http://www.washington.edu/alpine/'
url 'ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.gz'
md5 '0f4757167baf5c73aa44f2ffa4860093'
sha1 '363b3aa5d3eb1319e168639fbbc42b033b16f15b'

# Upstream builds are broken on Snow Leopard due to a hack put in
# for prior versions of OS X. See:
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/amap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Amap < Formula
homepage 'http://www.thc.org/thc-amap/'
url 'http://www.thc.org/releases/amap-5.4.tar.gz'
md5 '2617c13b0738455c0e61c6e980b8decc'
sha1 '79056f29a3b9e0a21062116aec3e966b1a46d7d3'

def install
system "./configure", "--prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/ann.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Ann < Formula
homepage 'http://www.cs.umd.edu/~mount/ANN/'
url 'http://www.cs.umd.edu/~mount/ANN/Files/1.1.2/ann_1.1.2.zip'
md5 '31267ffbe4e6d04768b3ec21763e9343'
sha1 '622be90314a603ef9b2abadcf62379f73f28f46c'

def install
system "make", "macosx-g++"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/antiword.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Antiword < Formula
homepage 'http://www.winfield.demon.nl/'
url 'http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz'
md5 'f868e2a269edcbc06bf77e89a55898d1'
sha1 '4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e'

skip_clean 'share/antiword'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/antlr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Antlr < Formula
homepage 'http://www.antlr.org/'
url "http://www.antlr.org/download/antlr-3.4-complete.jar"
md5 '1b91dea1c7d480b3223f7c8a9aa0e172'
sha1 '5cab59d859caa6598e28131d30dd2e89806db57f'

def install
prefix.install "antlr-3.4-complete.jar"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/anttweakbar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Anttweakbar < Formula
homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
version '1.14'
md5 '2cb5f2fb7b3089f91521f4c14b726f8f'
sha1 'b6405082efb6d6f26b3856a1b12c4e520055390e'

def install
cd 'src' do
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/apachetop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Apachetop < Formula
homepage 'http://freecode.com/projects/apachetop'
url 'http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz'
md5 '604283ac4bbbddd98fc9b1f11381657e'
sha1 '005c9479800a418ee7febe5027478ca8cbf3c51b'

def install
system "./configure", "--prefix=#{prefix}",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/ape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Ape < Formula
homepage 'http://www.ape-project.org/'
url 'https://github.com/APE-Project/APE_Server/tarball/v1.1.0'
md5 '8e2d75bc558aa908e18c6765fc65eb53'
sha1 'ffecd63073a2239a144d5222fd1cd56cda411903'

def install
system "./build.sh"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/apg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Apg < Formula
homepage 'http://www.adel.nursat.kz/apg/'
url 'http://www.adel.nursat.kz/apg/download/apg-2.2.3.tar.gz'
md5 '3b3fc4f11e90635519fe627c1137c9ac'
sha1 '7bdbc931ef8477717186dc3ab3a2d3c25012b4ca'

def install
system "make", "standalone",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aplus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Aplus < Formula
homepage 'http://www.aplusdev.org/'
url 'http://mirrors.kernel.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz'
mirror 'http://ftp.us.debian.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz'
md5 'c45df4f3e816d7fe957deed9b81f66c3'
sha1 'e757cc7654cf35dba15a6a5d6cac5320146558fc'

# Fix the missing CoreServices include (via Fink version of aplus)
def patches
Expand Down
6 changes: 3 additions & 3 deletions Library/Formula/apollo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ class BerkeleyDbJe < Formula
homepage 'http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html'
url "http://download.oracle.com/maven/com/sleepycat/je/5.0.34/je-5.0.34.jar"
version '5.0.34'
md5 '09fa2cb8431bb4ca5a0a0f83d3d57ed0'
sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'
end

class FuseMQApolloMQTT < Formula
homepage 'https://github.com/fusesource/fuse-extra/tree/master/fusemq-apollo/fusemq-apollo-mqtt'
url "http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/fuse-extra/fusemq-apollo-mqtt/1.3/fusemq-apollo-mqtt-1.3-uber.jar"
version '1.3'
md5 'f33e56ddc2e302eda10fc4bb16f2d165'
sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'
end

class Apollo < Formula
homepage 'http://activemq.apache.org/apollo'
url "http://archive.apache.org/dist/activemq/activemq-apollo/1.4/apache-apollo-1.4-unix-distro.tar.gz"
version "1.4"
md5 '2581e361670e52d9016edc113de53e6c'
sha1 '777b9de3209f05af30d013d52c12f68f8391ab54'

option "no-bdb", "Install without bdb store support."
option "no-mqtt", "Install without MQTT protocol support."
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/apparix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Apparix < Formula
url 'http://micans.org/apparix/src/apparix-11-062.tar.gz'
homepage 'http://micans.org/apparix/'
md5 'c3c359312295be2a68726c826c112186'
sha1 '44bb22cbaf33719e69d3aea2cdf2fd985fee4647'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/apt-dater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AptDater < Formula
homepage 'http://www.ibh.de/apt-dater/'
url 'http://downloads.sourceforge.net/project/apt-dater/apt-dater/0.8.6/apt-dater-0.8.6.tar.gz'
md5 '1f1b92403b9afb74032254ed47e7bce3'
sha1 '178955f4c8999cf3cfeaf8ebbcf807f9a6beafd6'

depends_on 'gettext'
depends_on 'glib'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/aqbanking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Aqbanking < Formula
url 'http://www.aquamaniac.de/sites/download/download.php?package=03&release=94&file=01&dummy=aqbanking-5.0.24.0-git.tar.gz'
homepage 'http://www.aqbanking.de/'
md5 'ae44a4d3104f5d62fa15a7084269020a'
sha1 '00577801882d63ba9ec7a7c900aae25af124586a'
head 'http://devel.aqbanking.de/svn/aqbanking/trunk'

depends_on 'gettext'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/arp-scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ArpScan < Formula
homepage 'http://www.nta-monitor.com/tools/arp-scan/'
url 'http://www.nta-monitor.com/tools/arp-scan/download/arp-scan-1.8.tar.gz'
md5 'be8826574ec566217eb7ca040fe472f9'
sha1 '26ebf18eff367aaf99307841bec9e8b9e596c3bb'

def install
system "./configure", "--disable-dependency-tracking",
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/arp-sk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ArpSk < Formula
url 'http://sid.rstack.org/arp-sk/files/arp-sk-0.0.16.tgz'
homepage 'http://sid.rstack.org/arp-sk/'
md5 '25198bc6f8e0ac5ee9d3bb1b8be5adc5'
sha1 'c7c0af367640d852f3ff622c5b03096ce4e940a4'

depends_on 'libnet'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/arpoison.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Arpoison < Formula
url 'http://www.arpoison.net/arpoison-0.6.tar.gz'
homepage 'http://www.arpoison.net/'
md5 '5274ae9c7c879b97b425a4b2da59aa65'
sha1 'a4adc83fd0a29776f8135f304e5b090b5bf31b56'

depends_on 'libnet'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/arss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Arss < Formula
homepage 'http://arss.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/arss/arss/0.2.3/arss-0.2.3-src.tar.gz'
md5 '7a349ac00dd2732e70043254b4183255'
sha1 'c78715dd9eeb9a5df594b09195256ac02a813313'

depends_on 'cmake' => :build
depends_on 'fftw'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/asciitex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Asciitex < Formula
url 'http://downloads.sourceforge.net/project/asciitex/asciiTeX-0.21.tar.gz'
homepage 'http://asciitex.sourceforge.net'
md5 'b894d924880a5659d9637f30ed5a3bb0'
sha1 'b37d300910952c117f82f77dd2da99a7b9a79db7'

def install
system "./configure", "--prefix=#{prefix}", "--disable-gtk"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/asm6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Asm6 < Formula
url 'http://home.comcast.net/~olimar/NES/asm6.zip'
homepage 'http://home.comcast.net/~olimar/NES/'
md5 '224943d091179a700cccbda5a047b6ef'
sha1 '9fbc1eed740a16107730e7f996d7ddad8277eb4e'
version '1.6'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/asn1c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Asn1c < Formula
url 'http://lionet.info/soft/asn1c-0.9.21.tar.gz'
homepage 'http://lionet.info/asn1c/blog/'
md5 '0d06f96d345530e66e44e7bfee2e0aed'
sha1 '22b8cbc73eab870ec2cab51997b3b0d422813624'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down
Loading

0 comments on commit 3c5ca25

Please sign in to comment.