notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/ghc/bsd.hackage.mk

Number of commits found: 244 (showing only 44 on this page)

«  1 | 2 | 3 

Saturday, 13 Aug 2011
20:36 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
Original commit
20:33 pgj search for other commits by this committer
Parse numeric literals from ByteStrings.

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

Obtained from:  FreeBSD Haskell
Original commit
19:41 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
Original commit
19:37 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
Original commit
19:35 pgj search for other commits by this committer
The attoparsec-enumerator package.

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

Obtained from:  FreeBSD Haskell
Original commit
18:42 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
Original commit
18:36 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
Original commit
18:08 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
Original commit
Monday, 1 Aug 2011
13:43 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
Original commit
13:38 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
Original commit
Sunday, 10 Jul 2011
21:33 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
Original commit
21:26 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
Original commit
Sunday, 3 Jul 2011
22:00 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>
Original commit
Monday, 23 May 2011
00:29 ashish search for other commits by this committer
- Add missing entry for devel/hs-BNFC.

Obtained from:  FreeBSD Haskell
Original commit
Saturday, 14 May 2011
16:34 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
Original commit
Tuesday, 10 May 2011
02:09 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
Original commit
Monday, 9 May 2011
05:28 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
Original commit
Sunday, 8 Aug 2010
09:08 pgj search for other commits by this committer
- Bring in synch with the ports in the tree
Original commit
Monday, 7 Jun 2010
03:58 pgj search for other commits by this committer
Efficient algorithms for vector arrays.

WWW: http://code.haskell.org/~dolio/
Original commit
03:55 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
Original commit
03:51 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
Original commit
03:47 pgj search for other commits by this committer
Some classes for generalized boolean operations.

WWW: http://hackage.haskell.org/package/Boolean
Original commit
03:44 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
Original commit
Monday, 24 May 2010
21:52 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
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
Original commit
Saturday, 22 May 2010
22:59 pgj search for other commits by this committer
- Fix ordering
Original commit
21:41 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
Original commit
Friday, 21 May 2010
22:03 pgj search for other commits by this committer
QuickCheck2 support for the test-framework package.

WWW: http://batterseapower.github.com/test-framework/
Original commit
22:00 pgj search for other commits by this committer
HUnit support for the test-framework package.

WWW: http://batterseapower.github.com/test-framework/
Original commit
21:57 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/
Original commit
21:53 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
Original commit
21:49 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
Original commit
21:44 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
Original commit
Thursday, 20 May 2010
15:22 pgj search for other commits by this committer
- Fix entry for c2hs
Original commit
Wednesday, 19 May 2010
12:10 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>
Original commit
Sunday, 16 May 2010
18:05 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
Original commit
Saturday, 15 May 2010
22:14 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
Original commit
22:10 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
Original commit
19:37 pgj search for other commits by this committer
- Add devel/darcs as Cabalized package
Original commit
19:23 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
Original commit
19:14 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
Original commit
19:11 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
Original commit
19:06 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
Original commit
18:56 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
Original commit
Wednesday, 12 May 2010
16:33 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.
Original commit

Number of commits found: 244 (showing only 44 on this page)

«  1 | 2 | 3