Commit Graph

55846 Commits

Author SHA1 Message Date
kili
1115091951 Import hs-ghc-paths, a tiny library that exposes several
installation directories of GHC to other Haskell packages.

Not yet wired to the build.
2010-04-13 18:32:56 +00:00
landry
7e1dc25aa8 Unbreak boost on hppa, checking for defined(__hppa) to detect HPUX is stupid.
No binary change on other archs, bump PKGNAME to be on the safe side.
2010-04-13 17:15:28 +00:00
jolan
57720d4330 update to 4.9.012 2010-04-13 17:07:20 +00:00
ajacoutot
661b850096 Use autoconf 2.61. 2010-04-13 17:03:24 +00:00
dcoppa
c77042cf07 Update to 6.0 and add myself as MAINTAINER
OK landry@, ajacoutot@
2010-04-13 16:28:44 +00:00
stephan
69865536e2 update to 0.72, ok ckuethe@ 2010-04-13 15:23:35 +00:00
ajacoutot
9b2fd079cb Simplify patch. 2010-04-13 14:33:27 +00:00
stephan
f7da3254ef update to 0.05, ok kevlo@ and landry@ 2010-04-13 12:33:57 +00:00
kili
136b1f97c2 New darcs will need exactly hs-hashed-storage-0.4.11. 2010-04-13 12:28:37 +00:00
kili
cb81754fa8 Explicitely set MODPY_VERSION to 2.6, otherwise we get a wrong
LIB_DEPENDS.

Not the best solution, but at least it unbreaks the build.

ok ajacoutot@, sthen@
2010-04-13 11:55:30 +00:00
ajacoutot
56dfb2afad +mm 2010-04-13 11:51:03 +00:00
ajacoutot
edce6b01a3 Import gstreamermm-0.10.7.
gstreamermm provides C++ bindings for the GStreamer streaming multimedia
library.  With gstreamermm it is possible to develop applications that
work with multimedia in C++.
<...>
2010-04-13 11:50:26 +00:00
espie
69bff73010 rename stuff to try to make it clearer. 2010-04-13 10:56:42 +00:00
espie
309f80f5b3 cut script into smaller pieces, since it becomes hard to manage 2010-04-13 10:23:53 +00:00
stephan
b4f993a231 update to 1.02, ok kevlo@ 2010-04-13 10:04:24 +00:00
sthen
dc34b0aa0c VMEM_WARNING, requested by landry@ 2010-04-13 09:03:08 +00:00
dcoppa
1704e7fa76 bytecode-compile the .py files; otherwise it gets done later, usually
at an inconvenient time (like when you build another port), and
leaves dangling .pyc after you pkg_delete.

Reported by naddy@ after a bulk build and removal of all installed
ports.

OK ajacoutot@, wcmaier@
2010-04-12 20:06:50 +00:00
jasper
5659f17096 - add missing build dependency
ok robert@
2010-04-12 18:45:27 +00:00
giovanni
2c4a1e3ced Link some Perl modules:
p5-Data-ICal-TimeZone
p5-DateTime-Event-ICal
p5-DateTime-Event-Recurrence
p5-DateTime-Format-ICal
2010-04-12 17:37:26 +00:00
giovanni
42496f13d6 Import p5-DateTime-Format-ICal, a module to parse and format iCal datetime and duration strings
This module understands the ICal date/time and duration formats,
as defined in RFC 2445. It can be used to parse these formats in
order to create the appropriate objects.
2010-04-12 17:26:26 +00:00
giovanni
f8085136a0 Import p5-DateTime-Event-ICal, a DateTime extension for computing rfc2445 recurrences
This module provides convenience methods that let you easily create
DateTime::Set objects for rfc2445 style recurrences.
2010-04-12 17:12:07 +00:00
giovanni
c7ed7b6aef Import p5-DateTime-Event-Recurrence, a DateTime::Set extension to create
basic recurrence sets.

This module provides convenience methods that let you easily create
DateTime::Set objects for various recurrences, such as "once a
month" or "every day". You can also create more complicated
recurrences, such as "every Monday, Wednesday and Thursday at 10:00
AM and 2:00 PM".
2010-04-12 17:03:15 +00:00
giovanni
93fc75a803 Import p5-Data-ICal-TimeZone, timezones module for Data::ICal.
Data::ICal::TimeZone provides a mechanism for adding the Olsen
standard timezones to your ical documents, plus a copy of the Olsen
timezone database.
2010-04-12 16:55:45 +00:00
jasper
ddc4579cff - use BROKEN-$arch , prompted by naddy@ 2010-04-12 16:41:46 +00:00
ajacoutot
eb45868b65 Use ksh as default "modern_shell". 2010-04-12 16:34:49 +00:00
jasper
968649ab9b better homepage 2010-04-12 16:25:54 +00:00
espie
ca22d54fd7 remove the .tgz work-around now that I've fixed the pkg_add problem.
WARNING: you need a current pkg_add if you don't want your dpb to hang !!!
2010-04-12 13:43:05 +00:00
espie
65e0213983 move the 'grabbing sublist' code to a Grabber object, that we'll be able to
use later on from the engine.
2010-04-12 13:30:11 +00:00
jasper
f170b211ec - fix build on mips64 2010-04-12 13:27:43 +00:00
espie
6d10bb1b49 add a list of ALL_ARCHS so that I can dump BROKEN-<arch> in dump-vars. 2010-04-12 13:08:20 +00:00
edd
749110191b fix texmf-local indexing. OK kili@ 2010-04-12 12:49:24 +00:00
espie
f20c2d877a avoid self-reference in BUILD/LIB_DEPENDS. 2010-04-12 11:57:59 +00:00
kili
1ffe42e4ea Import hs-GLUT, Haskell bindings for libGLUT, part of the
Haskell Platform.

Not yet wired to the build.

(And now I'm just waiting for ghc-6.12.2 beeing released)
2010-04-12 11:31:29 +00:00
landry
6231fd7d32 Mark as BROKEN on hppa, makedepend goes into an infinite loop and
confuses bulk builds.
2010-04-12 11:21:11 +00:00
stephan
a086d5df0f update to 0.100460 + new RUN_DEPENDS: devel/p5-Throwable
"looks ok" sthen@
2010-04-12 09:33:58 +00:00
dcoppa
1e3c8eebc7 Use the new BROKEN-arch
OK sthen@
2010-04-12 09:33:44 +00:00
sthen
fcd45c897c +shmux 2010-04-12 09:18:29 +00:00
sthen
0d44329f9d import sysutils/shmux, based on a submission from Olivier Cherrier
long ago.  ok jasper@

shmux is program for executing the same command on many hosts in
parallel. For each target, a child process is spawned by shmux, and a
shell on the target obtained one of the supported methods: rsh, ssh, or
sh. The output produced by the children is received by shmux and either
(optionally) output in turn to the user using an easy to read format, or
written to files for later processing making it well suited for use in
scripts.
2010-04-12 09:16:33 +00:00
kili
59ba5450a4 Import hs-readline, haskell bindings for libreadline.
Will be needed by hmake after the ghc update.

Not yet wired to the build.
2010-04-12 08:44:33 +00:00
jasper
7e3990bf37 - use NOT_FOR_ARCHS instead of BROKEN 2010-04-12 08:42:34 +00:00
jasper
71c81fa767 - use NOT_FOR_ARCHS instead of BROKEN here. 2010-04-12 08:39:32 +00:00
jasper
789f77b943 - use ERRORS, and not BROKEN here. 2010-04-12 08:37:38 +00:00
jasper
060ef66a55 - use NOT_FOR_ARCHS, instead of BROKEN. 2010-04-12 08:35:11 +00:00
edd
fb23976a12 link geda-gaf to build 2010-04-11 22:24:38 +00:00
edd
ebfd817c76 Import geda-gaf. OK naddy@ 2010-04-11 22:22:39 +00:00
jasper
1b58e64cb2 - fix build on loongson 2010-04-11 21:26:24 +00:00
ajacoutot
db07da31ba Remove non existent CONFIGURE_ARGS. 2010-04-11 17:52:00 +00:00
ajacoutot
4323485930 Remove old and useless comments. 2010-04-11 16:39:05 +00:00
sthen
a8fa2824b2 fix some paths. 2010-04-11 15:11:00 +00:00
espie
2ebaf586e0 #@# W!E typo 2010-04-11 15:02:03 +00:00