Skip to content

Instantly share code, notes, and snippets.

@kajong0007
kajong0007 / gist:2198131
Created March 25, 2012 16:36
fontforge formula
Now I'm vaguely remembering that I grabbed what someone claimed would be a fix from elsewhere on the homebrew git repository... I found my error and marked it with an arrow (like this: ===>)
require 'formula'
class Fontforge < Formula
url 'http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2'
head 'git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge'
homepage 'http://fontforge.sourceforge.net'
md5 '5be4dda345b5d73a27cc399df96e463a'
@kajong0007
kajong0007 / gist:2188788
Created March 24, 2012 22:51
brew install fontforge error
"brew install -v fontforge" yields:
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
CmdUtils.CreateCommand({
names: [ "rt", "rotten tomatoes"],
icon: "http://images.rottentomatoes.com/images/icons/favicon.ico",
description: "Searches Rotten Tomatoes",
help: "Rotten Tomatoes + Search Term",
author: {name: "Kajong", email: "kajong0007@gmail.com"},
homepage: "",
arguments: [{role: 'object', label: 'Movie or celeb or critic', nountype: noun_arb_text}],
preview: function previewGet(pblock, args) {
pblock.innerHTML = "You are searching <i>Rotten Tomatoes</i> with the term(s) <b>" + args.object.html +"</b>.";
CmdUtils.CreateCommand({
names: [ "rt", "rotten tomatoes"],
icon: "http://images.rottentomatoes.com/images/icons/favicon.ico",
description: "Searches Rotten Tomatoes",
help: "Rotten Tomatoes + Search Term",
author: {name: "Kajong", email: "kajong0007@gmail.com"},
homepage: "",
arguments: [{role: 'object', label:'Movie or celeb or critic', nountype: noun_arb_text}],
preview: function previewGet(pblock, args) {
pblock.innerHTML = "You are searching <i>Rotten Tomatoes</i> with the term(s) <b>" + args.object.html +"</b>.";