From owner-svn-ports-head@FreeBSD.ORG Sat Jun 22 22:32:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 108C8F08; Sat, 22 Jun 2013 22:32:16 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E6F1C119A; Sat, 22 Jun 2013 22:32:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MMWF2Y096753; Sat, 22 Jun 2013 22:32:15 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5MMWEQC096743; Sat, 22 Jun 2013 22:32:14 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306222232.r5MMWEQC096743@svn.freebsd.org> From: William Grzybowski Date: Sat, 22 Jun 2013 22:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321600 - in head/devel: . py-pygit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 22:32:16 -0000 Author: wg Date: Sat Jun 22 22:32:14 2013 New Revision: 321600 URL: http://svnweb.freebsd.org/changeset/ports/321600 Log: Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3. WWW: http://www.pygit2.org Added: head/devel/py-pygit2/ head/devel/py-pygit2/Makefile (contents, props changed) head/devel/py-pygit2/distinfo (contents, props changed) head/devel/py-pygit2/pkg-descr (contents, props changed) head/devel/py-pygit2/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jun 22 22:22:07 2013 (r321599) +++ head/devel/Makefile Sat Jun 22 22:32:14 2013 (r321600) @@ -3634,6 +3634,7 @@ SUBDIR += py-pyechonest SUBDIR += py-pyev SUBDIR += py-pygithub + SUBDIR += py-pygit2 SUBDIR += py-pygpx SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 Added: head/devel/py-pygit2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pygit2/Makefile Sat Jun 22 22:32:14 2013 (r321600) @@ -0,0 +1,18 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= pygit2 +PORTVERSION= 0.18.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Python bindings for libgit2 + +LIB_DEPENDS= git2:${PORTSDIR}/devel/libgit2 + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include Added: head/devel/py-pygit2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pygit2/distinfo Sat Jun 22 22:32:14 2013 (r321600) @@ -0,0 +1,2 @@ +SHA256 (pygit2-0.18.1.tar.gz) = cddfb237a0582109086d0e666f96430b3c262c5f7ccf326b6c947a0f7052d2fd +SIZE (pygit2-0.18.1.tar.gz) = 96524 Added: head/devel/py-pygit2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pygit2/pkg-descr Sat Jun 22 22:32:14 2013 (r321600) @@ -0,0 +1,4 @@ +Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 +implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3. + +WWW: http://www.pygit2.org/ Added: head/devel/py-pygit2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pygit2/pkg-plist Sat Jun 22 22:32:14 2013 (r321600) @@ -0,0 +1,14 @@ +%%PYTHON_SITELIBDIR%%/_pygit2.so +%%PYTHON_SITELIBDIR%%/pygit2/__init__.py +%%PYTHON_SITELIBDIR%%/pygit2/__init__.pyc +%%PYTHON_SITELIBDIR%%/pygit2/__init__.pyo +%%PYTHON_SITELIBDIR%%/pygit2/repository.py +%%PYTHON_SITELIBDIR%%/pygit2/repository.pyc +%%PYTHON_SITELIBDIR%%/pygit2/repository.pyo +%%PYTHON_SITELIBDIR%%/pygit2/utils.py +%%PYTHON_SITELIBDIR%%/pygit2/utils.pyc +%%PYTHON_SITELIBDIR%%/pygit2/utils.pyo +%%PYTHON_SITELIBDIR%%/pygit2/version.py +%%PYTHON_SITELIBDIR%%/pygit2/version.pyc +%%PYTHON_SITELIBDIR%%/pygit2/version.pyo +@dirrm %%PYTHON_SITELIBDIR%%/pygit2