mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.7.6
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
7093bbbf61
commit
c8d9e83566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298252
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sendfile
|
||||
PORTVERSION= 0.7.4
|
||||
PORTVERSION= 0.7.6
|
||||
CATEGORIES= net haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/sendfile-0.7.4.tar.gz) = 3897510713c9ad9cebbb1476452c684c0e5ea7168f0fdb766c63e91d9b7402c0
|
||||
SIZE (cabal/sendfile-0.7.4.tar.gz) = 10236
|
||||
SHA256 (cabal/sendfile-0.7.6.tar.gz) = ffe88cf69780bc302229387058620c5fca6f93bef1884eae71e70d7d40b60b73
|
||||
SIZE (cabal/sendfile-0.7.6.tar.gz) = 10656
|
||||
|
@ -1,8 +1,7 @@
|
||||
A library which exposes zero-copy sendfile functionality in a portable way.
|
||||
If a platform does not support sendfile, a fallback implementation in Haskell
|
||||
is provided.
|
||||
A library which exposes zero-copy sendfile functionality in a portable
|
||||
way. 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).
|
||||
|
||||
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
|
||||
WWW: http://patch-tag.com/r/mae/sendfile
|
||||
|
Loading…
Reference in New Issue
Block a user