Brett Koonce
72587b9ae8
expat 2.1.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:25 -08:00
Brett Koonce
53ad621277
esniper 2.28.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:25 -08:00
Brett Koonce
8719421a49
dvdauthor 0.7.1
...
stripped patch (fixed upstream)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:25 -08:00
Brett Koonce
785e3ae24f
cutter 1.2.2
...
stripped patch (fixed upstream)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:24 -08:00
Brett Koonce
e820295189
cpptest 1.1.2
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:24 -08:00
Brett Koonce
00ed6893a1
clamav 0.97.6
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:24 -08:00
Brett Koonce
47fb4ef7a6
blitz 0.10
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:23 -08:00
Brett Koonce
f5c344ad0c
asciidoc 8.6.8
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 09:25:23 -08:00
Christoffer Lund
9c530be624
haproxy devel 1.5-dev12
...
Closes Homebrew/homebrew#15841 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 08:34:43 -08:00
Adam Vandenberg
536fb1be54
bedtools: style nits
2012-11-04 08:27:53 -08:00
arq5x
475767ccc1
bedtools 2.17.0
...
Closes Homebrew/homebrew#15842 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 08:27:49 -08:00
Jack Nagel
12d30eef8a
Unbreak mongodb formula
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-03 21:06:54 -05:00
Jonas Pfenniger
91e334e5d6
direnv 0.1.151
...
Closes Homebrew/homebrew#15833 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03 13:06:28 -07:00
Adam Vandenberg
e9c68fd4a0
standford-parser: fix checksum
...
Closes Homebrew/homebrew#15832 .
2012-11-03 12:37:03 -07:00
Ryan Senkbeil
29efd6669d
libaacs 0.5.0
...
Closes Homebrew/homebrew#15804 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03 12:32:09 -07:00
Holger Buchholz
42379d7c04
sbcl 1.1.1
...
Closes Homebrew/homebrew#15826 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03 12:17:45 -07:00
Jack Nagel
6d4ddac980
bash 4.2.39
...
I moved the patches to a gist, as it is easier to append new patches
this way.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-03 13:27:46 -05:00
Brett Koonce
9639fd0b3d
nginx (devel) 1.3.8
...
Closes Homebrew/homebrew#15828 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03 11:12:02 -07:00
Jack Nagel
be33f34fcf
smartmontools 6.0
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-03 13:09:57 -05:00
Ned Konz
df0f736415
abcMIDI 2012-10-03
...
Closes Homebrew/homebrew#15818 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-02 23:03:25 -07:00
Elliott Clark
79c6c5b848
HBase 0.94.2
...
Closes Homebrew/homebrew#15819 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-02 23:00:05 -07:00
Charlie Sharpsteen
3fd1bfd565
gdal: libdap build fixed upstream
...
Patch no longer necessary when building HEAD versions.
2012-11-02 18:43:06 -07:00
Charlie Sharpsteen
a8ca67e389
gdal: Refactor configuration
...
General cleanup and some specific changes:
- Now depends on Homebrew's libtiff and libgeotiff now that BigTIFF support
has landed upstream. This should prevent clashes arising from having
internal and external copies of these libraries loaded by the same
executable as noted in Homebrew/homebrew#7054 .
- Add WebP support to the `--complete` option.
- All backends for which there is no suitable stable formula in core are now
explicitly listed and disabled using `--without-<backend>` flags during
configuration. This behavior may be disabled by using the
`--enable-unsupported` flag which allows configure to drag in any libraries
that it finds in the user's environment that GDAL enables by default.
Previously this behavior was a side-effect of the `--complete` option.
2012-11-02 16:53:55 -07:00
Charlie Sharpsteen
c2e0d40c2b
jasper: Use sources from OSGeo
...
The OSGeo sources include a patch that allows Jasper to compute UUID bounding
boxes---a feature that is required for accessing certain georeferenced images.
The Debian packages for Jasper also include this patch.
2012-11-02 10:22:55 -07:00
Ragi Yaser Burhum
331dea0566
libkml: Add HEAD build
...
Closes Homebrew/homebrew#15728 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-02 10:22:55 -07:00
Charlie Sharpsteen
f3c34b2273
gdal: Re-enable Poppler support
...
Currently, GDAL 1.9.2 can build against Poppler 0.20.5 so Poppler support is
not re-enabled for the `--complete` option.
Reverts cfad309.
2012-11-02 10:22:55 -07:00
Charlie Sharpsteen
16207fae35
gdal: Transition to options DSL
...
Replace `def options` with `option` statements and replace all calls to
`ARGV.include?` with `build.include?`.
2012-11-02 10:22:55 -07:00
Sebastian Sdorra
5f3b8123d9
scm-manager 1.22
...
Closes Homebrew/homebrew#15809 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-02 07:04:29 -07:00
Steven Merrill
74dcfe3560
HAProxy: add --devel with SSL
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 21:07:11 -07:00
Daniel Russel
1c26fe6e42
avro-cpp 1.7.2
...
Closes Homebrew/homebrew#14322 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 19:53:05 -07:00
Josiah Kiehl
c71048d4b3
openssh: use more reliable server
...
Closes Homebrew/homebrew#15806 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 19:29:28 -07:00
William Ting
1124459f87
autojump 21.0.3
...
Update files to reflect new source locations.
Existing users upgrading must note the new autojump.sh location
and modify ~/.bash_profile or ~/.zshrc appropriately as mentioned
in the caveat message.
Fixes Homebrew/homebrew#15797 .
Closes Homebrew/homebrew#15793 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 13:51:12 -07:00
Jack Nagel
54b1295e73
ffmpeg: fix more typos
...
c.f. Homebrew/homebrew#15800 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-01 13:48:38 -05:00
Jack Nagel
bbe7b08c5f
ffmpeg: fix typos
...
Fixes Homebrew/homebrew#15800 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-01 13:37:30 -05:00
Adam Vandenberg
9831c2fab4
Revert "autojump 21.0.3"
...
This reverts commit b4aadae5b4f8c1df20935b8cbb06363f60763c81.
2012-11-01 09:38:04 -07:00
Brandon Bennett
9cce08202a
repo 1.18
...
Closes Homebrew/homebrew#15796 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 08:02:58 -07:00
Simon Whitaker
bf01b6f4e8
gibo 1.0.1
...
Closes Homebrew/homebrew#15445 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 08:02:00 -07:00
Adam Vandenberg
d1be7051bd
gnu-plot: add option to skip building emacs lisp files
...
Closes Homebrew/homebrew#15777 .
2012-11-01 07:53:41 -07:00
nibbles 2bits
44aa5d163c
wxmaxima: add a few caveats
...
Wxmaxima needs the standard caveat telling the user where the
app gets installed, plus one about linking the app, plus one
describing how to first setup wxmaxima to find maxima.
Fixes Homebrew/homebrew#15721
Closes Homebrew/homebrew#15790 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 07:47:50 -07:00
nibbles 2bits
5a22aae438
ffmpeg: fix for openjpeg + dep for Dirac
...
- Add `--extra-cflags` using pkg-config to find openjpeg.
- The cflags fix a configure error.
- Add an option `with-schroedinger` for Dirac Video
Fixes Homebrew/homebrew#15772
Fixes Homebrew/homebrew#15734
Closes Homebrew/homebrew#15791 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 07:47:14 -07:00
William Ting
85412b64e4
autojump 21.0.3
...
Closes Homebrew/homebrew#15793 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 07:46:52 -07:00
Xidorn Quan
7187056d39
wine --devel 1.5.16
...
Closes Homebrew/homebrew#15795 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01 07:46:02 -07:00
Will Ross
4c1c733907
Install the adb bash completion script
...
Closes Homebrew/homebrew#15532 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-11-01 10:05:24 -04:00
Mike McQuaid
7b6e5f8a30
Fix rbenv dependent formulae with existing rbenv.
2012-11-01 11:12:50 +00:00
Ideocl4st
02c87c2d10
Physics FS 2.0.3
...
Closes Homebrew/homebrew#15789 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 23:18:09 -07:00
Zach Holman
d3dad16935
mpd: enable ffmpeg support
...
mpd out of the box doesn't do well with m4a files. Since Homebrew
is used on OS X, and a lot of Mac users are bound to have lots of
music purchased from iTunes, it makes sense to install mpd with
all the dependencies necessary to play iTunes-purchased music.
Closes Homebrew/homebrew#15788 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 21:39:41 -07:00
Adam Vandenberg
69488dcf63
librets: use boost 1.49
...
Also, disable building Ruby bindings, as they try to install to a
system folder that the user may not have permission to.
Closes Homebrew/homebrew#14341 .
2012-10-31 21:35:07 -07:00
Guillaume Massé
9989c088e7
cloudbees sdk 1.2.2
...
Closes Homebrew/homebrew#15787 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 17:02:28 -07:00
Mike McQuaid
6bbedcad20
Fix rbenv to install versions and plugins globally.
...
Closes Homebrew/homebrew#15750 .
2012-10-31 22:33:16 +00:00
Turadg Aleahmad
f881c6cb4a
oscats 0.6
...
(Open Source Computerized Adaptive Testing System)
Closes Homebrew/homebrew#10492 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 14:28:07 -07:00
Austin Seipp
6ee457bb1f
LuaJIT-2.0.0 RC1
...
Closes Homebrew/homebrew#15786 .
Signed-off-by: Austin Seipp <mad.one@gmail.com>
Closes Homebrew/homebrew#15786 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 14:17:57 -07:00
Wayne Graham
51585e6399
geoserver 2.2.1
...
Closes Homebrew/homebrew#12902 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 12:42:24 -07:00
Peter Aronoff
2cb61be4bb
getmail 4.35.0
...
Closes Homebrew/homebrew#15784 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 12:32:53 -07:00
Arne Jørgensen
eedbd26470
global: Rebuild PHP parser for GNU GLOBAL.
...
GNU GLOBAL is distributed with a PHP parser generated with an older
version of flex(1). That parser has some limitation (see
http://comments.gmane.org/gmane.comp.gnu.global.bugs/1439 ).
Added a rebuild of the PHP parser to the install target.
Closes Homebrew/homebrew#13814 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 12:32:11 -07:00
Joe Gornick
cb1271ee66
varnish: startup plist and instructions
...
Closes Homebrew/homebrew#15004 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 09:40:03 -07:00
Brandon Bennett
9905fe1adc
u-boot-tools 2012.10
...
Add in u-boot-tools which are used to create bootable
kernel and ramdisk images for embeded platforms taht use the uboot
bootloader such as sheevaplugs, android, etc.
Closes Homebrew/homebrew#15764 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 09:34:23 -07:00
Raymond Tau
576d66facd
ipmiutil 2.8.5
...
Closes Homebrew/homebrew#15049 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 09:20:11 -07:00
Jens Kohl
e05f6c7a40
sonar-runner 2.0
...
Closes Homebrew/homebrew#15442 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 08:49:56 -07:00
t.pickett66
7bc0f7fcf9
zeromq 3.2.1-rc1 devel
...
Closes Homebrew/homebrew#15774 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 07:01:09 -07:00
Adam Vandenberg
591766afdb
exim: build against bdb 4.x
2012-10-31 06:56:58 -07:00
Adam Vandenberg
dd4aa90a18
Add BDB 4.8.30 to core
...
Some software still requires this version and will not build against
BDB 5.x.
Closes Homebrew/homebrew#15725 .
2012-10-31 06:56:58 -07:00
Julien Oster
a7b3a86fe8
PCE 0.2.1
...
Closes Homebrew/homebrew#15704 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 06:56:08 -07:00
Brandon Bennett
c0d0662616
juise 0.3.15
...
Closes Homebrew/homebrew#15766 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 06:54:20 -07:00
Brandon Black
8c779811ad
MongoDB 2.2.1 (Stable) and 2.3.0 (Development)
...
Closes Homebrew/homebrew#15770 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 06:53:06 -07:00
Adam Vandenberg
19fa5cb55b
cairo: add another mirror
...
Closes Homebrew/homebrew#15743 .
2012-10-31 06:52:00 -07:00
Rob Hoelz
8c10fab0fb
Rakudo Star 2012.10
...
Closes Homebrew/homebrew#15779 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 06:42:29 -07:00
Charlie Sharpsteen
b05f1923d0
mupdf: Update to 1.1
...
In this release, all command line tools have been centralized into the `mubusy`
executable.
2012-10-30 23:17:37 -07:00
nibbles 2bits
90f5900ea6
netpbm: use Advanced and Trunk branches, redact stable
...
- Neither super-stable nor stable compile due to our new libpng.
- So swith to using the netpbm advanced and trunk branches.
- Upgrade to the newer advanced revision 1755, version 10.60.02.
- Remove the patches for devel and HEAD that have been merged.
- Works with superenv
Fixes Homebrew/homebrew#15677 .
Closes Homebrew/homebrew#15762 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-30 21:45:34 -05:00
Jack Nagel
d4ad510f72
libnids: fix shared library build
...
Closes Homebrew/homebrew#15757 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-30 21:41:11 -05:00
Charlie Sharpsteen
6c5f13a685
poppler: Update to 0.20.5
...
Also, update the Poppler font data to 0.4.6.
2012-10-30 15:22:03 -07:00
Charlie Sharpsteen
c2262b3198
poppler: Add openjpeg dependency
...
As per the recommendation of `configure`.
2012-10-30 15:22:03 -07:00
Charlie Sharpsteen
6a47e99ec7
poppler: Explicitly disable glib unless requested
...
If the Poppler configure script detects Glib libraries, it will set up for a
build but fail because superenv strips required utilities out of the `PATH`.
Also, fix use of conditional expression operators. `build.include?`
_must always_ have a set of parenthesis surrounding its argument when used in a
conditional expression.
Fixes Homebrew/homebrew#15748 .
2012-10-30 15:22:03 -07:00
Brandon Bennett
151b85ea60
libslax 0.11.33
...
Closes Homebrew/homebrew#15765 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-30 16:26:52 -05:00
Lasse Bang Mikkelsen
eadbc948a0
dfu-util 0.7
...
Closes Homebrew/homebrew#15767 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-30 16:23:39 -05:00
Adam Vandenberg
79d14215f7
scalate: fix typo
...
Closes Homebrew/homebrew#15763 .
2012-10-30 11:36:38 -07:00
Adam Vandenberg
6efcce653f
logtalk: fix audit warnings
2012-10-30 10:38:22 -07:00
Adam Vandenberg
dd6fc90982
libmagic: add mirror
...
Closes Homebrew/homebrew#15753 .
Closes Homebrew/homebrew#15752 .
2012-10-30 10:34:56 -07:00
Rui Pereira
dc31775d04
pgplot 5.2.2
...
The PGPLOT Graphics Subroutine Library is a Fortran-
or C-callable, device-independent graphics package
for making simple scientific graphs.
Closes Homebrew/homebrew#11233 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 10:25:25 -07:00
Andrew Lindesay
f587d4873e
libav 0.8.3
...
Closes Homebrew/homebrew#14243 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 10:10:21 -07:00
David Coeurjolly
c625310c4c
InsightTookit 4.2.1
...
Closes Homebrew/homebrew#15755 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 09:45:32 -07:00
Nan Zhong
2965b12f62
redis: fix error on new install when redis.conf does not exist
...
Closes Homebrew/homebrew#15754 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-30 15:35:30 +00:00
Christian Köstlin
4f2b723ec9
h264bitstream 0.1.9
...
Closes Homebrew/homebrew#12668 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 08:30:38 -07:00
Mike McQuaid
d19602115c
redis: fix configuration file for upgrades.
...
Fixes Homebrew/homebrew#15737 . Fixes Homebrew/homebrew#15671 . References Homebrew/homebrew#15610 .
2012-10-30 14:47:02 +00:00
Semyon Perepelitsa
ae780cc5c0
Easy Git 1.7.3
...
Closes Homebrew/homebrew#13023 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:47:41 -07:00
Admin
5356878841
cadaver: use Homebrew's neon
...
This newer version of neon has an SNI fix
Closes Homebrew/homebrew#14168 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:44:01 -07:00
Brett Koonce
0ed77143e9
metaproxy 1.3.50
...
Closes Homebrew/homebrew#15749 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:41:34 -07:00
Julien Stechele
354fa8a9d1
vimpager 1.7.5
...
Closes Homebrew/homebrew#15744 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:35:14 -07:00
bjosip
81bf641988
Adobe AIR SDK: fix SHA1
...
Closes Homebrew/homebrew#15742 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:34:13 -07:00
Myles Borins
0c0d9d0a1d
chuck 1.3.1.3
...
Closes Homebrew/homebrew#15741 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:31:25 -07:00
Xidorn Quan
91e7841363
fontconfig: add font dirs in Library to config
...
Fontconfig does not cache fonts in /Library/Fonts and ~/Library/Fonts.
The patch fixes this.
Closes Homebrew/homebrew#15745 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-30 12:13:39 +00:00
Diwaker Gupta
4f6674baa6
Thrift 0.9.0
...
Closes Homebrew/homebrew#15502 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-29 10:04:31 -07:00
Stephane Epardaud
cf3dad3e94
Ceylon M4
...
Closes Homebrew/homebrew#15733 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-29 10:02:10 -07:00
Yoji SHIDARA
2f0a35c695
groonga 2.0.8
...
Closes Homebrew/homebrew#15730 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:56 -07:00
Brett Koonce
245944ce7f
yazpp 1.3.3
...
Closes Homebrew/homebrew#15729 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:52 -07:00
Brett Koonce
046cf2282f
yaz 4.2.44
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:51 -07:00
Brett Koonce
716975302e
libwpd 0.9.6
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:51 -07:00
Brett Koonce
8a48017298
qxmpp 0.7.4
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:51 -07:00
Brett Koonce
44fd425af1
MonetDB 11.13.3
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 23:06:51 -07:00
Misty De Meo
39209af976
graphicsmagick: --disable-openmp unless using gcc
...
Graphicsmagick's OpenMP support is disabled with clang, but it also
fails to build using llvm.
2012-10-28 22:00:55 -05:00
Jean-Olivier Irisson
a24e3133e6
Swatchbooker 0.7.3
...
Swatchbooker is a python program to view, convert and edit swatches
(colours mostly at the moment). It comprises command line tools and a
Qt GUI, hence the pyqt dependency. It requires little-cms to convert
colours and little-cms hence needs to be compiled with python bindings.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-28 15:57:04 -07:00