This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @id acegist | |
| // @name ACEgist | |
| // @author Antoine BERNIER (abernier) | |
| // @version 0.1.2 | |
| // @description ACE editor in your gists | |
| // @match https://gist.github.com/gists/*/edit | |
| // ==/UserScript== | |
| (function (d, cb) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # PROVIDE: celery | |
| # REQUIRE: LOGIN | |
| # KEYWORD: shutdown | |
| PATH=$PATH:/usr/local/bin; export PATH | |
| . /etc/rc.subr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2 | |
| /usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2 | |
| Warning: Sorry! | |
| Warning: Gstreamer could not compile due to errors... | |
| Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/4 | |
| Warning: Sorry! | |
| Warning: SDL could not compile due to errors... | |
| Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/5 | |
| ==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=vadim --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf --with-gstreamer-dir=/dev/null --with-gstreamer-dir=/dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2 | |
| /usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2 | |
| Liquidsoap==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf | |
| ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for GNU make... make | |
| checking whether user test exists... ok | |
| checking if user test belongs to group staff... ok | |
| checking for gcc... /usr/bin/clang |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class Liquidsoap < Formula | |
| url 'http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0-full.tar.bz2' | |
| homepage 'http://savonet.sf.net/' | |
| md5 'e379caaf68b1141b0b34bdb3db14ab69' | |
| version '1.0.0' | |
| depends_on 'objective-caml' => :build | |
| depends_on 'ocaml-findlib' => :build |
NewerOlder