From owner-svn-ports-all@freebsd.org Sun Mar 6 02:41:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39686A92567; Sun, 6 Mar 2016 02:41:52 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEF31E2E; Sun, 6 Mar 2016 02:41:51 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u262foEx069673; Sun, 6 Mar 2016 02:41:51 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u262foae069668; Sun, 6 Mar 2016 02:41:50 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201603060241.u262foae069668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Sun, 6 Mar 2016 02:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410227 - in head/devel: . py-pyinotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 02:41:52 -0000 Author: jpaetzel Date: Sun Mar 6 02:41:50 2016 New Revision: 410227 URL: https://svnweb.freebsd.org/changeset/ports/410227 Log: Add a port for py-pyinotify. py-pyinotify is a python library for interfacing with libinotify. Added: head/devel/py-pyinotify/ head/devel/py-pyinotify/Makefile (contents, props changed) head/devel/py-pyinotify/distinfo (contents, props changed) head/devel/py-pyinotify/pkg-descr (contents, props changed) head/devel/py-pyinotify/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 6 02:14:06 2016 (r410226) +++ head/devel/Makefile Sun Mar 6 02:41:50 2016 (r410227) @@ -4255,6 +4255,7 @@ SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx + SUBDIR += py-pyinotify SUBDIR += py-pyinstaller SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 Added: head/devel/py-pyinotify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/Makefile Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= pyinotify +PORTVERSION= 0.9.6 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} +MASTER_SITE_SUBDIR=source/p/pyinotify +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Python interface to (lib)inotify + +LICENSE= MIT + +LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify + +USES= python +USE_PYTHON= distutils + +.include Added: head/devel/py-pyinotify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/distinfo Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,2 @@ +SHA256 (pyinotify-0.9.6.tar.gz) = 9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4 +SIZE (pyinotify-0.9.6.tar.gz) = 60998 Added: head/devel/py-pyinotify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/pkg-descr Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,3 @@ +Python library for (lib)inotify + +WWW: https://github.com/seb-m/pyinotify/wiki Added: head/devel/py-pyinotify/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/pkg-plist Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pyinotify.py +%%PYTHON_SITELIBDIR%%/pyinotify.pyc +%%PYTHON_SITELIBDIR%%/pyinotify.pyo