91238 Commits

Author SHA1 Message Date
jasper
7f6653cece update to gedit-code-assistance-0.3.1 2014-03-30 13:13:08 +00:00
jasper
8930de754b mention gedit-cossa 2014-03-30 13:01:21 +00:00
jasper
035e43f9c0 remove gedit-cossa, which hasn't seen in a release in years and didn't
follow along on the new menu api which renders it completely broken.

ok aja@
2014-03-30 13:00:32 +00:00
jasper
d830e35379 -gedit-cossa 2014-03-30 12:59:52 +00:00
ajacoutot
64cac3ee96 Properly detect locked/unlocked users. 2014-03-30 12:50:52 +00:00
jasper
3052eb3f90 committed upstream 2014-03-30 12:36:28 +00:00
ajacoutot
9884f261af Update to cups-filters-1.0.50. 2014-03-30 09:25:12 +00:00
jeremy
45087911e3 Update to libyaml 0.1.6 to fix CVE-2014-2525
OK benoit@, pea@ (MAINTAINER)
2014-03-30 06:59:49 +00:00
jturner
b7289fee90 Enable tlsEmulation. No bump needed was just imported. 2014-03-30 00:15:01 +00:00
jturner
e9e9320de4 +nimrod 2014-03-30 00:01:14 +00:00
jturner
63253ddd8d Import ports/lang/nimrod. ok juanfra@
Nimrod 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.
2014-03-29 23:59:25 +00:00
brad
3765ea7813 Mirror the distfile and change MASTER_SITES to my server; upstream
snuck in config file changes to the distfile.

ok sthen@
2014-03-29 22:50:05 +00:00
bcallah
3a97c1d3b1 Update to 1.4.3.29 2014-03-29 21:16:21 +00:00
ajacoutot
878ff339d0 Cope with tracker/nautilus dependency switch. 2014-03-29 19:32:25 +00:00
ajacoutot
211e02aa9c Reverse the nautilus <-> tracker dependency. It makes more sense nowadays. 2014-03-29 19:31:06 +00:00
ajacoutot
798c571d19 Register p5-RTx-Tags removal. 2014-03-29 16:44:29 +00:00
ajacoutot
875e89994d -p5-RTx-Tags 2014-03-29 16:43:14 +00:00
ajacoutot
acee89c5ca Drop p5-RTx-Tags which installs some files under a non-sense path.
Nothing uses it in-tree and robert@ is working on a huge RT update.

ok robert@
2014-03-29 16:42:52 +00:00
ajacoutot
c2ae8651cb -rpath seems to be not needed for this port anymore. 2014-03-29 16:35:59 +00:00
ajacoutot
9f8c4dfca3 Also @comment html/nut-banner.png like other html/ stuffs that currently
install directly under PREFIX.

ok sthen@ (maintainer)
2014-03-29 15:39:13 +00:00
ajacoutot
83a6bc77f4 Make sure we remove /etc/dconf/db/gdm since dconf handling had changed in
gdm.
2014-03-29 15:34:38 +00:00
naddy
303d8f364a fix quoting 2014-03-29 15:01:51 +00:00
ajacoutot
e50b40fc0c Tweak patch; still fucked though. 2014-03-29 14:46:26 +00:00
naddy
02cb051d12 escape for make 2014-03-29 13:30:26 +00:00
sthen
01cb949bce update to Icinga 1.11.1, fixing CVE-2014-2386 in icinga-cgi (small buffer
overflows when checking strlen against MAX_INPUT_BUFFER) and a couple of
other minor issues
2014-03-29 12:07:01 +00:00
sthen
f42034f7e9 quick hack to unbreak gcc/4.8 after gets removal; bootstraps will be
updated later. ok pascal@
2014-03-29 10:09:27 +00:00
jasper
0ce6bbea06 update to alacarte-3.11.91 2014-03-29 09:02:26 +00:00
ajacoutot
42959b5f41 Fix some memory leaks and crashes (from upstream). 2014-03-29 08:56:24 +00:00
ajacoutot
4c19ea378a Extend comment. 2014-03-29 08:47:21 +00:00
benoit
1b302b44f7 Update py-hgtools to 5.1. 2014-03-29 08:21:30 +00:00
benoit
86121d2c0a Update highlight to 3.17. 2014-03-29 07:50:15 +00:00
ajacoutot
0645e4125c Duh, actually fix running as unpriv user -- was due to an evil typo... 2014-03-29 00:27:00 +00:00
ajacoutot
38e2feb987 Run as root for now; for some require it cannot acquire the bus. 2014-03-29 00:19:45 +00:00
nigel
5e0a00dfba Update to version 0.693
Ok sthen@
2014-03-28 22:15:36 +00:00
ajacoutot
d7b99a2a7d Force setting -rpath ; not sure which of libtool or ld fucks it up... 2014-03-28 22:13:21 +00:00
nigel
b32a8bba16 Update to version 0.26
Ok sthen@
2014-03-28 22:09:31 +00:00
nigel
e8d47e5338 Update to version 1.44
Ok sthen@
2014-03-28 21:59:33 +00:00
nigel
1f73d677ad Update to version 1.28
Ok sthen@
2014-03-28 21:25:13 +00:00
nigel
e6d99e917d Update to version 0.12
Ok sthen@
2014-03-28 21:21:31 +00:00
naddy
0d53d7c743 +flac123 2014-03-28 20:59:48 +00:00
naddy
62c9504957 Import flac123.
flac123 is a command line tool for playing audio files stored in
the lossless FLAC format. It fills a gap in the existing FLAC tools
which provide a standalone tool to encode and decode files, a tool
to manipulate metadata, but no command line tool for playback.

From: Donovan Watteau <tsoomi@gmail.com>
2014-03-28 20:58:56 +00:00
jasper
69ba9ea350 pushed upstream 2014-03-28 20:28:30 +00:00
ajacoutot
61e1e71baa Add x11/gnome/contacts to -main. 2014-03-28 16:20:20 +00:00
jasper
0d1299f7f2 fix CONFIGURE_STYLE from 'simple' to 'gnu' (which is far from simple).
this also ensures that gawk won't be picked up when it shouldn't.

ok rpointel@ (MAINTAINER)
2014-03-28 16:19:31 +00:00
sthen
806613ebe7 add a patch from nigel@ so that https urls aren't detected as being malformed 2014-03-28 16:18:21 +00:00
ajacoutot
b84b1c792a No need to build+run depends on x11/gnome/desktop. 2014-03-28 16:02:21 +00:00
ajacoutot
27b80b55d8 Tweak deps now that js files are bundled into the binary.
net/telepathy/telepathy-mission-control not needed anymore.
2014-03-28 15:54:15 +00:00
dcoppa
25c2f35cfb Update to grep-2.18
ok naddy@ (maintainer)
2014-03-28 15:35:21 +00:00
sthen
84f2afdc91 update to p5-HTML-Lint 2.20 2014-03-28 15:22:41 +00:00
jasper
ecf3dd1aae Disable -Werror to prevent failing compilation when using deprecated
functions from libgnome-keyring

ok sthen@ (MAINTAINER)
2014-03-28 15:08:03 +00:00