aboutsummaryrefslogtreecommitdiff
path: root/net/hs-simple-sendfile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-14 01:27:45 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-14 01:27:45 +0000
commit31015b2fea9d3698b8459717684d29e54397f2ee (patch)
tree281762943ab916f4193b03b47b0933c83b14d1b5 /net/hs-simple-sendfile
parent7b523ff2db6548438498adf935addd4c8306d4b6 (diff)
downloadports-31015b2fea9d3698b8459717684d29e54397f2ee.tar.gz
ports-31015b2fea9d3698b8459717684d29e54397f2ee.zip
Notes
Diffstat (limited to 'net/hs-simple-sendfile')
-rw-r--r--net/hs-simple-sendfile/Makefile21
-rw-r--r--net/hs-simple-sendfile/distinfo2
-rw-r--r--net/hs-simple-sendfile/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile
new file mode 100644
index 000000000000..581edcbf5d2f
--- /dev/null
+++ b/net/hs-simple-sendfile/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-simple-sendfile
+# Date created: July 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= simple-sendfile
+PORTVERSION= 0.1.2
+CATEGORIES= net haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Cross-platform library for the sendfile() system call
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= enumerator network transformers
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/net/hs-simple-sendfile/distinfo b/net/hs-simple-sendfile/distinfo
new file mode 100644
index 000000000000..c242c7b6a6e9
--- /dev/null
+++ b/net/hs-simple-sendfile/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/simple-sendfile-0.1.2.tar.gz) = 126d9e486c33c1ff3ec37c935c79c6eda390626bd388107e4132902e54cc8523
+SIZE (cabal/simple-sendfile-0.1.2.tar.gz) = 3841
diff --git a/net/hs-simple-sendfile/pkg-descr b/net/hs-simple-sendfile/pkg-descr
new file mode 100644
index 000000000000..25cf93ea6d88
--- /dev/null
+++ b/net/hs-simple-sendfile/pkg-descr
@@ -0,0 +1,4 @@
+Cross-platform library for the sendfile() system call. This library tries
+to call minimum system calls which are the bottleneck of web servers.
+
+WWW: https://github.com/kazu-yamamoto/simple-sendfile/