View recipe controller
// | |
// RKGHIssuesTableViewController.m | |
// RKGithub | |
// | |
// Created by Blake Watters on 2/22/12. | |
// Copyright (c) 2012 RestKit. All rights reserved. | |
// | |
#import <RestKit/RestKit.h> | |
#import <RestKit/UI.h> |
View net-snmp-log
==> Downloading http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1/net-snmp-5.7.1.tar.gz | |
File already downloaded in /Users/evandavey/Library/Caches/Homebrew | |
==> ./configure --prefix=/usr/local/Cellar/net-snmp/5.7.1 --with-persistent-directory=/usr/local/var/db/net-snmp --with-defaults --without-rpm --with | |
==> make | |
/usr/bin/clang -E -Iinclude -I./include -I./agent/mibgroup -I. -I. -DDONT_INC_STRUCTS -DBINDIR=/usr/local/Cellar/net-snmp/5.7.1/bin -x c ./sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript | |
making all in /private/tmp/homebrew-net-snmp-5.7.1-gsMI/net-snmp-5.7.1/snmplib | |
echo 's/VERSIONINFO/5.7.1/g' >> sedscript | |
echo 's#DATADIR#/usr/local/Cellar/net-snmp/5.7.1/share#g' >> sedscript | |
/bin/sh ../libtool --mode=compile /usr/bin/clang -I../include -I. -I../snmplib -fno-strict-aliasing -Os -w -pipe -march=native -Qunused-arguments -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_client.lo snmp_client.c | |
echo 's#LIBDIR#/usr/local/Cellar/net-snmp/5.7 |
View forked-daapd.rb
require 'formula' | |
class ForkedDaapd < Formula | |
url 'http://alioth.debian.org/~jblache/forked-daapd/forked-daapd-0.19.tar.gz' | |
homepage '' | |
md5 '53e6f1d6683e3275e7c7698ec923a97e' | |
depends_on 'antlr' | |
depends_on 'gettext' | |
depends_on 'libunistring' |