├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .travis.yml ├── .yardopts ├── CODEOFCONDUCT.md ├── Dockerfile ├── LICENSE.txt ├── Library ├── .rubocop.yml ├── Aliases │ ├── 0install │ ├── 0mq │ ├── 2ping │ ├── 4store │ ├── Secret Rabbit Code │ ├── actor-framework │ ├── adwaita-icon-theme │ ├── ag │ ├── alut │ ├── android │ ├── apache-activemq │ ├── apache-fop │ ├── atlassian-cli │ ├── aws-as │ ├── aws-mon │ ├── awsebcli │ ├── beanstalkd │ ├── bjam │ ├── blazegraph │ ├── boehmgc │ ├── boost-jam │ ├── boot2docker-cli │ ├── brightness │ ├── bzr │ ├── cmark │ ├── cowthink │ ├── cpanm │ ├── csvfix │ ├── ctags-exuberant │ ├── db │ ├── dbus │ ├── dejagnu │ ├── dupeseek │ ├── eyeD3 │ ├── fastcgi │ ├── fishfish │ ├── fluidsynth │ ├── gearmand │ ├── git-tig │ ├── gnu-scientific-library │ ├── golang │ ├── google-go │ ├── gpg │ ├── gpg2 │ ├── gs │ ├── gtk │ ├── gtypist │ ├── hashdeep │ ├── heroku │ ├── hg │ ├── hudson │ ├── ipsum │ ├── jocr │ ├── kubectl │ ├── lcms │ ├── lcms2 │ ├── leg │ ├── libcryptopp │ ├── libgd │ ├── libgeoip │ ├── libgme │ ├── libjpeg │ ├── libjpeg-turbo │ ├── libjpg │ ├── liblabjackusb │ ├── libmad │ ├── libmcrypt │ ├── libnettle │ ├── liboggz │ ├── libqrencode │ ├── libtag │ ├── libtasn │ ├── libtcnative │ ├── littlecms │ ├── mc │ ├── mdocml │ ├── mediainfo │ ├── mongo │ ├── mosh │ ├── mp4box │ ├── myrepos │ ├── node.js │ ├── nodejs │ ├── npm │ ├── nsis │ ├── o-caml │ ├── ocio │ ├── ooc │ ├── openmpi │ ├── openocd │ ├── openscenegraph │ ├── pcre1 │ ├── pgrep │ ├── pipeviewer │ ├── pkgconfig │ ├── pkill │ ├── pocketsphinx │ ├── postgres │ ├── pt │ ├── qt4 │ ├── rtl-sdr │ ├── slang │ ├── sonarqube │ ├── speedtest-cli │ ├── sphinxbase │ ├── sqlite3 │ ├── stax-sdk │ ├── style │ ├── supervisord │ ├── svn │ ├── tinyfugue │ ├── twemproxy │ ├── twolame │ ├── unix2dos │ ├── usb-multiplex-daemon │ ├── vid.stab │ ├── wxwidgets │ ├── xmlsec1 │ ├── yubico-pam │ ├── yubikey-personalization │ └── zmq ├── Contributions │ ├── brew_bash_completion.sh │ └── brew_zsh_completion.zsh ├── ENV │ ├── 3.2.6 │ ├── 4.2 │ ├── 4.3 │ │ ├── ant │ │ ├── apr-1-config │ │ ├── bsdmake │ │ ├── c++ │ │ ├── c89 │ │ ├── c99 │ │ ├── cc │ │ ├── clang │ │ ├── clang++ │ │ ├── cpp │ │ ├── g++ │ │ ├── g++-4.2 │ │ ├── g++-4.3 │ │ ├── g++-4.4 │ │ ├── g++-4.5 │ │ ├── g++-4.6 │ │ ├── g++-4.7 │ │ ├── g++-4.8 │ │ ├── g++-4.9 │ │ ├── g++-5 │ │ ├── gcc │ │ ├── gcc-4.2 │ │ ├── gcc-4.3 │ │ ├── gcc-4.4 │ │ ├── gcc-4.5 │ │ ├── gcc-4.6 │ │ ├── gcc-4.7 │ │ ├── gcc-4.8 │ │ ├── gcc-4.9 │ │ ├── gcc-5 │ │ ├── git │ │ ├── gmake │ │ ├── i686-apple-darwin11-llvm-g++-4.2 │ │ ├── i686-apple-darwin11-llvm-gcc-4.2 │ │ ├── ld │ │ ├── llvm-g++ │ │ ├── llvm-g++-4.2 │ │ ├── llvm-gcc │ │ ├── llvm-gcc-4.2 │ │ ├── make │ │ ├── mig │ │ ├── pod2man │ │ ├── sed │ │ ├── svn │ │ └── xcrun │ ├── pkgconfig │ │ ├── 10.10 │ │ │ ├── libcurl.pc │ │ │ ├── libexslt.pc │ │ │ ├── libxml-2.0.pc │ │ │ ├── libxslt.pc │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ ├── 10.11 │ │ │ ├── libcurl.pc │ │ │ ├── libexslt.pc │ │ │ ├── libxml-2.0.pc │ │ │ ├── libxslt.pc │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ ├── 10.4 │ │ ├── 10.5 │ │ │ ├── libcrypto.pc │ │ │ └── libcurl.pc │ │ ├── 10.6 │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ ├── 10.7 │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ ├── 10.8 │ │ │ ├── libcurl.pc │ │ │ ├── libexslt.pc │ │ │ ├── libxml-2.0.pc │ │ │ ├── libxslt.pc │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ ├── 10.9 │ │ │ ├── libcurl.pc │ │ │ ├── libexslt.pc │ │ │ ├── libxml-2.0.pc │ │ │ ├── libxslt.pc │ │ │ ├── sqlite3.pc │ │ │ └── zlib.pc │ │ └── fuse │ │ │ ├── fuse.pc │ │ │ └── osxfuse.pc │ └── scm │ │ ├── git │ │ └── svn ├── Formula │ ├── a2ps.rb │ ├── a52dec.rb │ ├── aacgain.rb │ ├── aalib.rb │ ├── aamath.rb │ ├── aap.rb │ ├── aardvark_shell_utils.rb │ ├── abcde.rb │ ├── abcl.rb │ ├── abcm2ps.rb │ ├── abcmidi.rb │ ├── abduco.rb │ ├── abi-compliance-checker.rb │ ├── abnfgen.rb │ ├── abook.rb │ ├── ace.rb │ ├── aces_container.rb │ ├── ack.rb │ ├── acme.rb │ ├── acmetool.rb │ ├── acpica.rb │ ├── activemq-cpp.rb │ ├── activemq.rb │ ├── admesh.rb │ ├── adns.rb │ ├── adplug.rb │ ├── advancecomp.rb │ ├── aescrypt-packetizer.rb │ ├── aescrypt.rb │ ├── aeskeyfind.rb │ ├── aespipe.rb │ ├── afflib.rb │ ├── afio.rb │ ├── afl-fuzz.rb │ ├── afsctool.rb │ ├── aften.rb │ ├── agda.rb │ ├── agedu.rb │ ├── aget.rb │ ├── aggregate.rb │ ├── aha.rb │ ├── ahcpd.rb │ ├── aiccu.rb │ ├── aide.rb │ ├── aircrack-ng.rb │ ├── airspy.rb │ ├── akka.rb │ ├── alac.rb │ ├── aldo.rb │ ├── algernon.rb │ ├── algol68g.rb │ ├── align.rb │ ├── allegro.rb │ ├── alpine.rb │ ├── alure.rb │ ├── amap.rb │ ├── amazon-ecs-cli.rb │ ├── amdatu-bootstrap.rb │ ├── ammonite-repl.rb │ ├── amtterm.rb │ ├── analog.rb │ ├── android-ndk.rb │ ├── android-platform-tools.rb │ ├── android-sdk.rb │ ├── anjuta.rb │ ├── ansible-cmdb.rb │ ├── ansible.rb │ ├── ansifilter.rb │ ├── ansiweather.rb │ ├── ant-contrib.rb │ ├── ant.rb │ ├── antigen.rb │ ├── antiword.rb │ ├── antlr.rb │ ├── anttweakbar.rb │ ├── aoeui.rb │ ├── apache-archiva.rb │ ├── apache-drill.rb │ ├── apache-forrest.rb │ ├── apache-opennlp.rb │ ├── apache-spark.rb │ ├── apachetop.rb │ ├── apcupsd.rb │ ├── ape.rb │ ├── apel.rb │ ├── apg.rb │ ├── apgdiff.rb │ ├── apib.rb │ ├── apktool.rb │ ├── apngasm.rb │ ├── apollo.rb │ ├── app-engine-go-32.rb │ ├── app-engine-go-64.rb │ ├── app-engine-java.rb │ ├── app-engine-python.rb │ ├── apparix.rb │ ├── appledoc.rb │ ├── appscale-tools.rb │ ├── apr-util.rb │ ├── apr.rb │ ├── apt-cacher-ng.rb │ ├── apt-dater.rb │ ├── aptly.rb │ ├── aqbanking.rb │ ├── arabica.rb │ ├── arangodb.rb │ ├── archey.rb │ ├── archivemail.rb │ ├── argon2.rb │ ├── argp-standalone.rb │ ├── argtable.rb │ ├── argus-clients.rb │ ├── argus.rb │ ├── argyll-cms.rb │ ├── aria2.rb │ ├── arm.rb │ ├── arp-scan.rb │ ├── arp-sk.rb │ ├── arping.rb │ ├── arpoison.rb │ ├── arss.rb │ ├── artifactory-cli-go.rb │ ├── artifactory.rb │ ├── arx.rb │ ├── ascii.rb │ ├── asciidoc.rb │ ├── asciinema.rb │ ├── asciinema2gif.rb │ ├── asciitex.rb │ ├── asio.rb │ ├── asn1c.rb │ ├── aspcud.rb │ ├── aspell.rb │ ├── assh.rb │ ├── assimp.rb │ ├── astyle.rb │ ├── at-spi2-atk.rb │ ├── at-spi2-core.rb │ ├── atdtool.rb │ ├── aterm.rb │ ├── atf.rb │ ├── atk.rb │ ├── atkmm.rb │ ├── atomicparsley.rb │ ├── atool.rb │ ├── ats2-postiats.rb │ ├── attr.rb │ ├── aubio.rb │ ├── audiofile.rb │ ├── augeas.rb │ ├── aurora-cli.rb │ ├── auto-scaling.rb │ ├── autobench.rb │ ├── autocode.rb │ ├── autoconf-archive.rb │ ├── autoconf.rb │ ├── autoenv.rb │ ├── autogen.rb │ ├── autojump.rb │ ├── automake.rb │ ├── automoc4.rb │ ├── automysqlbackup.rb │ ├── autopano-sift-c.rb │ ├── autopsy.rb │ ├── autossh.rb │ ├── autotrace.rb │ ├── avce00.rb │ ├── avian.rb │ ├── avidemux.rb │ ├── aview.rb │ ├── avra.rb │ ├── avrdude.rb │ ├── avro-c.rb │ ├── avro-cpp.rb │ ├── avro-tools.rb │ ├── awf.rb │ ├── aws-apigateway-importer.rb │ ├── aws-cfn-tools.rb │ ├── aws-cloudsearch.rb │ ├── aws-elasticache.rb │ ├── aws-elasticbeanstalk.rb │ ├── aws-keychain.rb │ ├── aws-shell.rb │ ├── aws-sns-cli.rb │ ├── awscli.rb │ ├── axel.rb │ ├── azure-cli.rb │ ├── b2-tools.rb │ ├── b43-fwcutter.rb │ ├── babeld.rb │ ├── babl.rb │ ├── backupninja.rb │ ├── bacula-fd.rb │ ├── bagit.rb │ ├── balance.rb │ ├── bam.rb │ ├── baobab.rb │ ├── bar.rb │ ├── baresip.rb │ ├── base64.rb │ ├── basex.rb │ ├── bash-completion.rb │ ├── bash-git-prompt.rb │ ├── bash-preexec.rb │ ├── bash.rb │ ├── bashdb.rb │ ├── bashish.rb │ ├── batik.rb │ ├── bats.rb │ ├── bazaar.rb │ ├── bazel.rb │ ├── bbcolors.rb │ ├── bbe.rb │ ├── bbftp-client.rb │ ├── bchunk.rb │ ├── bcpp.rb │ ├── bcrypt.rb │ ├── bde.rb │ ├── bdw-gc.rb │ ├── beansdb.rb │ ├── beanstalk.rb │ ├── bear.rb │ ├── bee.rb │ ├── beecrypt.rb │ ├── berkeley-db.rb │ ├── berkeley-db4.rb │ ├── betty.rb │ ├── bfg.rb │ ├── bgpdump.rb │ ├── bgpq3.rb │ ├── bgpstream.rb │ ├── bgrep.rb │ ├── bib-tool.rb │ ├── bibclean.rb │ ├── bibtex2html.rb │ ├── bibtexconv.rb │ ├── bibutils.rb │ ├── bigdata.rb │ ├── bigloo.rb │ ├── bind.rb │ ├── binkd.rb │ ├── binutils.rb │ ├── binwalk.rb │ ├── bip.rb │ ├── bison.rb │ ├── bitchx.rb │ ├── bitlbee.rb │ ├── bitrise.rb │ ├── bittwist.rb │ ├── blackbox.rb │ ├── blahtexml.rb │ ├── blazeblogger.rb │ ├── blink1.rb │ ├── blitz.rb │ ├── blitzwave.rb │ ├── blockhash.rb │ ├── bltool.rb │ ├── blucat.rb │ ├── blueutil.rb │ ├── bmake.rb │ ├── bmon.rb │ ├── bogofilter.rb │ ├── bokken.rb │ ├── bonnie++.rb │ ├── boost-bcp.rb │ ├── boost-build.rb │ ├── boost-python.rb │ ├── boost.rb │ ├── boot-clj.rb │ ├── boot2docker.rb │ ├── bork.rb │ ├── botan.rb │ ├── box2d.rb │ ├── boxes.rb │ ├── bpm-tools.rb │ ├── brag.rb │ ├── brew-gem.rb │ ├── brew-pip.rb │ ├── briss.rb │ ├── bro.rb │ ├── brotli.rb │ ├── browser.rb │ ├── bsdconv.rb │ ├── bsdiff.rb │ ├── bsdmainutils.rb │ ├── bsdmake.rb │ ├── bsdsfv.rb │ ├── bsponmpi.rb │ ├── btparse.rb │ ├── btpd.rb │ ├── buildapp.rb │ ├── buku.rb │ ├── bulk_extractor.rb │ ├── bullet.rb │ ├── bup.rb │ ├── burl.rb │ ├── burp.rb │ ├── bvi.rb │ ├── bwctl.rb │ ├── bwm-ng.rb │ ├── byacc.rb │ ├── byobu.rb │ ├── bzip2.rb │ ├── bzr-builder.rb │ ├── bzr-colo.rb │ ├── bzr-explorer.rb │ ├── bzr-externals.rb │ ├── bzr-extmerge.rb │ ├── bzr-fastimport.rb │ ├── bzr-rewrite.rb │ ├── bzr-upload.rb │ ├── bzr-xmloutput.rb │ ├── bzrtools.rb │ ├── c-ares.rb │ ├── c-kermit.rb │ ├── cabal-install.rb │ ├── cabextract.rb │ ├── cabocha.rb │ ├── cadaver.rb │ ├── caddy.rb │ ├── cadubi.rb │ ├── caf.rb │ ├── cairo.rb │ ├── cairomm.rb │ ├── cake.rb │ ├── calabash.rb │ ├── calc.rb │ ├── calcurse.rb │ ├── camellia.rb │ ├── camlistore.rb │ ├── camlp4.rb │ ├── camlp5.rb │ ├── capnp.rb │ ├── capstone.rb │ ├── carina.rb │ ├── carthage.rb │ ├── cask.rb │ ├── casperjs.rb │ ├── cassandra.rb │ ├── castxml.rb │ ├── catimg.rb │ ├── cattle.rb │ ├── caudec.rb │ ├── cayley.rb │ ├── cbmbasic.rb │ ├── cc65.rb │ ├── ccache.rb │ ├── ccal.rb │ ├── ccat.rb │ ├── ccd2iso.rb │ ├── ccextractor.rb │ ├── cclive.rb │ ├── ccm.rb │ ├── cconv.rb │ ├── ccrypt.rb │ ├── cctools-headers.rb │ ├── cctools.rb │ ├── ccze.rb │ ├── cd-discid.rb │ ├── cdargs.rb │ ├── cdb.rb │ ├── cdecl.rb │ ├── cdiff.rb │ ├── cdk.rb │ ├── cdlabelgen.rb │ ├── cdparanoia.rb │ ├── cdpr.rb │ ├── cdrdao.rb │ ├── cdrtools.rb │ ├── center-im.rb │ ├── cereal.rb │ ├── cern-ndiff.rb │ ├── ceylon.rb │ ├── cf.rb │ ├── cfengine.rb │ ├── cfitsio.rb │ ├── cflow.rb │ ├── cfr-decompiler.rb │ ├── cfssl.rb │ ├── cfv.rb │ ├── cgal.rb │ ├── cgdb.rb │ ├── cgrep.rb │ ├── cgvg.rb │ ├── chadwick.rb │ ├── chaiscript.rb │ ├── chapel.rb │ ├── charm-tools.rb │ ├── chcase.rb │ ├── cheat.rb │ ├── check.rb │ ├── check_postgres.rb │ ├── checkbashisms.rb │ ├── checkstyle.rb │ ├── cherokee.rb │ ├── chgems.rb │ ├── chibi-scheme.rb │ ├── chicken.rb │ ├── chinadns-c.rb │ ├── chipmunk.rb │ ├── chisel.rb │ ├── chkrootkit.rb │ ├── chmlib.rb │ ├── choose-gui.rb │ ├── choose.rb │ ├── chordii.rb │ ├── chromaprint.rb │ ├── chrome-cli.rb │ ├── chromedriver.rb │ ├── chruby-fish.rb │ ├── chruby.rb │ ├── chuck.rb │ ├── cidrmerge.rb │ ├── cifer.rb │ ├── cig.rb │ ├── cimg.rb │ ├── cityhash.rb │ ├── cjdns.rb │ ├── cksfv.rb │ ├── clamav.rb │ ├── clamz.rb │ ├── clang-format.rb │ ├── clang-omp.rb │ ├── clasp.rb │ ├── class-dump.rb │ ├── classads.rb │ ├── clean.rb │ ├── clearlooks-phenix.rb │ ├── clens.rb │ ├── cless.rb │ ├── clhep.rb │ ├── clib.rb │ ├── cliclick.rb │ ├── clipper.rb │ ├── clipsafe.rb │ ├── clisp.rb │ ├── cln.rb │ ├── cloc.rb │ ├── clockywock.rb │ ├── clog.rb │ ├── clojurescript.rb │ ├── cloog.rb │ ├── closure-compiler.rb │ ├── closure-linter.rb │ ├── cloud-watch.rb │ ├── cloudbees-sdk.rb │ ├── clozure-cl.rb │ ├── clpbar.rb │ ├── clucene.rb │ ├── clutter-gst.rb │ ├── clutter-gtk.rb │ ├── clutter.rb │ ├── cmake.rb │ ├── cmatrix.rb │ ├── cmigemo.rb │ ├── cmocka.rb │ ├── cmockery.rb │ ├── cmockery2.rb │ ├── cmu-pocketsphinx.rb │ ├── cmu-sphinxbase.rb │ ├── cmuclmtk.rb │ ├── cmus.rb │ ├── cntlm.rb │ ├── coccinelle.rb │ ├── cocot.rb │ ├── coda-cli.rb │ ├── codec2.rb │ ├── codemod.rb │ ├── codequery.rb │ ├── cogl.rb │ ├── coin.rb │ ├── collada-dom.rb │ ├── collectd.rb │ ├── colordiff.rb │ ├── colormake.rb │ ├── colorsvn.rb │ ├── colortail.rb │ ├── commandbox.rb │ ├── commonmark.rb │ ├── compcert.rb │ ├── compface.rb │ ├── conan.rb │ ├── concurrencykit.rb │ ├── confuse.rb │ ├── connect.rb │ ├── conserver.rb │ ├── consul-template.rb │ ├── consul.rb │ ├── contacts.rb │ ├── convertlit.rb │ ├── convmv.rb │ ├── cookiecutter.rb │ ├── coq.rb │ ├── corectl.rb │ ├── corelocationcli.rb │ ├── coreutils.rb │ ├── corkscrew.rb │ ├── coturn.rb │ ├── couchdb-lucene.rb │ ├── couchdb.rb │ ├── couchpotatoserver.rb │ ├── cowpatty.rb │ ├── cowsay.rb │ ├── cpanminus.rb │ ├── cpansearch.rb │ ├── cpio.rb │ ├── cpmtools.rb │ ├── cpp-netlib.rb │ ├── cppcheck.rb │ ├── cppcms.rb │ ├── cppformat.rb │ ├── cppi.rb │ ├── cpprestsdk.rb │ ├── cpptest.rb │ ├── cppunit.rb │ ├── cpputest.rb │ ├── cproto.rb │ ├── cpulimit.rb │ ├── cputhrottle.rb │ ├── cracklib.rb │ ├── crash.rb │ ├── creduce.rb │ ├── crf++.rb │ ├── crm114.rb │ ├── cromwell.rb │ ├── cronolog.rb │ ├── crosstool-ng.rb │ ├── crunch.rb │ ├── crush-tools.rb │ ├── cryptol.rb │ ├── cryptopp.rb │ ├── crystal-lang.rb │ ├── crystax-ndk.rb │ ├── cscope.rb │ ├── csfml.rb │ ├── csmith.rb │ ├── cspice.rb │ ├── css-crush.rb │ ├── cssembed.rb │ ├── csshx.rb │ ├── csup.rb │ ├── csv-fix.rb │ ├── csvprintf.rb │ ├── csync.rb │ ├── ctags.rb │ ├── ctail.rb │ ├── ctemplate.rb │ ├── ctl.rb │ ├── ctorrent.rb │ ├── ctunnel.rb │ ├── cubeb.rb │ ├── cucumber-cpp.rb │ ├── cuetools.rb │ ├── cunit.rb │ ├── cups-pdf.rb │ ├── curaengine.rb │ ├── curl.rb │ ├── curlish.rb │ ├── curlpp.rb │ ├── cutter.rb │ ├── cuty_capt.rb │ ├── cvc4.rb │ ├── cvs.rb │ ├── cvs2svn.rb │ ├── cvsps.rb │ ├── cvsutils.rb │ ├── cvsync.rb │ ├── cweb.rb │ ├── cxxtest.rb │ ├── czmq.rb │ ├── d-bus.rb │ ├── daemon.rb │ ├── daemonize.rb │ ├── daemonlogger.rb │ ├── daemontools.rb │ ├── dante.rb │ ├── daq.rb │ ├── dar.rb │ ├── darcs.rb │ ├── dark-mode.rb │ ├── darkhttpd.rb │ ├── darkice.rb │ ├── darkstat.rb │ ├── dash.rb │ ├── dasm.rb │ ├── datetime-fortran.rb │ ├── dateutils.rb │ ├── datomic.rb │ ├── davix.rb │ ├── davmail.rb │ ├── dbacl.rb │ ├── dbus-glib.rb │ ├── dbxml.rb │ ├── dc3dd.rb │ ├── dcadec.rb │ ├── dcal.rb │ ├── dcd.rb │ ├── dcfldd.rb │ ├── dcled.rb │ ├── dcmtk.rb │ ├── dcraw.rb │ ├── ddar.rb │ ├── ddate.rb │ ├── ddclient.rb │ ├── ddrescue.rb │ ├── debianutils.rb │ ├── deheader.rb │ ├── deis.rb │ ├── deisctl.rb │ ├── deja-gnu.rb │ ├── delta.rb │ ├── denominator.rb │ ├── dependency-check.rb │ ├── depqbf.rb │ ├── desk.rb │ ├── desktop-file-utils.rb │ ├── detox.rb │ ├── devd.rb │ ├── devhelp.rb │ ├── devil.rb │ ├── devtodo.rb │ ├── dex.rb │ ├── dex2jar.rb │ ├── dfc.rb │ ├── dfix.rb │ ├── dfmt.rb │ ├── dfu-programmer.rb │ ├── dfu-util.rb │ ├── dhcpdump.rb │ ├── dhcping.rb │ ├── dhex.rb │ ├── di.rb │ ├── dialog.rb │ ├── dict.rb │ ├── diction.rb │ ├── dieharder.rb │ ├── diff-pdf.rb │ ├── diff-so-fancy.rb │ ├── diffoscope.rb │ ├── diffuse.rb │ ├── digitemp.rb │ ├── dirac.rb │ ├── dircproxy.rb │ ├── direnv.rb │ ├── dirmngr.rb │ ├── dirt.rb │ ├── disco.rb │ ├── discodex.rb │ ├── discount.rb │ ├── disktype.rb │ ├── distcc.rb │ ├── distribution.rb │ ├── ditaa.rb │ ├── djbdns.rb │ ├── djview4.rb │ ├── djvu2pdf.rb │ ├── djvulibre.rb │ ├── dlite.rb │ ├── dmalloc.rb │ ├── dmd.rb │ ├── dmtx-utils.rb │ ├── dns2tcp.rb │ ├── dnscrypt-proxy.rb │ ├── dnscrypt-wrapper.rb │ ├── dnsmap.rb │ ├── dnsmasq.rb │ ├── dnsperf.rb │ ├── dnsrend.rb │ ├── dnstop.rb │ ├── dnstracer.rb │ ├── dnstwist.rb │ ├── docbook-xsl.rb │ ├── docbook.rb │ ├── docbook2x.rb │ ├── docker-cloud.rb │ ├── docker-compose.rb │ ├── docker-gen.rb │ ├── docker-machine-driver-xhyve.rb │ ├── docker-machine-nfs.rb │ ├── docker-machine-parallels.rb │ ├── docker-machine.rb │ ├── docker-swarm.rb │ ├── docker.rb │ ├── dockutil.rb │ ├── dockviz.rb │ ├── doctl.rb │ ├── doitlive.rb │ ├── dos2unix.rb │ ├── double-conversion.rb │ ├── doublecpp.rb │ ├── doubledown.rb │ ├── dovecot.rb │ ├── doxygen.rb │ ├── doxymacs.rb │ ├── dpkg.rb │ ├── drake.rb │ ├── drip.rb │ ├── dromeaudio.rb │ ├── dropbear.rb │ ├── dropbox-uploader.rb │ ├── dsd.rb │ ├── dsh.rb │ ├── dshb.rb │ ├── dsocks.rb │ ├── dspdfviewer.rb │ ├── dtach.rb │ ├── dtc.rb │ ├── dterm.rb │ ├── dtrx.rb │ ├── dub.rb │ ├── duck.rb │ ├── duff.rb │ ├── duo_unix.rb │ ├── duplicity.rb │ ├── duply.rb │ ├── dupseek.rb │ ├── duti.rb │ ├── dvd+rw-tools.rb │ ├── dvdauthor.rb │ ├── dvdbackup.rb │ ├── dvdrtools.rb │ ├── dvorak7min.rb │ ├── dvtm.rb │ ├── dwarf.rb │ ├── dwarfutils.rb │ ├── dwatch.rb │ ├── dwdiff.rb │ ├── dxflib.rb │ ├── dxpy.rb │ ├── dyld-headers.rb │ ├── dylibbundler.rb │ ├── dynamips.rb │ ├── dynamodb-local.rb │ ├── e2fsprogs.rb │ ├── easy-git.rb │ ├── ebook-tools.rb │ ├── ec2-ami-tools.rb │ ├── ec2-api-tools.rb │ ├── ecasound.rb │ ├── echoprint-codegen.rb │ ├── ecj.rb │ ├── ecl.rb │ ├── ecm.rb │ ├── edelta.rb │ ├── editorconfig.rb │ ├── ee.rb │ ├── eet.rb │ ├── efl.rb │ ├── eg.rb │ ├── eiffelstudio.rb │ ├── eigen.rb │ ├── eina.rb │ ├── ejabberd.rb │ ├── ejdb.rb │ ├── ekg2.rb │ ├── ekhtml.rb │ ├── elasticsearch.rb │ ├── elb-tools.rb │ ├── elementary.rb │ ├── elfutils.rb │ ├── elinks.rb │ ├── elixir-build.rb │ ├── elixir.rb │ ├── elixirscript.rb │ ├── elm.rb │ ├── emacs-clang-complete-async.rb │ ├── emacs.rb │ ├── embryo.rb │ ├── embulk.rb │ ├── emp.rb │ ├── emscripten.rb │ ├── enca.rb │ ├── enchant.rb │ ├── enet.rb │ ├── engine_pkcs11.rb │ ├── enscript.rb │ ├── ent.rb │ ├── entr.rb │ ├── envchain.rb │ ├── envv.rb │ ├── eot-utils.rb │ ├── epeg.rb │ ├── ephemeralpg.rb │ ├── epic5.rb │ ├── eprover.rb │ ├── epsilon.rb │ ├── epstool.rb │ ├── epubcheck.rb │ ├── eralchemy.rb │ ├── erlang.rb │ ├── es.rb │ ├── esniper.rb │ ├── esound.rb │ ├── espeak.rb │ ├── etcd.rb │ ├── etl.rb │ ├── ettercap.rb │ ├── euca2ools.rb │ ├── euler-py.rb │ ├── evas-generic-loaders.rb │ ├── evas.rb │ ├── eventlog.rb │ ├── evince.rb │ ├── ex-vi.rb │ ├── exact-image.rb │ ├── exempi.rb │ ├── exenv.rb │ ├── exercism.rb │ ├── exif.rb │ ├── exiftags.rb │ ├── exiftool.rb │ ├── exim.rb │ ├── exiv2.rb │ ├── exodriver.rb │ ├── exomizer.rb │ ├── expat.rb │ ├── exploitdb.rb │ ├── extract_url.rb │ ├── eye-d3.rb │ ├── ezlupdate.rb │ ├── ezstream.rb │ ├── f3.rb │ ├── faac.rb │ ├── faad2.rb │ ├── fabio.rb │ ├── fabric.rb │ ├── fail2ban.rb │ ├── fakeroot.rb │ ├── falcon.rb │ ├── fantom.rb │ ├── fasd.rb │ ├── fastbit.rb │ ├── fastd.rb │ ├── fastjar.rb │ ├── fatsort.rb │ ├── fb-adb.rb │ ├── fb-client.rb │ ├── fbida.rb │ ├── fcgi.rb │ ├── fcgiwrap.rb │ ├── fcitx-remote-for-osx.rb │ ├── fcrackzip.rb │ ├── fdclone.rb │ ├── fdk-aac-encoder.rb │ ├── fdk-aac.rb │ ├── fdroidserver.rb │ ├── fdupes.rb │ ├── fetch-crl.rb │ ├── fetchmail.rb │ ├── fex.rb │ ├── ffe.rb │ ├── ffind.rb │ ├── ffmbc.rb │ ├── ffmpeg.rb │ ├── ffmpeg2theora.rb │ ├── ffmpegthumbnailer.rb │ ├── ffms2.rb │ ├── fftw.rb │ ├── fibjs.rb │ ├── ficy.rb │ ├── figlet.rb │ ├── file-roller.rb │ ├── finatra.rb │ ├── findbugs.rb │ ├── findutils.rb │ ├── fio.rb │ ├── fish.rb │ ├── fits.rb │ ├── fizsh.rb │ ├── flac.rb │ ├── flac123.rb │ ├── flactag.rb │ ├── flake.rb │ ├── flashrom.rb │ ├── flasm.rb │ ├── flatbuffers.rb │ ├── flatcc.rb │ ├── flawfinder.rb │ ├── fleetctl.rb │ ├── flex.rb │ ├── flickcurl.rb │ ├── flow-tools.rb │ ├── flow.rb │ ├── flowgrind.rb │ ├── fltk.rb │ ├── fluent-bit.rb │ ├── fluid-synth.rb │ ├── flvmeta.rb │ ├── flvstreamer.rb │ ├── flyway.rb │ ├── fmdiff.rb │ ├── fmpp.rb │ ├── fobis.rb │ ├── folly.rb │ ├── foma.rb │ ├── fon-flash-cli.rb │ ├── fondu.rb │ ├── fontconfig.rb │ ├── fontforge.rb │ ├── fonttools.rb │ ├── fop.rb │ ├── ford.rb │ ├── forego.rb │ ├── foremost.rb │ ├── fortune.rb │ ├── fossil.rb │ ├── fourstore.rb │ ├── fpc.rb │ ├── fping.rb │ ├── fpp.rb │ ├── fprobe.rb │ ├── fq.rb │ ├── frag_find.rb │ ├── fragroute.rb │ ├── freealut.rb │ ├── freediameter.rb │ ├── freeimage.rb │ ├── freeipmi.rb │ ├── freeling.rb │ ├── freeradius-server.rb │ ├── freeswitch.rb │ ├── freetds.rb │ ├── freetype.rb │ ├── freexl.rb │ ├── frege.rb │ ├── frei0r.rb │ ├── frescobaldi.rb │ ├── fribidi.rb │ ├── fsevent_watch.rb │ ├── fsh.rb │ ├── fstar.rb │ ├── fsw.rb │ ├── fswatch.rb │ ├── ftgl.rb │ ├── ftimes.rb │ ├── ftjam.rb │ ├── fugu.rb │ ├── funcoeszz.rb │ ├── fuseki.rb │ ├── fuzzy-find.rb │ ├── fwknop.rb │ ├── fwup.rb │ ├── fzf.rb │ ├── g2.rb │ ├── g3log.rb │ ├── gabedit.rb │ ├── gaffitter.rb │ ├── galen.rb │ ├── gambit-scheme.rb │ ├── game-music-emu.rb │ ├── gammaray.rb │ ├── gammu.rb │ ├── ganglia.rb │ ├── garmintools.rb │ ├── gasnet.rb │ ├── gauche.rb │ ├── gauge.rb │ ├── gaul.rb │ ├── gawk.rb │ ├── gbdfed.rb │ ├── gcab.rb │ ├── gcal.rb │ ├── gcc.rb │ ├── gconf.rb │ ├── gcore.rb │ ├── gcovr.rb │ ├── gcutil.rb │ ├── gcviewer.rb │ ├── gd.rb │ ├── gdal-grass.rb │ ├── gdal.rb │ ├── gdb.rb │ ├── gdbm.rb │ ├── gdk-pixbuf.rb │ ├── gdl.rb │ ├── gdm.rb │ ├── gdmap.rb │ ├── gdnsd.rb │ ├── gdub.rb │ ├── geany.rb │ ├── gearman.rb │ ├── gecode.rb │ ├── gedit.rb │ ├── gegl.rb │ ├── genders.rb │ ├── generate-json-schema.rb │ ├── gengetopt.rb │ ├── genstats.rb │ ├── geocode-glib.rb │ ├── geocouch.rb │ ├── geogit.rb │ ├── geographiclib.rb │ ├── geoip.rb │ ├── geoipupdate.rb │ ├── geos.rb │ ├── geoserver.rb │ ├── gerbv.rb │ ├── gerrit-tools.rb │ ├── get-flash-videos.rb │ ├── getdns.rb │ ├── getmail.rb │ ├── gettext.rb │ ├── getxbook.rb │ ├── gexiv2.rb │ ├── gf-complete.rb │ ├── gflags.rb │ ├── gforth.rb │ ├── gh.rb │ ├── ghc.rb │ ├── ghex.rb │ ├── ghi.rb │ ├── ghostscript.rb │ ├── ghq.rb │ ├── gibbslda.rb │ ├── gibo.rb │ ├── gif2png.rb │ ├── gifify.rb │ ├── giflib.rb │ ├── giflossy.rb │ ├── gifsicle.rb │ ├── gimme.rb │ ├── gimp.rb │ ├── ginac.rb │ ├── gist.rb │ ├── gistit.rb │ ├── git-annex.rb │ ├── git-archive-all.rb │ ├── git-cal.rb │ ├── git-cola.rb │ ├── git-credential-manager.rb │ ├── git-crypt.rb │ ├── git-extras.rb │ ├── git-fixup.rb │ ├── git-flow-avh.rb │ ├── git-flow.rb │ ├── git-fresh.rb │ ├── git-ftp.rb │ ├── git-gerrit.rb │ ├── git-hooks.rb │ ├── git-imerge.rb │ ├── git-integration.rb │ ├── git-lfs.rb │ ├── git-multipush.rb │ ├── git-now.rb │ ├── git-number.rb │ ├── git-octopus.rb │ ├── git-open.rb │ ├── git-plus.rb │ ├── git-review.rb │ ├── git-secrets.rb │ ├── git-sh.rb │ ├── git-ssh.rb │ ├── git-stree.rb │ ├── git-subrepo.rb │ ├── git-svn-abandon.rb │ ├── git-test.rb │ ├── git-tf.rb │ ├── git-town.rb │ ├── git-tracker.rb │ ├── git-url-sub.rb │ ├── git-vendor.rb │ ├── git-when-merged.rb │ ├── git.rb │ ├── gitbucket.rb │ ├── giter8.rb │ ├── gitg.rb │ ├── github-release.rb │ ├── gitlab-ci-multi-runner.rb │ ├── gitslave.rb │ ├── gitup.rb │ ├── gjs.rb │ ├── gjstest.rb │ ├── gkrellm.rb │ ├── gl2ps.rb │ ├── glade.rb │ ├── glassfish.rb │ ├── glbinding.rb │ ├── glew.rb │ ├── glib-networking.rb │ ├── glib.rb │ ├── glibc.rb │ ├── glibc25.rb │ ├── glibmm.rb │ ├── glide.rb │ ├── glm.rb │ ├── global.rb │ ├── globe.rb │ ├── globus-toolkit.rb │ ├── glog.rb │ ├── gloox.rb │ ├── glslang.rb │ ├── glui.rb │ ├── glyr.rb │ ├── gmail-backup.rb │ ├── gmediaserver.rb │ ├── gmime.rb │ ├── gmp.rb │ ├── gmtl.rb │ ├── gnatsd.rb │ ├── gnome-builder.rb │ ├── gnome-common.rb │ ├── gnome-doc-utils.rb │ ├── gnome-icon-theme.rb │ ├── gnome-themes-standard.rb │ ├── gnu-apl.rb │ ├── gnu-barcode.rb │ ├── gnu-cobol.rb │ ├── gnu-complexity.rb │ ├── gnu-getopt.rb │ ├── gnu-indent.rb │ ├── gnu-prolog.rb │ ├── gnu-sed.rb │ ├── gnu-smalltalk.rb │ ├── gnu-tar.rb │ ├── gnu-time.rb │ ├── gnu-typist.rb │ ├── gnu-units.rb │ ├── gnu-which.rb │ ├── gnumeric.rb │ ├── gnupg-pkcs11-scd.rb │ ├── gnupg.rb │ ├── gnupg2.rb │ ├── gnuplot.rb │ ├── gnuradio.rb │ ├── gnustep-make.rb │ ├── gnutls.rb │ ├── go.rb │ ├── goaccess.rb │ ├── gobject-introspection.rb │ ├── gocr.rb │ ├── godep.rb │ ├── goffice.rb │ ├── gollum.rb │ ├── golo.rb │ ├── gom.rb │ ├── goocanvas.rb │ ├── google-benchmark.rb │ ├── google-sparsehash.rb │ ├── google-sql-tool.rb │ ├── googler.rb │ ├── goolabs.rb │ ├── gor.rb │ ├── gost.rb │ ├── gosu.rb │ ├── gotags.rb │ ├── gource.rb │ ├── gowsdl.rb │ ├── gpa.rb │ ├── gpac.rb │ ├── gpatch.rb │ ├── gperftools.rb │ ├── gpg-agent.rb │ ├── gpgme.rb │ ├── gphoto2.rb │ ├── gplcver.rb │ ├── gpm.rb │ ├── gpp.rb │ ├── gprof2dot.rb │ ├── gpsbabel.rb │ ├── gpsd.rb │ ├── gpsim.rb │ ├── gptsync.rb │ ├── gputils.rb │ ├── gqlplus.rb │ ├── gqview.rb │ ├── gradle.rb │ ├── grails.rb │ ├── grap.rb │ ├── graphene.rb │ ├── graphicsmagick.rb │ ├── graphite2.rb │ ├── graphviz.rb │ ├── grass.rb │ ├── grc.rb │ ├── grepcidr.rb │ ├── grib-api.rb │ ├── griffon.rb │ ├── gringo.rb │ ├── grok.rb │ ├── groonga.rb │ ├── groovy.rb │ ├── groovysdk.rb │ ├── groovyserv.rb │ ├── growly.rb │ ├── grsync.rb │ ├── gsar.rb │ ├── gsasl.rb │ ├── gsettings-desktop-schemas.rb │ ├── gsl.rb │ ├── gsoap.rb │ ├── gspell.rb │ ├── gssdp.rb │ ├── gssh.rb │ ├── gst-libav.rb │ ├── gst-plugins-bad.rb │ ├── gst-plugins-base.rb │ ├── gst-plugins-good.rb │ ├── gst-plugins-ugly.rb │ ├── gst-python.rb │ ├── gst-validate.rb │ ├── gstreamer.rb │ ├── gstreamermm.rb │ ├── gti.rb │ ├── gtk+.rb │ ├── gtk+3.rb │ ├── gtk-doc.rb │ ├── gtk-engines.rb │ ├── gtk-gnutella.rb │ ├── gtk-mac-integration.rb │ ├── gtk-murrine-engine.rb │ ├── gtkdatabox.rb │ ├── gtkextra.rb │ ├── gtkglext.rb │ ├── gtkmm.rb │ ├── gtkmm3.rb │ ├── gtksourceview.rb │ ├── gtksourceview3.rb │ ├── gtksourceviewmm.rb │ ├── gtksourceviewmm3.rb │ ├── gtkspell3.rb │ ├── gtmess.rb │ ├── gts.rb │ ├── gucharmap.rb │ ├── guile.rb │ ├── gumbo-parser.rb │ ├── gupnp-av.rb │ ├── gupnp-tools.rb │ ├── gupnp.rb │ ├── gvp.rb │ ├── gwenhywfar.rb │ ├── gws.rb │ ├── gwt.rb │ ├── gwyddion.rb │ ├── gxml.rb │ ├── gzrt.rb │ ├── h2.rb │ ├── h264bitstream.rb │ ├── h2o.rb │ ├── hachoir-metadata.rb │ ├── hackrf.rb │ ├── hadoop.rb │ ├── halibut.rb │ ├── hamlib.rb │ ├── haproxy.rb │ ├── harbour.rb │ ├── hardlink-osx.rb │ ├── hardlink.rb │ ├── harfbuzz.rb │ ├── hashcash.rb │ ├── hashpump.rb │ ├── haskell-stack.rb │ ├── haxe.rb │ ├── hayai.rb │ ├── hbase.rb │ ├── headphones.rb │ ├── hebcal.rb │ ├── hello.rb │ ├── help2man.rb │ ├── henplus.rb │ ├── hercules.rb │ ├── heroku-toolbelt.rb │ ├── herrie.rb │ ├── hevea.rb │ ├── hexcurse.rb │ ├── hexedit.rb │ ├── hfstospell.rb │ ├── hfsutils.rb │ ├── hg-flow.rb │ ├── hh.rb │ ├── hicolor-icon-theme.rb │ ├── hidapi.rb │ ├── highlight.rb │ ├── highlighting-kate.rb │ ├── hilite.rb │ ├── hiredis.rb │ ├── hive.rb │ ├── hledger.rb │ ├── hoedown.rb │ ├── homebank.rb │ ├── honcho.rb │ ├── horndis.rb │ ├── hornetq.rb │ ├── hostdb.rb │ ├── hping.rb │ ├── hqx.rb │ ├── hr.rb │ ├── ht.rb │ ├── html-xml-utils.rb │ ├── html2text.rb │ ├── htmlcleaner.rb │ ├── htmlcompressor.rb │ ├── htmlcxx.rb │ ├── htmldoc.rb │ ├── htop-osx.rb │ ├── htop.rb │ ├── htpdate.rb │ ├── http-parser.rb │ ├── http_load.rb │ ├── httperf.rb │ ├── httpie.rb │ ├── httping.rb │ ├── httpry.rb │ ├── httptunnel.rb │ ├── httrack.rb │ ├── hub.rb │ ├── hubflow.rb │ ├── hugo.rb │ ├── hunspell.rb │ ├── hydra.rb │ ├── hyperestraier.rb │ ├── hyperscan.rb │ ├── hyperspec.rb │ ├── i2p.rb │ ├── i2util.rb │ ├── iat.rb │ ├── ibex.rb │ ├── ical-buddy.rb │ ├── icarus-verilog.rb │ ├── icbirc.rb │ ├── icdiff.rb │ ├── ice.rb │ ├── icecast.rb │ ├── icecream.rb │ ├── icmake.rb │ ├── icon-naming-utils.rb │ ├── icon.rb │ ├── icoutils.rb │ ├── icu4c.rb │ ├── id3ed.rb │ ├── id3lib.rb │ ├── id3tool.rb │ ├── id3v2.rb │ ├── idcomments.rb │ ├── ideviceinstaller.rb │ ├── idnits.rb │ ├── idris.rb │ ├── idutils.rb │ ├── ievms.rb │ ├── ifstat.rb │ ├── iftop.rb │ ├── ii.rb │ ├── ike-scan.rb │ ├── ilmbase.rb │ ├── imagejs.rb │ ├── imagemagick.rb │ ├── imagesnap.rb │ ├── imageworsener.rb │ ├── imap-uw.rb │ ├── imapfilter.rb │ ├── imapsync.rb │ ├── imessage-ruby.rb │ ├── imgur-screenshot.rb │ ├── imlib2.rb │ ├── infer.rb │ ├── influxdb.rb │ ├── iniparser.rb │ ├── innoextract.rb │ ├── innotop.rb │ ├── ino.rb │ ├── inspircd.rb │ ├── intercal.rb │ ├── internetarchive.rb │ ├── intltool.rb │ ├── io.rb │ ├── iodine.rb │ ├── ioke.rb │ ├── ioping.rb │ ├── ios-class-guard.rb │ ├── ios-sim.rb │ ├── ios-webkit-debug-proxy.rb │ ├── iotop.rb │ ├── iozone.rb │ ├── ip_relay.rb │ ├── ipbt.rb │ ├── ipcalc.rb │ ├── iperf.rb │ ├── iperf3.rb │ ├── ipfs.rb │ ├── iphotoexport.rb │ ├── ipinfo.rb │ ├── ipmitool.rb │ ├── ipmiutil.rb │ ├── iprint.rb │ ├── iproute2mac.rb │ ├── ipsumdump.rb │ ├── ipv6calc.rb │ ├── ipv6toolkit.rb │ ├── ircd-hybrid.rb │ ├── ircd-irc2.rb │ ├── ircii.rb │ ├── irods.rb │ ├── irrlicht.rb │ ├── irrtoolset.rb │ ├── irssi.rb │ ├── isc-dhcp.rb │ ├── isl.rb │ ├── iso-codes.rb │ ├── ispc.rb │ ├── ispell.rb │ ├── isync.rb │ ├── itex2mml.rb │ ├── itpp.rb │ ├── itstool.rb │ ├── ivy.rb │ ├── jack.rb │ ├── jags.rb │ ├── jailkit.rb │ ├── jam.rb │ ├── jansson.rb │ ├── jasmin.rb │ ├── jasper.rb │ ├── javarepl.rb │ ├── jbake.rb │ ├── jbig2dec.rb │ ├── jbig2enc.rb │ ├── jbigkit.rb │ ├── jboss-as.rb │ ├── jboss-forge.rb │ ├── jcal.rb │ ├── jdk.rb │ ├── jdk7.rb │ ├── jdnssec-tools.rb │ ├── jed.rb │ ├── jemalloc.rb │ ├── jena.rb │ ├── jenkins-job-builder.rb │ ├── jenkins.rb │ ├── jenv.rb │ ├── jerasure.rb │ ├── jerm.rb │ ├── jetty-runner.rb │ ├── jetty.rb │ ├── jflex.rb │ ├── jfrog-cli-go.rb │ ├── jhead.rb │ ├── jhiccup.rb │ ├── jigdo.rb │ ├── jing.rb │ ├── jless.rb │ ├── jlog.rb │ ├── jmeter.rb │ ├── jmxtrans.rb │ ├── jnettop.rb │ ├── jo.rb │ ├── joe.rb │ ├── john-jumbo.rb │ ├── john.rb │ ├── jooby-bootstrap.rb │ ├── joshua.rb │ ├── jove.rb │ ├── jp2a.rb │ ├── jpeg-archive.rb │ ├── jpeg-turbo.rb │ ├── jpeg.rb │ ├── jpeginfo.rb │ ├── jpegoptim.rb │ ├── jpegrescan.rb │ ├── jq.rb │ ├── jrnl.rb │ ├── jruby.rb │ ├── js-test-driver.rb │ ├── jsawk.rb │ ├── jsdoc-toolkit.rb │ ├── jsdoc3.rb │ ├── jshon.rb │ ├── jslint4java.rb │ ├── jsmin.rb │ ├── json-c.rb │ ├── json-fortran.rb │ ├── json-glib.rb │ ├── json_spirit.rb │ ├── jsoncpp.rb │ ├── jsonnet.rb │ ├── jsonpp.rb │ ├── jsonschema2pojo.rb │ ├── jsvc.rb │ ├── judy.rb │ ├── juise.rb │ ├── juju-quickstart.rb │ ├── juju.rb │ ├── julius.rb │ ├── juman.rb │ ├── jump.rb │ ├── jvgrep.rb │ ├── jvmtop.rb │ ├── jython.rb │ ├── kafka.rb │ ├── kafkacat.rb │ ├── kakasi.rb │ ├── kanif.rb │ ├── kapacitor.rb │ ├── karn.rb │ ├── kawa.rb │ ├── kdiff3.rb │ ├── keepassc.rb │ ├── kes.rb │ ├── kestrel.rb │ ├── kettle.rb │ ├── keybase.rb │ ├── keychain.rb │ ├── khal.rb │ ├── khard.rb │ ├── kibana.rb │ ├── kimwitu++.rb │ ├── kitchen-sync.rb │ ├── kite.rb │ ├── kjell.rb │ ├── knock.rb │ ├── knot.rb │ ├── known_hosts.rb │ ├── kobalt.rb │ ├── kommit.rb │ ├── konoha.rb │ ├── kore.rb │ ├── kotlin.rb │ ├── kqwait.rb │ ├── ksh.rb │ ├── kstart.rb │ ├── ktoblzcheck.rb │ ├── kubernetes-cli.rb │ ├── kvazaar.rb │ ├── kyoto-cabinet.rb │ ├── kyoto-tycoon.rb │ ├── kytea.rb │ ├── kyua.rb │ ├── l-smash.rb │ ├── lablgtk.rb │ ├── lame.rb │ ├── languagetool.rb │ ├── lasi.rb │ ├── lastfmfpclient.rb │ ├── lastfmlib.rb │ ├── lastpass-cli.rb │ ├── laszip.rb │ ├── latex2html.rb │ ├── latex2rtf.rb │ ├── launch.rb │ ├── launch4j.rb │ ├── launchdns.rb │ ├── lbdb.rb │ ├── lbzip2.rb │ ├── lcab.rb │ ├── lcdf-typetools.rb │ ├── lcdproc.rb │ ├── lci.rb │ ├── lcm.rb │ ├── lcov.rb │ ├── lcrack.rb │ ├── ld64.rb │ ├── ldapvi.rb │ ├── ldc.rb │ ├── ldid.rb │ ├── ldns.rb │ ├── le.rb │ ├── leafnode.rb │ ├── ledger.rb │ ├── ledit.rb │ ├── legit.rb │ ├── leiningen.rb │ ├── lemon.rb │ ├── lensfun.rb │ ├── leptonica.rb │ ├── lesspipe.rb │ ├── lesstif.rb │ ├── letsencrypt.rb │ ├── leveldb.rb │ ├── lfe.rb │ ├── lft.rb │ ├── lftp.rb │ ├── lha.rb │ ├── lhasa.rb │ ├── lib3ds.rb │ ├── libaacs.rb │ ├── libagar.rb │ ├── libagg.rb │ ├── libantlr3c.rb │ ├── libao.rb │ ├── libarchive.rb │ ├── libart.rb │ ├── libass.rb │ ├── libassuan.rb │ ├── libatomic_ops.rb │ ├── libav.rb │ ├── libb2.rb │ ├── libbind.rb │ ├── libbinio.rb │ ├── libbladerf.rb │ ├── libbluray.rb │ ├── libbpg.rb │ ├── libbs2b.rb │ ├── libbson.rb │ ├── libbtbb.rb │ ├── libcaca.rb │ ├── libcanberra.rb │ ├── libcap.rb │ ├── libcapn.rb │ ├── libcddb.rb │ ├── libcdio.rb │ ├── libcdr.rb │ ├── libcec.rb │ ├── libcello.rb │ ├── libchamplain.rb │ ├── libcmph.rb │ ├── libcoap.rb │ ├── libconfig.rb │ ├── libcouchbase.rb │ ├── libcroco.rb │ ├── libcsv.rb │ ├── libcue.rb │ ├── libcuefile.rb │ ├── libdaemon.rb │ ├── libdap.rb │ ├── libdbi.rb │ ├── libdbusmenu-qt.rb │ ├── libdc1394.rb │ ├── libdca.rb │ ├── libdiscid.rb │ ├── libdmtx.rb │ ├── libdnet.rb │ ├── libdrawtext.rb │ ├── libdshconfig.rb │ ├── libdsk.rb │ ├── libdv.rb │ ├── libdvbpsi.rb │ ├── libdvdcss.rb │ ├── libdvdnav.rb │ ├── libdvdread.rb │ ├── libebml.rb │ ├── libebur128.rb │ ├── libechonest.rb │ ├── libelf.rb │ ├── libepoxy.rb │ ├── liberasurecode.rb │ ├── libestr.rb │ ├── libetonyek.rb │ ├── libev.rb │ ├── libevent.rb │ ├── libewf.rb │ ├── libexif.rb │ ├── libexosip.rb │ ├── libextractor.rb │ ├── libfabric.rb │ ├── libfaketime.rb │ ├── libffi.rb │ ├── libfishsound.rb │ ├── libfixbuf.rb │ ├── libfixposix.rb │ ├── libflowmanager.rb │ ├── libforensic1394.rb │ ├── libfreefare.rb │ ├── libfreehand.rb │ ├── libfreenect.rb │ ├── libftdi.rb │ ├── libftdi0.rb │ ├── libfuse.rb │ ├── libgadu.rb │ ├── libgaiagraphics.rb │ ├── libgcrypt.rb │ ├── libgda.rb │ ├── libgdata.rb │ ├── libgee.rb │ ├── libgeotiff.rb │ ├── libgetdata.rb │ ├── libgfshare.rb │ ├── libghthash.rb │ ├── libgig.rb │ ├── libgit2-glib.rb │ ├── libgit2.rb │ ├── libglade.rb │ ├── libglademm.rb │ ├── libgnomecanvas.rb │ ├── libgnomecanvasmm.rb │ ├── libgpg-error.rb │ ├── libgphoto2.rb │ ├── libgpm.rb │ ├── libgraphqlparser.rb │ ├── libgroove.rb │ ├── libgsf.rb │ ├── libgsm.rb │ ├── libgtop.rb │ ├── libgweather.rb │ ├── libgxps.rb │ ├── libharu.rb │ ├── libhdhomerun.rb │ ├── libhid.rb │ ├── libhttpserver.rb │ ├── libical-glib.rb │ ├── libical.rb │ ├── libicns.rb │ ├── libid3tag.rb │ ├── libident.rb │ ├── libidl.rb │ ├── libidn.rb │ ├── libilbc.rb │ ├── libimobiledevice.rb │ ├── libinfinity.rb │ ├── libiodbc.rb │ ├── libiomp.rb │ ├── libiptcdata.rb │ ├── libiscsi.rb │ ├── libjson-rpc-cpp.rb │ ├── libkate.rb │ ├── libkml.rb │ ├── libksba.rb │ ├── liblacewing.rb │ ├── liblas.rb │ ├── liblastfm.rb │ ├── liblinear.rb │ ├── liblo.rb │ ├── liblockfile.rb │ ├── liblqr.rb │ ├── libltc.rb │ ├── liblunar.rb │ ├── liblwgeom.rb │ ├── libmaa.rb │ ├── libmagic.rb │ ├── libmarisa.rb │ ├── libmatroska.rb │ ├── libmaxminddb.rb │ ├── libmemcached.rb │ ├── libmetalink.rb │ ├── libmicrohttpd.rb │ ├── libmikmod.rb │ ├── libmill.rb │ ├── libming.rb │ ├── libmms.rb │ ├── libmodbus.rb │ ├── libmodplug.rb │ ├── libmongoclient.rb │ ├── libmonome.rb │ ├── libmowgli.rb │ ├── libmp3splt.rb │ ├── libmpc.rb │ ├── libmpd.rb │ ├── libmpdclient.rb │ ├── libmpeg2.rb │ ├── libmrss.rb │ ├── libmspub.rb │ ├── libmtp.rb │ ├── libmusicbrainz.rb │ ├── libmwaw.rb │ ├── libmxml.rb │ ├── libnatpmp.rb │ ├── libnet.rb │ ├── libnfc.rb │ ├── libnfs.rb │ ├── libnice.rb │ ├── libnids.rb │ ├── libnotify.rb │ ├── libntlm.rb │ ├── libnxml.rb │ ├── liboauth.rb │ ├── libodfgen.rb │ ├── libofx.rb │ ├── libogg.rb │ ├── liboil.rb │ ├── libopendkim.rb │ ├── libopennet.rb │ ├── liboping.rb │ ├── libopkele.rb │ ├── libosip.rb │ ├── libotr.rb │ ├── libowfat.rb │ ├── libp11.rb │ ├── libpagemaker.rb │ ├── libpano.rb │ ├── libpcl.rb │ ├── libpeas.rb │ ├── libpgm.rb │ ├── libphonenumber.rb │ ├── libpipeline.rb │ ├── libplist.rb │ ├── libpng.rb │ ├── libpointing.rb │ ├── libpoker-eval.rb │ ├── libpqxx.rb │ ├── libprotoident.rb │ ├── libproxy.rb │ ├── libpst.rb │ ├── libpuzzle.rb │ ├── libqalculate.rb │ ├── libqglviewer.rb │ ├── libquantum.rb │ ├── libquicktime.rb │ ├── libquvi.rb │ ├── librasterlite.rb │ ├── libraw.rb │ ├── librcsc.rb │ ├── librdkafka.rb │ ├── libre.rb │ ├── libreadline-java.rb │ ├── librem.rb │ ├── libreplaygain.rb │ ├── libresample.rb │ ├── libressl.rb │ ├── librest.rb │ ├── librevenge.rb │ ├── librsvg.rb │ ├── librsync.rb │ ├── librtlsdr.rb │ ├── libsamplerate.rb │ ├── libsass.rb │ ├── libscrypt.rb │ ├── libsecret.rb │ ├── libshout.rb │ ├── libsigc++.rb │ ├── libsigsegv.rb │ ├── libslax.rb │ ├── libsmf.rb │ ├── libsmi.rb │ ├── libsndfile.rb │ ├── libsodium.rb │ ├── libsoundio.rb │ ├── libsoup.rb │ ├── libsoxr.rb │ ├── libspatialite.rb │ ├── libspectre.rb │ ├── libspiro.rb │ ├── libspnav.rb │ ├── libssh.rb │ ├── libssh2.rb │ ├── libstatgrab.rb │ ├── libstfl.rb │ ├── libstrophe.rb │ ├── libstxxl.rb │ ├── libsvg-cairo.rb │ ├── libsvg.rb │ ├── libsvm.rb │ ├── libswiften.rb │ ├── libtar.rb │ ├── libtasn1.rb │ ├── libtecla.rb │ ├── libtermkey.rb │ ├── libtess2.rb │ ├── libtextcat.rb │ ├── libtiff.rb │ ├── libtins.rb │ ├── libtirpc.rb │ ├── libtomcrypt.rb │ ├── libtommath.rb │ ├── libtool.rb │ ├── libtorrent-rasterbar.rb │ ├── libtorrent.rb │ ├── libtrace.rb │ ├── libu2f-host.rb │ ├── libu2f-server.rb │ ├── libucl.rb │ ├── libuecc.rb │ ├── libunistring.rb │ ├── libunwind-headers.rb │ ├── libunwind.rb │ ├── libupnp.rb │ ├── libusb-compat.rb │ ├── libusb.rb │ ├── libusrsctp.rb │ ├── libutf.rb │ ├── libuuid.rb │ ├── libuv.rb │ ├── libuvc.rb │ ├── libvbucket.rb │ ├── libvidstab.rb │ ├── libvirt.rb │ ├── libvisio.rb │ ├── libvo-aacenc.rb │ ├── libvoikko.rb │ ├── libvorbis.rb │ ├── libvpx.rb │ ├── libwandevent.rb │ ├── libwbxml.rb │ ├── libwebm.rb │ ├── libwebsockets.rb │ ├── libwmf.rb │ ├── libwpd.rb │ ├── libwpg.rb │ ├── libwps.rb │ ├── libxc.rb │ ├── libxdg-basedir.rb │ ├── libxdiff.rb │ ├── libxmi.rb │ ├── libxml++.rb │ ├── libxml++3.rb │ ├── libxml2.rb │ ├── libxmlsec1.rb │ ├── libxmp-lite.rb │ ├── libxmp.rb │ ├── libxslt.rb │ ├── libxspf.rb │ ├── libyaml.rb │ ├── libyubikey.rb │ ├── libzdb.rb │ ├── libzip.rb │ ├── libzzip.rb │ ├── lifelines.rb │ ├── lightning.rb │ ├── lighttpd.rb │ ├── lilv.rb │ ├── link-grammar.rb │ ├── linklint.rb │ ├── links.rb │ ├── linux-headers.rb │ ├── liquibase.rb │ ├── liquidprompt.rb │ ├── litmus.rb │ ├── little-cms.rb │ ├── little-cms2.rb │ ├── lldpd.rb │ ├── llvm.rb │ ├── lmdb.rb │ ├── lnav.rb │ ├── lockrun.rb │ ├── log4c.rb │ ├── log4cplus.rb │ ├── log4cpp.rb │ ├── log4cxx.rb │ ├── log4shib.rb │ ├── logcheck.rb │ ├── logentries.rb │ ├── logrotate.rb │ ├── logstalgia.rb │ ├── logstash.rb │ ├── logtalk.rb │ ├── lolcode.rb │ ├── lorem.rb │ ├── loudmouth.rb │ ├── lout.rb │ ├── lpc21isp.rb │ ├── lrdf.rb │ ├── lrzip.rb │ ├── lrzsz.rb │ ├── lsdvd.rb │ ├── lsh.rb │ ├── lsyncd.rb │ ├── ltc-tools.rb │ ├── ltl2ba.rb │ ├── lua.rb │ ├── lua51.rb │ ├── luabind.rb │ ├── luajit.rb │ ├── luciddb.rb │ ├── lutok.rb │ ├── luvit.rb │ ├── luyten.rb │ ├── lv.rb │ ├── lv2.rb │ ├── lwtools.rb │ ├── lxsplit.rb │ ├── lynis.rb │ ├── lynx.rb │ ├── lysp.rb │ ├── lz4.rb │ ├── lzip.rb │ ├── lzlib.rb │ ├── lzo.rb │ ├── lzop.rb │ ├── m2c.rb │ ├── mac-robber.rb │ ├── mackup.rb │ ├── macosvpn.rb │ ├── macvim.rb │ ├── mad.rb │ ├── madplay.rb │ ├── mahout.rb │ ├── mailcheck.rb │ ├── mailhog.rb │ ├── mailutils.rb │ ├── mairix.rb │ ├── makedepend.rb │ ├── makefile2graph.rb │ ├── makeicns.rb │ ├── makensis.rb │ ├── makepkg.rb │ ├── makepp.rb │ ├── makeself.rb │ ├── mal4s.rb │ ├── malaga.rb │ ├── malbolge.rb │ ├── man-db.rb │ ├── man2html.rb │ ├── mandoc.rb │ ├── mapnik.rb │ ├── mapserver.rb │ ├── mariadb-connector-c.rb │ ├── mariadb.rb │ ├── markdown.rb │ ├── marst.rb │ ├── masscan.rb │ ├── mat.rb │ ├── matlab2tikz.rb │ ├── maven-shell.rb │ ├── maven.rb │ ├── mawk.rb │ ├── mbedtls.rb │ ├── mbelib.rb │ ├── mboxgrep.rb │ ├── mcabber.rb │ ├── mcpp.rb │ ├── mcrypt.rb │ ├── md.rb │ ├── md5deep.rb │ ├── md5sha1sum.rb │ ├── mda-lv2.rb │ ├── mdbtools.rb │ ├── mdds.rb │ ├── mdf2iso.rb │ ├── mdk.rb │ ├── mdp.rb │ ├── mdr.rb │ ├── mdxmini.rb │ ├── mecab-ipadic.rb │ ├── mecab-jumandic.rb │ ├── mecab-ko-dic.rb │ ├── mecab-ko.rb │ ├── mecab-unidic.rb │ ├── mecab.rb │ ├── media-info.rb │ ├── mediaconch.rb │ ├── mediatomb.rb │ ├── megacmd.rb │ ├── megatools.rb │ ├── memcache-top.rb │ ├── memcached.rb │ ├── memcacheq.rb │ ├── memo.rb │ ├── memtester.rb │ ├── menhir.rb │ ├── mercurial.rb │ ├── mercury.rb │ ├── mergelog.rb │ ├── mergepbx.rb │ ├── mesos.rb │ ├── metabase.rb │ ├── metaproxy.rb │ ├── metashell.rb │ ├── mfcuk.rb │ ├── mfoc.rb │ ├── mftrace.rb │ ├── mg.rb │ ├── mg3a.rb │ ├── mhash.rb │ ├── midgard2.rb │ ├── midicsv.rb │ ├── midnight-commander.rb │ ├── mighttpd2.rb │ ├── mikmod.rb │ ├── miller.rb │ ├── mimms.rb │ ├── minbif.rb │ ├── minicom.rb │ ├── minidjvu.rb │ ├── minidlna.rb │ ├── minimodem.rb │ ├── minisat.rb │ ├── minised.rb │ ├── minisign.rb │ ├── miniupnpc.rb │ ├── minizinc.rb │ ├── minizip.rb │ ├── minuit2.rb │ ├── miredo.rb │ ├── miruo.rb │ ├── mitie.rb │ ├── mitmproxy.rb │ ├── mjpegtools.rb │ ├── mkclean.rb │ ├── mkcue.rb │ ├── mkdocs.rb │ ├── mksh.rb │ ├── mktorrent.rb │ ├── mkvalidator.rb │ ├── mkvdts2ac3.rb │ ├── mkvtomp4.rb │ ├── mkvtoolnix.rb │ ├── mldonkey.rb │ ├── mlogger.rb │ ├── mlt.rb │ ├── mlton.rb │ ├── mm-common.rb │ ├── mmix.rb │ ├── mmsrip.rb │ ├── mmv.rb │ ├── mobile-shell.rb │ ├── mobiledevice.rb │ ├── moc.rb │ ├── mockserver.rb │ ├── moco.rb │ ├── modgit.rb │ ├── modman.rb │ ├── modules.rb │ ├── moe.rb │ ├── mogenerator.rb │ ├── mon.rb │ ├── monetdb.rb │ ├── mongo-c.rb │ ├── mongo-orchestration.rb │ ├── mongodb.rb │ ├── mongoose.rb │ ├── mongrel2.rb │ ├── mongroup.rb │ ├── monit.rb │ ├── monkeysphere.rb │ ├── mono.rb │ ├── monotone.rb │ ├── montage.rb │ ├── moreutils.rb │ ├── mosml.rb │ ├── mosquitto.rb │ ├── most.rb │ ├── movgrab.rb │ ├── moz-git-tools.rb │ ├── mozilla-addon-sdk.rb │ ├── mozjpeg.rb │ ├── mp3blaster.rb │ ├── mp3cat.rb │ ├── mp3check.rb │ ├── mp3gain.rb │ ├── mp3info.rb │ ├── mp3splt.rb │ ├── mp3unicode.rb │ ├── mp3val.rb │ ├── mp3wrap.rb │ ├── mp4v2.rb │ ├── mpack.rb │ ├── mpc.rb │ ├── mpck.rb │ ├── mpd.rb │ ├── mpdas.rb │ ├── mpdscribble.rb │ ├── mpdviz.rb │ ├── mpegdemux.rb │ ├── mpfi.rb │ ├── mpfr.rb │ ├── mpg123.rb │ ├── mpg321.rb │ ├── mpgtx.rb │ ├── mpich.rb │ ├── mplayer.rb │ ├── mplayershell.rb │ ├── mpop.rb │ ├── mpssh.rb │ ├── mpv.rb │ ├── mpw.rb │ ├── mr.rb │ ├── mrtg.rb │ ├── mruby.rb │ ├── msdl.rb │ ├── msgpack.rb │ ├── msitools.rb │ ├── msktutil.rb │ ├── msmtp.rb │ ├── mspdebug.rb │ ├── mstch.rb │ ├── mtools.rb │ ├── mtr.rb │ ├── mu.rb │ ├── multimarkdown.rb │ ├── multirust.rb │ ├── multitail.rb │ ├── muparser.rb │ ├── mupdf-tools.rb │ ├── musepack.rb │ ├── mussh.rb │ ├── mutt.rb │ ├── muttils.rb │ ├── mvnvm.rb │ ├── mvptree.rb │ ├── mvtools.rb │ ├── mycli.rb │ ├── mydumper.rb │ ├── mypy.rb │ ├── mysql++.rb │ ├── mysql-cluster.rb │ ├── mysql-connector-c++.rb │ ├── mysql-connector-c.rb │ ├── mysql-sandbox.rb │ ├── mysql-search-replace.rb │ ├── mysql.rb │ ├── mysqltuner.rb │ ├── mytop.rb │ ├── n.rb │ ├── nacl.rb │ ├── nagios-plugins.rb │ ├── nagios.rb │ ├── nailgun.rb │ ├── namazu.rb │ ├── namebench.rb │ ├── nanomsg.rb │ ├── nanopb-generator.rb │ ├── nant.rb │ ├── narwhal.rb │ ├── nasm.rb │ ├── natalie.rb │ ├── naturaldocs.rb │ ├── nave.rb │ ├── nbimg.rb │ ├── ncdc.rb │ ├── ncdu.rb │ ├── ncftp.rb │ ├── ncmpc.rb │ ├── ncmpcpp.rb │ ├── ncp.rb │ ├── ncrack.rb │ ├── ndiff.rb │ ├── ndpi.rb │ ├── ne.rb │ ├── negfix8.rb │ ├── neko.rb │ ├── neo4j.rb │ ├── neofetch.rb │ ├── neon.rb │ ├── nesc.rb │ ├── net-snmp.rb │ ├── netcat.rb │ ├── netcat6.rb │ ├── nethogs.rb │ ├── netpbm.rb │ ├── netperf.rb │ ├── nettle.rb │ ├── newlisp.rb │ ├── newsbeuter.rb │ ├── newt.rb │ ├── nexus.rb │ ├── nfcutils.rb │ ├── nfdump.rb │ ├── nghttp2.rb │ ├── nginx.rb │ ├── ngircd.rb │ ├── ngrep.rb │ ├── ngspice.rb │ ├── nickle.rb │ ├── nicovideo-dl.rb │ ├── nifi.rb │ ├── nikto.rb │ ├── nim.rb │ ├── ninja-ide.rb │ ├── ninja.rb │ ├── nkf.rb │ ├── nload.rb │ ├── nmap.rb │ ├── node-build.rb │ ├── node.rb │ ├── nodebrew.rb │ ├── nodeenv.rb │ ├── nodenv.rb │ ├── nomad.rb │ ├── nordugrid-arc.rb │ ├── norm.rb │ ├── normalize.rb │ ├── noti.rb │ ├── notmuch.rb │ ├── noweb.rb │ ├── npth.rb │ ├── nq.rb │ ├── nrg2iso.rb │ ├── nrpe.rb │ ├── nsd.rb │ ├── nspr.rb │ ├── nsq.rb │ ├── nss.rb │ ├── ntl.rb │ ├── ntopng.rb │ ├── nu.rb │ ├── num-utils.rb │ ├── nut.rb │ ├── nutcracker.rb │ ├── nuttcp.rb │ ├── nuxeo.rb │ ├── nvi.rb │ ├── nvm.rb │ ├── nyancat.rb │ ├── nylon.rb │ ├── nzbget.rb │ ├── oath-toolkit.rb │ ├── oauth2_proxy.rb │ ├── objc-codegenutils.rb │ ├── objc-run.rb │ ├── ocaml.rb │ ├── ocamlsdl.rb │ ├── ocp.rb │ ├── ocproxy.rb │ ├── ocrad.rb │ ├── ode.rb │ ├── odo.rb │ ├── odt2txt.rb │ ├── offlineimap.rb │ ├── oggz.rb │ ├── ogmtools.rb │ ├── ohcount.rb │ ├── ola.rb │ ├── olsrd.rb │ ├── omega.rb │ ├── omniorb.rb │ ├── ompl.rb │ ├── ondir.rb │ ├── one-ml.rb │ ├── onepass.rb │ ├── onetime.rb │ ├── oniguruma.rb │ ├── onioncat.rb │ ├── ooniprobe.rb │ ├── opam.rb │ ├── open-babel.rb │ ├── open-cobol.rb │ ├── open-jtalk.rb │ ├── open-mesh.rb │ ├── open-mpi.rb │ ├── open-ocd.rb │ ├── open-scene-graph.rb │ ├── open-sp.rb │ ├── open-vcdiff.rb │ ├── open-zwave.rb │ ├── openal-soft.rb │ ├── opencbm.rb │ ├── opencc.rb │ ├── opencolorio.rb │ ├── openconnect.rb │ ├── opencore-amr.rb │ ├── opendbx.rb │ ├── opendetex.rb │ ├── openexr.rb │ ├── openh264.rb │ ├── openhmd.rb │ ├── openjpeg.rb │ ├── openlitespeed.rb │ ├── openrtsp.rb │ ├── opensaml.rb │ ├── opensc.rb │ ├── openshift-cli.rb │ ├── openslide.rb │ ├── openslp.rb │ ├── openssl.rb │ ├── openvdb.rb │ ├── openvpn.rb │ ├── openwsman.rb │ ├── ophcrack.rb │ ├── optipng.rb │ ├── opus-tools.rb │ ├── opus.rb │ ├── opusfile.rb │ ├── orbit.rb │ ├── orc.rb │ ├── orfeo.rb │ ├── orientdb.rb │ ├── orpie.rb │ ├── ortp.rb │ ├── oscats.rb │ ├── osh.rb │ ├── osm-pbf.rb │ ├── osm2pgrouting.rb │ ├── osm2pgsql.rb │ ├── osmosis.rb │ ├── osquery.rb │ ├── osslsigncode.rb │ ├── ossp-uuid.rb │ ├── osxfuse.rb │ ├── osxutils.rb │ ├── otto.rb │ ├── owamp.rb │ ├── owfs.rb │ ├── p0f.rb │ ├── p7zip.rb │ ├── pacapt.rb │ ├── packer.rb │ ├── pacvim.rb │ ├── pakchois.rb │ ├── pam-u2f.rb │ ├── pam_yubico.rb │ ├── pandoc-citeproc.rb │ ├── pandoc-crossref.rb │ ├── pandoc.rb │ ├── pango.rb │ ├── pangomm.rb │ ├── pangox-compat.rb │ ├── paperkey.rb │ ├── paps.rb │ ├── par.rb │ ├── par2.rb │ ├── parallel.rb │ ├── parrot.rb │ ├── partio.rb │ ├── pass.rb │ ├── passenger.rb │ ├── passpie.rb │ ├── pastebinit.rb │ ├── patchelf.rb │ ├── patchutils.rb │ ├── path-extractor.rb │ ├── pax-construct.rb │ ├── pax-runner.rb │ ├── pazpar2.rb │ ├── pbc-sig.rb │ ├── pbc.rb │ ├── pbrt.rb │ ├── pbzip2.rb │ ├── pcal.rb │ ├── pcap_dnsproxy.rb │ ├── pce.rb │ ├── pcre++.rb │ ├── pcre.rb │ ├── pcre2.rb │ ├── pcsc-lite.rb │ ├── pdal.rb │ ├── pdf-redact-tools.rb │ ├── pdf2htmlex.rb │ ├── pdf2json.rb │ ├── pdf2svg.rb │ ├── pdfcrack.rb │ ├── pdfgrep.rb │ ├── pdflib-lite.rb │ ├── pdftohtml.rb │ ├── pdksh.rb │ ├── pdns.rb │ ├── pdnsd.rb │ ├── pdnsrec.rb │ ├── pdsh.rb │ ├── peco.rb │ ├── peervpn.rb │ ├── peg-markdown.rb │ ├── peg.rb │ ├── pegtl.rb │ ├── perceptualdiff.rb │ ├── percona-server.rb │ ├── percona-toolkit.rb │ ├── perl-build.rb │ ├── perl.rb │ ├── pev.rb │ ├── pex.rb │ ├── pg_top.rb │ ├── pgbadger.rb │ ├── pgbouncer.rb │ ├── pgcli.rb │ ├── pgdbf.rb │ ├── pgformatter.rb │ ├── pgloader.rb │ ├── pgpdump.rb │ ├── pgpool-ii.rb │ ├── pgroonga.rb │ ├── pgrouting.rb │ ├── pgtap.rb │ ├── pgtune.rb │ ├── phantomjs.rb │ ├── phoon.rb │ ├── phoronix-test-suite.rb │ ├── physfs.rb │ ├── pianobar.rb │ ├── pianod.rb │ ├── picoc.rb │ ├── picocom.rb │ ├── picolisp.rb │ ├── pidcat.rb │ ├── pidgin.rb │ ├── pidof.rb │ ├── pig.rb │ ├── pigz.rb │ ├── pike.rb │ ├── pillar.rb │ ├── pincaster.rb │ ├── pinentry-mac.rb │ ├── pinentry.rb │ ├── pinfo.rb │ ├── pipebench.rb │ ├── pipemeter.rb │ ├── pipes-sh.rb │ ├── pit.rb │ ├── pius.rb │ ├── pixman.rb │ ├── pixz.rb │ ├── pjproject.rb │ ├── pk.rb │ ├── pkcrack.rb │ ├── pkcs11-helper.rb │ ├── pkg-config.rb │ ├── pkgdiff.rb │ ├── pktanon.rb │ ├── pla.rb │ ├── plan9port.rb │ ├── planck.rb │ ├── plantuml.rb │ ├── platformio.rb │ ├── platypus.rb │ ├── pldebugger.rb │ ├── plenv.rb │ ├── plod.rb │ ├── ploticus.rb │ ├── plotutils.rb │ ├── plowshare.rb │ ├── plplot.rb │ ├── plustache.rb │ ├── plzip.rb │ ├── pmccabe.rb │ ├── pmd.rb │ ├── pmdmini.rb │ ├── pms.rb │ ├── png++.rb │ ├── png2ico.rb │ ├── pngcheck.rb │ ├── pngcrush.rb │ ├── pngnq.rb │ ├── pngpaste.rb │ ├── pngquant.rb │ ├── poco.rb │ ├── pod2man.rb │ ├── podiff.rb │ ├── podofo.rb │ ├── points2grid.rb │ ├── polipo.rb │ ├── polygen.rb │ ├── polyml.rb │ ├── pond.rb │ ├── ponyc.rb │ ├── ponysay.rb │ ├── poppler.rb │ ├── popt.rb │ ├── portaudio.rb │ ├── portmidi.rb │ ├── poster.rb │ ├── postgis.rb │ ├── postgres-xc.rb │ ├── postgresql.rb │ ├── postgrest.rb │ ├── postmark.rb │ ├── potrace.rb │ ├── pound.rb │ ├── povray.rb │ ├── pow.rb │ ├── powerline.rb │ ├── powerman.rb │ ├── ppl.rb │ ├── ppss.rb │ ├── pre-commit.rb │ ├── predictionio.rb │ ├── prefixsuffix.rb │ ├── premake.rb │ ├── prettyping.rb │ ├── primesieve.rb │ ├── prips.rb │ ├── privoxy.rb │ ├── probatron4j.rb │ ├── procmail.rb │ ├── procps.rb │ ├── proctools.rb │ ├── procyon-decompiler.rb │ ├── profanity.rb │ ├── proftpd.rb │ ├── progress.rb │ ├── proguard.rb │ ├── proj.rb │ ├── prometheus.rb │ ├── proof-general.rb │ ├── protobuf-c.rb │ ├── protobuf-swift.rb │ ├── protobuf.rb │ ├── proxychains-ng.rb │ ├── proxytunnel.rb │ ├── ps2eps.rb │ ├── psftools.rb │ ├── psgrep.rb │ ├── psql2csv.rb │ ├── psqlodbc.rb │ ├── pssh.rb │ ├── pstoedit.rb │ ├── pstree.rb │ ├── psutils.rb │ ├── ptex.rb │ ├── pth.rb │ ├── ptunnel.rb │ ├── puddletag.rb │ ├── puf.rb │ ├── pugixml.rb │ ├── pulledpork.rb │ ├── pulseaudio.rb │ ├── pup.rb │ ├── pure-ftpd.rb │ ├── purescript.rb │ ├── pushpin.rb │ ├── putmail-queue.rb │ ├── putmail.rb │ ├── putty.rb │ ├── pv.rb │ ├── pwgen.rb │ ├── pwnat.rb │ ├── pwntools.rb │ ├── pwsafe.rb │ ├── pxz.rb │ ├── py2cairo.rb │ ├── py3cairo.rb │ ├── pyenv-ccache.rb │ ├── pyenv-pip-migrate.rb │ ├── pyenv-virtualenv.rb │ ├── pyenv-virtualenvwrapper.rb │ ├── pyenv-which-ext.rb │ ├── pyenv.rb │ ├── pyexiv2.rb │ ├── pygobject.rb │ ├── pygobject3.rb │ ├── pygtk.rb │ ├── pygtkglext.rb │ ├── pygtksourceview.rb │ ├── pylucene.rb │ ├── pypy.rb │ ├── pypy3.rb │ ├── pyqt.rb │ ├── pyqt5.rb │ ├── pyqwt.rb │ ├── pyside-tools.rb │ ├── pyside.rb │ ├── python-markdown.rb │ ├── python.rb │ ├── python3.rb │ ├── pyvim.rb │ ├── q.rb │ ├── qbs.rb │ ├── qbzr.rb │ ├── qca.rb │ ├── qcachegrind.rb │ ├── qd.rb │ ├── qdbm.rb │ ├── qemu.rb │ ├── qjackctl.rb │ ├── qjson.rb │ ├── qpdf.rb │ ├── qpm.rb │ ├── qprint.rb │ ├── qrencode.rb │ ├── qriollo.rb │ ├── qscintilla2.rb │ ├── qstat.rb │ ├── qt.rb │ ├── qt5.rb │ ├── qtfaststart.rb │ ├── qtplay.rb │ ├── quantlib.rb │ ├── quassel.rb │ ├── quazip.rb │ ├── queequeg.rb │ ├── quex.rb │ ├── quilt.rb │ ├── quotatool.rb │ ├── quvi.rb │ ├── qwt.rb │ ├── qwtpolar.rb │ ├── qxmpp.rb │ ├── r3.rb │ ├── rabbitmq-c.rb │ ├── rabbitmq.rb │ ├── rack.rb │ ├── racket.rb │ ├── radamsa.rb │ ├── radare2.rb │ ├── ragel.rb │ ├── rainbarf.rb │ ├── rakudo-star.rb │ ├── rancher-compose.rb │ ├── rancid.rb │ ├── randomize-lines.rb │ ├── ranger.rb │ ├── rapidjson.rb │ ├── raptor.rb │ ├── rarian.rb │ ├── rasqal.rb │ ├── ratfor.rb │ ├── rats.rb │ ├── rbenv-aliases.rb │ ├── rbenv-binstubs.rb │ ├── rbenv-bundle-exec.rb │ ├── rbenv-bundler-ruby-version.rb │ ├── rbenv-bundler.rb │ ├── rbenv-communal-gems.rb │ ├── rbenv-ctags.rb │ ├── rbenv-default-gems.rb │ ├── rbenv-gemset.rb │ ├── rbenv-readline.rb │ ├── rbenv-use.rb │ ├── rbenv-vars.rb │ ├── rbenv-whatis.rb │ ├── rbenv.rb │ ├── rc.rb │ ├── rcs.rb │ ├── rcssserver.rb │ ├── rdate.rb │ ├── rdfind.rb │ ├── rdiff-backup.rb │ ├── rds-command-line-tools.rb │ ├── rdup.rb │ ├── re2.rb │ ├── re2c.rb │ ├── readline.rb │ ├── readosm.rb │ ├── reattach-to-user-namespace.rb │ ├── reaver.rb │ ├── rebar.rb │ ├── reclass.rb │ ├── recode.rb │ ├── recoverjpeg.rb │ ├── recutils.rb │ ├── redir.rb │ ├── redis-leveldb.rb │ ├── redis.rb │ ├── redland.rb │ ├── redo.rb │ ├── redpen.rb │ ├── redshift.rb │ ├── redsocks.rb │ ├── redstore.rb │ ├── regex-opt.rb │ ├── regina-rexx.rb │ ├── regldg.rb │ ├── rem.rb │ ├── remake.rb │ ├── remarshal.rb │ ├── remctl.rb │ ├── remind.rb │ ├── ren.rb │ ├── rename.rb │ ├── renameutils.rb │ ├── reop.rb │ ├── repl.rb │ ├── repo.rb │ ├── reposurgeon.rb │ ├── rest-shell.rb │ ├── restund.rb │ ├── resty.rb │ ├── rethinkdb.rb │ ├── rexster-console.rb │ ├── rexster.rb │ ├── rfcdiff.rb │ ├── rfcmarkup.rb │ ├── rfcstrip.rb │ ├── rgbds.rb │ ├── rgxg.rb │ ├── rhash.rb │ ├── rhino.rb │ ├── riak.rb │ ├── riemann-client.rb │ ├── riemann.rb │ ├── rig.rb │ ├── rinetd.rb │ ├── ringojs.rb │ ├── ripmime.rb │ ├── rkflashtool.rb │ ├── rkhunter.rb │ ├── rlog.rb │ ├── rlwrap.rb │ ├── rmate.rb │ ├── rmcast.rb │ ├── rmtrash.rb │ ├── rnv.rb │ ├── robodoc.rb │ ├── rock.rb │ ├── rocksdb.rb │ ├── rolldice.rb │ ├── roundup.rb │ ├── rp.rb │ ├── rpg.rb │ ├── rpl.rb │ ├── rpm.rb │ ├── rpm2cpio.rb │ ├── rrdtool.rb │ ├── rsense.rb │ ├── rsnapshot.rb │ ├── rssh.rb │ ├── rsstail.rb │ ├── rswift.rb │ ├── rsyslog.rb │ ├── rt-audio.rb │ ├── rtags.rb │ ├── rtf2latex2e.rb │ ├── rtmidi.rb │ ├── rtmpdump.rb │ ├── rtorrent.rb │ ├── rtpbreak.rb │ ├── rtv.rb │ ├── rubberband.rb │ ├── ruby-build.rb │ ├── ruby-install.rb │ ├── ruby.rb │ ├── runcocoa.rb │ ├── runit.rb │ ├── rush.rb │ ├── rust.rb │ ├── ry.rb │ ├── rzip.rb │ ├── s-lang.rb │ ├── s-search.rb │ ├── s3cmd.rb │ ├── s3sync.rb │ ├── safe-rm.rb │ ├── sagittarius-scheme.rb │ ├── saldl.rb │ ├── saltstack.rb │ ├── sam2p.rb │ ├── samba.rb │ ├── sane-backends.rb │ ├── sary.rb │ ├── sassc.rb │ ├── savana.rb │ ├── saxon-b.rb │ ├── saxon.rb │ ├── sbcl.rb │ ├── sblim-sfcc.rb │ ├── sbt.rb │ ├── sbtenv.rb │ ├── sbuild.rb │ ├── sc68.rb │ ├── scala.rb │ ├── scalaenv.rb │ ├── scalariform.rb │ ├── scalastyle.rb │ ├── scale2x.rb │ ├── scamper.rb │ ├── scheme48.rb │ ├── schismtracker.rb │ ├── schroedinger.rb │ ├── scm-manager.rb │ ├── scmpuff.rb │ ├── scons.rb │ ├── scour.rb │ ├── screenbrightness.rb │ ├── screenfetch.rb │ ├── screenresolution.rb │ ├── scriptcs.rb │ ├── scrollkeeper.rb │ ├── scrub.rb │ ├── scrypt.rb │ ├── scsh.rb │ ├── scw.rb │ ├── sdcc.rb │ ├── sdcv.rb │ ├── sdedit.rb │ ├── sdf.rb │ ├── sdhash.rb │ ├── sdl.rb │ ├── sdl2.rb │ ├── sdl2_gfx.rb │ ├── sdl2_image.rb │ ├── sdl2_mixer.rb │ ├── sdl2_net.rb │ ├── sdl2_ttf.rb │ ├── sdl_gfx.rb │ ├── sdl_image.rb │ ├── sdl_mixer.rb │ ├── sdl_net.rb │ ├── sdl_rtf.rb │ ├── sdl_sound.rb │ ├── sdl_ttf.rb │ ├── sec.rb │ ├── seexpr.rb │ ├── selecta.rb │ ├── selenium-server-standalone.rb │ ├── sendemail.rb │ ├── ser2net.rb │ ├── serd.rb │ ├── serf.rb │ ├── serialosc.rb │ ├── sersniff.rb │ ├── serveit.rb │ ├── setweblocthumb.rb │ ├── sf-pwgen.rb │ ├── sfcgal.rb │ ├── sfk.rb │ ├── sflowtool.rb │ ├── sfml.rb │ ├── sgfutils.rb │ ├── sgrep.rb │ ├── sha2.rb │ ├── shadowsocks-libev.rb │ ├── shairport-sync.rb │ ├── shairport.rb │ ├── shakespeare.rb │ ├── shapelib.rb │ ├── shared-mime-info.rb │ ├── shc.rb │ ├── shellcheck.rb │ ├── shellinabox.rb │ ├── shibboleth-sp.rb │ ├── shiboken.rb │ ├── shivavg.rb │ ├── shmcat.rb │ ├── shml.rb │ ├── shmux.rb │ ├── shntool.rb │ ├── shocco.rb │ ├── shorten.rb │ ├── shpotify.rb │ ├── shrewsoft-vpn-client.rb │ ├── shtool.rb │ ├── shunit2.rb │ ├── sic.rb │ ├── sickbeard.rb │ ├── sickrage.rb │ ├── siege.rb │ ├── sift.rb │ ├── signify-osx.rb │ ├── signing-party.rb │ ├── silc-client.rb │ ├── sile.rb │ ├── silk.rb │ ├── simgrid.rb │ ├── simh.rb │ ├── simple-amqp-client.rb │ ├── simple-tiles.rb │ ├── since.rb │ ├── sip.rb │ ├── sipcalc.rb │ ├── sipp.rb │ ├── sipsak.rb │ ├── sisc-scheme.rb │ ├── sispmctl.rb │ ├── sjk.rb │ ├── skinny.rb │ ├── skipfish.rb │ ├── skktools.rb │ ├── skytools.rb │ ├── sl.rb │ ├── slackcat.rb │ ├── slacknimate.rb │ ├── sleepwatcher.rb │ ├── sleuthkit.rb │ ├── slimerjs.rb │ ├── sloccount.rb │ ├── slony.rb │ ├── slowhttptest.rb │ ├── slrn.rb │ ├── slugify.rb │ ├── slurm.rb │ ├── smake.rb │ ├── smali.rb │ ├── smartmontools.rb │ ├── smartypants.rb │ ├── smlnj.rb │ ├── smpeg.rb │ ├── smpeg2.rb │ ├── snag.rb │ ├── snakemake.rb │ ├── snap7.rb │ ├── snappy.rb │ ├── snappystream.rb │ ├── snapraid.rb │ ├── sngrep.rb │ ├── snobol4.rb │ ├── snort.rb │ ├── snow.rb │ ├── snownews.rb │ ├── sntop.rb │ ├── snzip.rb │ ├── socat.rb │ ├── soccerwindow2.rb │ ├── soci.rb │ ├── sofia-sip.rb │ ├── softhsm.rb │ ├── solid.rb │ ├── solr.rb │ ├── somagic-tools.rb │ ├── somagic.rb │ ├── sonar-runner.rb │ ├── sonar.rb │ ├── sord.rb │ ├── sound-touch.rb │ ├── source-highlight.rb │ ├── sourcekitten.rb │ ├── sox.rb │ ├── spaceman-diff.rb │ ├── spandsp.rb │ ├── spark.rb │ ├── sparkey.rb │ ├── sparse.rb │ ├── spatialindex.rb │ ├── spatialite-gui.rb │ ├── spatialite-tools.rb │ ├── spawn-fcgi.rb │ ├── spdylay.rb │ ├── speech-tools.rb │ ├── speedread.rb │ ├── speedtest_cli.rb │ ├── speex.rb │ ├── sphinx-doc.rb │ ├── sphinx.rb │ ├── spidermonkey.rb │ ├── spim.rb │ ├── spin.rb │ ├── spiped.rb │ ├── splint.rb │ ├── spoof-mac.rb │ ├── spring-loaded.rb │ ├── spring-roo.rb │ ├── sproxy.rb │ ├── sqlcipher.rb │ ├── sqlite-analyzer.rb │ ├── sqlite.rb │ ├── sqlitebrowser.rb │ ├── sqliteman.rb │ ├── sqliteodbc.rb │ ├── sqlmap.rb │ ├── sqoop.rb │ ├── sqsh.rb │ ├── sqtop.rb │ ├── squashfs.rb │ ├── squid.rb │ ├── squirrel.rb │ ├── sratom.rb │ ├── src.rb │ ├── srclib.rb │ ├── srecord.rb │ ├── srmio.rb │ ├── srtp.rb │ ├── ssdb.rb │ ├── ssdeep.rb │ ├── ssed.rb │ ├── ssh-copy-id.rb │ ├── sshguard.rb │ ├── sshrc.rb │ ├── sshtrix.rb │ ├── sshuttle.rb │ ├── ssldump.rb │ ├── sslh.rb │ ├── ssllabs-scan.rb │ ├── sslmate.rb │ ├── sslscan.rb │ ├── sslyze.rb │ ├── ssreflect.rb │ ├── ssss.rb │ ├── sstp-client.rb │ ├── st.rb │ ├── stanford-parser.rb │ ├── star.rb │ ├── stash-cli.rb │ ├── stdman.rb │ ├── stgit.rb │ ├── stk.rb │ ├── stklos.rb │ ├── stlink.rb │ ├── stlviewer.rb │ ├── stoken.rb │ ├── stone.rb │ ├── storm.rb │ ├── stormpath-cli.rb │ ├── stormssh.rb │ ├── stow.rb │ ├── strace.rb │ ├── streamripper.rb │ ├── stress.rb │ ├── strongswan.rb │ ├── stunnel.rb │ ├── stuntman.rb │ ├── style-check.rb │ ├── sub2srt.rb │ ├── subliminal.rb │ ├── submarine.rb │ ├── subnetcalc.rb │ ├── subversion.rb │ ├── suil.rb │ ├── suomi-malaga-voikko.rb │ ├── supersonic.rb │ ├── supervisor.rb │ ├── surfraw.rb │ ├── suricata.rb │ ├── svdlibc.rb │ ├── svg2pdf.rb │ ├── svg2png.rb │ ├── svtplay-dl.rb │ ├── swagger-codegen.rb │ ├── swaks.rb │ ├── swatchbooker.rb │ ├── swfmill.rb │ ├── swftools.rb │ ├── swift.rb │ ├── swiftgen.rb │ ├── swiftlint.rb │ ├── swig.rb │ ├── swish-e.rb │ ├── switchaudio-osx.rb │ ├── sword.rb │ ├── syck.rb │ ├── sylpheed.rb │ ├── sync_gateway.rb │ ├── syncthing-inotify.rb │ ├── syncthing.rb │ ├── synfig.rb │ ├── synscan.rb │ ├── syntaxerl.rb │ ├── sysbench.rb │ ├── sysdig.rb │ ├── sysstat.rb │ ├── systemc.rb │ ├── systemd.rb │ ├── szip.rb │ ├── szl.rb │ ├── t1lib.rb │ ├── t1utils.rb │ ├── ta-lib.rb │ ├── tachyon.rb │ ├── tag.rb │ ├── taglib.rb │ ├── tailor.rb │ ├── takt.rb │ ├── taktuk.rb │ ├── tal.rb │ ├── talk-filters.rb │ ├── talloc.rb │ ├── tarantool.rb │ ├── tarsnap.rb │ ├── task-spooler.rb │ ├── task.rb │ ├── taskd.rb │ ├── tasksh.rb │ ├── taylor.rb │ ├── tbb.rb │ ├── tcc.rb │ ├── tccutil.rb │ ├── tclap.rb │ ├── tcpflow.rb │ ├── tcping.rb │ ├── tcpkali.rb │ ├── tcpreplay.rb │ ├── tcpsplit.rb │ ├── tcpstat.rb │ ├── tcptrace.rb │ ├── tcptraceroute.rb │ ├── tcptrack.rb │ ├── tcptunnel.rb │ ├── tcpurify.rb │ ├── tcsh.rb │ ├── td.rb │ ├── teapot.rb │ ├── tee-clc.rb │ ├── teem.rb │ ├── teensy_loader_cli.rb │ ├── tegh.rb │ ├── telegraf.rb │ ├── tenyr.rb │ ├── term.rb │ ├── terminal-notifier.rb │ ├── termrec.rb │ ├── termshare.rb │ ├── terraform-inventory.rb │ ├── terraform.rb │ ├── tesseract.rb │ ├── testdisk.rb │ ├── testssl.rb │ ├── tevent.rb │ ├── texapp.rb │ ├── texi2html.rb │ ├── texinfo.rb │ ├── texlive.rb │ ├── texmath.rb │ ├── textql.rb │ ├── tgui.rb │ ├── thc-pptp-bruter.rb │ ├── the_platinum_searcher.rb │ ├── the_silver_searcher.rb │ ├── thefuck.rb │ ├── theharvester.rb │ ├── theora.rb │ ├── thrift.rb │ ├── thrulay.rb │ ├── tidy-html5.rb │ ├── tidyp.rb │ ├── tiff2png.rb │ ├── tig.rb │ ├── tika.rb │ ├── timedog.rb │ ├── timelimit.rb │ ├── timidity.rb │ ├── tin.rb │ ├── tinc.rb │ ├── tintin.rb │ ├── tiny-fugue.rb │ ├── tinycdb.rb │ ├── tinyproxy.rb │ ├── tinyscheme.rb │ ├── tinysvm.rb │ ├── tinyxml.rb │ ├── tinyxml2.rb │ ├── tippecanoe.rb │ ├── titan-server.rb │ ├── titlecase.rb │ ├── tivodecode.rb │ ├── tkdiff.rb │ ├── tlassemble.rb │ ├── tlsdate.rb │ ├── tmate.rb │ ├── tmpreaper.rb │ ├── tmpwatch.rb │ ├── tmux-cssh.rb │ ├── tmux-mem-cpu-load.rb │ ├── tmux.rb │ ├── tn5250.rb │ ├── tnef.rb │ ├── tnote.rb │ ├── todo-txt.rb │ ├── tofrodos.rb │ ├── toilet.rb │ ├── tokyo-cabinet.rb │ ├── tokyo-dystopia.rb │ ├── tokyo-tyrant.rb │ ├── tomcat-native.rb │ ├── tomcat.rb │ ├── tomee-jax-rs.rb │ ├── tomee-plume.rb │ ├── tomee-plus.rb │ ├── tomee-webprofile.rb │ ├── topgit.rb │ ├── tor.rb │ ├── torrentcheck.rb │ ├── torsocks.rb │ ├── tpl.rb │ ├── tpp.rb │ ├── trace2html.rb │ ├── tracebox.rb │ ├── tractorgen.rb │ ├── trafficserver.rb │ ├── trafshow.rb │ ├── trang.rb │ ├── transcrypt.rb │ ├── translate-shell.rb │ ├── translate-toolkit.rb │ ├── transmission.rb │ ├── trash.rb │ ├── tre.rb │ ├── tree.rb │ ├── treecc.rb │ ├── treeline.rb │ ├── trr.rb │ ├── truecrack.rb │ ├── truncate.rb │ ├── tsung.rb │ ├── tta.rb │ ├── ttf2eot.rb │ ├── ttf2pt1.rb │ ├── ttfautohint.rb │ ├── tth.rb │ ├── tty-clock.rb │ ├── ttylog.rb │ ├── ttyrec.rb │ ├── ttytter.rb │ ├── tuntap.rb │ ├── tutum.rb │ ├── tvnamer.rb │ ├── twemcache.rb │ ├── two-lame.rb │ ├── twoping.rb │ ├── twtxt.rb │ ├── txr.rb │ ├── txt2man.rb │ ├── txt2tags.rb │ ├── typesafe-activator.rb │ ├── typespeed.rb │ ├── u-boot-tools.rb │ ├── uade.rb │ ├── uberftp.rb │ ├── uchardet.rb │ ├── ucl.rb │ ├── ucommon.rb │ ├── ucspi-tcp.rb │ ├── ucspi-tools.rb │ ├── udis86.rb │ ├── udns.rb │ ├── udptunnel.rb │ ├── udpxy.rb │ ├── udunits.rb │ ├── ufraw.rb │ ├── uhd.rb │ ├── unac.rb │ ├── unar.rb │ ├── unarj.rb │ ├── unbound.rb │ ├── uncrustify.rb │ ├── unfs3.rb │ ├── uni2ascii.rb │ ├── unibilium.rb │ ├── unicorn.rb │ ├── unifdef.rb │ ├── unison.rb │ ├── unittest-cpp.rb │ ├── unittest.rb │ ├── unixodbc.rb │ ├── unoconv.rb │ ├── unp.rb │ ├── unpaper.rb │ ├── unrar.rb │ ├── unrtf.rb │ ├── unshield.rb │ ├── unyaffs.rb │ ├── upscaledb.rb │ ├── uptimed.rb │ ├── upx.rb │ ├── uriparser.rb │ ├── urlview.rb │ ├── uru.rb │ ├── usbmuxd.rb │ ├── userspace-rcu.rb │ ├── utf8proc.rb │ ├── util-linux.rb │ ├── utimer.rb │ ├── uudeview.rb │ ├── uwsgi.rb │ ├── v.rb │ ├── v8.rb │ ├── vala.rb │ ├── valabind.rb │ ├── valgrind.rb │ ├── validns.rb │ ├── valkyrie.rb │ ├── vamp-plugin-sdk.rb │ ├── vapoursynth.rb │ ├── varnish.rb │ ├── vassh.rb │ ├── vault-cli.rb │ ├── vault.rb │ ├── vavrdiasm.rb │ ├── vbindiff.rb │ ├── vc4asm.rb │ ├── vcdimager.rb │ ├── vcodex.rb │ ├── vcprompt.rb │ ├── vcsh.rb │ ├── vde.rb │ ├── vdirsyncer.rb │ ├── vegeta.rb │ ├── vera++.rb │ ├── verilator.rb │ ├── vert.x.rb │ ├── vf.rb │ ├── vgmstream.rb │ ├── vice.rb │ ├── viennacl.rb │ ├── viewvc.rb │ ├── vifm.rb │ ├── vilistextum.rb │ ├── vim.rb │ ├── vimpager.rb │ ├── vimpc.rb │ ├── vip.rb │ ├── virtualhost.sh.rb │ ├── virtualpg.rb │ ├── virtuoso.rb │ ├── visionmedia-watch.rb │ ├── visitors.rb │ ├── visualnetkit.rb │ ├── vit.rb │ ├── vmalloc.rb │ ├── vmtouch.rb │ ├── vncsnapshot.rb │ ├── vnstat.rb │ ├── vnu.rb │ ├── volatility.rb │ ├── voldemort.rb │ ├── voltdb.rb │ ├── voms.rb │ ├── vorbis-tools.rb │ ├── vorbisgain.rb │ ├── vowpal-wabbit.rb │ ├── vpcs.rb │ ├── vpnc.rb │ ├── vramsteg.rb │ ├── vrpn.rb │ ├── vsftpd.rb │ ├── vstr.rb │ ├── vtclock.rb │ ├── vte.rb │ ├── vte3.rb │ ├── vttest.rb │ ├── vultr.rb │ ├── w-calc.rb │ ├── w3m.rb │ ├── wait_on.rb │ ├── wakatime-cli.rb │ ├── wakeonlan.rb │ ├── walkmod.rb │ ├── wandio.rb │ ├── waon.rb │ ├── wartremover.rb │ ├── watch-sim.rb │ ├── watch.rb │ ├── watchman.rb │ ├── watson.rb │ ├── wavpack.rb │ ├── wbox.rb │ ├── wdiff.rb │ ├── web100clt.rb │ ├── webalizer.rb │ ├── webarchiver.rb │ ├── webfs.rb │ ├── webkit2png.rb │ ├── webkitgtk.rb │ ├── weboob.rb │ ├── webp.rb │ ├── websocketd.rb │ ├── weechat.rb │ ├── weighttp.rb │ ├── wellington.rb │ ├── wemux.rb │ ├── wget.rb │ ├── wgetpaste.rb │ ├── whatmask.rb │ ├── whatmp3.rb │ ├── when.rb │ ├── whirr.rb │ ├── whitedb.rb │ ├── whohas.rb │ ├── wifi-password.rb │ ├── wiggle.rb │ ├── wiki.rb │ ├── wildfly-as.rb │ ├── wimlib.rb │ ├── wine.rb │ ├── winetricks.rb │ ├── winexe.rb │ ├── wires.rb │ ├── wireshark.rb │ ├── wirouter_keyrec.rb │ ├── with-readline.rb │ ├── wla-dx.rb │ ├── wolfssl.rb │ ├── woof.rb │ ├── wordnet.rb │ ├── wordplay.rb │ ├── wput.rb │ ├── wrangler.rb │ ├── writerperfect.rb │ ├── wrk-trello.rb │ ├── wrk.rb │ ├── wry.rb │ ├── wslay.rb │ ├── wsmancli.rb │ ├── wtf.rb │ ├── wv.rb │ ├── wv2.rb │ ├── wwwoffle.rb │ ├── wxmac.rb │ ├── wxpython.rb │ ├── wy60.rb │ ├── wyrd.rb │ ├── x11vnc.rb │ ├── x264.rb │ ├── x265.rb │ ├── xa.rb │ ├── xalan-c.rb │ ├── xapian.rb │ ├── xar-mackyle.rb │ ├── xaric.rb │ ├── xbee-comm.rb │ ├── xcproj.rb │ ├── xctool.rb │ ├── xcv.rb │ ├── xdelta.rb │ ├── xdot.rb │ ├── xerces-c.rb │ ├── xhyve.rb │ ├── xlslib.rb │ ├── xmake.rb │ ├── xml-coreutils.rb │ ├── xml-security-c.rb │ ├── xml-tooling-c.rb │ ├── xml2.rb │ ├── xmlcatmgr.rb │ ├── xmlformat.rb │ ├── xmlrpc-c.rb │ ├── xmlsh.rb │ ├── xmlstarlet.rb │ ├── xmlto.rb │ ├── xmltoman.rb │ ├── xmp.rb │ ├── xonsh.rb │ ├── xorriso.rb │ ├── xplanet.rb │ ├── xplanetfx.rb │ ├── xqilla.rb │ ├── xrootd.rb │ ├── xsane.rb │ ├── xsd.rb │ ├── xsp.rb │ ├── xspin.rb │ ├── xstow.rb │ ├── xsw.rb │ ├── xtail.rb │ ├── xtitle.rb │ ├── xvid.rb │ ├── xxhash.rb │ ├── xz.rb │ ├── yacas.rb │ ├── yaf.rb │ ├── yafc.rb │ ├── yajl.rb │ ├── yamcha.rb │ ├── yamdi.rb │ ├── yaml-cpp.rb │ ├── yank.rb │ ├── yap.rb │ ├── yara.rb │ ├── yash.rb │ ├── yasm.rb │ ├── yaws.rb │ ├── yaz.rb │ ├── yaze-ag.rb │ ├── yazpp.rb │ ├── yconalyzer.rb │ ├── yelp-tools.rb │ ├── yelp-xsl.rb │ ├── yeti.rb │ ├── ykclient.rb │ ├── ykneomgr.rb │ ├── ykpers.rb │ ├── yle-dl.rb │ ├── youtube-dl.rb │ ├── yubico-piv-tool.rb │ ├── yuicompressor.rb │ ├── yydecode.rb │ ├── z.rb │ ├── z3.rb │ ├── z80asm.rb │ ├── z80dasm.rb │ ├── zabbix.rb │ ├── zanata-client.rb │ ├── zbackup.rb │ ├── zbar.rb │ ├── zdelta.rb │ ├── zebra.rb │ ├── zenity.rb │ ├── zero-install.rb │ ├── zeromq.rb │ ├── zile.rb │ ├── zimg.rb │ ├── zinc.rb │ ├── zint.rb │ ├── zita-convolver.rb │ ├── zlib.rb │ ├── zmap.rb │ ├── zmqpp.rb │ ├── znapzend.rb │ ├── znc.rb │ ├── zookeeper.rb │ ├── zopfli.rb │ ├── zorba.rb │ ├── zpaq.rb │ ├── zpython.rb │ ├── zsh-completions.rb │ ├── zsh-history-substring-search.rb │ ├── zsh-lovers.rb │ ├── zsh-syntax-highlighting.rb │ ├── zsh.rb │ ├── zshdb.rb │ ├── zssh.rb │ ├── zsync.rb │ ├── zurl.rb │ ├── zxcc.rb │ ├── zzuf.rb │ └── zzz.rb ├── Homebrew │ ├── README.md │ ├── blacklist.rb │ ├── bottles.rb │ ├── build.rb │ ├── build_environment.rb │ ├── build_options.rb │ ├── caveats.rb │ ├── checksum.rb │ ├── cleaner.rb │ ├── cleanup.rb │ ├── cmd │ │ ├── --cache.rb │ │ ├── --cellar.rb │ │ ├── --env.rb │ │ ├── --prefix.rb │ │ ├── --repository.rb │ │ ├── audit.rb │ │ ├── bottle.rb │ │ ├── cat.rb │ │ ├── cleanup.rb │ │ ├── command.rb │ │ ├── commands.rb │ │ ├── config.rb │ │ ├── create.rb │ │ ├── deps.rb │ │ ├── desc.rb │ │ ├── diy.rb │ │ ├── doctor.rb │ │ ├── edit.rb │ │ ├── fetch.rb │ │ ├── gist-logs.rb │ │ ├── help.rb │ │ ├── home.rb │ │ ├── info.rb │ │ ├── install.rb │ │ ├── irb.rb │ │ ├── leaves.rb │ │ ├── link.rb │ │ ├── linkapps.rb │ │ ├── list.rb │ │ ├── log.rb │ │ ├── man.rb │ │ ├── migrate.rb │ │ ├── missing.rb │ │ ├── options.rb │ │ ├── outdated.rb │ │ ├── patchelf.rb │ │ ├── pin.rb │ │ ├── postinstall.rb │ │ ├── prune.rb │ │ ├── pull.rb │ │ ├── readall.rb │ │ ├── reinstall.rb │ │ ├── search.rb │ │ ├── sh.rb │ │ ├── style.rb │ │ ├── switch.rb │ │ ├── tap-info.rb │ │ ├── tap-pin.rb │ │ ├── tap-readme.rb │ │ ├── tap-unpin.rb │ │ ├── tap.rb │ │ ├── test-bot.rb │ │ ├── test.rb │ │ ├── tests.rb │ │ ├── uninstall.rb │ │ ├── unlink.rb │ │ ├── unlinkapps.rb │ │ ├── unpack.rb │ │ ├── unpin.rb │ │ ├── untap.rb │ │ ├── update-report.rb │ │ ├── update.sh │ │ ├── upgrade.rb │ │ └── uses.rb │ ├── compat.rb │ ├── compat │ │ ├── dependency_collector.rb │ │ ├── download_strategy.rb │ │ ├── fails_with_llvm.rb │ │ ├── formula.rb │ │ ├── formula_specialties.rb │ │ ├── hardware.rb │ │ ├── keg.rb │ │ ├── language │ │ │ └── haskell.rb │ │ ├── macos.rb │ │ ├── md5.rb │ │ ├── pathname.rb │ │ ├── requirements.rb │ │ ├── sha1.rb │ │ ├── tap.rb │ │ └── version.rb │ ├── compilers.rb │ ├── config.rb │ ├── cxxstdlib.rb │ ├── debrew.rb │ ├── debrew │ │ └── irb.rb │ ├── dependable.rb │ ├── dependencies.rb │ ├── dependency.rb │ ├── dependency_collector.rb │ ├── descriptions.rb │ ├── dev-cmd │ │ ├── aspell-dictionaries.rb │ │ ├── bump-formula-pr.rb │ │ └── update-test.rb │ ├── diagnostic.rb │ ├── download_strategy.rb │ ├── exceptions.rb │ ├── extend │ │ ├── ARGV.rb │ │ ├── ENV.rb │ │ ├── ENV │ │ │ ├── shared.rb │ │ │ ├── std.rb │ │ │ └── super.rb │ │ ├── enumerable.rb │ │ ├── fileutils.rb │ │ ├── module.rb │ │ ├── pathname.rb │ │ └── string.rb │ ├── formula.rb │ ├── formula_assertions.rb │ ├── formula_cellar_checks.rb │ ├── formula_installer.rb │ ├── formula_lock.rb │ ├── formula_pin.rb │ ├── formula_renames.rb │ ├── formula_support.rb │ ├── formula_versions.rb │ ├── formulary.rb │ ├── global.rb │ ├── hardware.rb │ ├── hooks │ │ └── bottles.rb │ ├── install_renamed.rb │ ├── keg.rb │ ├── keg_relocate.rb │ ├── language │ │ ├── go.rb │ │ ├── haskell.rb │ │ ├── java.rb │ │ └── python.rb │ ├── ld64_dependency.rb │ ├── manpages │ │ └── brew.1.md │ ├── metafiles.rb │ ├── migrate_remote.rb │ ├── migrator.rb │ ├── official_taps.rb │ ├── options.rb │ ├── os.rb │ ├── os │ │ ├── linux │ │ │ └── hardware.rb │ │ ├── mac.rb │ │ └── mac │ │ │ ├── architecture_list.rb │ │ │ ├── cctools_keg.rb │ │ │ ├── cctools_mach.rb │ │ │ ├── hardware.rb │ │ │ ├── keg.rb │ │ │ ├── pathname.rb │ │ │ ├── ruby_keg.rb │ │ │ ├── ruby_mach.rb │ │ │ ├── sdk.rb │ │ │ ├── version.rb │ │ │ ├── xcode.rb │ │ │ └── xquartz.rb │ ├── patch.rb │ ├── pkg_version.rb │ ├── postinstall.rb │ ├── requirement.rb │ ├── requirements.rb │ ├── requirements │ │ ├── apr_requirement.rb │ │ ├── cctools_requirement.rb │ │ ├── emacs_requirement.rb │ │ ├── fortran_requirement.rb │ │ ├── glibc_requirement.rb │ │ ├── java_requirement.rb │ │ ├── language_module_requirement.rb │ │ ├── maximum_macos_requirement.rb │ │ ├── minimum_macos_requirement.rb │ │ ├── mpi_requirement.rb │ │ ├── osxfuse_requirement.rb │ │ ├── python_requirement.rb │ │ ├── ruby_requirement.rb │ │ ├── tuntap_requirement.rb │ │ ├── unsigned_kext_requirement.rb │ │ └── x11_requirement.rb │ ├── resource.rb │ ├── sandbox.rb │ ├── software_spec.rb │ ├── tab.rb │ ├── tap.rb │ ├── tap_constants.rb │ ├── tap_migrations.rb │ ├── test.rb │ ├── test │ │ ├── .simplecov │ │ ├── Gemfile │ │ ├── Gemfile.lock │ │ ├── Rakefile │ │ ├── bottles │ │ │ ├── testball_bottle-0.1.el_capitan.bottle.tar.gz │ │ │ ├── testball_bottle-0.1.mavericks.bottle.tar.gz │ │ │ ├── testball_bottle-0.1.mountain_lion.bottle.tar.gz │ │ │ ├── testball_bottle-0.1.x86_64_linux.bottle.tar.gz │ │ │ └── testball_bottle-0.1.yosemite.bottle.tar.gz │ │ ├── fixtures │ │ │ ├── receipt.json │ │ │ ├── receipt_old.json │ │ │ ├── test.diff │ │ │ ├── test.eps │ │ │ ├── test.gif │ │ │ ├── test.ico │ │ │ ├── test.jpg │ │ │ ├── test.mp3 │ │ │ ├── test.pcap │ │ │ ├── test.pdf │ │ │ ├── test.png │ │ │ ├── test.ps │ │ │ ├── test.svg │ │ │ ├── test.tiff │ │ │ ├── test.wav │ │ │ └── updater_fixture.yaml │ │ ├── lib │ │ │ ├── config.rb │ │ │ └── integration_mocks.rb │ │ ├── mach │ │ │ ├── a.out │ │ │ ├── fat.bundle │ │ │ ├── fat.dylib │ │ │ ├── i386.bundle │ │ │ ├── i386.dylib │ │ │ ├── x86_64.bundle │ │ │ └── x86_64.dylib │ │ ├── patches │ │ │ ├── noop-a.diff │ │ │ ├── noop-b.diff │ │ │ └── noop-c.diff │ │ ├── tarballs │ │ │ ├── testball-0.1-patches.tgz │ │ │ └── testball-0.1.tbz │ │ ├── test_ARGV.rb │ │ ├── test_ENV.rb │ │ ├── test_bash.rb │ │ ├── test_blacklist.rb │ │ ├── test_bottle_collector.rb │ │ ├── test_bottle_filename.rb │ │ ├── test_bottle_hooks.rb │ │ ├── test_bottle_tag.rb │ │ ├── test_build_environment.rb │ │ ├── test_build_options.rb │ │ ├── test_caveats.rb │ │ ├── test_checksum.rb │ │ ├── test_checksum_verification.rb │ │ ├── test_cleaner.rb │ │ ├── test_cleanup.rb │ │ ├── test_cmd_audit.rb │ │ ├── test_cmd_info.rb │ │ ├── test_commands.rb │ │ ├── test_compiler_failure.rb │ │ ├── test_compiler_selector.rb │ │ ├── test_dependencies.rb │ │ ├── test_dependency.rb │ │ ├── test_dependency_collector.rb │ │ ├── test_dependency_expansion.rb │ │ ├── test_diagnostic.rb │ │ ├── test_download_strategies.rb │ │ ├── test_exceptions.rb │ │ ├── test_formula.rb │ │ ├── test_formula_installer.rb │ │ ├── test_formula_installer_bottle.rb │ │ ├── test_formula_lock.rb │ │ ├── test_formula_pin.rb │ │ ├── test_formula_spec_selection.rb │ │ ├── test_formula_support.rb │ │ ├── test_formula_validation.rb │ │ ├── test_formulary.rb │ │ ├── test_hardware.rb │ │ ├── test_inreplace.rb │ │ ├── test_integration_cmds.rb │ │ ├── test_json.rb │ │ ├── test_keg.rb │ │ ├── test_language_go.rb │ │ ├── test_language_module_requirement.rb │ │ ├── test_mach.rb │ │ ├── test_migrator.rb │ │ ├── test_mpi_requirement.rb │ │ ├── test_options.rb │ │ ├── test_patch.rb │ │ ├── test_patching.rb │ │ ├── test_pathname.rb │ │ ├── test_pkg_version.rb │ │ ├── test_requirement.rb │ │ ├── test_resource.rb │ │ ├── test_sandbox.rb │ │ ├── test_software_spec.rb │ │ ├── test_stdlib.rb │ │ ├── test_string.rb │ │ ├── test_tab.rb │ │ ├── test_tap.rb │ │ ├── test_update_report.rb │ │ ├── test_utils.rb │ │ ├── test_version_subclasses.rb │ │ ├── test_versions.rb │ │ ├── test_x11_requirement.rb │ │ ├── testball.rb │ │ ├── testball_bottle.rb │ │ └── testing_env.rb │ ├── utils.rb │ ├── utils │ │ ├── fork.rb │ │ ├── git.rb │ │ ├── inreplace.rb │ │ ├── json.rb │ │ └── popen.rb │ ├── vendor │ │ ├── README.md │ │ ├── macho │ │ │ ├── macho.rb │ │ │ └── macho │ │ │ │ ├── exceptions.rb │ │ │ │ ├── fat_file.rb │ │ │ │ ├── headers.rb │ │ │ │ ├── load_commands.rb │ │ │ │ ├── macho_file.rb │ │ │ │ ├── open.rb │ │ │ │ ├── sections.rb │ │ │ │ ├── structure.rb │ │ │ │ ├── tools.rb │ │ │ │ └── utils.rb │ │ └── okjson.rb │ └── version.rb ├── brew.rb └── brew.sh ├── README.md ├── bin └── brew ├── docker.test.yml ├── lib64 └── share ├── doc └── homebrew │ ├── Acceptable-Formulae.md │ ├── Bottles.md │ ├── Brew-Test-Bot-For-Core-Contributors.md │ ├── Brew-Test-Bot.md │ ├── C++-Standard-Libraries.md │ ├── Checksum_Deprecation.md │ ├── Common-Issues-for-Core-Contributors.md │ ├── Common-Issues.md │ ├── Custom-GCC-and-cross-compilers.md │ ├── External-Commands.md │ ├── FAQ.md │ ├── Formula-Cookbook.md │ ├── Gems,-Eggs-and-Perl-Modules.md │ ├── Homebrew-and-Python.md │ ├── How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md │ ├── How-to-Create-and-Maintain-a-Tap.md │ ├── How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md │ ├── Installation.md │ ├── Interesting-Taps-&-Branches.md │ ├── Kickstarter-Supporters.md │ ├── Maintainer-Guidelines.md │ ├── Migrating-A-Formula-To-A-Tap.md │ ├── New-Maintainer-Checklist.md │ ├── Python-for-Formula-Authors.md │ ├── Querying-Brew.md │ ├── README.md │ ├── Rename-A-Formula.md │ ├── Tips-N'-Tricks.md │ ├── Troubleshooting.md │ ├── Xcode.md │ ├── brew-tap.md │ └── brew.1.html └── man └── man1 └── brew.1 /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | **DO NOT CREATE NEW ISSUES OR PULL REQUESTS ON THIS REPOSITORY!** 2 | 3 | - Please create all issues found when running `brew install` at https://github.com/Linuxbrew/homebrew-core/issues/new 4 | - Please create all issues found when running any other `brew` command at https://github.com/Linuxbrew/brew/issues/new 5 | - Please create formula pull requests at https://github.com/Linuxbrew/homebrew-core 6 | - Please create core code pull requests at https://github.com/Linuxbrew/brew 7 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | DO NOT CREATE NEW ISSUES ON THIS REPOSITORY! 2 | 3 | Please create all issues found when running `brew install` at https://github.com/Linuxbrew/homebrew-core/issues/new 4 | 5 | Please create all issues found when running any other `brew` command at https://github.com/Linuxbrew/brew/issues/new 6 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | DO NOT CREATE NEW PULL REQUESTS ON THIS REPOSITORY! 2 | 3 | Please create formula pull requests at https://github.com/Linuxbrew/homebrew-core 4 | 5 | Please create core code pull requests at https://github.com/Linuxbrew/brew 6 | -------------------------------------------------------------------------------- /.yardopts: -------------------------------------------------------------------------------- 1 | --title "Homebrew" 2 | --main Library/Homebrew/README.md 3 | --markup markdown 4 | --no-private 5 | --exclude Library/Homebrew/test/ 6 | --exclude Library/Homebrew/vendor/ 7 | --exclude Library/Homebrew/compat/ 8 | Library/Homebrew/**/*.rb 9 | - 10 | share/doc/homebrew/*.html 11 | Library/Homebrew/*.md 12 | share/doc/homebrew/*.md 13 | *.md 14 | -------------------------------------------------------------------------------- /CODEOFCONDUCT.md: -------------------------------------------------------------------------------- 1 | Moved to https://github.com/Homebrew/brew/blob/master/CODEOFCONDUCT.md. 2 | -------------------------------------------------------------------------------- /Library/Aliases/0install: -------------------------------------------------------------------------------- 1 | ../Formula/zero-install.rb -------------------------------------------------------------------------------- /Library/Aliases/0mq: -------------------------------------------------------------------------------- 1 | ../Formula/zeromq.rb -------------------------------------------------------------------------------- /Library/Aliases/2ping: -------------------------------------------------------------------------------- 1 | ../Formula/twoping.rb -------------------------------------------------------------------------------- /Library/Aliases/4store: -------------------------------------------------------------------------------- 1 | ../Formula/fourstore.rb -------------------------------------------------------------------------------- /Library/Aliases/Secret Rabbit Code: -------------------------------------------------------------------------------- 1 | ../Formula/libsamplerate.rb -------------------------------------------------------------------------------- /Library/Aliases/actor-framework: -------------------------------------------------------------------------------- 1 | ../Formula/caf.rb -------------------------------------------------------------------------------- /Library/Aliases/adwaita-icon-theme: -------------------------------------------------------------------------------- 1 | ../Formula/gnome-icon-theme.rb -------------------------------------------------------------------------------- /Library/Aliases/ag: -------------------------------------------------------------------------------- 1 | ../Formula/the_silver_searcher.rb -------------------------------------------------------------------------------- /Library/Aliases/alut: -------------------------------------------------------------------------------- 1 | ../Formula/freealut.rb -------------------------------------------------------------------------------- /Library/Aliases/android: -------------------------------------------------------------------------------- 1 | ../Formula/android-sdk.rb -------------------------------------------------------------------------------- /Library/Aliases/apache-activemq: -------------------------------------------------------------------------------- 1 | ../Formula/activemq.rb -------------------------------------------------------------------------------- /Library/Aliases/apache-fop: -------------------------------------------------------------------------------- 1 | ../Formula/fop.rb -------------------------------------------------------------------------------- /Library/Aliases/atlassian-cli: -------------------------------------------------------------------------------- 1 | ../Formula/stash-cli.rb -------------------------------------------------------------------------------- /Library/Aliases/aws-as: -------------------------------------------------------------------------------- 1 | ../Formula/auto-scaling.rb -------------------------------------------------------------------------------- /Library/Aliases/aws-mon: -------------------------------------------------------------------------------- 1 | ../Formula/cloud-watch.rb -------------------------------------------------------------------------------- /Library/Aliases/awsebcli: -------------------------------------------------------------------------------- 1 | ../Formula/aws-elasticbeanstalk.rb -------------------------------------------------------------------------------- /Library/Aliases/beanstalkd: -------------------------------------------------------------------------------- 1 | ../Formula/beanstalk.rb -------------------------------------------------------------------------------- /Library/Aliases/bjam: -------------------------------------------------------------------------------- 1 | ../Formula/boost-build.rb -------------------------------------------------------------------------------- /Library/Aliases/blazegraph: -------------------------------------------------------------------------------- 1 | ../Formula/bigdata.rb -------------------------------------------------------------------------------- /Library/Aliases/boehmgc: -------------------------------------------------------------------------------- 1 | ../Formula/bdw-gc.rb -------------------------------------------------------------------------------- /Library/Aliases/boost-jam: -------------------------------------------------------------------------------- 1 | ../Formula/boost-build.rb -------------------------------------------------------------------------------- /Library/Aliases/boot2docker-cli: -------------------------------------------------------------------------------- 1 | ../Formula/boot2docker.rb -------------------------------------------------------------------------------- /Library/Aliases/brightness: -------------------------------------------------------------------------------- 1 | ../Formula/screenbrightness.rb -------------------------------------------------------------------------------- /Library/Aliases/bzr: -------------------------------------------------------------------------------- 1 | ../Formula/bazaar.rb -------------------------------------------------------------------------------- /Library/Aliases/cmark: -------------------------------------------------------------------------------- 1 | ../Formula/commonmark.rb -------------------------------------------------------------------------------- /Library/Aliases/cowthink: -------------------------------------------------------------------------------- 1 | ../Formula/cowsay.rb -------------------------------------------------------------------------------- /Library/Aliases/cpanm: -------------------------------------------------------------------------------- 1 | ../Formula/cpanminus.rb -------------------------------------------------------------------------------- /Library/Aliases/csvfix: -------------------------------------------------------------------------------- 1 | ../Formula/csv-fix.rb -------------------------------------------------------------------------------- /Library/Aliases/ctags-exuberant: -------------------------------------------------------------------------------- 1 | ../Formula/ctags.rb -------------------------------------------------------------------------------- /Library/Aliases/db: -------------------------------------------------------------------------------- 1 | ../Formula/berkeley-db.rb -------------------------------------------------------------------------------- /Library/Aliases/dbus: -------------------------------------------------------------------------------- 1 | ../Formula/d-bus.rb -------------------------------------------------------------------------------- /Library/Aliases/dejagnu: -------------------------------------------------------------------------------- 1 | ../Formula/deja-gnu.rb -------------------------------------------------------------------------------- /Library/Aliases/dupeseek: -------------------------------------------------------------------------------- 1 | ../Formula/dupseek.rb -------------------------------------------------------------------------------- /Library/Aliases/eyeD3: -------------------------------------------------------------------------------- 1 | ../Formula/eye-d3.rb -------------------------------------------------------------------------------- /Library/Aliases/fastcgi: -------------------------------------------------------------------------------- 1 | ../Formula/fcgi.rb -------------------------------------------------------------------------------- /Library/Aliases/fishfish: -------------------------------------------------------------------------------- 1 | ../Formula/fish.rb -------------------------------------------------------------------------------- /Library/Aliases/fluidsynth: -------------------------------------------------------------------------------- 1 | ../Formula/fluid-synth.rb -------------------------------------------------------------------------------- /Library/Aliases/gearmand: -------------------------------------------------------------------------------- 1 | ../Formula/gearman.rb -------------------------------------------------------------------------------- /Library/Aliases/git-tig: -------------------------------------------------------------------------------- 1 | ../Formula/tig.rb -------------------------------------------------------------------------------- /Library/Aliases/gnu-scientific-library: -------------------------------------------------------------------------------- 1 | ../Formula/gsl.rb -------------------------------------------------------------------------------- /Library/Aliases/golang: -------------------------------------------------------------------------------- 1 | ../Formula/go.rb -------------------------------------------------------------------------------- /Library/Aliases/google-go: -------------------------------------------------------------------------------- 1 | ../Formula/go.rb -------------------------------------------------------------------------------- /Library/Aliases/gpg: -------------------------------------------------------------------------------- 1 | ../Formula/gnupg.rb -------------------------------------------------------------------------------- /Library/Aliases/gpg2: -------------------------------------------------------------------------------- 1 | ../Formula/gnupg2.rb -------------------------------------------------------------------------------- /Library/Aliases/gs: -------------------------------------------------------------------------------- 1 | ../Formula/ghostscript.rb -------------------------------------------------------------------------------- /Library/Aliases/gtk: -------------------------------------------------------------------------------- 1 | ../Formula/gtk+.rb -------------------------------------------------------------------------------- /Library/Aliases/gtypist: -------------------------------------------------------------------------------- 1 | ../Formula/gnu-typist.rb -------------------------------------------------------------------------------- /Library/Aliases/hashdeep: -------------------------------------------------------------------------------- 1 | ../Formula/md5deep.rb -------------------------------------------------------------------------------- /Library/Aliases/heroku: -------------------------------------------------------------------------------- 1 | ../Formula/heroku-toolbelt.rb -------------------------------------------------------------------------------- /Library/Aliases/hg: -------------------------------------------------------------------------------- 1 | ../Formula/mercurial.rb -------------------------------------------------------------------------------- /Library/Aliases/hudson: -------------------------------------------------------------------------------- 1 | ../Formula/jenkins.rb -------------------------------------------------------------------------------- /Library/Aliases/ipsum: -------------------------------------------------------------------------------- 1 | ../Formula/lorem.rb -------------------------------------------------------------------------------- /Library/Aliases/jocr: -------------------------------------------------------------------------------- 1 | ../Formula/gocr.rb -------------------------------------------------------------------------------- /Library/Aliases/kubectl: -------------------------------------------------------------------------------- 1 | ../Formula/kubernetes-cli.rb -------------------------------------------------------------------------------- /Library/Aliases/lcms: -------------------------------------------------------------------------------- 1 | ../Formula/little-cms.rb -------------------------------------------------------------------------------- /Library/Aliases/lcms2: -------------------------------------------------------------------------------- 1 | ../Formula/little-cms2.rb -------------------------------------------------------------------------------- /Library/Aliases/leg: -------------------------------------------------------------------------------- 1 | ../Formula/peg.rb -------------------------------------------------------------------------------- /Library/Aliases/libcryptopp: -------------------------------------------------------------------------------- 1 | ../Formula/cryptopp.rb -------------------------------------------------------------------------------- /Library/Aliases/libgd: -------------------------------------------------------------------------------- 1 | ../Formula/gd.rb -------------------------------------------------------------------------------- /Library/Aliases/libgeoip: -------------------------------------------------------------------------------- 1 | ../Formula/geoip.rb -------------------------------------------------------------------------------- /Library/Aliases/libgme: -------------------------------------------------------------------------------- 1 | ../Formula/game-music-emu.rb -------------------------------------------------------------------------------- /Library/Aliases/libjpeg: -------------------------------------------------------------------------------- 1 | ../Formula/jpeg.rb -------------------------------------------------------------------------------- /Library/Aliases/libjpeg-turbo: -------------------------------------------------------------------------------- 1 | ../Formula/jpeg-turbo.rb -------------------------------------------------------------------------------- /Library/Aliases/libjpg: -------------------------------------------------------------------------------- 1 | ../Formula/jpeg.rb -------------------------------------------------------------------------------- /Library/Aliases/liblabjackusb: -------------------------------------------------------------------------------- 1 | ../Formula/exodriver.rb -------------------------------------------------------------------------------- /Library/Aliases/libmad: -------------------------------------------------------------------------------- 1 | ../Formula/mad.rb -------------------------------------------------------------------------------- /Library/Aliases/libmcrypt: -------------------------------------------------------------------------------- 1 | ../Formula/mcrypt.rb -------------------------------------------------------------------------------- /Library/Aliases/libnettle: -------------------------------------------------------------------------------- 1 | ../Formula/nettle.rb -------------------------------------------------------------------------------- /Library/Aliases/liboggz: -------------------------------------------------------------------------------- 1 | ../Formula/oggz.rb -------------------------------------------------------------------------------- /Library/Aliases/libqrencode: -------------------------------------------------------------------------------- 1 | ../Formula/qrencode.rb -------------------------------------------------------------------------------- /Library/Aliases/libtag: -------------------------------------------------------------------------------- 1 | ../Formula/taglib.rb -------------------------------------------------------------------------------- /Library/Aliases/libtasn: -------------------------------------------------------------------------------- 1 | ../Formula/libtasn1.rb -------------------------------------------------------------------------------- /Library/Aliases/libtcnative: -------------------------------------------------------------------------------- 1 | ../Formula/tomcat-native.rb -------------------------------------------------------------------------------- /Library/Aliases/littlecms: -------------------------------------------------------------------------------- 1 | ../Formula/little-cms.rb -------------------------------------------------------------------------------- /Library/Aliases/mc: -------------------------------------------------------------------------------- 1 | ../Formula/midnight-commander.rb -------------------------------------------------------------------------------- /Library/Aliases/mdocml: -------------------------------------------------------------------------------- 1 | ../Formula/mandoc.rb -------------------------------------------------------------------------------- /Library/Aliases/mediainfo: -------------------------------------------------------------------------------- 1 | ../Formula/media-info.rb -------------------------------------------------------------------------------- /Library/Aliases/mongo: -------------------------------------------------------------------------------- 1 | ../Formula/mongodb.rb -------------------------------------------------------------------------------- /Library/Aliases/mosh: -------------------------------------------------------------------------------- 1 | ../Formula/mobile-shell.rb -------------------------------------------------------------------------------- /Library/Aliases/mp4box: -------------------------------------------------------------------------------- 1 | ../Formula/gpac.rb -------------------------------------------------------------------------------- /Library/Aliases/myrepos: -------------------------------------------------------------------------------- 1 | ../Formula/mr.rb -------------------------------------------------------------------------------- /Library/Aliases/node.js: -------------------------------------------------------------------------------- 1 | ../Formula/node.rb -------------------------------------------------------------------------------- /Library/Aliases/nodejs: -------------------------------------------------------------------------------- 1 | ../Formula/node.rb -------------------------------------------------------------------------------- /Library/Aliases/npm: -------------------------------------------------------------------------------- 1 | ../Formula/node.rb -------------------------------------------------------------------------------- /Library/Aliases/nsis: -------------------------------------------------------------------------------- 1 | ../Formula/makensis.rb -------------------------------------------------------------------------------- /Library/Aliases/o-caml: -------------------------------------------------------------------------------- 1 | ../Formula/ocaml.rb -------------------------------------------------------------------------------- /Library/Aliases/ocio: -------------------------------------------------------------------------------- 1 | ../Formula/opencolorio.rb -------------------------------------------------------------------------------- /Library/Aliases/ooc: -------------------------------------------------------------------------------- 1 | ../Formula/rock.rb -------------------------------------------------------------------------------- /Library/Aliases/openmpi: -------------------------------------------------------------------------------- 1 | ../Formula/open-mpi.rb -------------------------------------------------------------------------------- /Library/Aliases/openocd: -------------------------------------------------------------------------------- 1 | ../Formula/open-ocd.rb -------------------------------------------------------------------------------- /Library/Aliases/openscenegraph: -------------------------------------------------------------------------------- 1 | ../Formula/open-scene-graph.rb -------------------------------------------------------------------------------- /Library/Aliases/pcre1: -------------------------------------------------------------------------------- 1 | ../Formula/pcre.rb -------------------------------------------------------------------------------- /Library/Aliases/pgrep: -------------------------------------------------------------------------------- 1 | ../Formula/proctools.rb -------------------------------------------------------------------------------- /Library/Aliases/pipeviewer: -------------------------------------------------------------------------------- 1 | ../Formula/pv.rb -------------------------------------------------------------------------------- /Library/Aliases/pkgconfig: -------------------------------------------------------------------------------- 1 | ../Formula/pkg-config.rb -------------------------------------------------------------------------------- /Library/Aliases/pkill: -------------------------------------------------------------------------------- 1 | ../Formula/proctools.rb -------------------------------------------------------------------------------- /Library/Aliases/pocketsphinx: -------------------------------------------------------------------------------- 1 | ../Formula/cmu-pocketsphinx.rb -------------------------------------------------------------------------------- /Library/Aliases/postgres: -------------------------------------------------------------------------------- 1 | ../Formula/postgresql.rb -------------------------------------------------------------------------------- /Library/Aliases/pt: -------------------------------------------------------------------------------- 1 | ../Formula/the_platinum_searcher.rb -------------------------------------------------------------------------------- /Library/Aliases/qt4: -------------------------------------------------------------------------------- 1 | ../Formula/qt.rb -------------------------------------------------------------------------------- /Library/Aliases/rtl-sdr: -------------------------------------------------------------------------------- 1 | ../Formula/librtlsdr.rb -------------------------------------------------------------------------------- /Library/Aliases/slang: -------------------------------------------------------------------------------- 1 | ../Formula/s-lang.rb -------------------------------------------------------------------------------- /Library/Aliases/sonarqube: -------------------------------------------------------------------------------- 1 | ../Formula/sonar.rb -------------------------------------------------------------------------------- /Library/Aliases/speedtest-cli: -------------------------------------------------------------------------------- 1 | ../Formula/speedtest_cli.rb -------------------------------------------------------------------------------- /Library/Aliases/sphinxbase: -------------------------------------------------------------------------------- 1 | ../Formula/cmu-sphinxbase.rb -------------------------------------------------------------------------------- /Library/Aliases/sqlite3: -------------------------------------------------------------------------------- 1 | ../Formula/sqlite.rb -------------------------------------------------------------------------------- /Library/Aliases/stax-sdk: -------------------------------------------------------------------------------- 1 | ../Formula/cloudbees-sdk.rb -------------------------------------------------------------------------------- /Library/Aliases/style: -------------------------------------------------------------------------------- 1 | ../Formula/diction.rb -------------------------------------------------------------------------------- /Library/Aliases/supervisord: -------------------------------------------------------------------------------- 1 | ../Formula/supervisor.rb -------------------------------------------------------------------------------- /Library/Aliases/svn: -------------------------------------------------------------------------------- 1 | ../Formula/subversion.rb -------------------------------------------------------------------------------- /Library/Aliases/tinyfugue: -------------------------------------------------------------------------------- 1 | ../Formula/tiny-fugue.rb -------------------------------------------------------------------------------- /Library/Aliases/twemproxy: -------------------------------------------------------------------------------- 1 | ../Formula/nutcracker.rb -------------------------------------------------------------------------------- /Library/Aliases/twolame: -------------------------------------------------------------------------------- 1 | ../Formula/two-lame.rb -------------------------------------------------------------------------------- /Library/Aliases/unix2dos: -------------------------------------------------------------------------------- 1 | ../Formula/dos2unix.rb -------------------------------------------------------------------------------- /Library/Aliases/usb-multiplex-daemon: -------------------------------------------------------------------------------- 1 | ../Formula/usbmuxd.rb -------------------------------------------------------------------------------- /Library/Aliases/vid.stab: -------------------------------------------------------------------------------- 1 | ../Formula/libvidstab.rb -------------------------------------------------------------------------------- /Library/Aliases/wxwidgets: -------------------------------------------------------------------------------- 1 | ../Formula/wxmac.rb -------------------------------------------------------------------------------- /Library/Aliases/xmlsec1: -------------------------------------------------------------------------------- 1 | ../Formula/libxmlsec1.rb -------------------------------------------------------------------------------- /Library/Aliases/yubico-pam: -------------------------------------------------------------------------------- 1 | ../Formula/pam_yubico.rb -------------------------------------------------------------------------------- /Library/Aliases/yubikey-personalization: -------------------------------------------------------------------------------- 1 | ../Formula/ykpers.rb -------------------------------------------------------------------------------- /Library/Aliases/zmq: -------------------------------------------------------------------------------- 1 | ../Formula/zeromq.rb -------------------------------------------------------------------------------- /Library/ENV/3.2.6: -------------------------------------------------------------------------------- 1 | 4.3 -------------------------------------------------------------------------------- /Library/ENV/4.2: -------------------------------------------------------------------------------- 1 | 4.3 -------------------------------------------------------------------------------- /Library/ENV/4.3/ant: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG" 3 | ant=/usr/bin/ant 4 | [ -x "$ant" ] || ant="$(${HOMEBREW_BREW_FILE} --prefix ant)/bin/ant" 5 | exec "$ant" "$@" 6 | -------------------------------------------------------------------------------- /Library/ENV/4.3/apr-1-config: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [[ "$HOMEBREW_CCCFG" == *a* ]]; then 4 | case "$1" in 5 | --cc) echo "cc";; 6 | --cpp) echo "cpp";; 7 | --includedir) echo "$HOMEBREW_SDKROOT/usr/include/apr-1";; 8 | --includes) echo "-isystem$HOMEBREW_SDKROOT/usr/include/apr-1";; 9 | --apr-libtool) echo "glibtool";; 10 | *) 11 | exec xcrun apr-1-config "$@";; 12 | esac 13 | else 14 | exec /usr/bin/apr-1-config "$@" 15 | fi 16 | -------------------------------------------------------------------------------- /Library/ENV/4.3/bsdmake: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG" 3 | exec xcrun bsdmake "$@" 4 | -------------------------------------------------------------------------------- /Library/ENV/4.3/c++: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/c89: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/c99: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/clang: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/clang++: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/cpp: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.3: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.4: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.5: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.6: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.7: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.8: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-4.9: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/g++-5: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.3: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.4: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.5: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.6: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.7: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.8: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-4.9: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/gcc-5: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/git: -------------------------------------------------------------------------------- 1 | ../scm/git -------------------------------------------------------------------------------- /Library/ENV/4.3/gmake: -------------------------------------------------------------------------------- 1 | make -------------------------------------------------------------------------------- /Library/ENV/4.3/i686-apple-darwin11-llvm-g++-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/i686-apple-darwin11-llvm-gcc-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/ld: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/llvm-g++: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/llvm-g++-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/llvm-gcc: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/llvm-gcc-4.2: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /Library/ENV/4.3/make: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG" 3 | exec xcrun make "$@" 4 | -------------------------------------------------------------------------------- /Library/ENV/4.3/mig: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 3 | exec xcrun mig -cc $pwd/cc "$@" 4 | -------------------------------------------------------------------------------- /Library/ENV/4.3/pod2man: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | POD2MAN=$(/usr/bin/which pod2man5.18 || /usr/bin/which pod2man5.16 || /usr/bin/which pod2man5.12 || /usr/bin/which $HOMEBREW_PREFIX/opt/pod2man/bin/pod2man || echo /usr/bin/pod2man) 3 | exec $POD2MAN "$@" 4 | -------------------------------------------------------------------------------- /Library/ENV/4.3/sed: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if [[ $HOMEBREW_CCCFG == *s* ]]; then 3 | # Fix issue with sed barfing on unicode characters on Mountain Lion 4 | unset LC_ALL 5 | export LC_CTYPE='C' 6 | fi 7 | exec /usr/bin/sed "$@" 8 | -------------------------------------------------------------------------------- /Library/ENV/4.3/svn: -------------------------------------------------------------------------------- 1 | ../scm/svn -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.10/libexslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libexslt 8 | Version: 0.8.17 9 | Description: EXSLT Extension library 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.10/libxml-2.0.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | modules=1 6 | 7 | Name: libXML 8 | Version: 2.9.0 9 | Description: libXML library version2. 10 | Requires: 11 | Libs: -L${libdir} -lxml2 12 | Libs.private: -lpthread -lz -lm 13 | Cflags: -I${includedir}/libxml2 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.10/libxslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libxslt 8 | Version: 1.1.28 9 | Description: XSLT library version 2. 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.10/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.8.5 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.10/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.5 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.11/libexslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libexslt 8 | Version: 0.8.17 9 | Description: EXSLT Extension library 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.11/libxml-2.0.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | modules=1 6 | 7 | Name: libXML 8 | Version: 2.9.2 9 | Description: libXML library version2. 10 | Requires: 11 | Libs: -L${libdir} -lxml2 12 | Libs.private: -lpthread -lz -lm 13 | Cflags: -I${includedir}/libxml2 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.11/libxslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libxslt 8 | Version: 1.1.28 9 | Description: XSLT library version 2. 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.11/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.8.10.2 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.11/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.5 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.4: -------------------------------------------------------------------------------- 1 | 10.5 -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.5/libcrypto.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: OpenSSL-libcrypto 7 | Description: OpenSSL cryptography library 8 | Version: 0.9.7l 9 | Requires: 10 | Libs: -L${libdir} -lcrypto -lz 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.5/libcurl.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: libcurl 7 | URL: http://curl.haxx.se/ 8 | Description: Library to transfer files with ftp, http, etc. 9 | Version: 7.16.4 10 | Libs: -L${libdir} -lcurl 11 | Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lz 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.6/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.6.12 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.6/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.3 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.7/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.7.7 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.7/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.5 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.8/libexslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libexslt 8 | Version: 0.8.15 9 | Description: EXSLT Extension library 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.8/libxml-2.0.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | modules=1 6 | 7 | Name: libXML 8 | Version: 2.7.8 9 | Description: libXML library version2. 10 | Requires: 11 | Libs: -L${libdir} -lxml2 12 | Libs.private: -lpthread -lz -lm 13 | Cflags: -I${includedir}/libxml2 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.8/libxslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libxslt 8 | Version: 1.1.26 9 | Description: XSLT library version 2. 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.8/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.7.12 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.8/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.5 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.9/libexslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libexslt 8 | Version: 0.8.17 9 | Description: EXSLT Extension library 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.9/libxml-2.0.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | modules=1 6 | 7 | Name: libXML 8 | Version: 2.9.0 9 | Description: libXML library version2. 10 | Requires: 11 | Libs: -L${libdir} -lxml2 12 | Libs.private: -lpthread -lz -lm 13 | Cflags: -I${includedir}/libxml2 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.9/libxslt.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | 7 | Name: libxslt 8 | Version: 1.1.28 9 | Description: XSLT library version 2. 10 | Requires: libxml-2.0 11 | Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.9/sqlite3.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | includedir=${prefix}/include 5 | 6 | Name: SQLite 7 | Description: SQL database engine 8 | Version: 3.7.13 9 | Libs: -L${libdir} -lsqlite3 10 | Libs.private: 11 | Cflags: -I${includedir} 12 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/10.9/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.5 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/fuse/fuse.pc: -------------------------------------------------------------------------------- 1 | /usr/local/lib/pkgconfig/fuse.pc -------------------------------------------------------------------------------- /Library/ENV/pkgconfig/fuse/osxfuse.pc: -------------------------------------------------------------------------------- 1 | /usr/local/lib/pkgconfig/osxfuse.pc -------------------------------------------------------------------------------- /Library/ENV/scm/svn: -------------------------------------------------------------------------------- 1 | git -------------------------------------------------------------------------------- /Library/Formula/app-engine-java.rb: -------------------------------------------------------------------------------- 1 | class AppEngineJava < Formula 2 | desc "Google App Engine for Java" 3 | homepage "https://cloud.google.com/appengine/docs/java/gettingstarted/introduction" 4 | url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.32.zip" 5 | sha256 "1e757250acb1ecb61a09854bd07ee82a781cdb1fa76c44ed056b4de73a4cff79" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | rm Dir["bin/*.cmd"] 11 | libexec.install Dir["*"] 12 | bin.write_exec_script Dir["#{libexec}/bin/*"] 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/archey.rb: -------------------------------------------------------------------------------- 1 | class Archey < Formula 2 | desc "Graphical system information display for OS X" 3 | homepage "https://obihann.github.io/archey-osx/" 4 | url "https://github.com/obihann/archey-osx/archive/1.5.2.tar.gz" 5 | sha256 "01f58ea2f57fa5b23598590cee9b91dfac0b3402e7a9c4a781ff719be2388f1a" 6 | head "https://github.com/obihann/archey-osx.git" 7 | 8 | bottle :unneeded 9 | 10 | def install 11 | bin.install "bin/archey" 12 | end 13 | 14 | test do 15 | assert_match "Archey OS X 1", shell_output("#{bin}/archey --help") 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/arss.rb: -------------------------------------------------------------------------------- 1 | class Arss < Formula 2 | desc "Analyze a sound file into a spectrogram" 3 | homepage "http://arss.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/arss/arss/0.2.3/arss-0.2.3-src.tar.gz" 5 | sha256 "e2faca8b8a3902226353c4053cd9ab71595eec6ead657b5b44c14b4bef52b2b2" 6 | 7 | depends_on "cmake" => :build 8 | depends_on "fftw" 9 | 10 | def install 11 | cd "src" do 12 | system "cmake", ".", *std_cmake_args 13 | system "make", "install" 14 | end 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/avro-tools.rb: -------------------------------------------------------------------------------- 1 | class AvroTools < Formula 2 | desc "Avro command-line tools and utilities" 3 | homepage "https://avro.apache.org/" 4 | url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.8.0/java/avro-tools-1.8.0.jar" 5 | sha256 "ce3f4478e12296810fdfc1e424acd378fd9ee48b627d98472a2d7ff23852d7b2" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install "avro-tools-#{version}.jar" 11 | bin.write_jar_script libexec/"avro-tools-#{version}.jar", "avro-tools" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/bar.rb: -------------------------------------------------------------------------------- 1 | class Bar < Formula 2 | desc "Provide progress bars for shell scripts" 3 | homepage "http://www.theiling.de/projects/bar.html" 4 | url "http://www.theiling.de/downloads/bar-1.4-src.tar.bz2" 5 | sha256 "8034c405b6aa0d474c75ef9356cde1672b8b81834edc7bd94fc91e8ae097033e" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "bar" 11 | end 12 | 13 | test do 14 | (testpath/"test1").write "pumpkin" 15 | (testpath/"test2").write "latte" 16 | assert_match /latte/, shell_output("#{bin}/bar test1 test2") 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /Library/Formula/bashish.rb: -------------------------------------------------------------------------------- 1 | class Bashish < Formula 2 | desc "Theme environment for text terminals" 3 | homepage "http://bashish.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/bashish/bashish/2.2.4/bashish-2.2.4.tar.gz" 5 | sha256 "3de48bc1aa69ec73dafc7436070e688015d794f22f6e74d5c78a0b09c938204b" 6 | 7 | depends_on "dialog" 8 | 9 | def install 10 | system "./configure", "--prefix=#{prefix}" 11 | system "make" 12 | system "make", "install" 13 | end 14 | 15 | test do 16 | system "#{bin}/bashish", "list" 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /Library/Formula/bogofilter.rb: -------------------------------------------------------------------------------- 1 | class Bogofilter < Formula 2 | desc "Mail filter via statistical analysis" 3 | homepage "http://bogofilter.sourceforge.net" 4 | url "https://downloads.sourceforge.net/project/bogofilter/bogofilter-1.2.4/bogofilter-1.2.4.tar.bz2" 5 | sha256 "e10287a58d135feaea26880ce7d4b9fa2841fb114a2154bf7da8da98aab0a6b4" 6 | 7 | depends_on "berkeley-db" 8 | 9 | def install 10 | system "./configure", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/boot-clj.rb: -------------------------------------------------------------------------------- 1 | class BootClj < Formula 2 | desc "Build tooling for Clojure" 3 | homepage "http://boot-clj.com" 4 | url "https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh", 5 | :using => :nounzip 6 | sha256 "895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f" 7 | 8 | bottle :unneeded 9 | 10 | depends_on :java 11 | 12 | def install 13 | bin.install "boot.sh" => "boot" 14 | end 15 | 16 | test do 17 | ENV.java_cache 18 | 19 | system "#{bin}/boot", "repl", "-e", "(System/exit 0)" 20 | end 21 | end 22 | -------------------------------------------------------------------------------- /Library/Formula/brag.rb: -------------------------------------------------------------------------------- 1 | class Brag < Formula 2 | desc "Download and assemble multipart binaries from newsgroups" 3 | homepage "http://brag.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/brag/brag/1.4.3/brag-1.4.3.tar.gz" 5 | sha256 "f2c8110c38805c31ad181f4737c26e766dc8ecfa2bce158197b985be892cece6" 6 | 7 | bottle :unneeded 8 | 9 | depends_on "uudeview" 10 | 11 | def install 12 | bin.install "brag" 13 | man1.install "brag.1" 14 | end 15 | 16 | test do 17 | system "#{bin}/brag", "-s", "news.bu.edu", "-L" 18 | end 19 | end 20 | -------------------------------------------------------------------------------- /Library/Formula/brew-gem.rb: -------------------------------------------------------------------------------- 1 | class BrewGem < Formula 2 | desc "Install rubygems as homebrew formulae" 3 | homepage "https://github.com/sportngin/brew-gem" 4 | url "https://github.com/sportngin/brew-gem/archive/v0.6.1.tar.gz" 5 | sha256 "b3dd161d5fa6a643d97b08cad514f0c8fdba8b8f44ff80a70f6a5090cf02cdfd" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "bin/brew-gem" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/brew-pip.rb: -------------------------------------------------------------------------------- 1 | class BrewPip < Formula 2 | desc "Install pip packages as homebrew formulae" 3 | homepage "https://github.com/hanxue/brew-pip" 4 | url "https://github.com/hanxue/brew-pip/archive/0.4.1.tar.gz" 5 | sha256 "9049a6db97188560404d8ecad2a7ade72a4be4338d5241097d3e3e8e215cda28" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "bin/brew-pip" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/briss.rb: -------------------------------------------------------------------------------- 1 | class Briss < Formula 2 | desc "Crop PDF files" 3 | homepage "http://briss.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/briss/release%200.9/briss-0.9.tar.gz" 5 | sha256 "45dd668a9ceb9cd59529a9fefe422a002ee1554a61be07e6fc8b3baf33d733d9" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install Dir["*.jar"] 11 | bin.write_jar_script libexec/"briss-#{version}.jar", "briss" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/burl.rb: -------------------------------------------------------------------------------- 1 | class Burl < Formula 2 | desc "Shell script wrapper that offers helpful shortcuts for curl(1)" 3 | homepage "https://github.com/visionmedia/burl" 4 | url "https://github.com/visionmedia/burl/archive/1.0.1.tar.gz" 5 | sha256 "634949b7859ddf7c75a89123608998f8dac8ced8c601fa2c2717569caeaa54e5" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "bin/burl" 11 | end 12 | 13 | test do 14 | system "#{bin}/burl", "-I", "github.com" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/cadubi.rb: -------------------------------------------------------------------------------- 1 | class Cadubi < Formula 2 | desc "Creative ASCII drawing utility" 3 | homepage "http://langworth.com/pub/cadubi/" 4 | url "https://github.com/statico/cadubi/releases/download/v1.3/cadubi-1.3.tar.gz" 5 | sha256 "ca8b6ea305e0eccb11add7fc165beeee7ef33f9f0106e84efa1b364f082df0ab" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | inreplace "cadubi", "$Bin/help.txt", "#{doc}/help.txt" 11 | bin.install "cadubi" 12 | doc.install "help.txt" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/calcurse.rb: -------------------------------------------------------------------------------- 1 | class Calcurse < Formula 2 | desc "Text-based personal organizer" 3 | homepage "http://calcurse.org/" 4 | url "http://calcurse.org/files/calcurse-4.0.0.tar.gz" 5 | sha256 "621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334" 6 | 7 | depends_on "gettext" 8 | 9 | def install 10 | system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" 11 | system "make" 12 | system "make", "install" 13 | end 14 | 15 | test do 16 | system bin/"calcurse", "-v" 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /Library/Formula/camellia.rb: -------------------------------------------------------------------------------- 1 | class Camellia < Formula 2 | desc "Image Processing & Computer Vision library written in C" 3 | homepage "http://camellia.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/camellia/Unix_Linux%20Distribution/v2.7.0/CamelliaLib-2.7.0.tar.gz" 5 | sha256 "a3192c350f7124d25f31c43aa17e23d9fa6c886f80459cba15b6257646b2f3d2" 6 | 7 | def install 8 | system "./configure", "--disable-debug", "--disable-dependency-tracking", 9 | "--prefix=#{prefix}" 10 | system "make", "install" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/chgems.rb: -------------------------------------------------------------------------------- 1 | class Chgems < Formula 2 | desc "chroot for Ruby gems" 3 | homepage "https://github.com/postmodern/chgems#readme" 4 | url "https://github.com/postmodern/chgems/archive/v0.3.2.tar.gz" 5 | sha256 "515d1bfebb5d5183a41a502884e329fd4c8ddccb14ba8a6548a1f8912013f3dd" 6 | head "https://github.com/postmodern/chgems.git" 7 | 8 | def install 9 | system "make", "install", "PREFIX=#{prefix}" 10 | end 11 | end 12 | -------------------------------------------------------------------------------- /Library/Formula/cmuclmtk.rb: -------------------------------------------------------------------------------- 1 | class Cmuclmtk < Formula 2 | desc "Language model tools (from CMU Sphinx)" 3 | homepage "http://cmusphinx.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/cmusphinx/cmuclmtk/0.7/cmuclmtk-0.7.tar.gz" 5 | sha256 "d23e47f00224667c059d69ac942f15dc3d4c3dd40e827318a6213699b7fa2915" 6 | 7 | depends_on "pkg-config" => :build 8 | 9 | def install 10 | system "./configure", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/cocot.rb: -------------------------------------------------------------------------------- 1 | class Cocot < Formula 2 | desc "Code converter on tty" 3 | homepage "http://vmi.jp/software/cygwin/cocot.html" 4 | url "https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz" 5 | sha256 "bc67576b04a753c49ec563c30fb0cc383e9ce7a3db9295a384b7f77fcc1a57b8" 6 | 7 | head "https://github.com/vmi/cocot.git" 8 | 9 | def install 10 | system "./configure", "--prefix=#{prefix}" 11 | system "make", "install" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/coda-cli.rb: -------------------------------------------------------------------------------- 1 | class CodaCli < Formula 2 | desc "Shell integration for Panic's Coda" 3 | homepage "http://justinhileman.info/coda-cli/" 4 | url "https://github.com/bobthecow/coda-cli/archive/v1.0.5.tar.gz" 5 | sha256 "5ed407313a8d1fc6cc4d5b1acc14a80f7e6fad6146f2334de510e475955008b9" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "coda" 11 | end 12 | 13 | test do 14 | system "#{bin}/coda", "-h" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/cpanminus.rb: -------------------------------------------------------------------------------- 1 | class Cpanminus < Formula 2 | desc "Get, unpack, build, and install modules from CPAN" 3 | homepage "https://github.com/miyagawa/cpanminus" 4 | url "https://github.com/miyagawa/cpanminus/archive/1.7040.tar.gz" 5 | sha256 "48a747c040689445f7db0edd169da0abd709a37cfece3ceecff0816c09beab0e" 6 | head "https://github.com/miyagawa/cpanminus.git" 7 | 8 | bottle :unneeded 9 | 10 | def install 11 | bin.install "cpanm" 12 | end 13 | 14 | test do 15 | system "#{bin}/cpanm", "Test::More" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/cssembed.rb: -------------------------------------------------------------------------------- 1 | class Cssembed < Formula 2 | desc "Automatic data URI embedding in CSS files" 3 | homepage "https://www.nczonline.net/blog/2009/11/03/automatic-data-uri-embedding-in-css-files/" 4 | url "https://github.com/downloads/nzakas/cssembed/cssembed-0.4.5.jar" 5 | sha256 "8955016c0d32de8755d9ee33d365d1ad658a596aba48537a810ce62f3d32a1af" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install "cssembed-#{version}.jar" 11 | bin.write_jar_script libexec/"cssembed-#{version}.jar", "cssembed" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/csshx.rb: -------------------------------------------------------------------------------- 1 | class Csshx < Formula 2 | desc "Cluster ssh tool for Terminal.app" 3 | homepage "https://github.com/brockgr/csshx" 4 | url "https://csshx.googlecode.com/files/csshX-0.74.tgz" 5 | mirror "https://distfiles.macports.org/csshX/csshX-0.74.tgz" 6 | sha256 "eaa9e52727c8b28dedc87398ed33ffa2340d6d0f3ea9d261749c715cb7a0e9c8" 7 | head "https://github.com/brockgr/csshx.git" 8 | 9 | bottle :unneeded 10 | 11 | def install 12 | bin.install "csshX" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/ctemplate.rb: -------------------------------------------------------------------------------- 1 | class Ctemplate < Formula 2 | desc "Template language for C++" 3 | homepage "https://github.com/olafvdspek/ctemplate" 4 | url "https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz" 5 | sha256 "99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556" 6 | head "https://github.com/olafvdspek/ctemplate.git" 7 | 8 | def install 9 | system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" 10 | system "make", "install" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/davmail.rb: -------------------------------------------------------------------------------- 1 | class Davmail < Formula 2 | desc "POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway" 3 | homepage "http://davmail.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/davmail/davmail/4.5.1/davmail-4.5.1-2303.zip" 5 | sha256 "d69f0c8cf6cf5b76c1fb0ff82fe7cecd22d470c83206fa3fecbe486c758c080d" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install Dir["*"] 11 | bin.write_jar_script libexec/"davmail.jar", "davmail" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/dbacl.rb: -------------------------------------------------------------------------------- 1 | class Dbacl < Formula 2 | desc "Digramic Bayesian classifier" 3 | homepage "http://dbacl.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/dbacl/dbacl/1.14.1/dbacl-1.14.1.tar.gz" 5 | sha256 "ff0dfb67682e863b1c3250acc441ce77c033b9b21d8e8793e55b622e42005abd" 6 | 7 | def install 8 | system "./configure", "--disable-debug", "--disable-dependency-tracking", 9 | "--prefix=#{prefix}" 10 | system "make", "install" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/detox.rb: -------------------------------------------------------------------------------- 1 | class Detox < Formula 2 | desc "Utility to replace problematic characters in filenames" 3 | homepage "http://detox.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/detox/detox/1.2.0/detox-1.2.0.tar.bz2" 5 | sha256 "abfad90ee7d3e0fc53ce3b9da3253f9a800cdd92e3f8cc12a19394a7b1dcdbf8" 6 | 7 | def install 8 | system "./configure", "--mandir=#{man}", "--prefix=#{prefix}" 9 | system "make" 10 | (prefix/"etc").mkpath 11 | pkgshare.mkpath 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/dircproxy.rb: -------------------------------------------------------------------------------- 1 | class Dircproxy < Formula 2 | desc "IRC proxy server (AKA 'bouncer')" 3 | homepage "https://code.google.com/p/dircproxy/" 4 | url "https://dircproxy.googlecode.com/files/dircproxy-1.2.0-RC1.tar.gz" 5 | sha256 "40ad50ffd13681114f995519dc3f65f48cb5eac41e780ad14ce8ffd49463757f" 6 | 7 | def install 8 | system "./configure", "--disable-dependency-tracking", 9 | "--prefix=#{prefix}", 10 | "--enable-ssl" 11 | system "make", "install" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/ditaa.rb: -------------------------------------------------------------------------------- 1 | class Ditaa < Formula 2 | desc "Convert ASCII diagrams into proper bitmap graphics" 3 | homepage "http://ditaa.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/ditaa/ditaa/0.9/ditaa0_9.zip" 5 | sha256 "d689e933b80b065cd7c349e489cfb8feea69dd3e91ca78931edc6fa6e098e689" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install "ditaa0_9.jar" 11 | bin.write_jar_script libexec/"ditaa0_9.jar", "ditaa" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/dmalloc.rb: -------------------------------------------------------------------------------- 1 | class Dmalloc < Formula 2 | desc "Debug versions of system memory management routines" 3 | homepage "http://dmalloc.com" 4 | url "http://dmalloc.com/releases/dmalloc-5.5.2.tgz" 5 | sha256 "d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a" 6 | 7 | def install 8 | system "./configure", "--enable-threads", "--prefix=#{prefix}" 9 | system "make", "install", "installth", "installcxx", "installthcxx" 10 | end 11 | 12 | test do 13 | system "#{bin}/dmalloc", "-b", "runtime" 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Library/Formula/dnsmap.rb: -------------------------------------------------------------------------------- 1 | class Dnsmap < Formula 2 | desc "Passive DNS network mapper (a.k.a. subdomains bruteforcer)" 3 | homepage "https://code.google.com/p/dnsmap/" 4 | url "https://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz" 5 | sha256 "fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc" 6 | 7 | def install 8 | system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install" 9 | end 10 | end 11 | -------------------------------------------------------------------------------- /Library/Formula/docker-gen.rb: -------------------------------------------------------------------------------- 1 | class DockerGen < Formula 2 | desc "Generate files from docker container metadata" 3 | homepage "https://github.com/jwilder/docker-gen" 4 | url "https://github.com/jwilder/docker-gen/releases/download/0.7.0/docker-gen-darwin-amd64-0.7.0.tar.gz" 5 | sha256 "2778638defc63ed66d42e4dd099bd462eae1048492434b49b04b54453fc4b9f7" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "docker-gen" 11 | end 12 | 13 | test do 14 | system "#{bin}/docker-gen", "--version" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/docker-machine-nfs.rb: -------------------------------------------------------------------------------- 1 | class DockerMachineNfs < Formula 2 | desc "Activates NFS on docker-machine" 3 | homepage "https://github.com/adlogix/docker-machine-nfs" 4 | url "https://github.com/adlogix/docker-machine-nfs/archive/0.2.0.tar.gz" 5 | sha256 "ebc023657c044e706c8d9bc275d6b96de9d1f5178c7f6a90a8ce3bc167d1ec74" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "docker-machine-nfs.sh" => "docker-machine-nfs" 11 | end 12 | 13 | test do 14 | system "#{bin}/docker-machine-nfs" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/dockutil.rb: -------------------------------------------------------------------------------- 1 | class Dockutil < Formula 2 | desc "Tool for managing dock items" 3 | homepage "https://github.com/kcrawford/dockutil" 4 | url "https://github.com/kcrawford/dockutil/archive/2.0.2.tar.gz" 5 | sha256 "7d7a546adb825b0fba3f13d2dfc0cc08f2f3f6935c8bfa05c396bcc6e5df56b3" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "scripts/dockutil" 11 | end 12 | 13 | test do 14 | assert_match version.to_s, shell_output("#{bin}/dockutil --version") 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/doublecpp.rb: -------------------------------------------------------------------------------- 1 | class Doublecpp < Formula 2 | desc "Double dispatch in C++" 3 | homepage "http://doublecpp.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/doublecpp/doublecpp-0.6.3.tar.gz" 5 | sha256 "232f8bf0d73795558f746c2e77f6d7cb54e1066cbc3ea7698c4fba80983423af" 6 | 7 | def install 8 | system "./configure", "--disable-dependency-tracking", 9 | "--prefix=#{prefix}" 10 | system "make", "install" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/doubledown.rb: -------------------------------------------------------------------------------- 1 | class Doubledown < Formula 2 | desc "Sync local changes to a remote directory" 3 | homepage "https://github.com/devstructure/doubledown" 4 | url "https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz" 5 | sha256 "47ff56b6197c5302a29ae4a373663229d3b396fd54d132adbf9f499172caeb71" 6 | head "https://github.com/devstructure/doubledown.git" 7 | 8 | bottle :unneeded 9 | 10 | def install 11 | bin.install Dir["bin/*"] 12 | man1.install Dir["man/man1/*.1"] 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/dsh.rb: -------------------------------------------------------------------------------- 1 | class Dsh < Formula 2 | desc "Dancer's shell, or distributed shell" 3 | homepage "https://www.netfort.gr.jp/~dancer/software/dsh.html.en" 4 | url "https://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz" 5 | sha256 "147c59c902dbd7a3290e20f41b5cc594192d6c93957d34dd061eb8d27bd9e466" 6 | 7 | depends_on "libdshconfig" 8 | 9 | def install 10 | system "./configure", "--disable-debug", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/duff.rb: -------------------------------------------------------------------------------- 1 | class Duff < Formula 2 | desc "Quickly find duplicates in a set of files from the command-line" 3 | homepage "http://duff.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/duff/duff/0.5.2/duff-0.5.2.tar.gz" 5 | sha256 "15b721f7e0ea43eba3fd6afb41dbd1be63c678952bf3d80350130a0e710c542e" 6 | 7 | def install 8 | system "./configure", "--disable-dependency-tracking", 9 | "--prefix=#{prefix}", 10 | "--mandir=#{man}" 11 | system "make", "install" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/duply.rb: -------------------------------------------------------------------------------- 1 | class Duply < Formula 2 | desc "Frontend to the duplicity backup system" 3 | homepage "http://duply.net" 4 | url "https://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.11.x/duply_1.11.2.tgz" 5 | sha256 "06843960ae5753395cb5be72a9c9f2fe78e6ea81a17c6d8d28f2ae49ab50d5aa" 6 | 7 | bottle :unneeded 8 | 9 | depends_on "duplicity" 10 | 11 | def install 12 | bin.install "duply" 13 | end 14 | 15 | test do 16 | system "#{bin}/duply", "-v" 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /Library/Formula/dvdbackup.rb: -------------------------------------------------------------------------------- 1 | class Dvdbackup < Formula 2 | desc "Rip DVD's from the command-line" 3 | homepage "http://dvdbackup.sourceforge.net" 4 | url "https://downloads.sourceforge.net/dvdbackup/dvdbackup-0.4.2.tar.gz" 5 | sha256 "0a37c31cc6f2d3c146ec57064bda8a06cf5f2ec90455366cb250506bab964550" 6 | 7 | depends_on "libdvdread" 8 | 9 | def install 10 | system "./configure", "--mandir=#{man}", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/easy-git.rb: -------------------------------------------------------------------------------- 1 | class EasyGit < Formula 2 | desc "Wrapper to simplify learning and using git" 3 | homepage "https://people.gnome.org/~newren/eg/" 4 | url "https://people.gnome.org/~newren/eg/download/1.7.5.2/eg" 5 | version "1.7.5.2" 6 | sha256 "59bb4f8b267261ab3d48c66b957af851d1a61126589173ebcc20ba9f43c382fb" 7 | 8 | bottle :unneeded 9 | 10 | def install 11 | bin.install "eg" 12 | end 13 | 14 | test do 15 | system "#{bin}/eg", "help" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/ecj.rb: -------------------------------------------------------------------------------- 1 | # This formula is intended to be used by gcc formulae with java support. 2 | 3 | class Ecj < Formula 4 | desc "Standalone version of the Eclipse Java compiler" 5 | homepage "https://gcc.gnu.org/" 6 | url "ftp://sourceware.org/pub/java/ecj-4.9.jar" 7 | mirror "https://mirrors.kernel.org/sources.redhat.com/java/ecj-4.9.jar" 8 | sha256 "9506e75b862f782213df61af67338eb7a23c35ff425d328affc65585477d34cd" 9 | 10 | bottle :unneeded 11 | 12 | def install 13 | (share/"java").install "ecj-#{version}.jar" => "ecj.jar" 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Library/Formula/ecm.rb: -------------------------------------------------------------------------------- 1 | class Ecm < Formula 2 | desc "Prepare CD image files so they compress better" 3 | homepage "https://web.archive.org/web/20140227165748/http://www.neillcorlett.com/ecm/" 4 | url "https://web.archive.org/web/20091021035854/http://www.neillcorlett.com/downloads/ecm100.zip" 5 | version "1.0" 6 | sha256 "1d0d19666f46d9a2fc7e534f52475e80a274e93bdd3c010a75fe833f8188b425" 7 | 8 | def install 9 | system ENV.cc, "-o", "ecm", "ecm.c" 10 | system ENV.cc, "-o", "unecm", "unecm.c" 11 | bin.install "ecm", "unecm" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/ee.rb: -------------------------------------------------------------------------------- 1 | class Ee < Formula 2 | desc "Terminal (curses-based) text editor with pop-up menus" 3 | homepage "http://www.users.qwest.net/~hmahon/" 4 | url "http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz" 5 | sha256 "a85362dbc24c2bd0f675093fb593ba347b471749c0a0dbefdc75b6334a7b6e4c" 6 | 7 | def install 8 | system "make", "localmake" 9 | system "make", "all" 10 | 11 | # Install manually 12 | bin.install "ee" 13 | man1.install "ee.1" 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Library/Formula/ekhtml.rb: -------------------------------------------------------------------------------- 1 | class Ekhtml < Formula 2 | desc "Forgiving SAX-style HTML parser" 3 | homepage "http://ekhtml.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/ekhtml/ekhtml/0.3.2/ekhtml-0.3.2.tar.gz" 5 | sha256 "1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6" 6 | 7 | def install 8 | ENV.j1 9 | system "./configure", "--disable-dependency-tracking", 10 | "--prefix=#{prefix}" 11 | system "make", "install" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/epsilon.rb: -------------------------------------------------------------------------------- 1 | class Epsilon < Formula 2 | desc "Powerful wavelet image compressor" 3 | homepage "http://epsilon-project.sourceforge.net" 4 | url "https://downloads.sourceforge.net/project/epsilon-project/epsilon/0.9.2/epsilon-0.9.2.tar.gz" 5 | sha256 "5421a15969d4d7af0ac0a11d519ba8d1d2147dc28d8c062bf0c52f3a0d4c54c4" 6 | 7 | depends_on "popt" 8 | 9 | def install 10 | system "./configure", "--disable-debug", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/epubcheck.rb: -------------------------------------------------------------------------------- 1 | class Epubcheck < Formula 2 | desc "Validate IDPF EPUB files, version 2.0 and later" 3 | homepage "https://github.com/IDPF/epubcheck" 4 | url "https://github.com/IDPF/epubcheck/releases/download/v4.0.1/epubcheck-4.0.1.zip" 5 | sha256 "ef1973ed8ada1e7f875cd1b9cc61c4ddf72e131a1865d00f48e19e0caab288ba" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | jarname = "epubcheck.jar" 11 | libexec.install jarname, "lib" 12 | bin.write_jar_script libexec/jarname, "epubcheck" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/fasd.rb: -------------------------------------------------------------------------------- 1 | class Fasd < Formula 2 | desc "CLI tool for quick access to files and directories" 3 | homepage "https://github.com/clvv/fasd" 4 | url "https://github.com/clvv/fasd/archive/1.0.1.tar.gz" 5 | sha256 "88efdfbbed8df408699a14fa6c567450bf86480f5ff3dde42d0b3e1dee731f65" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "fasd" 11 | man1.install "fasd.1" 12 | end 13 | 14 | test do 15 | system "#{bin}/fasd", "--init", "auto" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/fatsort.rb: -------------------------------------------------------------------------------- 1 | class Fatsort < Formula 2 | desc "Sorts FAT16 and FAT32 partitions" 3 | homepage "http://fatsort.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/fatsort/fatsort-1.3.365.tar.gz" 5 | sha256 "77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d" 6 | 7 | depends_on "help2man" 8 | 9 | def install 10 | system "make", "CC=#{ENV.cc}" 11 | bin.install "src/fatsort" 12 | man1.install "man/fatsort.1" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/ffind.rb: -------------------------------------------------------------------------------- 1 | class Ffind < Formula 2 | desc "Friendlier find" 3 | homepage "https://github.com/sjl/friendly-find" 4 | url "https://github.com/sjl/friendly-find/archive/v0.3.2.tar.gz" 5 | sha256 "4fe9b5fb4d64cc3a006b1496cf0a825a2494706c413778b77bbcf0fb9cfbbf80" 6 | 7 | bottle :unneeded 8 | 9 | conflicts_with "sleuthkit", 10 | :because => "both install a 'ffind' executable." 11 | 12 | def install 13 | bin.install "ffind" 14 | end 15 | 16 | test do 17 | system "#{bin}/ffind" 18 | end 19 | end 20 | -------------------------------------------------------------------------------- /Library/Formula/finatra.rb: -------------------------------------------------------------------------------- 1 | class Finatra < Formula 2 | desc "Scala web framework inspired by Sinatra" 3 | homepage "http://finatra.info/" 4 | url "https://github.com/twitter/finatra/archive/1.5.3.tar.gz" 5 | sha256 "aa4fab5ccdc012da9edf4650addf54b6ba64eb7e6a5e88d8c76e68e4d89216de" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install Dir["*"] 11 | bin.install_symlink libexec/"finatra" 12 | end 13 | 14 | test do 15 | system bin/"finatra" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/flake.rb: -------------------------------------------------------------------------------- 1 | class Flake < Formula 2 | desc "FLAC audio encoder" 3 | homepage "http://flake-enc.sourceforge.net" 4 | url "https://downloads.sourceforge.net/project/flake-enc/flake/0.11/flake-0.11.tar.bz2" 5 | sha256 "8dd249888005c2949cb4564f02b6badb34b2a0f408a7ec7ab01e11ceca1b7f19" 6 | 7 | def install 8 | ENV.j1 9 | system "./configure", "--disable-debug", "--prefix=#{prefix}" 10 | system "make" 11 | system "make", "install" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/flvmeta.rb: -------------------------------------------------------------------------------- 1 | class Flvmeta < Formula 2 | desc "Manipulate Adobe flash video files (FLV)" 3 | homepage "http://www.flvmeta.com" 4 | url "https://github.com/noirotm/flvmeta/archive/v1.1.2.tar.gz" 5 | sha256 "ee98c61e08b997b96d9ca4ea20ee9cff2047d8875d09c743d97b1b1cc7b28d13" 6 | 7 | depends_on "cmake" => :build 8 | 9 | def install 10 | system "cmake", ".", *std_cmake_args 11 | system "make", "install" 12 | end 13 | 14 | test do 15 | system "#{bin}/flvmeta", "-V" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/ftjam.rb: -------------------------------------------------------------------------------- 1 | class Ftjam < Formula 2 | desc "Build tool that can be used as a replacement for Make" 3 | homepage "http://www.freetype.org/jam/" 4 | url "https://downloads.sourceforge.net/project/freetype/ftjam/2.5.2/ftjam-2.5.2.tar.bz2" 5 | sha256 "e89773500a92912de918e9febffabe4b6bce79d69af194435f4e032b8a6d66a3" 6 | 7 | conflicts_with "jam", :because => "both install a `jam` binary" 8 | 9 | def install 10 | system "./configure", "--prefix=#{prefix}" 11 | system "make" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/gcutil.rb: -------------------------------------------------------------------------------- 1 | class Gcutil < Formula 2 | desc "Manage your Google Compute Engine resources" 3 | homepage "https://cloud.google.com/compute/docs/gcutil/" 4 | url "https://dl.google.com/dl/cloudsdk/release/artifacts/gcutil-1.16.1.zip" 5 | sha256 "31f438c9ce3471f1404340e3411239b28b63f117d17776271fee1e1a352f3877" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | libexec.install "gcutil", "lib" 11 | bin.install_symlink libexec/"gcutil" 12 | end 13 | 14 | test do 15 | system "#{bin}/gcutil", "version" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/gdub.rb: -------------------------------------------------------------------------------- 1 | class Gdub < Formula 2 | desc "A gradlew/gradle wrapper." 3 | homepage "http://www.gdub.rocks" 4 | url "https://github.com/dougborg/gdub/archive/v0.1.0.tar.gz" 5 | sha256 "ddf2572cc67b8df3293b1707720c6ef09d6caf73227fa869a73b16239df959c3" 6 | 7 | bottle :unneeded 8 | 9 | depends_on "gradle" 10 | 11 | def install 12 | bin.install "bin/gw" 13 | end 14 | 15 | test do 16 | ENV.java_cache 17 | 18 | system "gradle", "init" 19 | cd "gradle" do 20 | system bin/"gw", "tasks" 21 | end 22 | end 23 | end 24 | -------------------------------------------------------------------------------- /Library/Formula/geogit.rb: -------------------------------------------------------------------------------- 1 | class Geogit < Formula 2 | desc "Distributed version control for geospatial data" 3 | homepage "http://www.geogit.org" 4 | url "https://downloads.sourceforge.net/project/geogit/geogit-0.10.0/geogit-cli-app-0.10.0.zip" 5 | sha256 "b1256a2375aa38b5ba22a83d53f9befd3a7495fea5312884810744a43db77720" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "bin/geogit", "bin/geogit-console" 11 | prefix.install "repo" 12 | end 13 | end 14 | -------------------------------------------------------------------------------- /Library/Formula/gibo.rb: -------------------------------------------------------------------------------- 1 | class Gibo < Formula 2 | desc "Access GitHub's .gitignore boilerplates" 3 | homepage "https://github.com/simonwhitaker/gibo" 4 | url "https://github.com/simonwhitaker/gibo/archive/1.0.4.tar.gz" 5 | sha256 "243e4c2710b92ae722a74470305ea5d2c326c396330dcb2ccbce33bf690e4dfc" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "gibo" 11 | bash_completion.install "gibo-completion.bash" 12 | zsh_completion.install "gibo-completion.zsh" => "_gibo" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/gimme.rb: -------------------------------------------------------------------------------- 1 | class Gimme < Formula 2 | desc "Shell script to install any Go version" 3 | homepage "https://github.com/travis-ci/gimme" 4 | url "https://github.com/travis-ci/gimme/archive/v0.2.4.tar.gz" 5 | sha256 "feb9c25d96cc6a4e735200a180070ec3458fea7d1795439abf8acad45edfc194" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "gimme" 11 | end 12 | 13 | test do 14 | system "#{bin}/gimme", "-l" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/git-fresh.rb: -------------------------------------------------------------------------------- 1 | class GitFresh < Formula 2 | desc "Utility to keep git repos fresh" 3 | homepage "https://github.com/imsky/git-fresh" 4 | url "https://github.com/imsky/git-fresh/archive/v1.6.2.tar.gz" 5 | sha256 "dccb33daa14939d53f43e1d02819ecaa960f10a5a479bee32ea47c6e13569623" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | system "./install.sh", bin 11 | end 12 | 13 | test do 14 | system "git-fresh", "-T" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/git-number.rb: -------------------------------------------------------------------------------- 1 | class GitNumber < Formula 2 | desc "Use numbers for dealing with files in git" 3 | homepage "https://github.com/holygeek/git-number" 4 | url "https://github.com/holygeek/git-number/archive/1.0.0a.tar.gz" 5 | sha256 "710804466860fdb6f985c0a1268887230c4c1ff708584b19e385bbaec872f4f5" 6 | version "1.0.0a" 7 | 8 | def install 9 | system "make", "test" 10 | system "make", "prefix=#{prefix}", "install" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/git-open.rb: -------------------------------------------------------------------------------- 1 | class GitOpen < Formula 2 | desc "Open GitHub webpages from a terminal" 3 | homepage "https://github.com/jeffreyiacono/git-open" 4 | url "https://github.com/jeffreyiacono/git-open/archive/v1.1.tar.gz" 5 | sha256 "21b4b8f9394d5315b3790704ecb3bb031bce13a90da4a34af553391641421073" 6 | 7 | bottle :unneeded 8 | 9 | def install 10 | bin.install "git-open.sh" => "git-open" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/git-sh.rb: -------------------------------------------------------------------------------- 1 | class GitSh < Formula 2 | desc "Customized Bash environment for git work" 3 | homepage "https://github.com/rtomayko/git-sh" 4 | url "https://github.com/rtomayko/git-sh/archive/1.3.tar.gz" 5 | sha256 "461848dfa52ea6dd6cd0a374c52404b632204dc637cde17c0532529107d52358" 6 | 7 | head "https://github.com/rtomayko/git-sh.git" 8 | 9 | def install 10 | system "make" 11 | system "make", "install", "PREFIX=#{prefix}" 12 | end 13 | 14 | test do 15 | system "#{bin}/git-sh", "-c", "ls" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/gitslave.rb: -------------------------------------------------------------------------------- 1 | class Gitslave < Formula 2 | desc "Create group of related repos with one as superproject" 3 | homepage "http://gitslave.sourceforge.net" 4 | url "https://downloads.sourceforge.net/project/gitslave/gitslave-2.0.2.tar.gz" 5 | sha256 "8aa3dcb1b50418cc9cee9bee86bb4b279c1c5a34b7adc846697205057d4826f0" 6 | 7 | def install 8 | system "make", "install", "prefix=#{prefix}" 9 | end 10 | end 11 | -------------------------------------------------------------------------------- /Library/Formula/glog.rb: -------------------------------------------------------------------------------- 1 | class Glog < Formula 2 | desc "Application-level logging library" 3 | homepage "https://github.com/google/glog" 4 | url "https://github.com/google/glog/archive/v0.3.4.tar.gz" 5 | sha256 "ce99d58dce74458f7656a68935d7a0c048fa7b4626566a71b7f4e545920ceb10" 6 | 7 | depends_on "gflags" 8 | 9 | def install 10 | system "./configure", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make", "install" 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/gptsync.rb: -------------------------------------------------------------------------------- 1 | class Gptsync < Formula 2 | desc "GPT and MBR partition tables synchronization tool" 3 | homepage "http://refit.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/refit/refit-src-0.14.tar.gz" 5 | sha256 "c4b0803683c9f8a1de0b9f65d2b5a25a69100dcc608d58dca1611a8134cde081" 6 | 7 | def install 8 | cd "gptsync" do 9 | system "make", "-f", "Makefile.unix", "CC=#{ENV.cc}" 10 | sbin.install "gptsync", "showpart" 11 | man8.install "gptsync.8" 12 | end 13 | end 14 | end 15 | -------------------------------------------------------------------------------- /Library/Formula/gqlplus.rb: -------------------------------------------------------------------------------- 1 | class Gqlplus < Formula 2 | desc "Drop-in replacement for sqlplus, an Oracle SQL client" 3 | homepage "http://gqlplus.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/gqlplus/gqlplus/1.15/gqlplus-1.15.tar.gz" 5 | sha256 "9a539cdcf952b4acd2ae2d940772366bf6c9ee0fb51846c02d3c7dc1df3056d5" 6 | 7 | depends_on "readline" 8 | 9 | def install 10 | system "./configure", "--disable-dependency-tracking", 11 | "--prefix=#{prefix}" 12 | system "make" 13 | bin.install "gqlplus" 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Library/Formula/grepcidr.rb: -------------------------------------------------------------------------------- 1 | class Grepcidr < Formula 2 | desc "Filter IP addresses matching IPv4 CIDR/network specification" 3 | homepage "http://www.pc-tools.net/unix/grepcidr/" 4 | url "http://www.pc-tools.net/files/unix/grepcidr-2.0.tar.gz" 5 | sha256 "61886a377dabf98797145c31f6ba95e6837b6786e70c932324b7d6176d50f7fb" 6 | 7 | def install 8 | system "make" 9 | bin.install "grepcidr" 10 | man1.install "grepcidr.1" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/grok.rb: -------------------------------------------------------------------------------- 1 | class Grok < Formula 2 | desc "Powerful pattern-matching/reacting too" 3 | homepage "https://github.com/jordansissel/grok" 4 | url "https://github.com/jordansissel/grok/archive/v0.9.2.tar.gz" 5 | sha256 "40edbdba488ff9145832c7adb04b27630ca2617384fbef2af014d0e5a76ef636" 6 | head "https://github.com/jordansissel/grok.git" 7 | 8 | depends_on "libevent" 9 | depends_on "pcre" 10 | depends_on "tokyo-cabinet" 11 | 12 | def install 13 | system "make", "grok" 14 | system "make", "install", "PREFIX=#{prefix}" 15 | end 16 | end 17 | -------------------------------------------------------------------------------- /Library/Formula/growly.rb: -------------------------------------------------------------------------------- 1 | class Growly < Formula 2 | desc "Redirect command output to a growl notification" 3 | homepage "https://github.com/ryankee/growly" 4 | url "https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz" 5 | sha256 "3e803207aa15e3a1ee33fc388a073bd84230dce2c579295ce26b857987e78a79" 6 | head "https://github.com/ryankee/growly.git" 7 | 8 | bottle :unneeded 9 | 10 | def install 11 | bin.install "growly" 12 | end 13 | 14 | test do 15 | system "#{bin}/growly", "echo Hello, world!" 16 | end 17 | end 18 | -------------------------------------------------------------------------------- /Library/Formula/gzrt.rb: -------------------------------------------------------------------------------- 1 | class Gzrt < Formula 2 | desc "Gzip recovery toolkit" 3 | homepage "http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html" 4 | url "http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz" 5 | sha256 "b0b7dc53dadd8309ad9f43d6d6be7ac502c68ef854f1f9a15bd7f543e4571fee" 6 | 7 | def install 8 | system "make" 9 | bin.install "gzrecover" 10 | man1.install "gzrecover.1" 11 | end 12 | end 13 | -------------------------------------------------------------------------------- /Library/Formula/h264bitstream.rb: -------------------------------------------------------------------------------- 1 | class H264bitstream < Formula 2 | desc "Library for reading and writing H264 video streams" 3 | homepage "http://h264bitstream.sourceforge.net/" 4 | url "https://downloads.sourceforge.net/project/h264bitstream/h264bitstream/0.1.9/h264bitstream-0.1.9.tar.gz" 5 | sha256 "a18dee311adf6533931f702853b39058b1b7d0e484d91b33c6ba6442567d4764" 6 | 7 | def install 8 | system "./configure", "--prefix=#{prefix}" 9 | system "make", "install" 10 | end 11 | end 12 | -------------------------------------------------------------------------------- /Library/Formula/hqx.rb: -------------------------------------------------------------------------------- 1 | class Hqx < Formula 2 | desc "Magnification filter designed for pixel art" 3 | homepage "https://code.google.com/p/hqx/" 4 | url "https://hqx.googlecode.com/files/hqx-1.1.tar.gz" 5 | sha256 "cc18f571fb4bc325317892e39ecd5711c4901831926bc93296de9ebb7b2f317b" 6 | 7 | depends_on "devil" 8 | 9 | def install 10 | ENV.deparallelize 11 | system "./configure", "--disable-debug", "--disable-dependency-tracking", 12 | "--prefix=#{prefix}" 13 | system "make", "install" 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Library/Formula/hr.rb: -------------------------------------------------------------------------------- 1 | class Hr < Formula 2 | desc "