Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTREVISION of all ports dependent on lang/ghc as during | Ashish SHUKLA | 2011-05-26 | 1 | -0/+1 |
| | | | | | | | | | | upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=274668 | ||||
* | A library which exposes zero-copy sendfile functionality in a portable way. | Gabor Pali | 2011-05-08 | 3 | -0/+31 |
If a platform does not support sendfile, a fallback implementation in Haskell is provided. Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code). WWW: http://patch-tag.com/r/mae/sendfile Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273778 |