8368 Commits

Author SHA1 Message Date
jasper
106fb396c6 - update sdl-gfx to 2.0.22
* fixes seg. faults in wormux

from brad
2010-12-19 23:37:10 +00:00
jasper
8db4aa5e8e master site can be flaky sometimes, add a mirror 2010-12-19 17:47:46 +00:00
jasper
b80c63e1c9 - update hs-blade-builder to 0.2.1.3 2010-12-19 17:43:30 +00:00
ajacoutot
829f818673 Conflict with old version of vala.
spotted by landry@ while updating an oldie...
2010-12-19 10:25:05 +00:00
benoit
ceae797a38 - update py-asn1 to 0.0.12a
- regen PLIST
2010-12-18 10:31:59 +00:00
jasper
02d28ecc23 - update hs-blaze-builder to 0.2.1.2 2010-12-17 21:45:32 +00:00
jasper
3d517c42b6 - update hs-language-c to 0.3.2.1
ok kili@ (MAINTAINER)
2010-12-16 22:43:37 +00:00
ajacoutot
a59606b7a0 +bustle 2010-12-16 19:13:36 +00:00
ajacoutot
79bdf9059d Import bustle-0.2.3.
Bustle draws sequence diagrams of D-Bus activity, showing signal
emissions, method calls and their corresponding returns, with timestamps
for each individual event and the duration of each method call. This can
help you check for unwanted D-Bus traffic, and pinpoint why your
D-Bus-based application isn't performing as well as you like.
<...>

ok kili@ jasper@
2010-12-16 19:12:54 +00:00
jasper
1f9966e201 - update libconfig to 1.4.6
- remove markus bergkvist as maintainer per his request

identical diffs by remi pointel and pea@
ok pea@
2010-12-15 09:31:46 +00:00
jasper
4dcc0b9047 - sort 2010-12-15 00:09:12 +00:00
jasper
04454a9f43 - update iso-codes to 3.23 2010-12-14 22:25:27 +00:00
ajacoutot
38bfd454ee Minor update to libdaemon-0.14. 2010-12-14 14:54:35 +00:00
espie
1abd8d2260 missing license marker. 10 years!!!! 2010-12-14 11:04:32 +00:00
ajacoutot
fa9ea65a59 WANTLIB. 2010-12-14 10:12:21 +00:00
jasper
857daf22f3 - rename extra gcc/gdb distfiles
prompted by ckuethe@
2010-12-13 22:22:15 +00:00
jasper
cd1fd9daf3 - update to 0.4.4 2010-12-13 19:50:38 +00:00
bluhm
f52492f28b - update p5-BSD-Resource to 1.2904
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@
2010-12-13 13:50:39 +00:00
espie
5f73174274 +p5-Coro
+p5-Guard
2010-12-13 09:54:48 +00:00
espie
9f30a5751d implementation of coroutines for perl5. 2010-12-13 09:53:47 +00:00
espie
80a333a8eb another scope guard, prereq for coroutines 2010-12-13 09:53:16 +00:00
jasper
45bae85402 - sync 2010-12-13 08:28:55 +00:00
jasper
32c92511f1 import hs-blaze-builder 0.2.1.1
This library provides an abstraction of buffered output of byte streams
and several convenience functions to exploit it. For example, it allows
to efficiently serialize Haskell values to lazy bytestrings with a large
average chunk size. The large average chunk size allows to make good use
of cache prefetching in later processing steps (e.g. compression) and
reduces the sytem call overhead when writing the resulting lazy
bytestring to a file or sending it over the network.

ok kili@
2010-12-13 08:28:27 +00:00
jasper
aaff0c4253 - reword COMMENT
- simplify MASTER_SITES
- set  NO_REGRESS

ok ckuethe@ (MAINTAINER)
2010-12-13 08:27:43 +00:00
jasper
d8a6a9ff88 - ramble a bit about programming various arduino devices with avrdude
prompted by a mail from mark peoples
ok ckuethe@ (MAINTAINER)
2010-12-12 20:20:56 +00:00
kili
8b2ddebb83 Wire hs-vector-algorithms to the build. 2010-12-12 16:32:23 +00:00
kili
8236d0d80b Update to hs-vector-0.7.0.1, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.
2010-12-12 16:28:54 +00:00
jasper
8db06142c1 - update hs-text to 0.10.0.2
ok kili@ (MAINTAINER)
testing dependant ports by jim@, thanks
2010-12-12 16:24:03 +00:00
ajacoutot
0dc3e16311 Bugfix update to libgdata-0.6.6. 2010-12-11 23:32:36 +00:00
kili
8333cc49e7 Import hs-vector-algorithm, a library with efficient algorithms for
vector arrays. Needed by the upcoming update of www/hs-snap-server.

Not yet wired to the build; I'll do this after updating a couple of
other Haskell libraries (and after jasper@ updated devel/hs-text).
2010-12-11 17:44:49 +00:00
shadchin
c637394626 +libguess 2010-12-11 11:09:53 +00:00
shadchin
a54ac523ea Import libguess-1.0
libguess employs discrete-finite automata to deduce the character set of
the input buffer. The advantage of this is that all character sets can
be checked in parallel, and quickly. Right now, libguess passes a byte
to each DFA on the same pass, meaning that the winning character set can
be deduced as efficiently as possible.

ok jasper@
2010-12-11 11:03:22 +00:00
landry
cde74941c8 +p5-Plack and its new dependencies 2010-12-11 09:55:51 +00:00
landry
32c557bd8b Import p5-Test-SharedFork:
Test::SharedFork is utility module for Test::Builder. This module makes
forking test!
This module merges test count with parent process & child process.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:36:52 +00:00
landry
ee83f424c4 Import p5-Test-Requires 0.06
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this skips all tests.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:35:23 +00:00
landry
df452a9eef Import p5-Devel-StackTrace-AsHTML:
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
displays the stack trace in beautiful HTML, with code snippet context
and function parameters. If you call it on an instance of
Devel::StackTrace::WithLexicals, you even get to see the lexical
variables of each stack frame.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:34:05 +00:00
landry
3643e1e630 Import p5-Hash-MultiValue 0.08:
Hash::MultiValue is an object (and a plain hash reference) that may
contain multiple values per key, inspired by MultiDict of WebOb.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:32:31 +00:00
landry
fb09ebf179 Update to p5-Devel-Stacktrace 1.26.
From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:19:02 +00:00
jasper
32b3a2433e - update p5-Config-IniFiles to 2.65 2010-12-10 10:57:28 +00:00
landry
b81ef08086 Chase firefox 3.6.13 update and update to xulrunner 1.9.2.13. 2010-12-10 10:54:24 +00:00
jeremy
4d58b20618 +ruby-cicphash 2010-12-09 21:46:39 +00:00
jeremy
dbbd894f1e Import ruby-cicphash.
CICPHash has the exact same interface as Hash, but is case insensitive
and case preserving. Any value can be used as a key. However, you cannot
have two keys in the same CICPHash that would be the same if when
converted to strings would be equal or differing only in case.

ok landry
2010-12-09 21:43:46 +00:00
jeremy
b0efc65894 sync 2010-12-09 20:58:37 +00:00
jeremy
47dae47918 Import ruby-kgio, a dependency for unicorn and rainbows.
kgio provides non-blocking I/O methods for Ruby without raising
exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
Unicorn and Rainbows! Rack servers, but may be used by other
applications.

ok landry
2010-12-09 20:05:16 +00:00
jeremy
5ae6098d07 Import ruby-isolate, a regress dependency for unicorn and rainbows.
Isolate is a very simple RubyGems sandbox. It provides a way to express
and automatically install your project's Gem dependencies.

ok landry
2010-12-09 20:04:23 +00:00
ajacoutot
3cd50f7294 Maintenance update to pangomm-2.26.3. 2010-12-09 17:36:49 +00:00
ajacoutot
2fb064fafe WANTLIB. 2010-12-09 17:31:10 +00:00
ajacoutot
e5fe03f6f8 Upstream rerolling. 2010-12-09 17:14:04 +00:00
jasper
4415b06b3f - sync 2010-12-09 13:54:16 +00:00
jasper
eb48d926e1 import hs-base64-bytestring 0.1.0.1
Fast base64 encoding and decoding for ByteStrings.

ok kili@
2010-12-09 13:53:12 +00:00