FreshPorts -- The Place For Ports notbug Fri, 10 Feb 2012 1:57 PM GMT
Port details
ghc 7.0.3_1 lang on this many watch lists=22 search for ports that depend on this port
A Compiler for the functional language Haskell
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: haskell
License: BSD


Haskell is the standard lazy purely functional programming language.
The current language version is Haskell 98, agreed in December 1998,
with a revised version published in January 2003.

A wide variety of Haskell related resources (tutorials, libraries,
specifications, documentation, compilers, interpreters, references,
contact information, links to research groups) are available from
the Haskell home page at http://haskell.org/.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98 generating
good code for a variety of platforms. GHC is a state-of-the-art
programming suite for Haskell and compiles Haskell to either native
code or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, comprehensive
set of libraries and an interactive system for convenient, quick
development.

The profiling libraries for Glorious Glasgow Haskell Compilation System
should be installed when GHC's profiling subsystem is needed.

WWW: http://www.haskell.org/ghc/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: textproc/docbook-xsl, textproc/libxslt, devel/gmake, lang/perl5.8
Required Libraries: math/gmp, converters/libiconv

Required by:
for Build

for Run

To install the port: cd /usr/ports/lang/ghc/ && make install clean
To add the package: pkg_add -r ghc


Configuration Options
===> The following configuration options are available for ghc-7.0.3_1:
     PROFILE=on (default) "Compile for profiling as well"
     DYNAMIC=on (default) "Compile for dynamic linking support"
     DOCS=on (default) "Install HTML documentation"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    

Number of commits found: 181 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2012 14:21:27
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Add math-functions to chase the addition of math/hs-math-functions

Submitted by:   wen
26 Sep 2011 20:49:55
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Update to 3.20110707
- Cabalize port

PR:             ports/159348
Submitted by:   pgj
Approved by:    maintainer (timeout)
Obtained from:  FreeBSD Haskell
23 Sep 2011 22:26:39
Original commit files touched by this commit  7.0.3_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
06 Sep 2011 03:13:38
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.

WWW: http://hackage.haskell.org/package/csv

PR:             ports/159689
Submitted by:   Kaspars Bankovskis <kaspars@bankovskis.lv>
24 Aug 2011 13:17:35
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Unbreak on 9.x.  Random core dumps experienced during the build are
  probably caused by an rtld(1) bug in the base system that may not
  affect everybody, though.

  For affected systems: watch out for the upcoming rtld(1) fix (by
  Kostik Belousov) to be committed soon.
14 Aug 2011 18:01:20
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
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 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
14 Aug 2011 17:55:09
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A JSON parsing and encoding library optimized for ease of use and high
performance.  (A note on naming: in Greek mythology, Aeson was the
father of Jason.)

WWW:    http://github.com/mailrank/aeson

Obtained from:  FreeBSD Haskell
14 Aug 2011 17:52:20
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Efficient hashing-based container types. The containers have been
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
14 Aug 2011 17:49:44
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
blaze-textual is a fast Haskell library for rendering common
Haskell datatypes in text form using the blaze-builder library.

WWW:    http://github.com/mailrank/blaze-textual

Obtained from:  FreeBSD Haskell
14 Aug 2011 17:46:17
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A library that performs fast, accurate conversion between double
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
14 Aug 2011 14:29:14
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Fast base64 encoding and decoding for ByteStrings.

WWW:    http://github.com/bos/base64-bytestring

Obtained from:  FreeBSD Haskell
14 Aug 2011 12:04:34
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Remove port for the obsolete (and broken) category-extras Cabal package

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:49:42
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Unbreak build for devel/hs-reactive

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:45:37
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Haskell 98 pointed and copointed data.

WWW:    http://github.com/ekmett/copointed/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:38:54
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Comonad transformers.

WWW:    http://github.com/ekmett/comonad-transformers/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:36:29
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Provides a wide array of semigroupoids and operations for working with
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
14 Aug 2011 11:32:23
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Haskell 98 distributive functors -- dual to Traversable.

WWW:    http://github.com/ekmett/distributive/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:30:06
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Haskell 98 contravariant functors.

WWW:    http://github.com/ekmett/contravariant/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:27:44
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Haskell 98 comonads.

WWW:    http://github.com/ekmett/comonad/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:25:29
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
- Update to 0.2.8
- Un-break build

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:22:22
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Categories from category-extras.

WWW:    http://comonad.com/reader/

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:19:17
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A Haskell 98 logically uninhabited data type.  Used to indicate that a
given term should not exist.

WWW:    http://github.com/ekmett/void

Obtained from:  FreeBSD Haskell
14 Aug 2011 11:16:31
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Haskell 98 semigroups.

WWW:    http://github.com/ekmett/semigroups/

Obtained from:  FreeBSD Haskell
14 Aug 2011 01:27:45
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Cross-platform library for the sendfile() system call. This library tries
to call minimum system calls which are the bottleneck of web servers.

WWW:    https://github.com/kazu-yamamoto/simple-sendfile/

Obtained from:  FreeBSD Haskell
13 Aug 2011 23:28:56
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Snap Framework project starter executable and glue code library.

WWW:    http://snapframework.com/

Obtained from:  FreeBSD Haskell
13 Aug 2011 23:26:14
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Snap is a simple and fast web development framework and server written in
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
13 Aug 2011 23:18:49
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
FFI interface to libev.

WWW: http://github.com/aycanirican/hlibev

Obtained from:  FreeBSD Haskell
13 Aug 2011 21:50:10
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Snap is a simple and fast web development framework and server written in
Haskell.

WWW: http://snapframework.com/

Obtained from:  FreeBSD Haskell
13 Aug 2011 21:07:40
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic
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
13 Aug 2011 21:01:57
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
An xhtml templating system.

WWW: http://snapframework.com/

Obtained from:  FreeBSD Haskell
13 Aug 2011 20:47:35
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A simple directory-like tree datatype, with useful IO functions and Foldable
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
13 Aug 2011 20:44:40
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A binary serialization library, similar to binary, that introduces an
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
13 Aug 2011 20:36:01
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
This package defines a class, Hashable, for types that can be converted
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
13 Aug 2011 20:33:23
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Parse numeric literals from ByteStrings.

WWW: http://github.com/solidsnack/bytestring-nums

Obtained from:  FreeBSD Haskell
13 Aug 2011 19:41:48
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A blazingly fast HTML combinator library for the Haskell programming language.
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
13 Aug 2011 19:37:58
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A fast parser combinator library, aimed particularly at dealing efficiently
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
13 Aug 2011 19:35:15
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
The attoparsec-enumerator package.

WWW: http://john-millikin.com/software/attoparsec-enumerator/

Obtained from:  FreeBSD Haskell
13 Aug 2011 18:42:01
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.

WWW: http://hackage.haskell.org/package/attoparsec

Obtained from:  FreeBSD Haskell
13 Aug 2011 18:36:10
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
A priority search queue efficiently supports the opperations of both a
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
13 Aug 2011 18:08:39
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
Provides functions to throw and catch exceptions. Unlike the functions from
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
01 Aug 2011 13:43:49
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to reliably store and
retrieve arbitrary amounts of data from anywhere on the Internet.

WWW:    http://gregheartsfield.com/hS3/

Obtained from:  FreeBSD Haskell
01 Aug 2011 13:38:44
Original commit files touched by this commit  7.0.3_1
pgj search for other commits by this committer
DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for
Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption
Modes e.g. Cipher Block Chaining all in one package, with HUnit and
QuickCheck tests, and examples.

WWW:    http://hackage.haskell.org/package/Crypto

Obtained from:  FreeBSD Haskell
10 Jul 2011 21:33:00
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
Generic HTTP types for Haskell (for both client and server code).

WWW: https://github.com/aristidb/http-types

Obtained from:  FreeBSD Haskell
10 Jul 2011 21:26:42
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
The module Data.CaseInsensitive provides the 'CI' type constructor which can
be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
etc.  Comparisons of values of the resulting type will be insensitive to
cases.

WWW: http://hackage.haskell.org/package/case-insensitive

Obtained from:  FreeBSD Haskell
10 Jul 2011 02:48:21
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
- Update print/hs-hscolour to 1.19
- Update print/hs-hscolour-docs to 1.19
- Update value of HSCOLOUR_VERSION in lang/ghc/bsd.cabal.mk

Obtained from:  FreeBSD Haskell
03 Jul 2011 22:00:49
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements
most of the MySQL client API.

WWW: https://github.com/mailrank/mysql

PR:             ports/157264
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
03 Jun 2011 17:05:33
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
- Fix bug in installing Haskell ports when GHC is installed with NOPORTDOCS

Obtained from:  FreeBSD Haskell
25 May 2011 18:57:25
Original commit files touched by this commit  7.0.3_1
ashish search for other commits by this committer
- Fix lang/ghc to not install unusable haddock when NOPORTDOCS is set
- Fix lang/ghc/bsd.cabal.mk to depend on devel/hs-haddock for documentation
- Split textproc/hs-xhtml into a separate -docs port (required by haddock)
- Bump PORTREVISION of devel/hs-haskell-platform, depends on textproc/hs-xhtml

Obtained from:  FreeBSD Haskell
23 May 2011 00:29:15
Original commit files touched by this commit  7.0.3
ashish search for other commits by this committer
- Add missing entry for devel/hs-BNFC.

Obtained from:  FreeBSD Haskell
21 May 2011 02:08:40
Original commit files touched by this commit  7.0.3
ashish search for other commits by this committer
- Mark BROKEN on 9.x: does not compile

Reported by:   pointyhat
14 May 2011 16:34:09
Original commit files touched by this commit  7.0.3
pgj search for other commits by this committer
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

WWW:    http://www.haskell.org/cabal/

Obtained from:  FreeBSD Haskell
13 May 2011 18:09:15
Original commit files touched by this commit  7.0.3
pgj search for other commits by this committer
- Stop processing if one of the dependencies is missing from bsd.hackage.mk

Obtained from:  FreeBSD Haskell
10 May 2011 02:09:04
Original commit files touched by this commit  7.0.3
pgj search for other commits by this committer
- Connect devel/hs-blaze-builder-enumerator to the build and to the Haskell
  Cabal package database and therefore un-break INDEX

Reported by:    erwin
09 May 2011 05:28:57
Original commit files touched by this commit  7.0.3
ashish search for other commits by this committer
- Please welcome GHC 7.0.3

GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:             ports/156642
Approved by:    tabthorpe (mentor)
Obtained from:  FreeBSD Haskell
04 Dec 2010 07:34:27
Original commit files touched by this commit  6.10.4_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  6.10.4_3
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  6.10.4_3
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
08 Aug 2010 09:08:00
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Bring in synch with the ports in the tree
08 Aug 2010 08:49:38
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")

Suggested by:   admi3
30 Jul 2010 08:48:26
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Make standalone ports run-independent of GHC
- Make install directories explicit on configuration
- Add support for redefinition of make(1) targets
07 Jun 2010 03:58:17
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Efficient algorithms for vector arrays.

WWW: http://code.haskell.org/~dolio/
07 Jun 2010 03:55:25
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.

WWW: http://code.haskell.org/vector
07 Jun 2010 03:51:31
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Fast, memory-efficient, low-level socket functions that use
'Data.ByteString's instead of 'String's.

WWW: http://github.com/tibbe/network-bytestring
07 Jun 2010 03:47:52
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Some classes for generalized boolean operations.

WWW: http://hackage.haskell.org/package/Boolean
07 Jun 2010 03:44:28
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
This package provides wrappers for primitive array operations from
GHC.Prim.

WWW: http://code.haskell.org/primitive
24 May 2010 21:52:43
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22 May 2010 22:59:05
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Fix ordering
22 May 2010 22:41:50
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Fix OPTIONS support for Cabal ports by introducing
  bsd.cabal.options.mk
- Fix ports broken with non-default options

Triggered by:   Yuri Pankov <yuri.pankov@gmail.com>
22 May 2010 21:41:52
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Minimal binding to libxml2.  Additional functions will be added when
needed.

WWW: http://hackage.haskell.org/package/libxml
21 May 2010 22:03:36
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
QuickCheck2 support for the test-framework package.

WWW: http://batterseapower.github.com/test-framework/
21 May 2010 22:00:21
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
HUnit support for the test-framework package.

WWW: http://batterseapower.github.com/test-framework/
21 May 2010 21:57:42
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in
deterministic order, to aid diff interpretation) and filtered and
controlled by command line options. All of this comes with colored test
output, progress reporting and test statistics output.

WWW: http://batterseapower.github.com/test-framework/
21 May 2010 21:53:39
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
This is a pretty printing library based on Wadler's paper "A Prettier
Printer". It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.

WWW: http://github.com/batterseapower/ansi-wl-pprint
21 May 2010 21:49:50
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals, but
only GHC is supported as a compiler.

WWW: http://batterseapower.github.com/ansi-terminal
21 May 2010 21:44:44
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
A very simple package providing a cross-platform means of determining
the hostname.

WWW: http://hackage.haskell.org/package/hostname
20 May 2010 15:22:30
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Fix entry for c2hs
19 May 2010 12:10:17
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
A system-independent interface for user-level packet capture.

WWW: http://hackage.haskell.org/package/pcap

PR:             ports/146655
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
16 May 2010 18:05:29
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
A Haskell client library for MPD, the Music Player Daemon.

WWW: http://github.com/joachifm/libmpd-haskell
15 May 2010 22:14:30
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
citeproc-hs is a library for automatically formatting bibliographic
reference citations into a variety of styles using a macro language
called Citation Style Language (CSL).

WWW: http://code.haskell.org/citeproc-hs
15 May 2010 22:10:48
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with Haskell. The
Haskell XML Toolbox uses a generic data model for representing XML
documents, including the DTD subset and the document subset, in Haskell.
It contains a validating XML parser, a HTML parser, namespace support,
an XPath expression evaluator, an XSLT library, a RelaxNG schema
validator and funtions for serialization and deserialization of user
defined data. The library make extensive use of the arrow approach for
processing XML.

WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
15 May 2010 19:37:40
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Add devel/darcs as Cabalized package
15 May 2010 19:23:21
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Haskell bindings to Chris Putnam's bibutils, a library that
interconverts between various bibliography formats using a common
MODS-format XML intermediate.

WWW: http://code.haskell.org/hs-bibutils
15 May 2010 19:14:33
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!

This package provides a Haskell binding to libcurl.

WWW: http://hackage.haskell.org/package/curl
15 May 2010 19:11:40
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
This library provides an interface to the terminfo database (via
bindings to the curses library).  Terminfo allows POSIX systems to
interact with a variety of terminals using a standard set of
capabilities.

WWW: http://code.haskell.org/terminfo
15 May 2010 19:06:57
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Support code for reading and manipulating hashed file storage (where
each file and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).

The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains
hashes of the plain files and directories).

WWW: http://hackage.haskell.org/package/hashed-storage
15 May 2010 18:56:33
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Data encoding library currently providing Base16, Base32, Base32Hex,
Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL
encoding, uuencode, xxencode, and yEncoding.

WWW: http://www.haskell.org/haskellwiki/Library/Data_encoding
15 May 2010 18:45:32
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- A minor fix in handling PLIST_SUBs
12 May 2010 16:33:59
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
21 Apr 2010 19:53:03
Original commit files touched by this commit  6.10.4_2
pgj search for other commits by this committer
- Unbreak build.
- While I am here: unbreak on 9.X as well, shrink bootstraps.

Supported by:   itetcu, jacula
19 Apr 2010 16:22:15
Original commit files touched by this commit  6.10.4_2
itetcu search for other commits by this committer
Broken by the recent gmp update.

Submitted by:   QAT
Confirmed by:   kib@
19 Apr 2010 10:43:43
Original commit files touched by this commit  6.10.4_2
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
06 Dec 2009 20:56:55
Original commit files touched by this commit  6.10.4_1
pgj search for other commits by this committer
- Update HsColour to 1.15
- Bump PORTREVISION for all affected ports

PR:             ports/138567, ports/138568
Submitted by:   Ashish Shukla <wahjava (at) gmail.com>
Approved by:    maintainer
08 Nov 2009 19:40:06
Original commit files touched by this commit  6.10.4
pgj search for other commits by this committer
- Fix installation of hs-ghc-paths as slave port when build is launched in
  user mode.

PR:             ports/140269
Submitted by:   Makoto Kishimoto <ksmakoto(at)dd(dot)iij4u(dot)or(dot)jp>
19 Sep 2009 20:16:12
Original commit files touched by this commit  6.10.4
miwi search for other commits by this committer
- Add missing testsuite

PR:             138901
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
Feature safe:   yes
02 Sep 2009 15:38:45
Original commit files touched by this commit  6.10.4
pgj search for other commits by this committer
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:             ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
                ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
                ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
15 Aug 2009 16:09:46
Original commit files touched by this commit  6.8.3_5
erwin search for other commits by this committer
Mark BROKEN on 8.x: does not build
20 Jun 2009 07:22:04
Original commit files touched by this commit  6.8.3_5
pgj search for other commits by this committer
- Unbreak build

Approved by:    tabthorpe (mentor, implicit)
18 Jun 2009 20:37:30
Original commit files touched by this commit  6.8.3_5
pav search for other commits by this committer
- Mark BROKEN: does not configure

Reported by:    pointyhat, QAT
13 May 2009 09:46:02
Original commit files touched by this commit  6.8.3_5
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
12 May 2009 11:28:17
Original commit files touched by this commit  6.8.3_4
itetcu search for other commits by this committer
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:   araujo@
Reported by:    QAT

Number of commits found: 181 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01

12 vulnerabilities affecting 31 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23144
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 62
new 24 hours 3
new 48 hours3
new 7 days48
new fortnight74
new month140

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.325 seconds.