Commit Graph

11082 Commits

Author SHA1 Message Date
kili
4414830a0f Bump. 2012-12-02 20:40:09 +00:00
kili
56b390f8e1 Bump.
Set NO_REGRESS, because of missing dependencies.
2012-12-02 20:39:33 +00:00
kili
3b7b45c886 Update to alex-3.0.2. 2012-12-02 20:29:39 +00:00
kili
b6566aa227 Update to happy-1.18.10. 2012-12-02 20:29:17 +00:00
kili
b4fd08c43d Update to HUnit-1.2.5.1. 2012-12-02 20:28:44 +00:00
kili
8c0548b752 Update to QuickCheck-2.5.1.1. 2012-12-02 20:28:19 +00:00
kili
864298946e Update to mtl-2.1.2. 2012-12-02 20:27:43 +00:00
kili
50b999df94 Update to network-2.3.1.0. 2012-12-02 20:27:19 +00:00
kili
ad628ba8de Update to parallel-3.2.0.3. 2012-12-02 20:26:48 +00:00
kili
a3ca03e48a Update to parsec-3.1.3. 2012-12-02 20:26:18 +00:00
kili
d5b30256f2 Update to regex-posix-0.95.2. 2012-12-02 20:25:56 +00:00
kili
0939f00064 Update to split-0.2.1.1. 2012-12-02 20:25:33 +00:00
kili
d003d08d9e Update to stm-2.4. 2012-12-02 20:25:06 +00:00
kili
8b5f5493c3 Update to syb-0.3.7. 2012-12-02 20:24:26 +00:00
kili
88e9cee326 Update to text-0.11.2.3 2012-12-02 20:23:55 +00:00
kili
74395266e8 Update to primitive-0.5.0.1. 2012-12-02 20:23:25 +00:00
kili
910652e524 Update to vector-0.10.0.1. 2012-12-02 20:22:42 +00:00
kili
683a50abb7 Update to test-framework-quickcheck2-0.2.12.3 (relaxing dependencies). 2012-12-02 20:19:36 +00:00
kili
4775099684 Update to vector-algorithms-0.5.4.2 (relaxing dependencies). 2012-12-02 20:15:31 +00:00
kili
9905b2ecb8 A higher-level interface over threads, in which an "Async a" is a
concurrent thread that will eventually deliver a value of type "a".
The package provides ways to create "Async" computations, wait for
their results, and cancel them.

ok sthen@
2012-12-02 20:10:22 +00:00
pascal
240343eaa2 Update to git 1.8.0.1.
* do not install/build documentation except for manpages.
* re-enable threads

ok jasper@ benoit@ (MAINTAINER) on earlier update
2012-11-30 21:16:30 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
chrisz
65055d41e1 Update lang/ocaml to 4.00.1.
Make all ocaml ports depend on the version of ocaml they were built with.
2012-11-30 19:08:05 +00:00
pascal
e47cfeda6d Small bugfix update to 7.5.1. 2012-11-29 18:58:40 +00:00
chrisz
b6be895832 unbreak for i386, amd64 and powerpc.
OK sthen@, jasper@

bsd.port.arch.mk is now needed again for .if ${ARCH} == ...
2012-11-27 22:28:53 +00:00
gonzalo
0048ae6cbe Update for cflow to 1.4
Tested on amd64.

Ok benoit@ (maintainer)
2012-11-27 19:00:00 +00:00
jasper
be7fe819eb -update to libvirt-glib-0.1.4 2012-11-27 16:09:07 +00:00
sthen
234ca15df7 remove CLEANDEPENDS workaround no longer needed. 2012-11-27 12:23:57 +00:00
sthen
28d18d0277 - fix packaging on architectures which are native, non-dynlink for OCaml
- set CLEANDEPENDS_devel_coccinelle=No to fix regress now that dependencies
are auto-cleaned (coccinelle must itself be installed to run the tests)
2012-11-27 10:07:59 +00:00
ajacoutot
523dcc1ef1 Update to ptlib-2.10.9. 2012-11-27 08:12:26 +00:00
ajacoutot
31558a4ac5 Update to glib2-2.34.3. 2012-11-27 06:49:49 +00:00
jasper
4026353210 - update to glade-3.14.2 2012-11-26 16:24:29 +00:00
dcoppa
9213ddc2b4 Sync with upstream
(http://cmake.org/gitweb?p=cmake.git;a=commit;h=94f37851ef5c6dccbe2dd647a3b38e3196393298)
2012-11-26 12:32:29 +00:00
jasper
5313d839dd sync 2012-11-26 09:52:45 +00:00
jasper
0cabe581a1 import lua-cjson-2.1.0
Lua CJSON provides JSON support for Lua.

Features:
- Fast, standards compliant encoding/parsing routines.
- Full support for JSON with UTF-8, including decoding surrogate pairs.
- Optional run-time support for common exceptions to the JSON
  specification (infinity, NaN,..).
- No dependencies on other libraries.

ok dcoppa@
2012-11-26 09:52:13 +00:00
sthen
d71e1828c2 mark this as BROKEN for now; ok aja@ 2012-11-25 23:46:36 +00:00
jasper
436d77687e - update to libpeas-1.6.2 2012-11-25 13:18:46 +00:00
brad
62c3911a22 Update to automake 1.12.5.
ok ajacoutot@
2012-11-25 08:29:07 +00:00
dcoppa
9e78ddaf2d Append "/usr/X11R6/include" to ${QT_INCLUDES} to unbreak the build
in some circumstances (i.e. QtOpenGL not finding GL/gl.h)
2012-11-22 13:21:49 +00:00
kili
0273bd240b Ignore exceptions thrown by setsockopt IPV6_ONLY in the socket
function. May look pointless to not just remove the call to setsockopt,
but this way it's probably easier to get it accepted upstream.

Problem initially reported and diff tested by Alexander Polakov.
2012-11-21 22:27:18 +00:00
brad
92191feea6 Update to automake 1.12.4.
ok ajacoutot@
2012-11-21 09:13:16 +00:00
gsoares
61e93eed6d update to cppcheck-1.57; OK sthen@ jasper@ 2012-11-20 12:41:27 +00:00
ajacoutot
2b1a0bea77 Bugfix update to harfbuzz-0.9.6. 2012-11-20 06:57:26 +00:00
ajacoutot
b34414df86 Better unexec-delete. 2012-11-18 09:17:11 +00:00
ajacoutot
2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00
dcoppa
ca0eb5212e Fix string literal typo (from upstream) 2012-11-15 12:29:07 +00:00
dcoppa
a056eca19b Update to cmake-2.8.10.1 (plus some fixes)
Thanks Vadim, landry@

OK landry@
2012-11-15 08:43:25 +00:00
ajacoutot
b045b75d4e New iteration of the kqueue patch. 2012-11-14 19:05:49 +00:00
ajacoutot
4384653ac1 Bugfix update to pango-1.32.2. 2012-11-14 07:33:42 +00:00
ajacoutot
cc46977f93 Update to libgsf-1.14.25. 2012-11-14 06:59:42 +00:00
ajacoutot
87f6510efa New revision of the kqueue patch; hopefully to be pushed upstream soon... 2012-11-13 16:34:59 +00:00
ajacoutot
7f4a4297ce Update to gsettings-desktop-schemas-3.6.1. 2012-11-13 11:11:03 +00:00
jasper
989289a59f remove empty files 2012-11-13 10:42:27 +00:00
jasper
1419a22726 - update to vte-0.34.2 2012-11-13 08:24:52 +00:00
jasper
808b98c6c2 - update to libwnck-3.4.4 2012-11-13 08:12:21 +00:00
jasper
2d8e7312c4 - update to gobject-introspection-1.34.2 2012-11-13 08:09:53 +00:00
ajacoutot
90bb8bb3bf Bugfix update to libsoup-2.40.2. 2012-11-13 07:26:47 +00:00
landry
0f9eea998d Bump all ports depending on nspr to account for the devel/nspr,-main ->
devel/nspr pkgpath change. While here, make sure mozilla ports depend on
the latest and greatest via mozilla.port.mk.
Tested in a bulk build..
2012-11-12 20:45:32 +00:00
landry
df694e00fd Update to nspr 4.9.3.
- remove subpackages, it makes no sense to have -docs fetching its distfile
from a separate tarball. If really needed one can make a standalone port.
- remove handmade nspr.pc.in, upstream provides one
- remove handrolled install target and use the one upstream provides.
- merge PFRAG.shared back into PLIST

Tested on amd64/i386/powerpc and in a bulk build.
Needed by firefox 18.

ok sthen@ ajacoutot@ jasper@
2012-11-12 20:39:09 +00:00
ajacoutot
13565bac60 Bugfix update to py-gobject3-3.4.2. 2012-11-12 14:42:48 +00:00
ajacoutot
1a6ae29126 GKqueueDirectoryMonitor -> GKqueueFileMonitor 2012-11-12 10:19:39 +00:00
jasper
c04cff8fb6 pushed upstream 2012-11-11 18:52:53 +00:00
jasper
416a01fe9d drop dependency on gsed by turning this into a regex our sed(1) groks.
ok aja@
2012-11-11 18:40:13 +00:00
dcoppa
c079d1f2bf Update to cmake-2.8.10.
Successfully gone through a bulk build.

Feedback landry@, Vadim Zhukov, Amit Kulkarni
Bulk build and OK landry@
2012-11-11 17:13:31 +00:00
ajacoutot
add9b45a75 Update to libgee-0.8.2. 2012-11-11 08:45:31 +00:00
ajacoutot
04f1f2e91d Minor update to libgee06-0.6.6.1. 2012-11-11 07:36:03 +00:00
ajacoutot
774660cc72 Bugfix update to glib2-2.34.2. 2012-11-10 07:37:06 +00:00
dcoppa
7575243e60 Take maintainership of devel/cryptopp, net/amule and www/tomcat
since I've de-facto babysitted these ports for a long time.

ok espie@, ajacoutot@, jasper@
2012-11-08 10:06:04 +00:00
ajacoutot
3cf8d8a6bc Fix a reference counting bug.
from kettenis@ (thank you!)
2012-11-07 08:17:56 +00:00
kili
75c4104e44 Patch configure.ac and use CONFIGURE_STYLE and AUTOCONF_VERSION
instead of patching configure, to minize headaches for updates
of this port.
2012-11-06 21:24:16 +00:00
jasper
d861d56955 sync 2012-11-06 20:54:39 +00:00
jasper
3238fdd8ce import ocaml-curses-1.0.3
OCaml Curses is a project to provide curses / ncurses bindings for the
Objective Caml language.

It was formally known as Text Mode Kit (TMK), but the TMK part of the
project is not supported anymore, and instead we are just concentrating
on providing reliable OCaml curses bindings.

help/ok chrisz@
2012-11-06 20:53:47 +00:00
jasper
d45386c6f5 import ocaml-extlib-1.5.3
ExtLib is a project aiming at providing a complete - yet small -
standard library for the OCaml programming langage. The purpose of this
library is to add new functions to OCaml Standard Library modules, to
modify some functions in order to get better performances or more safety
(tail-recursive) but also to provide new modules which should be useful
for the average OCaml programmer.

help/ok chrisz@
2012-11-06 20:52:49 +00:00
jasper
02ad595bee sync 2012-11-05 21:28:17 +00:00
jasper
75265f4a2c import lua-cmsgpack-0.3.0
Lua-cmsgpack is a MessagePack implementation and bindings for Lua.

ok dcoppa@
2012-11-05 21:26:19 +00:00
ajacoutot
1a7879570c Committed upstream. 2012-11-05 13:56:04 +00:00
ajacoutot
64cf76fd0d Maintenance update to glib2mm-2.34.1. 2012-11-05 09:26:45 +00:00
naddy
bfa7a8d4eb fix mistyped versions of "SUBDIR" 2012-11-04 11:40:11 +00:00
espie
2009c4a6ca zap space 2012-11-03 03:23:20 +00:00
sthen
32e723bd5a update to sip 4.14.1 2012-11-01 22:53:35 +00:00
ajacoutot
d6030d1688 Bugfix update to dconf-0.14.1. 2012-11-01 17:11:16 +00:00
ajacoutot
a835067a0c BZ URL. 2012-11-01 12:37:04 +00:00
dcoppa
f63e0cc64f Fix a crash caused by a limitation of the current vm system (see uvm(9)):
mapping descriptors PROT_WRITE without also specifying PROT_READ results
in a segmentation fault when first accessing the mapping.

OK ajacoutot@
2012-11-01 11:59:57 +00:00
jasper
d279dd8f90 - update to giggle-0.6.2 2012-11-01 08:08:31 +00:00
kili
56e47d9893 Add new hs-ports. 2012-10-31 19:26:39 +00:00
kili
f133c214d9 Various useful functions on tuples, overloaded on tuple size.
ok jasper@
2012-10-31 19:20:41 +00:00
kili
326242d17c A library for patching functions and data structures.
ok jasper@
2012-10-31 19:20:13 +00:00
kili
4d1caae764 This library offers an alternative parallel programming API to that
provided by the parallel package.

The 'Par' monad allows the simple description of parallel computations,
and can be used to add parallelism to pure Haskell code.  The basic
API is straightforward: the monad supports forking and simple
communication in terms of 'IVar's.

The library comes with an efficient work-stealing implementation,
but the internals are also exposed so that you can build your own
scheduler if necessary.

ok jasper@
2012-10-31 19:19:40 +00:00
kili
19c8e85cad structures, and other added capabilities layered on top of the 'Par'
monad.

ok jasper@
2012-10-31 19:18:58 +00:00
kili
53e39ea080 Combinators for building fast hashing functions. Includes hashing
functions for all basic Haskell98 types.

ok jasper@
2012-10-31 19:17:28 +00:00
kili
b9d34590f9 This package provides data types and classes for manipulating the
'ConstraintKinds' exposed by GHC in 7.4.

ok jasper@
2012-10-31 19:16:55 +00:00
kili
78f6601c62 The Newtype typeclass represents the packing and unpacking of a
newtype, and allows to operate under that newtype with functions
such as ala.

ok jasper@
2012-10-31 19:16:00 +00:00
kili
14b5086838 The 'Par' monad(s) offer an alternative parallel programming API
to that provided by the parallel package.

A 'Par' monad allows the simple description of parallel computations,
and can be used to add parallelism to pure Haskell code.  The basic
API is straightforward: a 'Par' monad supports forking and simple
communication in terms of 'IVar's.

This module is an interface module only. It provides a number of
type clasess, but not an implementation.  The type classes separate
different levels of 'Par' functionality.  See the "Control.Monad.Par.Class"
module for more details.

The monad-par library is one example of a concrete library providing
this interface.

ok jasper@
2012-10-31 19:15:03 +00:00
kili
e52927accc An abstract interface to highly-parameterizable queues/deques.
Background: There exists a feature space for queues that extends
between:

  * simple, single-ended, non-concurrent, bounded queues

  * double-ended, threadsafe, growable queues

... with important points inbetween (such as
the queues used for work-stealing).

This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).

This package also includes a simple reference implementation based
on 'IORef' and "Data.Sequence".

ok jasper@
2012-10-31 19:14:17 +00:00
kili
309a963d55 A framework introducing annotations by preprocessing. For using it,
it is enough to derive 'QuickAnnotate.Annotatable' and then use the
preprocessor (qapp). The package contains an example demonstrating
this procedure.

ok jasper@
2012-10-31 19:13:29 +00:00
kili
069d35a99d OneTuple fills the "tuple gap" with a singleton tuple. It does
not support the usual parenthesized tuple syntax (which would be
"(a)" instead of "OneTuple a"). It
* has the expected laziness properties,
* can be pattern-matched,
* ships with instances for several standard type classes,
  including all those supported by H98-standard tuples,
* requires no language extensions, except for hierarchical modules.

ok jasper@
2012-10-31 19:12:27 +00:00
brad
a1e45825a0 Update to physfs 2.0.3.
ok sthen@
2012-10-30 23:51:21 +00:00
martynas
50acdb7d5a add py-jsonrpclib 2012-10-30 20:47:49 +00:00
martynas
ad406cd5ec import py-jsonrpclib. from Markus Bergkvist. ok fgs@ 2012-10-30 20:46:18 +00:00
gsoares
7301f2c5c6 unbreak do-regress target by using ${MODLUA_BIN} instead of hardcode lua
ok jasper@ sthen@
2012-10-30 12:28:46 +00:00