Commit Graph

7588 Commits

Author SHA1 Message Date
ajacoutot
cdfd9363bb Bugfix update to libsoup-2.30.2. 2010-06-22 18:16:59 +00:00
ajacoutot
40af9b1910 Bugfix update to libwnck-2.30.2
* many GSeal-related fixes
2010-06-22 06:04:08 +00:00
ajacoutot
3675a165ff Update to vte-0.24.2.
* translations updates
2010-06-21 20:16:03 +00:00
landry
23f9afac88 Fix WANTLIBs and bump PKGNAME.
Prodded by/ok sthen@
2010-06-20 19:44:40 +00:00
ajacoutot
30eb8e9cf3 Enable asm code for implementing atomic ops on i386.
Inspired by FreeBSD.

input from naddy@
ok jasper@ sthen@
2010-06-20 18:34:44 +00:00
bernd
5685b2634d Regen the manpages to avoid some weird artifacts.
Noticed by Anthony Bentley. Thank you!
2010-06-20 15:04:39 +00:00
kili
13cb9264e1 Mark as broken on i386 until we switch to gcc4 there, too. 2010-06-20 13:54:19 +00:00
bernd
7af7c80977 Update to git-1.7.1. 2010-06-20 11:49:41 +00:00
kili
9802656d03 Add a couple of new Haskell libraries. 2010-06-20 09:49:04 +00:00
kili
00e3322f17 Portable Haskell/POSIX layer for Pugs.
"go ahead, please" espie@
2010-06-20 09:45:28 +00:00
kili
a123c7e5b0 The PCRE backend to accompany regex-base, see www.pcre.org.
"go ahead, please" espie@
2010-06-20 09:44:33 +00:00
kili
5dd1c31039 DrIFT is a type sensitive preprocessor for Haskell. It extracts
type declarations and directives from modules. The directives cause
rules to be fired on the parsed type declarations, generating new
code which is then appended to the bottom of the input file. The
rules are expressed as Haskell code, and it is intended that the
user can add new rules as required.
DrIFT automates instance derivation for classes that aren't supported
by the standard compilers.  In addition, instances can be produced
in seperate modules to that containing the type declaration.  This
allows instances to be derived for a type after the original module
has been compiled.  As a bonus, simple utility functions can also
be produced from a type.

"go ahead, please" espie@
2010-06-20 09:43:23 +00:00
kili
caf867eccd This package provides functions for running timeouts.
"go ahead, please" espie@
2010-06-20 09:42:25 +00:00
kili
bbac22ea5a A meta-object system for Haskell based on Perl 6.
"go ahead, please", espie@
2010-06-20 09:41:19 +00:00
kili
c0849e3340 Memoize Strings as Atoms for fast comparison and sorting, with maps
and sets.

"go ahead, please" espie@
2010-06-20 09:40:36 +00:00
kili
359a57a9f2 This is a simple YAML ('Yet Another Markup Language') processor,
used by the Pugs project for handling data serialization; this can
be useful for optimization and caching purposes.

This is an interface to the syck C library for parsing and dumping
YAML data. It lets you transform textual YAML data into an object
of type 'YamlNode', and vice versa, fast.

"go ahead, please" espie@
2010-06-20 09:39:11 +00:00
kili
7d654d2943 This module locates the full directory to the running program, to
allow the use of paths relative to it.  FindBin supports invocation
of Haskell programs via "ghci", via "runhaskell/runghc", as well
as compiled as an executable.

"to ahead, please" espie@
2010-06-20 09:38:07 +00:00
ajacoutot
b17e998d57 Move %%SHARED%% at the end so that gio-query-modules is still here when we
need it.
2010-06-19 11:05:34 +00:00
ajacoutot
6f515e0d35 Welcome the new gio-querymodules "goo".
GIO Reference Manual:
gio-querymodules creates a giomodule.cache listing the implemented
extension points for each module that has been found. It is used by GIO
at runtime to avoid opening all modules just to find out which extension
points they are implementing.
2010-06-19 10:32:50 +00:00
kili
6a40d723f3 Require ghc-doc to get all links enabled. 2010-06-18 21:34:23 +00:00
kili
34cceeca47 Oops. I forgot that Haskell people are bad on bootstrapping.
Force the build to use the inplace haddock for building the haddock
documentation.
2010-06-18 21:05:06 +00:00
kili
bf0c02b753 Include the Haddock API, but put it into its own subpackage (hs-haddock).
This will be needed by leksah.
2010-06-18 20:42:03 +00:00
sthen
d7209a7b86 +p5-Sys-SigAction 2010-06-18 20:30:00 +00:00
sthen
14a2bc9fea import ports/devel/p5-Sys-SigAction, from Brad.
Sys::SigAction - Perl extension for Consistent Signal Handling.  With
the use of this module, the signal handling behavior can be coded in a
way that does not change from one perl version to the next, and thus
using POSIX::sigaction() becomes a little easier.
2010-06-18 20:29:19 +00:00
sthen
d77d1038d9 - update to 1.44, license is now explicitly 'same as perl' not 'artistic'.
diff from Brad.

- drop msf as maintainer as per standing request.
2010-06-18 20:24:14 +00:00
sthen
1f2bd2c64a missing p5- 2010-06-18 19:35:05 +00:00
jasper
28af1f79db - sync with lua.port.mk 2010-06-18 17:59:06 +00:00
sthen
f3b8d063a7 fix PKGNAME; when bumping perl ports you must add p5- 2010-06-18 17:43:53 +00:00
bluhm
c0206dbaaa + p5-Data-Validate
+ p5-Data-Validate-Struct
2010-06-17 22:11:23 +00:00
bluhm
36d9518714 Initial import of p5-Data-Validate-Struct 0.06
This module validates a config hash reference against a given hash
structure in contrast to Data::Validate in which you have to check
each value separately using certain methods.

ok jasper@
2010-06-17 21:56:16 +00:00
bluhm
cba6ea0220 Initial import of p5-Data-Validate 0.08
This module collects common validation routines to make input
validation, and untainting easier and more readable.  Most of the
functions are not much shorter than their direct perl equivalent
(and are much longer in some cases), but their names make it clear
what you're trying to test for.

ok jasper@
2010-06-17 21:49:36 +00:00
ajacoutot
d4b8541828 Maintainance update to goffice-0.8.6. 2010-06-17 07:05:41 +00:00
landry
b4f46ecb94 Remove a patch i forgot to cvs delete, don't call autoconf in nsprpub/
as we use the systemwide one, and bump PKGNAME to be on the safe side.
2010-06-16 19:06:26 +00:00
kili
51a27193e1 Add gtk2hs ports. 2010-06-16 14:05:44 +00:00
kili
d14aee2028 This package provides a wrapper around the Pango C library that
allows high-quality rendering of Unicode text. It can be used either
with Cairo to output text in PDF, PS or other documents or with
Gtk+ to display text on-screen.
2010-06-16 14:01:33 +00:00
kili
11e3872046 The GNU Library is a collection of C data structures and utility
function for dealing with Unicode. This package only binds as much
functionality as required to support the packages that wrap libraries
that are themselves based on GLib.
2010-06-16 14:00:57 +00:00
kili
0740d739fd This library allows to load externally stored user interfaces into
programs. This allows alteration of the interface without recompilation
of the program.
2010-06-16 13:59:58 +00:00
kili
e15927f4c8 GIO is striving to provide a modern, easy-to-use VFS API that sits
at the right level in the library stack.  The goal is to overcome
the shortcomings of GnomeVFS and provide an API that is so good
that developers prefer it over raw POSIX calls.  Among other things
that means using GObject.  It also means not cloning the POSIX API,
but providing higher-level, document-centric interfaces. This package
provides Haskell bindings to gio.
2010-06-16 13:59:06 +00:00
kili
e4cf727550 This package provides a set of helper programs necessary to build
the Gtk2Hs suite of libraries. These tools include a modified c2hs
binding tool that is used to generate FFI declarations, a tool to
build a type hierarchy that mirrors the C type hierarchy of GObjects
found in glib, and a generator for signal declarations that are
used to call back from C to Haskell. These tools are not needed to
actually run Gtk2Hs programs.
2010-06-16 13:57:39 +00:00
ajacoutot
999d79d16b Remove now unused patch -- we have strndup(3).
No bump because because code was #ifndef HAVE_STRNDUP ... so it wasn't
picked up anymore.
2010-06-16 12:22:45 +00:00
jasper
a2c755bae3 - adapt to new lua.port.mk
ok jolan@ (MAINTAINER)
2010-06-15 22:05:58 +00:00
jasper
ec48d76849 - tweak regress dependency 2010-06-15 20:24:06 +00:00
ajacoutot
d8239b2cfe Bugfix update to libgee-0.5.1. 2010-06-15 18:07:42 +00:00
kili
e59069c5b1 Add gmp and bump.
While here, adjust the comment about weird permissions (don't blame
the darcs people, it's not their fault).
2010-06-15 18:00:33 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
kili
726fff75c3 Add gmp dependency.
Move hs-ghc-paths from RUN_DEPENDS to BUILD_DEPENDS.
Bump.
2010-06-15 17:38:17 +00:00
fgsch
92ad11f4a3 Update to 1.5.4. ok maintainer. 2010-06-15 17:20:27 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
ajacoutot
21e558ee76 Bugfix update to pango-1.28.1. 2010-06-15 16:59:45 +00:00
espie
a1e380599c help shitty includes work. fixes sdlmame 2010-06-15 15:29:29 +00:00