Trevor Turk
1c1436581c
couchdb-lucene: recommend putting plist in user-specific directory
...
Signed-off-by: David Höppner <0xffea@gmail.com>
* merge 2 commits
2010-09-01 17:57:32 +02:00
Trevor Turk
ab47448652
couchdb: fix potential problem with download, add plist info in caveats
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:54:35 +02:00
David Gageot
4da1978886
maven: install jars in libexec to avoid conflicts
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:45:41 +02:00
David Gageot
1b1f19ce1f
ioke: install jars in libexec to avoid conflicts
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:42:58 +02:00
Robert Boone
dfaa9f8c91
Update to the August build of rakudo-star
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:40:09 +02:00
David Höppner
af438eb5cb
nasm: update version 2.09
2010-09-01 13:46:10 +02:00
Richard West
356b4af0ff
New formula: Cantera 1.8
...
Cantera is a suite of object-oriented software tools for problems involving
chemical kinetics, thermodynamics, and/or transport processes.
This formula gets the 1.8.0-beta source from the google code site,
http://code.google.com/p/cantera/ and builds it the way I want it: 64-bit
architecture with the full python package and numpy.
A simple 'brew install cantera' gives me:
/usr/local/Cellar/cantera/1.8.0b: 668 files, 30M, built in 5.5 minutes
I can then do the following demo (using a homebrew python) which uses the
GRI-Mech 3.0 kinetic model to find the equilibrium composition of a
stoichiometric mixture of methane and air at 1000 Kelvin and 1 atmosphere:
macbookpro:~ rwest$ python
Python 2.7 (r27:82500, Aug 16 2010, 14:45:41)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Cantera
>>> g=Cantera.GRI30()
>>> g.set(X='CH4:1, O2:2, N2:8', T=1000, P=Cantera.OneAtm)
>>> g.equilibrate('TP')
>>> g
gri30:
temperature 1000 K
pressure 101325 Pa
density 0.336957 kg/m^3
mean mol. weight 27.6498 amu
1 kg 1 kmol
----------- ------------
enthalpy -2.03847e+06 -5.636e+07 J
internal energy -2.33917e+06 -6.468e+07 J
entropy 8643.6 2.39e+05 J/K
Gibbs function -1.06821e+07 -2.954e+08 J
heat capacity c_p 1311.88 3.627e+04 J/K
heat capacity c_v 1011.18 2.796e+04 J/K
X Y Chem. Pot. / RT
------------- ------------ ------------
H2 7.61286e-08 5.55034e-09 -33.8964
H 6.26175e-13 2.28264e-14 -16.9482
O 3.28152e-14 1.89883e-14 -21.7574
O2 4.3563e-08 5.04148e-08 -43.5148
OH 3.30789e-09 2.03467e-09 -38.7056
H2O 0.181818 0.118464 -55.6538
HO2 1.22441e-14 1.46163e-14 -60.463
H2O2 1.0757e-13 1.32332e-13 -77.4112
C 2.27652e-44 9.88915e-45 -34.5822
CH 5.81653e-44 2.73871e-44 -51.5304
CH2 8.38153e-40 4.25199e-40 -68.4786
CH2(S) 4.46855e-42 2.26692e-42 -68.4786
CH3 3.45038e-34 1.87617e-34 -85.4268
CH4 2.42853e-30 1.40906e-30 -102.375
CO 2.6519e-08 2.68649e-08 -56.3396
CO2 0.0909091 0.144698 -78.0969
HCO 5.1743e-22 5.4304e-22 -73.2878
CH2O 1.12139e-21 1.21778e-21 -90.2359
CH2OH 3.08627e-32 3.46403e-32 -107.184
CH3O 7.46237e-35 8.37578e-35 -107.184
CH3OH 4.44146e-30 5.14701e-30 -124.132
C2H 2.34749e-55 2.12506e-55 -86.1125
C2H2 1.673e-45 1.57547e-45 -103.061
C2H3 8.12731e-55 7.94977e-55 -120.009
C2H4 6.60022e-50 6.69664e-50 -136.957
C2H5 4.98569e-59 5.24027e-59 -153.905
C2H6 1.36667e-56 1.48628e-56 -170.854
HCCO 1.87989e-42 2.78955e-42 -107.87
CH2CO 4.03465e-38 6.13407e-38 -124.818
HCCOH 6.9093e-45 1.05045e-44 -124.818
N 2.53717e-22 1.28527e-22 -12.5845
NH 5.98875e-22 3.25207e-22 -29.5327
NH2 8.37524e-20 4.85331e-20 -46.4809
NH3 1.04731e-14 6.45078e-15 -63.4291
NNH 2.69259e-19 2.82616e-19 -42.1172
NO 1.37659e-08 1.49391e-08 -34.3419
NO2 3.38433e-13 5.63106e-13 -56.0993
N2O 1.09383e-12 1.74115e-12 -46.9264
HNO 5.09799e-16 5.71828e-16 -51.2901
CN 9.63391e-33 9.06525e-33 -47.1667
HCN 8.91222e-24 8.71104e-24 -64.1149
H2CN 6.76004e-36 6.85387e-36 -81.063
HCNN 1.39332e-43 2.0677e-43 -76.6993
HCNO 8.54635e-33 1.32987e-32 -85.8722
HOCN 2.37596e-23 3.69716e-23 -85.8722
HNCO 7.70146e-18 1.1984e-17 -85.8722
NCO 3.47359e-24 5.27852e-24 -68.924
N2 0.727273 0.736838 -25.169
AR 0 0
C3H7 9.64128e-85 1.50247e-84 -222.384
C3H8 2.79983e-82 4.46523e-82 -239.332
CH2CHO 8.72194e-48 1.35783e-47 -141.766
CH3CHO 3.16573e-45 5.04381e-45 -158.715
>>>
Signed-off-by: David Höppner <0xffea@gmail.com>
* use snow_leopard_64?
* remove version
2010-09-01 11:39:33 +02:00
David Höppner
3872bce9c4
sip: fixes Homebrew/homebrew#2322
2010-08-31 20:39:36 +02:00
David Höppner
6284c0f641
vcdimager: fix man path
2010-08-31 18:45:14 +02:00
David Höppner
1a9fc78e82
libcdio: update version to 0.82
2010-08-31 18:37:18 +02:00
David Höppner
1da481085d
New formula libxspf
...
libxspf (formerly called libSpiff) brings XSPF playlist reading
and writing support to your C++ application.
2010-08-31 18:15:35 +02:00
Ferdinand Niedermann
bb1413c837
New Formula: ddate
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-31 18:12:32 +02:00
Luke Gallagher
1c2e6f4dff
Update wireshark 1.4.0
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-31 18:09:53 +02:00
Jan Berkel
63e06b966e
New version of AppEngine Java SDK (1.3.7)
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-31 18:08:15 +02:00
William Roe
02fd56dd55
Updated the google-app-engine formula to 1.3.7
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-31 18:05:01 +02:00
Laurent
b76c786ba1
fixing issue 2320
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-31 17:59:49 +02:00
Peter Aronoff
be19a845d1
Update discount to 1.6.7
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-30 21:04:40 +02:00
Ferdinand Niedermann
1798f74884
new formula: dcal
...
Signed-off-by: David Höppner <0xffea@gmail.com>
* use standard CXX
2010-08-30 20:16:54 +02:00
Ryan Pavlik
b2ead74bc4
cppdom: remove extra path for 64 bit libs
2010-08-30 18:22:57 +02:00
Will Robertson
18f156ad16
New formula: Asymptote
...
Asymptote is a 3D programmatic drawing environment
that integrates with TeX/LaTeX. It requires a MacTeX
installation (or equivalent).
Building asy from source is not exactly straightforward
(although not toooo difficult) on Mac OS X due to some
dependences; hopefully this formula helps some people
out.
Signed-off-by: David Höppner <0xffea@gmail.com>
* white spaces
2010-08-30 18:09:39 +02:00
David Höppner
adb4577882
New formula uriparser
...
uriparser is a strictly RFC 3986 compliant URI parsing and handling
library written in C. uriparser is cross-platform, fast, supports
Unicode and is licensed under the New BSD license.
2010-08-30 16:45:52 +02:00
David Höppner
e45c250502
New formula cpptest
...
CppTest is a portable and powerful, yet simple, unit testing
framework for handling automated tests in C++. The focus lies
on usability and extendability.
2010-08-30 16:43:32 +02:00
David Höppner
8dbabcbd25
sox: fixes Homebrew/homebrew#2312
...
mp3.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘const’
mp3.c:60: static mad_timer_t const mad_timer_zero_stub = {0, 0};
uses mad data type outside ifdef MAD, should be fixed upstream
2010-08-30 15:08:26 +02:00
Johannes Gorset
9a55eda5b4
imagemagick: Add "--disable-openmp" option
...
OpenMP generates a segmentation fault when ImageMagick is called
from within a thread (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616 ),
rendering ImageMagick unusable with popular frameworks such as Ruby on Rails.
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-30 14:54:31 +02:00
Graeme Hamilton
ba3682c101
New formula isync
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-29 21:26:32 +02:00
David Höppner
c184f00fa7
libassuan: update version to 2.0.1
2010-08-29 20:54:00 +02:00
David Höppner
1187be65c7
libgcrypt: update version to 1.4.6
2010-08-29 20:50:51 +02:00
David Höppner
f19c545ce2
libgpg-error: update version to 1.9
2010-08-29 20:50:19 +02:00
David Höppner
b699618dca
libpng: update version to 1.2.44
2010-08-29 20:43:51 +02:00
David Höppner
1002f1a80a
zebra: update version to 2.0.44
2010-08-29 20:03:13 +02:00
David Höppner
280f58a75a
New formula metaproxy
...
Metaproxy is a proxy front end server that presents a single
Z39.50/SRW/SRU front end to multiple back end Z39.50 database
servers. It can also work in conjunction with Index Data's
library of gateways to access non-Z39.50-compliant database
servers.
2010-08-29 19:58:12 +02:00
David Höppner
ebd60a7a4d
New formula yazpp
...
AZ++ is an application programming interface (API) to YAZ which
supports the development of Z39.50/SRW/SRU client and server
applications using C++.
2010-08-29 19:52:35 +02:00
David Höppner
2a6eb2298a
yaz: update version to 4.0.12
2010-08-29 19:41:29 +02:00
David Höppner
14ec384372
ddrescue: update version to 1.13
...
Also use CXX as compiler
2010-08-29 19:31:37 +02:00
David Höppner
38adda0239
libsndfile: update to version 1.0.21
2010-08-29 18:21:43 +02:00
David Höppner
072e97b9a4
scummvm: update version to 1.1.1 + fluidsynth
2010-08-29 18:14:57 +02:00
Jeffrey T. Palmer
7b368adc38
Added sdl_gfx formula.
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-29 17:36:44 +02:00
David Höppner
1fdf09bdc7
readline: update version to 6.1
2010-08-29 17:28:30 +02:00
David Höppner
14de12e85b
cherokee: update version to 1.0.8
2010-08-29 16:51:29 +02:00
David Höppner
d7a3295ad6
New formula cdb
...
cdb is a fast, reliable, simple package for creating and reading
constant databases.
2010-08-29 16:27:35 +02:00
David Höppner
0f68018e56
cassandra: update version to 0.6.5
2010-08-29 15:49:21 +02:00
Philip Weaver
5b0f857413
ffmpeg: add support for compiling with libvpx
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-29 14:06:52 +02:00
David Höppner
9d87da0b8a
libvpx: updated formula by pheaver (Philip Weaver)
2010-08-29 14:05:32 +02:00
Zifei Tong
8c7b434a54
New formula: splint
...
Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint
can be used as a better lint. If additional effort is invested
adding annotations to programs, Splint can perform stronger checking
than can be done by any standard lint.
Signed-off-by: David Höppner <0xffea@gmail.com>
* remove white space
* improve commit message
2010-08-29 13:18:28 +02:00
Ryan Pavlik
f278c07997
New formula gmtl
...
Graphics Math Template Library (GMTL)
Signed-off-by: David Höppner <0xffea@gmail.com>
* relative path
2010-08-29 13:09:31 +02:00
Alcides Fonseca
65d69e6b7f
R now compiles as a framework.
...
Signed-off-by: David Höppner <0xffea@gmail.com>
* did remove --with-blas=-framework vecLib (linker errors)
2010-08-29 13:02:02 +02:00
Josh Pschorr
4ab62250ae
New formula: cdparanoia
...
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-29 12:20:10 +02:00
David Höppner
7032848b40
coffe-script: update version to 0.9.2
2010-08-27 20:30:48 +02:00
Matt Butcher
7db3794223
Initial add of the TTYtter CLI twitter client.
...
Signed-off-by: David Höppner <0xffea@gmail.com>
* ScriptFileFormula
2010-08-27 20:24:05 +02:00
Ryan Pavlik
71f7ac0b82
New formula cppdom
...
Signed-off-by: David Höppner <0xffea@gmail.com>
* remove require hardware
* use snow_leopard_64
2010-08-27 19:50:06 +02:00