mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 9 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sendfile
|
PORTNAME= sendfile
|
||||||
PORTVERSION= 0.7.4
|
PORTVERSION= 0.7.6
|
||||||
CATEGORIES= net haskell
|
CATEGORIES= net haskell
|
||||||
|
|
||||||
MAINTAINER= haskell@FreeBSD.org
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (cabal/sendfile-0.7.4.tar.gz) = 3897510713c9ad9cebbb1476452c684c0e5ea7168f0fdb766c63e91d9b7402c0
|
SHA256 (cabal/sendfile-0.7.6.tar.gz) = ffe88cf69780bc302229387058620c5fca6f93bef1884eae71e70d7d40b60b73
|
||||||
SIZE (cabal/sendfile-0.7.4.tar.gz) = 10236
|
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.
|
A library which exposes zero-copy sendfile functionality in a portable
|
||||||
If a platform does not support sendfile, a fallback implementation in Haskell
|
way. If a platform does not support sendfile, a fallback implementation
|
||||||
is provided.
|
in haskell is provided. Currently supported platforms: Windows 2000+
|
||||||
|
(Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native),
|
||||||
Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native),
|
Everything else (Portable Haskell code).
|
||||||
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…
Add table
Reference in a new issue