Commit Graph

79014 Commits

Author SHA1 Message Date
espie
8402d656e1 zap space 2012-11-01 16:37:49 +00:00
ajacoutot
32f72f9624 Missing gettext MODULE. 2012-11-01 14:56:33 +00:00
ajacoutot
9a3b988840 Add gstreamer dependencies the same way we do with the other webkit-based
browsers to be able to have video/audio.

ok jasper] abieber@ (maintainer)
2012-11-01 14:53:39 +00:00
zinke
9b744fc6fb link x11/lsw and x11/swarp 2012-11-01 14:49:25 +00:00
zinke
6f58b76330 link net/irssi-xmpp 2012-11-01 14:46:23 +00:00
zinke
a3b619e264 import irssi-xmpp
irssi-xmpp is an irssi plugin to connect to the Jabber network.

Its aim is to provide a good integration in this text-based irc client
and a good support of XMPP (the Jabber protocol).

Its main features are:
- Sending and receiving messages in irssi's query windows
- A roster with contact & resource tracking (contact list)
- Contact management (add, remove, manage subscriptions)
- Tab completion of commands, JIDs and resources
- Many extensions supported (XEP) including Multi-User Chat (MUC)
- Support for multiple accounts
- Unicode support (UTF-8)
- SSL and STARTTLS support

ok landry@ gonzalo@
2012-11-01 14:41:03 +00:00
zinke
9045846f41 import lsw
Lists the titles of all running X windows to stdout, similar to ls(1).
Might be useful for script integration.

ok landry@
2012-11-01 14:39:36 +00:00
zinke
e295febc5c import swarp
Simple pointer warping tool for X. Warps the mouse pointer to a given
position.

ok landry@
2012-11-01 14:38:10 +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
landry
b0636d7267 Update to icedtea-web 1.3.
- add a gtk3 flavor to be used by webkit-gtk3 browsers, tested with
  midori-gtk3. Mozilla doesnt care which version is installed and works
with both. Webkit only sees icedtea if the gtk version match..
- fix javaws shebang to use bash (pointed out by jiri b)
2012-11-01 11:56:04 +00:00
jasper
b327b9a07e add missing dependency, spotted by nigel@ 2012-11-01 09:59:52 +00:00
espie
9ce8be5926 fix base/xenocara location 2012-11-01 09:58:53 +00:00
espie
1fbbf50998 experimental work: build xenocara components as "packages" and hook them
into dpb.
not 100% ready yet, committed to keep working in tree.
2012-11-01 09:58:05 +00:00
jasper
d279dd8f90 - update to giggle-0.6.2 2012-11-01 08:08:31 +00:00
avsm
21a5f242c1 unbreak ocaml on macppc by fixing the configure script 2012-11-01 07:57:26 +00:00
landry
859557c29f Bugfix update to qgis 1.7.4.
See for the list of bugs fixed:
http://www.qgis.org/en/about-qgis/qgis-releases/139-qgis-1-7-4-releasehtml.html

(we cant update to 1.8.0 because our bison is too old, and newer bisons
dont cope well with our m4)
2012-11-01 07:25:36 +00:00
brad
9e7f2651fa Unfuck the port.
ok sthen@
2012-10-31 23:21:05 +00:00
jasper
dbe18b2a96 import ruby-resque-1.23.0
Resque is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Background jobs can be any Ruby class or module that responds to
perform. Your existing classes can easily be converted to background
jobs or you can create new classes specifically to do work. Or, you can
do both.
[...]

ok jeremy@
2012-10-31 22:12:20 +00:00
jasper
ad4504ce07 import ruby-redis-namespace-1.2.1
Adds a Redis::Namespace class which can be used to namespace calls to
Redis. This is useful when using a single instance of Redis with
multiple, different applications.

ok jeremy@
2012-10-31 22:11:37 +00:00
jasper
e0afb57829 sync 2012-10-31 22:09:45 +00:00
jasper
a020f5c9f4 import ruby-vegas-0.1.11
Vegas aims to solve the simple problem of creating executable versions
of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps
Rack/Sinatra applications and provides a simple command line interface
and launching mechanism.

ok jeremy@
2012-10-31 22:08:48 +00:00
jeremy
d3683cfa3f Update to ruby-bcrypt 3.0.1. 2012-10-31 22:04:42 +00:00
jeremy
dcbdb53ce0 Update to ruby-json 1.7.5. 2012-10-31 22:04:08 +00:00
naddy
dc555df961 this requires intltool to build; ok maintainer Tom Doherty 2012-10-31 20:11:09 +00:00
kili
457e93d6f7 Add hs-syntactic. 2012-10-31 19:27:29 +00:00
kili
56e47d9893 Add new hs-ports. 2012-10-31 19:26:39 +00:00
kili
0e435d1579 Unbreak by updating to feldspar-compiler-0.6.0.2.
ok jasper@
2012-10-31 19:23:33 +00:00
kili
77912263d5 Unbreak by updating to feldspar-language-0.6.0.2.
ok jasper@
2012-10-31 19:22:44 +00:00
kili
96b710d449 This library provides:
* Generic representation and manipulation of abstract syntax
  using a practical encoding of open data types (based on Data
  Types a la Carte)

* Utilities for analyzing and transforming generic syntax

* General variable binding constructs

* Utilities for building extensible embedded languages based
  on generic syntax

* A small proof-of-concept implementation of the embedded
  language Feldspar (see the examples directory)

ok jasper@
2012-10-31 19:21:14 +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
pascal
b8e5559059 Update to blender 2.64a. 2012-10-31 17:45:55 +00:00
gsoares
b6f94fa624 zap SUBST_VARS=${MODLUA_BIN} since it is now taken care of lua.port.mk
OK sthen@
2012-10-31 17:19:39 +00:00
kili
7f3dbb86ee Add --disable-ccache to CONFIGURE_ARGS to stop configure
from picking up an installed ccache and then failing.

ok robert@ (maintainer)
2012-10-31 16:23:53 +00:00
gsoares
14262d8a99 add MODLUA_BIN to SUBST_VAR
no bump needed in lua packages, since this doesn't affect generated packages

OK jasper@ sthen@
2012-10-31 13:39:32 +00:00
dcoppa
2ad01a6768 Update to gecko-mediaplayer-1.0.7 2012-10-31 13:23:04 +00:00
dcoppa
fcab79b9f6 Update to gnome-mplayer-1.0.7.
Switch to gtk+3.
2012-10-31 13:22:03 +00:00
dcoppa
5ab6023bc9 Update to gmtk-1.0.7.
Switch to gtk+3.
2012-10-31 13:21:07 +00:00
sthen
e502b3db04 Don't override an earlier CONFIGURE_ARGS at the bottom of the Makefile;
fixes a problem where gnupg2 was picking up openldap even for the non-ldap
build.  Build problem spotted by naddy, ok pea@
2012-10-31 10:26:12 +00:00
sthen
0a1276103c missing build dep on portaudio. 2012-10-31 10:18:57 +00:00