105630 Commits

Author SHA1 Message Date
abieber
f52b2e4685 -node-bcrypt 2015-10-20 00:11:31 +00:00
abieber
76d9ecc771 -node-java
-node-typescript
2015-10-20 00:11:11 +00:00
abieber
7ad64a0764 -node-canvas 2015-10-20 00:10:43 +00:00
abieber
753f2b50a5 -node-async
-node-bindings
-node-buffer-writer
-node-cloned
-node-expresso
-node-fibers
-node-generic-pool
-node-gir
-node-mnm
2015-10-20 00:10:18 +00:00
abieber
11e5aa973e -node-pg
-node-sqlite3
2015-10-20 00:09:10 +00:00
juanfra
29e8f4a39a rm nimrod 2015-10-19 21:54:21 +00:00
juanfra
2e68c92f7b nimrod->nim 2015-10-19 21:53:47 +00:00
juanfra
3c6322985d nimrod->nim 2015-10-19 21:51:21 +00:00
juanfra
8d456a4ddc Changes:
- Update to nim 0.11.2
- Enable the tests
- lang/nimrod -> lang/nim

OK jturner@

Comment:
statically typed, imperative programming language

Description:
Nim is a statically typed, imperative programming language that tries
to give the programmer ultimate power without compromises on runtime
efficiency. This means it focuses on compile-time mechanisms in all
their various forms.

Beneath a nice infix/indentation based syntax with a powerful (AST
based, hygienic) macro system lies a semantic model that supports a soft
realtime GC on thread local heaps. Asynchronous message passing is used
between threads, so no "stop the world" mechanism is necessary. An
unsafe shared memory heap is also provided for the increased efficiency
that results from that model.

Maintainer: James Turner <james@calminferno.net>

WWW: http://nim-lang.org/
2015-10-19 21:50:14 +00:00
kili
c90736585a Mark as broken until i find the time to update it and
fix all the dependencies.
2015-10-19 21:21:02 +00:00
kili
1a9db65b97 Remove devel/gtk2hs-buildtools. No longer required by any port. 2015-10-19 21:05:46 +00:00
kili
9e070955f1 Unhook gtk2hs-buildtools. 2015-10-19 21:03:35 +00:00
kili
7671d9bdb4 A couple of more hs pkgs letf the party. 2015-10-19 20:51:35 +00:00
kili
7d4dd7bfa9 Remove devel/hs-gio, devel/hs-glade, devel/hs-glib, devel/hs-pango,
graphics/hs-cairo and x11/hs-gtk.
2015-10-19 20:47:02 +00:00
kili
a01a097e4d Unhook graphics/hs-cairo. 2015-10-19 20:44:01 +00:00
kili
5043c81479 Unhook devel/hs-gio, devel/hs-glade, devel/hs-glib, devel/hs-pango
and x11/hs-gtk.
2015-10-19 20:37:52 +00:00
kili
3f00f2f4dd Remove www/hs-webkit. Sorry but no other port is using it, and
it's in the way of more bogus hs- port cleanups.
2015-10-19 20:24:47 +00:00
kili
e94595b2e6 Unhook www/hs-webkit. 2015-10-19 20:23:24 +00:00
kili
ca2b2a4e5e bustle and bluetile aren't any longer. 2015-10-19 20:20:42 +00:00
kili
e05327a258 Remove x11/bluetile. No update since 2011, depends on devel/hs-glade,
which isn't buildable with newer ghc, and it's in the way of removing
gtk2hs-buildtools.
2015-10-19 20:14:26 +00:00
kili
3ead8765f9 Remove devel/bustle. While there actually is a newer version
available that might be buildable with ghc-7.10 and newer
gtk2hs-buildtools, I want to get rid of the latter, and
people could still build it with cabal-install.

ok aja@
2015-10-19 20:11:17 +00:00
kili
224e5ced82 Unhook devel/bustle and x11/bluetile. 2015-10-19 20:07:07 +00:00
giovanni
ed7484f521 Disable smtputf8 support, EAI support is not compiled in our port.
This way postfix does not warn on every command invocation.
ok sthen@ Brad (Maintainer)
2015-10-19 19:38:09 +00:00
rpointel
3ff4641a95 update burpsuite to 1.6.29 2015-10-19 19:12:07 +00:00
ajacoutot
d1a8748e63 Update to gcompris-15.10. 2015-10-19 17:00:34 +00:00
robert
827dda8026 update to 2.6.3 and add a missing run dependency 2015-10-19 12:52:27 +00:00
robert
ac380eb415 add fonts/droid-fonts as a run dependency to ease displaying
some special Japanese, Russian and other characters by default
2015-10-19 11:36:59 +00:00
sthen
b1d2aaae52 when checking for certificate expiry, explicitly check ASN1_UTCTIME_cmp_time_t
result for -1, rather than < 0.
2015-10-19 11:00:58 +00:00
dcoppa
ea17f77889 Update to tomcat-8.0.28 2015-10-19 08:52:43 +00:00
dcoppa
dafb957085 Enable option to mark JIT pages as non-writable.
We're enabling this now so people can test and eventual regressions
can be catched and reported upstream.

There's a bug opened on Bugzilla@Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=1215479

OK landry@, sthen@
deraadt@ also agrees
2015-10-19 08:09:23 +00:00
ajacoutot
0bc07fceea Update to py-raet-0.6.5. 2015-10-19 05:47:22 +00:00
ajacoutot
66cc74fc9d Update to py-ioflo-1.4.2. 2015-10-19 05:42:48 +00:00
nigel
5bfd9e8929 Update to 6.13
OK sthen
2015-10-18 21:34:25 +00:00
sthen
63bcc3a59b Only append lua52/lua53 to FLAVORS if MODLUA_VERSION is not defined.
I think this matches the intent of the comment above, and avoids producing
flavours for various ports (games, etc) where it doesn't make sense to
support multiple versions of lua. Makes sense to jasper@, and it doesn't
produce any unexpected changes to 'dump-vars' output across the tree.

Thanks to Pascal de Bruijn from darktable for letting me know about the
forthcoming darktable release and identifying this as an issue with
the port.
2015-10-18 20:20:50 +00:00
naddy
bdeb09ddda maintenance update to 5.2.2 2015-10-18 19:45:13 +00:00
naddy
2ac63dcb03 update to 7.45.0 2015-10-18 19:16:30 +00:00
ajacoutot
b7eaa4f760 Match devel/vte3 and disable the gnome-pty-helper.
ok jasper@
2015-10-18 17:14:01 +00:00
czarkoff
1dd4cefc35 update tclgpg to snapshot from 2015-10-08
OK sthen@
2015-10-18 15:00:48 +00:00
czarkoff
357e4766cc update to xlsx snapshot of 2015-10-10
OK sthen@
2015-10-18 14:58:55 +00:00
czarkoff
5742f472ad update to gevent 1.0.2
OK and cluestick from sthen@
2015-10-18 14:50:31 +00:00
czarkoff
a5aac981c3 update to greenlet 0.4.9
OK sthen@
2015-10-18 14:49:04 +00:00
naddy
6353bad8ce for decompressing .xz (.lzma) distfiles, switch to the simpler xzdec
(lzmadec) program; ok espie@ sthen@
2015-10-18 14:05:05 +00:00
benoit
301ee3a6cf Update to polarssl/mbedtls-2.1.2. 2015-10-18 13:59:15 +00:00
sthen
67d22a61c3 update to libsodium-1.0.4 2015-10-18 13:58:31 +00:00
sthen
cf53cc7af3 update to patchutils-0.3.4
tests now need bash (for some reason...not quite sure why)
2015-10-18 13:37:56 +00:00
ajacoutot
6c210e324c Welcome GNOME 3.18.1!
(well sort of, updated gnome-shell is still missing)
2015-10-18 13:26:36 +00:00
ajacoutot
cf21233d9b Update to gdm-3.18.0. 2015-10-18 13:25:54 +00:00
ajacoutot
68d5b21505 Update to gnome-session-3.18.1.2. 2015-10-18 13:25:30 +00:00
ajacoutot
da56556659 Update to gnome-desktop-3.18.1. 2015-10-18 13:25:03 +00:00
ajacoutot
de598531bf Update to gnome-control-center-3.18.1. 2015-10-18 13:23:56 +00:00