This file contains 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
[global] | |
fontpath = /usr/share/fonts/truetype/ttf-japanese-gothic.ttf | |
[blockdiag] | |
fontpath = /usr/share/fonts/truetype/sazanami/sazanami-gothic.ttf | |
[nwdiag] | |
fontpath = /usr/share/fonts/truetype/takao/TakaoGothic.ttf |
This file contains 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 Emacs < Formula | |
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.4.tar.bz2' | |
md5 '070c68ad8e3c31fb3cb2414feaf5e6f0' | |
homepage 'http://www.gnu.org/software/emacs/' | |
if ARGV.include? "--use-git-head" | |
head 'git://git.sv.gnu.org/emacs.git' | |
else |
This file contains 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 Emacs < Formula | |
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.4.tar.bz2' | |
md5 '070c68ad8e3c31fb3cb2414feaf5e6f0' | |
homepage 'http://www.gnu.org/software/emacs/' | |
if ARGV.include? "--use-git-head" | |
head 'git://git.sv.gnu.org/emacs.git' | |
else |
This file contains 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 Freetype2 <Formula | |
url 'http://download.savannah.gnu.org/releases/freetype/freetype-2.4.8.tar.bz2' | |
homepage 'http://freetype.sourceforge.net/index2.html' | |
md5 'dbf2caca1d3afd410a29217a9809d397' | |
version '2.4.8' | |
def install | |
system "./configure", "--disable-debug", "--disable-dependency-tracking", |
This file contains 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 LynxDev < Formula | |
url 'http://lynx.isc.org/current/lynx2.8.8dev.9.tar.bz2' | |
homepage 'http://lynx.isc.org/current/' | |
md5 '35c4dfbacfd3c7024e2da079cd3e46ea' | |
def install | |
system "./configure", "--disable-debug", "--disable-dependency-tracking", | |
"--prefix=#{prefix}", |
This file contains 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
real 0m19.031s (use locate) | |
↓ | |
real 0m14.668s (use corelist) |
NewerOlder