Ricardo M. Correia
2386eff378
rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631
2014-12-29 17:55:31 +01:00
Vincent Laporte
a1822087e6
Adds ocaml-ojquery-0.1
...
jQuery Binding for Eliom
Homepage: http://ocsigen.org/ojquery/
2014-12-29 15:19:05 +01:00
Vincent Laporte
837b2abb2b
Adds ocaml-magick-0.34
...
This package aims to provide the ImageMagick methods to OCaml
Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
2014-12-29 15:15:04 +01:00
Vincent Laporte
9fc35ed766
Adds ocaml-safepass-1.3
...
OCaml-safepass is a library offering facilities for the safe storage of
user passwords. By "safe" we mean that passwords are salted and hashed
using the Bcrypt algorithm. Salting prevents rainbow-table based
attacks, whereas hashing by a very time-consuming algorithm such as
Bcrypt renders brute-force password cracking impractical.
Homepage: http://ocaml-safepass.forge.ocamlcore.org/
2014-12-29 15:15:04 +01:00
Peter Simons
18d3da1a02
haskell-sdl2: re-enable Haddock phase
...
GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31 .
2014-12-29 12:24:16 +01:00
Matej Cotman
d28c65ff05
etcd: upgrade server and ctl
2014-12-29 01:55:40 +01:00
Peter Simons
fb3f5fc7db
Merge pull request #5488 from teh/master
...
Update elm to 0.14.
2014-12-28 22:27:05 +01:00
Arseniy Seroka
42bb368025
Merge pull request #5481 from sjmackenzie/hammer
...
hammer: version bump
2014-12-28 23:36:38 +03:00
Tom Hunger
e67535cb1d
Update elm to 0.14.
...
Note that elm has a different package split: The old Elm 0.13 package
is now elm-compiler, elm-make and elm-package.
Instead of invoking "elm" one now has to use "elm-make".
I kept the 0.13 version of elm around in case someone depends
on it.
2014-12-28 17:00:41 +00:00
Vincent Laporte
2335ec0b40
Adds ocaml-uuseg
...
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.
Homepage: http://erratique.ch/software/uuseg
2014-12-28 14:30:12 +01:00
Alexander Kjeldaas
da1f8578b0
Eradicate gzip -9 without -n
2014-12-28 13:45:27 +01:00
Thomas Tuegel
09435f05d4
Merge pull request #5484 from ttuegel/linear-algebra
...
Version bump some linear algebra packages
2014-12-27 15:12:58 -06:00
Vladimír Čunát
5f0686fc95
libcaca: add another mirror
...
The original does not work ATM.
2014-12-27 20:59:24 +01:00
Thomas Tuegel
d582090a15
suitesparse: add version 4.4.1
2014-12-27 13:47:53 -06:00
Thomas Tuegel
81c0f94d74
arpack: build against atlasWithLapack
2014-12-27 13:40:40 -06:00
Thomas Tuegel
893f277bd7
arpack: version bump to 3.2.0
2014-12-27 13:40:40 -06:00
Thomas Tuegel
3ce76d4dd0
atlas: optionally build with full lapack
2014-12-27 13:40:40 -06:00
Thomas Tuegel
91657e30ca
atlas: fix generic options
...
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2014-12-27 13:40:40 -06:00
Thomas Tuegel
8a5d7e7944
openblas: version bump to 0.2.13
2014-12-27 13:40:40 -06:00
Stewart Mackenzie
247cc8b9ef
hammer: version bump
2014-12-27 21:36:50 +08:00
Vincent Laporte
3ccd6509ad
ocaml-uucp: update from 0.9.0 to 0.9.1
2014-12-27 09:17:09 +01:00
Vladimír Čunát
becf038336
Merge branch 'staging'
2014-12-26 22:41:19 +01:00
Vladimír Čunát
dd4dfee2c2
qt5: work around a build problem
2014-12-26 22:03:05 +01:00
Shea Levy
7e0a5c38f3
More gcc->cc refs
2014-12-26 12:33:16 -05:00
Shea Levy
05edd656f6
Missed gcc refs
2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Michael Raskin
dace8fe45f
Merge pull request #5013 from doublec/aliceml
...
Update aliceml to use git version of Alice ML
2014-12-26 14:21:12 +03:00
Jaka Hudoklin
86744fef91
nodePackages: fix builder
...
- reuse unpack and patch phase
- patch shebangs of source code
- properly patch depdency versions (thanks @svanderburg)
- add patching for github version names
- add some inline docs
- fix recursive depdencies runtime handling by copying files instead of
symlinking if package has recursive dependencies
2014-12-26 01:04:08 +01:00
Vladimír Čunát
9c94c42af8
opencv: fix build on i686 by upstream patch
...
CC maintainers @viric, @flosse, #5356 .
2014-12-25 16:52:39 +01:00
Vladimír Čunát
d89518bd1b
gstreamer-1: double maintenance bump
...
CC maintainer @iyzsong.
2014-12-25 11:55:04 +01:00
Vladimír Čunát
b5bfacefa9
orc: maintenance update
...
CC maintainer @fuuzetsu.
2014-12-25 11:44:33 +01:00
Vladimír Čunát
5d903d850a
libpng: security update (no CVE yet)
...
http://www.securitytracker.com/id/1031444
2014-12-25 11:36:21 +01:00
Peter Simons
a4a778bac7
haskell-haddock: update to version 2.15.0.1
2014-12-25 11:05:49 +01:00
Peter Simons
e958a2ac58
haskell-wl-pprint-text: update to version 1.1.0.3
2014-12-25 11:05:49 +01:00
Peter Simons
fcbc18e5c2
haskell-uuid: update to version 1.3.7
2014-12-25 11:05:49 +01:00
Peter Simons
4e33809757
haskell-texmath: update to version 0.8.0.1
2014-12-25 11:05:49 +01:00
Peter Simons
c1bb62af69
haskell-test-framework: update to version 0.8.1.0
2014-12-25 11:05:49 +01:00
Peter Simons
b8ee3fa597
haskell-system-filepath: update to version 0.4.13
2014-12-25 11:05:49 +01:00
Peter Simons
7c50d0db4c
haskell-system-fileio: update to version 0.3.16
2014-12-25 11:05:49 +01:00
Peter Simons
79d8ceb0c7
haskell-stm-containers: update to version 0.2.7
2014-12-25 11:05:49 +01:00
Peter Simons
23add13263
haskell-hopenssl: update to version 1.7
2014-12-25 11:05:49 +01:00
Peter Simons
33dcd7073b
haskell-haddock-api: update to version 2.15.0.1
2014-12-25 11:05:49 +01:00
Peter Simons
f72fe30f86
haskell-torrent: add version 10000.0.0
2014-12-25 11:05:49 +01:00
Peter Simons
6e9800f7cb
haskell-bencode: add version 0.5
2014-12-25 11:05:49 +01:00
Vladimír Čunát
3421d4c470
libvdpau, vdpauinfo: update to 0.9, extend meta
...
Add myself as a maintainer.
The rebuild impact is large, mostly through mesa -> {qt, gtk}.
2014-12-25 09:46:04 +01:00
Charles Strahan
8127edc335
mailcore2: new package
...
MailCore 2 provides a simple and asynchronous API to work with e-mail
protocols IMAP, POP and SMTP.
Closes #5430
2014-12-24 22:48:01 -05:00
Charles Strahan
ebe75cf9c1
libetpan: bump version up to 1.6
2014-12-24 22:48:01 -05:00
Charles Strahan
86629f7c7f
libuchardet: new package
...
Yet another C wrapper for Mozilla's Universal Charset Detector C++ API.
2014-12-24 22:48:01 -05:00
Charles Strahan
7e4ca1cc75
libtidy: new package
...
A library and CLI to validate, correct, and pretty-print HTML files.
2014-12-24 22:48:01 -05:00
Charles Strahan
c5b47329ce
libctemplate: bump version to 2.3
...
Fixes some C++11 issues.
2014-12-24 22:48:01 -05:00