kili
3320e0cba3
Update to happy-1.18.9.
2012-09-02 20:10:36 +00:00
kili
d48f0d27c4
Update to cabal-install-0.14.0.
2012-09-02 20:09:42 +00:00
kili
c4f1acc5c3
Update to alex-3.0.1.
2012-09-02 20:09:08 +00:00
kili
340756b9c0
Update to haddock-2.11.0 (using the sources bundled with ghc-7.4.2;
...
see comment in the Makefile).
2012-09-02 20:06:54 +00:00
kili
135c150047
Add devel/hs-random dependency.
...
Update to pugs-compat-0.0.6.20120229.163800.
2012-09-02 20:04:19 +00:00
kili
b670cc117b
Add devel/hs-random dependency.
2012-09-02 20:00:55 +00:00
kili
1684d3a5f5
Remove hs-deepseq. It's now included in the ghc package.
2012-09-02 19:59:41 +00:00
kili
af2ea00742
Remove dependency on devel/hs-deepseq, which is now
...
included in the ghc package.
2012-09-02 19:57:48 +00:00
ajacoutot
9b50138806
Keep --as-needed since it works fine now.
2012-09-02 18:03:28 +00:00
matthieu
3aac1c660d
- fix MASTER_SITES and distinfo
...
- install all needed files
ok espie@
2012-09-02 18:01:48 +00:00
matthieu
c01c0d5a9c
fix MASTER_SITE and distinfo. ok espie@
2012-09-02 18:00:31 +00:00
kili
f23de849b3
Hook new hs-ports to the build.
2012-09-02 17:00:59 +00:00
kili
a66745fa52
This package provides a straightforward port of monadLib's BaseM
...
typeclass to transformers.
ok sthen@
2012-09-02 15:27:28 +00:00
ajacoutot
569a210242
Fix DESCR.
...
Don't hardcode /usr/local.
Missing NO_REGRESS.
2012-09-02 14:37:49 +00:00
espie
2398ba661a
matthieu wants to scrape imake off xenocara
...
initial port, to be worked in-tree
(no need for autoconf to discover we have mkstemp...)
2012-09-02 14:14:02 +00:00
espie
75d9505a29
matthieu wants to scrape imake off xenocara
...
imake-config files for ports
(to be finished in-tree)
2012-09-02 14:13:09 +00:00
miod
d1af360949
Add m88k and vax support, and add them to the ONLY_FOR_ARCHS list. No version
...
bump as it did not build before.
ok landry@
2012-09-01 18:22:04 +00:00
landry
8e3a8d782e
Add quirk to update postler to geary.
2012-09-01 18:17:21 +00:00
miod
db9eab8ba7
Add m68k to the NOT_FOR_ARCHS list, needs significant work to build.
2012-09-01 18:15:06 +00:00
espie
ef70979bcb
+ p5-Devel-TraceUse
2012-09-01 17:11:48 +00:00
espie
fac0a2dcf4
Devel::TraceUse, simple way to know whether your perl script pulls
...
the kitchen sink in.
landry@ approved.
2012-09-01 17:11:02 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
landry
bf0ac51cca
Garge collect nsSound.cpp, the original one uses libcanberra
...
properly and thus sndio. Bump corresponding REVISIONs.
2012-09-01 14:35:06 +00:00
stsp
2a512d2377
Update to Subversion 1.7.6 and fix WANTLIB for pthread; ok sthen
2012-09-01 13:40:18 +00:00
naddy
046d7dbf7d
bsd.lib.mk does not build _pic.a libraries any longer
2012-09-01 12:02:26 +00:00
bluhm
4a00ff80ba
update p5-Devel-NYTProf to 4.08
...
ok sthen@
2012-08-31 18:06:36 +00:00
pascal
df44ab302a
Disable PIE for now in clang until someone is masochistic enough to figure
...
out how to best handle enabling it by default. Manually speficying -fpie
-Wl,-pie will still work, of course.
ok sthen@
2012-08-31 16:21:20 +00:00
dcoppa
d475b0a293
Update to cmake-2.8.9.
...
"There was no cmake fallout in the bulk on amd64" jasper@
Also tested by Brad with a handful of CMake using ports
2012-08-31 12:28:31 +00:00
kili
368971ee5f
Conduits are an approach to the streaming data problem. It is meant
...
as an alternative to enumerators\/iterators, hoping to address the
same issues with different trade-offs based on real-world experience
with enumerators.
ok matthew, sthen.
(forgot to import this one the other day and imported devel/hs-lifted-base
twice instead)
2012-08-31 07:53:42 +00:00
bluhm
7c69a419a4
- no USE_GROFF
...
- space before =
2012-08-30 21:16:14 +00:00
kili
47f37a647e
A basic random number generation library, including the ability to
...
split random number generators.
ok matthew, sthen.
2012-08-30 21:08:54 +00:00
kili
23cee212ca
Stream socket data using conduits.
...
ok matthew, sthen.
2012-08-30 21:05:07 +00:00
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
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
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
ajacoutot
57af6dc327
Merge -docs into -main.
2012-08-30 10:08:46 +00:00
jasper
59f1cd0a21
add missing build dependency on python
...
spotted by landry@
2012-08-29 20:20:43 +00:00
ajacoutot
4d8426b28a
Don't need to patch this anymore.
...
from Brad
2012-08-29 16:06:56 +00:00
ajacoutot
03cc48e949
Update to libgee-0.7.90.
2012-08-29 14:45:32 +00:00
sthen
85a7d74bd9
Re-sync CLang with the OBSD_LIB_SPEC now used in base (-lc for libs was
...
removed again). From Brad.
2012-08-29 00:45:47 +00:00
landry
cbea8bbe71
Update to py-distutils-extra 2.36.
2012-08-28 10:04:31 +00:00
fgsch
dad5d0df54
fix info docs references and bump version.
...
somewhat ok by espie@.
2012-08-27 21:07:26 +00:00
ajacoutot
5c597331cf
+libdshconfig
2012-08-27 14:34:56 +00:00
ajacoutot
347ba5fa15
Import libdshconfig-0.20.9.
...
Library for parsing dsh-style configuration files.
from rpe with some tweaks
ok sthen@
2012-08-27 14:34:19 +00:00
sthen
4c1056d028
drop ish@ as maintainer, per his request
2012-08-27 13:53:10 +00:00
sthen
87aa8f23af
Fix .if statement dealing with mips64/mips64el to work-around and ld(1) failure.
...
From Brian Callahan.
2012-08-27 13:50:15 +00:00