summaryrefslogtreecommitdiff
path: root/devel/py-sendfile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-05 21:28:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-05 21:28:16 +0000
commitee111d3dda0c6383e55e3a1530e73288ceb9a235 (patch)
treec1353778b5607cb71773669031491a5b4dd956eb /devel/py-sendfile
parent- Update to 1.0.7 (diff)
Python module interface to the sendfile(2) syscall with full support for the
FreeBSD nuances. PR: ports/77094 Submitted by: Ben Woolley <ports@tautology.org>
Notes
Notes: svn path=/head/; revision=128099
Diffstat (limited to 'devel/py-sendfile')
-rw-r--r--devel/py-sendfile/Makefile24
-rw-r--r--devel/py-sendfile/distinfo2
-rw-r--r--devel/py-sendfile/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-sendfile/Makefile b/devel/py-sendfile/Makefile
new file mode 100644
index 000000000000..9105dccc8e08
--- /dev/null
+++ b/devel/py-sendfile/Makefile
@@ -0,0 +1,24 @@
+# Ports collection Makefile for: py-sendfile
+# Date created: 02/01/2004
+# Whom: ports@tautology.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sendfile
+PORTVERSION= 1.1
+CATEGORIES= devel python
+MASTER_SITES= http://tautology.org/software/python-modules/distfiles/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= py-sendfile-${PORTVERSION}
+
+MAINTAINER= ports@tautology.org
+COMMENT= Python interface to the sendfile(2) system call
+
+USE_BZIP2= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/sendfile.so
+
+.include <bsd.port.mk>
diff --git a/devel/py-sendfile/distinfo b/devel/py-sendfile/distinfo
new file mode 100644
index 000000000000..d3ce196783c9
--- /dev/null
+++ b/devel/py-sendfile/distinfo
@@ -0,0 +1,2 @@
+MD5 (py-sendfile-1.1.tar.bz2) = d1ae993f9af8666bbb19ae2596d78b37
+SIZE (py-sendfile-1.1.tar.bz2) = 2977
diff --git a/devel/py-sendfile/pkg-descr b/devel/py-sendfile/pkg-descr
new file mode 100644
index 000000000000..dc2c1e87457d
--- /dev/null
+++ b/devel/py-sendfile/pkg-descr
@@ -0,0 +1,3 @@
+py-sendfile is a Python module that interfaces to the sendfile(2) system call.
+
+WWW: http://tautology.org/software/python-modules/sendfile