dircproxy: boneyard
We're using an unstable release, which has now been unstable for over a decade. Has moved from Google Code to GitHub but attracted no notable interest/forks, and no newer commits since the last one prior to moving in 2009. Also has 0 "known" installations on analytics. Basically, don't think it's worth presuming this is ever going to be stable again.master
parent
899982c6ce
commit
f7599cf936
|
@ -1,19 +0,0 @@
|
|||
class Dircproxy < Formula
|
||||
desc "IRC proxy server (AKA 'bouncer')"
|
||||
homepage "https://github.com/w8tvi/dircproxy"
|
||||
url "https://dircproxy.googlecode.com/files/dircproxy-1.2.0-RC1.tar.gz"
|
||||
sha256 "40ad50ffd13681114f995519dc3f65f48cb5eac41e780ad14ce8ffd49463757f"
|
||||
|
||||
bottle do
|
||||
sha256 "2e42623d53202a0ed7c76e7e9490bb95055bfceec1daee854b1746f73d96d2bd" => :el_capitan
|
||||
sha256 "5f9bec3190e4dbf8c58c719de4f28c1fa86be764be4d07ce3570524da0c49bec" => :yosemite
|
||||
sha256 "ecb8e06f9493061e2b4c6004b160a995775ed98e7abc8daaafbe75e9fe5a9f29" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--enable-ssl"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
|
@ -48,6 +48,7 @@
|
|||
"ddd": "homebrew/x11",
|
||||
"denyhosts": "homebrew/boneyard",
|
||||
"dgtal": "homebrew/science",
|
||||
"dircproxy": "homebrew/boneyard",
|
||||
"disco": "homebrew/boneyard",
|
||||
"discodex": "homebrew/boneyard",
|
||||
"djmount": "homebrew/fuse",
|
||||
|
|
Loading…
Reference in New Issue