svn commit: r303243 - in head/sysutils: . py-iowait

Olivier Duchateau olivierd at FreeBSD.org
Mon Aug 27 19:00:50 UTC 2012


Author: olivierd
Date: Mon Aug 27 19:00:49 2012
New Revision: 303243
URL: http://svn.freebsd.org/changeset/ports/303243

Log:
  IOWait provides a unified interface in Python for I/O completion events.
  
  WWW: https://launchpad.net/python-iowait
  
  Approved by:	rene, miwi (mentors)

Added:
  head/sysutils/py-iowait/
  head/sysutils/py-iowait/Makefile   (contents, props changed)
  head/sysutils/py-iowait/distinfo   (contents, props changed)
  head/sysutils/py-iowait/pkg-descr   (contents, props changed)
  head/sysutils/py-iowait/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Aug 27 18:47:33 2012	(r303242)
+++ head/sysutils/Makefile	Mon Aug 27 19:00:49 2012	(r303243)
@@ -722,6 +722,7 @@
     SUBDIR += py-danzfs
     SUBDIR += py-drmaa
     SUBDIR += py-filelike
+    SUBDIR += py-iowait
     SUBDIR += py-nagiosplugin
     SUBDIR += py-psutil
     SUBDIR += py-ranger

Added: head/sysutils/py-iowait/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-iowait/Makefile	Mon Aug 27 19:00:49 2012	(r303243)
@@ -0,0 +1,21 @@
+# New ports collection makefile for: py-iowait
+# Date created:		2012/07/28
+# Whom:		Olivier Duchateau <olivierd at FreeBSD.org>
+#
+# $Id: Makefile,v e97803c008da 2012/08/25 17:20:14 olivier $
+# $FreeBSD $
+#
+
+PORTNAME=	iowait
+PORTVERSION=	0.1
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	olivierd at FreeBSD.org
+COMMENT=	Python module for I/O completion events
+
+USE_PYTHON=	2.7
+USE_PYDISTUTILS=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-iowait/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-iowait/distinfo	Mon Aug 27 19:00:49 2012	(r303243)
@@ -0,0 +1,2 @@
+SHA256 (iowait-0.1.tar.gz) = 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe
+SIZE (iowait-0.1.tar.gz) = 19978

Added: head/sysutils/py-iowait/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-iowait/pkg-descr	Mon Aug 27 19:00:49 2012	(r303243)
@@ -0,0 +1,3 @@
+IOWait provides a unified interface for I/O completion events.
+
+WWW: https://launchpad.net/python-iowait

Added: head/sysutils/py-iowait/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-iowait/pkg-plist	Mon Aug 27 19:00:49 2012	(r303243)
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/iowait.py
+%%PYTHON_SITELIBDIR%%/iowait.pyc
+%%PYTHON_SITELIBDIR%%/iowait.pyo



More information about the svn-ports-all mailing list