aboutsummaryrefslogtreecommitdiff
path: root/net/hs-sendfile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION of all ports dependent on lang/ghc as duringAshish SHUKLA2011-05-261-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 Pali2011-05-083-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