kili
97cff64f1f
This package defines the type class MonadBaseControl, a subset of
...
MonadBase into which generic control operations such as catch can
be lifted from IO or any other base monad. Instances are based on
monad transformers in MonadTransControl, which includes all standard
monad transformers in the transformers library except ContT.
ok matthew, sthen.
2012-08-30 21:02:34 +00:00
kili
4bc6411595
lifted-base exports IO operations from the base library lifted to
...
any instance of 'MonadBase' or 'MonadBaseControl'.
ok matthew, sthen.
2012-08-30 21:01:44 +00:00
pascal
f4ebaa22a9
Link pc-bios/optionrom with -nopie.
...
ok naddy@
2012-08-30 20:57:03 +00:00
kili
d03630f9f6
A Haskell 98 logically uninhabited data type. Used to indicate that
...
a given term should not exist.
ok matthew, sthen.
2012-08-30 20:56:05 +00:00
kili
3456fbfc81
A vault is a persistent store for values of arbitrary types. It's
...
like having first-class access to the storage space behind IORefs.
The data structure is analogous to a bank vault, where you can
access different bank boxes with different keys; hence the name.
Also provided is a /locker/ type, representing a store for a single
element.
ok matthew, sthen.
2012-08-30 20:55:05 +00:00
pascal
07ffe3ec07
Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as
...
CFLAGS.
found in a bulk by and ok naddy@
2012-08-30 20:54:59 +00:00
kili
07d31c5364
The Resource transformer keeps track of all registered actions, and
...
calls them upon exit (via 'runResourceT'). Actions may be registered
via 'register', or resources may be allocated atomically via
'allocate'. allocate corresponds closely to bracket.
ok matthew, sthen.
2012-08-30 20:53:14 +00:00
kili
f3e24282c0
Wrapper to mmap(2), allowing files or devices to be lazily loaded
...
into memory as strict or lazy ByteStrings, using the virtual memory
subsystem to do on-demand loading.
ok matthew, sthen.
2012-08-30 20:51:27 +00:00
kili
03d1349e31
Convert streams of builders to streams of bytestrings.
...
ok matthew, sthen.
2012-08-30 20:49:42 +00:00
bluhm
9ac7fa2e44
update p5-Net-SIP to 0.67
2012-08-30 20:38:24 +00:00
rpe
d559bd1c98
add myself
2012-08-30 20:15:24 +00:00
ajacoutot
29dcc6bf56
Use clucene-core 2.x.
...
Use our own libtool.
2012-08-30 18:42:26 +00:00
ajacoutot
22cbbcfd96
Update to clucene-core-2.3.3.4.
2012-08-30 18:41:09 +00:00
ajacoutot
2999056003
Major update to zarafa-7.1.0.
...
Complete ChangeLog available at:
http://download.zarafa.com/community/final/7.1/final-changelog-7.1.txt
2012-08-30 14:28:22 +00:00
ajacoutot
157354a27b
Merge -docs into -main.
2012-08-30 14:27:03 +00:00
sthen
ba107788c6
bump a bunch of pecl-*, thanks to cvs's non-atomic commits/updates some of
...
these got built on amd64 without the WANTLIB they should have had, this is
causing issues with pkg_add updates reported by Johan Huldtgren
2012-08-30 14:09:21 +00:00
sthen
743cf4110d
bugfix update to Icinga 1.7.2
2012-08-30 13:56:17 +00:00
ajacoutot
73725861a2
Merge -docs into -main.
2012-08-30 13:55:28 +00:00
sthen
9fc05a7ddf
Use 'pkg-config glib-2.0 --libs --static' to construct linker flags when
...
building the static binary. Fixes build problem reported by nigel@ since the
glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs.
ok ajacoutot@
2012-08-30 13:47:45 +00:00
ajacoutot
57af6dc327
Merge -docs into -main.
2012-08-30 10:08:46 +00:00
ajacoutot
ca372cac9a
Unbreak on i386; reported by nigel@
2012-08-30 09:19:00 +00:00
ajacoutot
d28ffbc4c6
Unbreak by updating to deja-dup-23.90.
2012-08-30 08:00:12 +00:00
william
fcc19956cb
Update to phpmyadmin-3.4.11.1, resolving CVE-2012-4345
...
and closing other security holes as well.
ok kevlo@ (MAINTAINER)
similar diff from jasper@
2012-08-30 02:47:52 +00:00
abieber
518d4efd72
- upgrade node to 0.8.8
...
OK sthen@, jasper@
2012-08-30 01:13:32 +00:00
sthen
757b73bc31
missing bump, pointed out by nigel@
2012-08-29 20:53:32 +00:00
sthen
a1154fc621
missing bump, pointed out by nigel@
...
adjust comment about bundled libc for adastrap while there
2012-08-29 20:51:41 +00:00
jasper
59f1cd0a21
add missing build dependency on python
...
spotted by landry@
2012-08-29 20:20:43 +00:00
jasper
e65f7a2cbf
unbreak on sgi by re-adding a chunk that's been missing since the import of 23.
2012-08-29 20:02:36 +00:00
jasper
3d1f96a2c4
skip the test for get_fpc_csr() on OpenBSD; we do have the function,
...
but gambit expects union fpc_csr to be present too, which we lack.
2012-08-29 18:46:24 +00:00
jasper
1c1837ee41
- remove unneeded CONFIGURE_ENV and USE_GROFF
2012-08-29 18:27:53 +00:00
jasper
98d24f44e9
move CONFIGURE_STYLE to Makefile.inc
2012-08-29 17:50:55 +00:00
jasper
92ddc01ad1
spello in comment
2012-08-29 17:38:54 +00:00
ajacoutot
4d8426b28a
Don't need to patch this anymore.
...
from Brad
2012-08-29 16:06:56 +00:00
naddy
28585624b4
revert part of the previous commit bringing the removal of
...
-Wl,--no-undefined back as it does not build otherwise; from Brad
2012-08-29 15:53:14 +00:00
dcoppa
6fdaaaf2eb
Remove ugly workaround and sync internal libenv with devel/libenv
...
Maintainer's ok
2012-08-29 14:45:36 +00:00
ajacoutot
03cc48e949
Update to libgee-0.7.90.
2012-08-29 14:45:32 +00:00
ajacoutot
d45fc88c87
+kyotocabinet
2012-08-29 14:33:19 +00:00
ajacoutot
94f07f68eb
Import kyotocabinet-1.2.76.
...
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and a
value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in hash
table or B+ tree.
Available FLAVOR:
optimized - build with optimizations for the local CPU
ok robert@ jasper@ sthen@
2012-08-29 14:32:51 +00:00
jasper
217700dc5e
add patches from upstream to unbreak with new vala.
2012-08-29 14:11:55 +00:00
jasper
6fce3c10e7
- update to 0.17.5, which will be needed soon by newer gnome
...
ok aja@
2012-08-29 14:11:17 +00:00
jasper
22fe9eecd5
mark these as BROKEN as they fail with the new vala
...
they'll be dealt with later by landry@ and aja@
2012-08-29 14:10:18 +00:00
sthen
804301d75f
update to icli 0.43
2012-08-29 13:31:20 +00:00
ajacoutot
37a48e6907
No need for LIBAVCODEC_EXTRA_LIBS; discussed with Brad
2012-08-29 13:16:42 +00:00
jasper
7006be6a9d
- update to 3.4.2
2012-08-29 12:20:22 +00:00
jasper
7b771fd145
Make NetworkManager support optional; this is a cleaner approach than
...
what we previously had in tree.
ok aja@
2012-08-29 11:56:27 +00:00
jasper
b76190b8fb
remove gtkaml; it served well as a vala testcase when there were no other
...
vala-dependant ports in the tree. now there are plenty of ports using vala
and this port keeps lagging behind and is a nightmare to keep fixing for
every vala release, so zap it.
ok non-rude aja@
2012-08-29 09:56:15 +00:00
jasper
64f0762278
unhook gtkaml
2012-08-29 09:54:23 +00:00
ajacoutot
ea1a64e76c
Some more pthread related cleaning up for "multimedia".
...
from Brad
2012-08-29 07:48:42 +00:00
jasper
5877b68de5
- update to vym 2.2.2
2012-08-29 07:37:05 +00:00
dcoppa
c62e463f44
Better fix for the ppc breakage.
...
Tested by aja@
2012-08-29 07:07:24 +00:00