87033 Commits

Author SHA1 Message Date
dcoppa
bfdcbc143f Bye hs-redis, superseded by hs-hedis.
Unlink it and link hs-hedis.
2013-10-04 06:19:23 +00:00
dcoppa
8fc0aa1c68 Import hs-hedis-0.6.2
The hedis library is a Haskell client for the Redis datastore.
Compared to other Haskell client libraries it has some advantages:

Complete Redis 2.6 command set 
Automatic optimal pipelining 
Enforced Pub/Sub semantics 
Connect via TCP or Unix Domain Socket 

OK kili@
2013-10-04 06:07:55 +00:00
dcoppa
cab452ab3e +hs-BoundedChan
+hs-bytestring-lexing
2013-10-04 06:03:00 +00:00
dcoppa
38fd04c7ab Import hs-resource-pool-0.2.1.1
resource-pool is a high-performance striped pooling abstraction for
managing flexibly-sized collections of resources such as database
connections.

A prerequisite of the upcoming databases/hs-hedis

OK kili@
2013-10-04 05:54:38 +00:00
dcoppa
7d0d8be2c7 Import hs-bytestring-lexing-0.4.3
bytestring-lexing is a Haskell library for parsing and producing
literals efficiently from strict or lazy bytestrings.

A prerequisite of the upcoming databases/hs-hedis

OK kili@
2013-10-04 05:49:55 +00:00
dcoppa
79e9cf7df1 Import hs-BoundedChan-1.0.1.0
BoundedChan is a Haskell library providing bounded (limited capacity)
channels.
BoundedChans differ from Chans in that channels are guaranteed to
contain no more than a certain number of elements.

A prerequisite of the upcoming databases/hs-hedis

OK kili@
2013-10-04 05:36:56 +00:00
brad
7f5d68ee2e Update to lcms2 2.5.
ok kili@ ajacoutot@
2013-10-03 20:21:01 +00:00
landry
e1a56cbb50 Bugfix update to nspr 4.10.1.
Went in a bulk build without fallout.
2013-10-03 19:13:35 +00:00
espie
98b3b14711 okay, junk is sneaky enough this warrants a few comments 2013-10-03 18:21:16 +00:00
espie
8aeef83112 ouch, remove "tainted" property only if junk REALLY occurred 2013-10-03 18:16:53 +00:00
espie
a25d7a7dbf scaffolding for some cool work happening.
NO SERVICEABLE USER PARTS INSIDE! this is a dirty hack to make inroads
on a fairly complicated issue.
2013-10-03 17:42:58 +00:00
espie
509b452b3c move the "Hosts" status line to Core::Init, so that localhost gets an entry.
(will allow us to display extra core status, like tainted and such)
(this also pleases landry's sense of symetry)
2013-10-03 17:34:44 +00:00
dcoppa
a2a0464ede Bye bye MODPY_BADEGGS 2013-10-03 16:37:15 +00:00
espie
bf60a2c001 explain about non-integral squiggles 2013-10-03 16:33:08 +00:00
dcoppa
4e50abc4ae Run '${MODPY_CMD} egg_info' at pre-build stage for setuptools-based
python ports and get rid of MODPY_BADEGGS

initial idea by me, better solution suggested by espie@
ok espie@, landry@, rpointel@
2013-10-03 16:28:00 +00:00
espie
f45978f175 document dpb-replay, fairly obvious 2013-10-03 16:12:05 +00:00
landry
97d1e9945a Assorted fixes on top of jasper's:
- use --enable-deprecated instead of passing -DENABLE_DEPRECATED via the
  configure env, and add a comment explaining that it is about
deprecated featureset (the linux implem now uses logind APIs for
suspend/hibernate calls), nothing related to the G*DEPRECATED macros.
From ajacoutot@, also prodded by giovanni@ a while ago.
- backport upstream 7933b0e55234fca86809dad1dee53f0d8e2b96ec,
  g_type_init() is deprecated with glib 2.36.
- use g_thread_try_new instead of deprecated g_thread_create (prodded by
  ajacoutot@ too)
- include config.h in up-backend.h to reach ENABLE_DEPRECATED #define
The two last patches reported upstream in bug #70071
2013-10-03 13:42:16 +00:00
jsg
c33714b5d1 update to a newer version of radeon firmware
adds smc firmware for bonaire and kaveri firmware

ok sthen@
2013-10-03 13:12:51 +00:00
espie
5a357726a5 rearrange order of functions 2013-10-03 13:12:28 +00:00
espie
f2a006e3f4 code is now specialized enough 2013-10-03 12:55:44 +00:00
espie
5624cc905d disentangle some of the specific "build" code (installation and rebuild info)
from the fetch subengine (in order to make it simpler to track the Fetch issue)
2013-10-03 12:46:51 +00:00
ajacoutot
cbcece8227 Update to gvfs-1.18.2. 2013-10-03 12:36:27 +00:00
jasper
27095eb929 update to telepathy-glib-0.22.0 2013-10-03 11:42:54 +00:00
jasper
adcd02a2d1 update to telepathy-mission-control-5.16.0 2013-10-03 11:42:08 +00:00
jasper
7b17be5172 update to telepathy-haze-0.8.0 2013-10-03 11:35:57 +00:00
jasper
af1c7f2649 add link to upstream bz 2013-10-03 11:03:41 +00:00
jasper
dff9873332 Two fixes for the OpenBSD-backend:
- Recognize a battery not being present (and reset various metrics accordingly)
- Recognize a fully charged battery

as discussed with and OK landry@ (MAINTAINER), aja@
2013-10-03 10:52:59 +00:00
jasper
6b4ebb9c48 - patch-configure_ac submitted upstream
- turns out upstream pushed the same fix for terminal.py already so add the
  git blurb to it
2013-10-03 10:09:52 +00:00
jasper
ca3b07b188 re-enable terminal plugin 2013-10-03 09:49:03 +00:00
jasper
3ca5984079 sync 2013-10-03 09:47:03 +00:00
espie
9dc08b3323 The "Engine" code is quite daunting, but in reality there are 3 things in
there.

Finally split them for less confusing files.
2013-10-03 08:03:27 +00:00
espie
279b28193c maybe want less long command lines eventually, push that out to be able
to specialize on each task
2013-10-03 08:02:55 +00:00
ajacoutot
a1556a4e0d Update to gnome-menus-3.10.0. 2013-10-03 06:12:43 +00:00
gsoares
2adb8483f7 update zsh to 5.0.2; OK pea@ (maintainer)
release notes at:
http://zsh.sourceforge.net/releases.html
2013-10-02 19:49:11 +00:00
jasper
ecd0021e64 update to linkchecker 8.4
ok MAINTAINER (who submitted the same diff some time ago)
2013-10-02 19:30:38 +00:00
ajacoutot
56f66fb8ae Update to xsane-0.999. 2013-10-02 19:04:12 +00:00
dcoppa
3fcbae477c Update again, 2013.10.01.1 2013-10-02 16:38:57 +00:00
fgsch
95d307aef0 add mising dependency.
spotted by nigel, ok ajacoutot.
2013-10-02 16:37:55 +00:00
ajacoutot
3dcafc2e2e Sync stsp@'s patch with what was committed upstream. 2013-10-02 16:07:46 +00:00
giovanni
514c0e7e73 Bugfix update to 0.24 2013-10-02 14:45:54 +00:00
bcallah
ad5599bb08 Update Seed7 to 20130929 release. 2013-10-02 14:42:09 +00:00
okan
d9a5f8ecce update to 1.000034
ok sthen@
2013-10-02 13:14:38 +00:00
dcoppa
8ec4f770d8 Bugfixes from upstream:
- Calling movetotag method threw an error on a blank screen
- Use $PATH when starting $SHELL
- screen: Make sure we always have a screen
2013-10-02 11:48:59 +00:00
ajacoutot
f16cb6de80 Regen WANTLIB after ptlib upgrade.
Note that this port will probably be removed soon -- it does not play well
with our threads and I dont't think sndio can do input+output --  at least
it never worked for me.
2013-10-02 10:48:55 +00:00
ajacoutot
47a6ce1e35 Regen WANTLIB after ptlib upgrade. 2013-10-02 10:47:06 +00:00
ajacoutot
bb3f6df7c8 Update to opal-3.10.11. 2013-10-02 10:46:36 +00:00
ajacoutot
1a38689937 Regen WANTLIB after ptlib upgrade.
Clean up this port while here.
2013-10-02 10:46:14 +00:00
ajacoutot
927b97ec45 Update to ptlib-2.10.11. 2013-10-02 10:45:25 +00:00
espie
43ca285162 gc dead code 2013-10-02 09:16:01 +00:00
espie
c55344661b exec even with !env 2013-10-02 09:14:29 +00:00