| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Make Ruby 1.9 the default Ruby
Notes:
svn path=/head/; revision=280102
|
|
|
|
| |
Notes:
svn path=/head/; revision=280086
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=280033
|
|
|
|
|
|
|
|
| |
PR: ports/159842
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=280013
|
|
|
|
| |
Notes:
svn path=/head/; revision=280005
|
|
|
|
| |
Notes:
svn path=/head/; revision=279942
|
|
|
|
| |
Notes:
svn path=/head/; revision=279898
|
|
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN when building with clang
PR: ports/158421
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Approved by: wxs (mentor)
Notes:
svn path=/head/; revision=279858
|
|
|
|
| |
Notes:
svn path=/head/; revision=279796
|
|
|
|
| |
Notes:
svn path=/head/; revision=279790
|
|
|
|
| |
Notes:
svn path=/head/; revision=279774
|
|
|
|
| |
Notes:
svn path=/head/; revision=279767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 IVars. 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.
WWW: http://github.com/simonmar/monad-par
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279717
|
|
|
|
|
|
|
|
|
|
|
|
| |
performance. (A note on naming: in Greek mythology, Aeson was the
father of Jason.)
WWW: http://github.com/mailrank/aeson
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
optimized for performance critical use, both in terms of large data
quantities and high speed.
The declared cost of each operation is either worst-case or amortized,
but remains valid even if structures are shared.
WWW: http://github.com/tibbe/unordered-containers/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279715
|
|
|
|
|
|
|
|
|
|
|
| |
Haskell datatypes in text form using the blaze-builder library.
WWW: http://github.com/mailrank/blaze-textual
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
precision floating point and text. This library is implemented as
bindings to the C++ double-conversion library written by Florian Loitsch
at Google: http://code.google.com/p/double-conversion/.
The Text versions of these functions are about 30 times faster than the
default show implementation for the Double type. The ByteString versions
are slower than the Text versions; roughly half the speed. (This seems
to be due to the cost of allocating ByteString values via malloc.)
As a final note, be aware that the bytestring-show package is about 50%
slower than simply using show.
WWW: http://github.com/mailrank/double-conversion
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279713
|
|
|
|
| |
Notes:
svn path=/head/; revision=279707
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/bos/base64-bytestring
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279701
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279697
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279696
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/copointed/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279695
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/comonad-transformers/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279693
|
|
|
|
|
|
|
|
|
|
|
|
| |
semigroupoids. A Semigroupoid is a Category without the requirement of
identity arrows for every object in the category.
WWW: http://github.com/ekmett/semigroupoids/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279692
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/distributive/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279691
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/contravariant/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279690
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/comonad/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279689
|
|
|
|
|
|
|
|
|
| |
- Un-break build
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279688
|
|
|
|
|
|
|
|
|
| |
WWW: http://comonad.com/reader/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279687
|
|
|
|
|
|
|
|
|
|
|
| |
given term should not exist.
WWW: http://github.com/ekmett/void
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279686
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/ekmett/semigroups/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279685
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
around Hailo. It accepts the events listed under "INPUT" and emits the events
listed under "OUTPUT".
WWW: http://search.cpan.org/dist/POE-Component-Hailo/
PR: ports/159295
Submitted by: milki <milki at rescomp.berkeley.edu>
Notes:
svn path=/head/; revision=279682
|
|
|
|
|
|
|
|
|
|
|
| |
to call minimum system calls which are the bottleneck of web servers.
WWW: https://github.com/kazu-yamamoto/simple-sendfile/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279657
|
|
|
|
|
|
|
|
|
| |
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Haskell. For more information or to download the latest version, you can visit
the Snap project website.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the "snap-core" library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
* need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
* are interested in contributing to the Snap Framework project.
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279650
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/aycanirican/hlibev
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279649
|
|
|
|
|
|
|
|
|
|
|
| |
Haskell.
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hashing function. See <http://murmurhash.googlepages.com/> for details.
This implementation is pure Haskell, so it might be a bit slower than a C
FFI binding.
WWW: http://github.com/nominolo/murmur-hash
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279640
|
|
|
|
|
|
|
|
|
| |
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and Traversable instance.
Provides a simple data structure mirroring a directory tree on the
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
WWW: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
WWW: http://hackage.haskell.org/package/cereal
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279635
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to a hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way to
combine hash values.
WWW: http://github.com/tibbe/hashable
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279633
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/solidsnack/bytestring-nums
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279632
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
WWW: http://jaspervdj.be/blaze
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library
to use text instead of bytestrings.
WWW: http://patch-tag.com/r/felipe/attoparsec-text/home
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279629
|
|
|
|
|
|
|
|
|
| |
WWW: http://john-millikin.com/software/attoparsec-enumerator/
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279628
|
|
|
|
|
|
|
|
|
|
|
|
| |
efficiently with network protocols and complicated text/binary file
formats.
WWW: http://hackage.haskell.org/package/attoparsec
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
search tree and a priority queue. A 'Binding' is a product of a key and
a priority. Bindings can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority can be
retrieved in constant time. A queue can be built from a list of
bindings, sorted by keys, in linear time.
WWW: http://hackage.haskell.org/package/PSQueue
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Control.Exception, which work in IO, these work in any stack of monad
transformers (from the 'transformers' package) with IO as the base monad.
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
WWW: http://hackage.haskell.org/package/MonadCatchIO-transformers
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=279618
|
|
|
|
|
|
|
|
|
|
|
| |
patching fails.
PR: ports/159627
Submitted by: rdivacky
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=279588
|