diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:20:05 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:20:05 +0800 |
commit | fc08d1b742ff43333a8ba6790235335a268c1365 (patch) | |
tree | 233ec444f4d725dcdf427205f1043a260dbc9d23 /net | |
parent | 2c4956f76a120377602f96ef01bf69202699e752 (diff) | |
download | freebsd-ports-gnome-fc08d1b742ff43333a8ba6790235335a268c1365.tar.gz freebsd-ports-gnome-fc08d1b742ff43333a8ba6790235335a268c1365.tar.zst freebsd-ports-gnome-fc08d1b742ff43333a8ba6790235335a268c1365.zip |
- Update to 0.7.6
Obtained from: FreeBSD Haskell
Diffstat (limited to 'net')
-rw-r--r-- | net/hs-sendfile/Makefile | 2 | ||||
-rw-r--r-- | net/hs-sendfile/distinfo | 4 | ||||
-rw-r--r-- | net/hs-sendfile/pkg-descr | 13 |
3 files changed, 9 insertions, 10 deletions
diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile index 6f2d832e7493..0a0f860583ac 100644 --- a/net/hs-sendfile/Makefile +++ b/net/hs-sendfile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sendfile -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.6 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-sendfile/distinfo b/net/hs-sendfile/distinfo index 8400450b72eb..c738d5e56d78 100644 --- a/net/hs-sendfile/distinfo +++ b/net/hs-sendfile/distinfo @@ -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 diff --git a/net/hs-sendfile/pkg-descr b/net/hs-sendfile/pkg-descr index 6623051aaffa..57f6373b1301 100644 --- a/net/hs-sendfile/pkg-descr +++ b/net/hs-sendfile/pkg-descr @@ -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 |