From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 15:04:02 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C73EDBCC; Wed, 6 Nov 2013 15:04:02 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A67632590; Wed, 6 Nov 2013 15:04:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA6F42Ou021099; Wed, 6 Nov 2013 15:04:02 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA6F41Lx021095; Wed, 6 Nov 2013 15:04:01 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311061504.rA6F41Lx021095@svn.freebsd.org> From: William Grzybowski Date: Wed, 6 Nov 2013 15:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333001 - in head/databases: . py-Pyrseas 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: Wed, 06 Nov 2013 15:04:03 -0000 Author: wg Date: Wed Nov 6 15:04:01 2013 New Revision: 333001 URL: http://svnweb.freebsd.org/changeset/ports/333001 Log: databases/py-Pyrseas: Utilities to upgrade and maintain a relational database Pyrseas provides a framework and utilities to upgrade and maintain a relational database. Its purpose is to enhance and follow through on the concepts of the Andromeda Project (http://www.andromeda-project.org/) WWW: http://pgfoundry.org/projects/pyrseas/ PR: ports/181991 (based on) Submitted by: Volodymyr Kostyrko Added: head/databases/py-Pyrseas/ head/databases/py-Pyrseas/Makefile (contents, props changed) head/databases/py-Pyrseas/distinfo (contents, props changed) head/databases/py-Pyrseas/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Nov 6 14:57:53 2013 (r333000) +++ head/databases/Makefile Wed Nov 6 15:04:01 2013 (r333001) @@ -729,6 +729,7 @@ SUBDIR += py-MySQLdb51 SUBDIR += py-MySQLdb55 SUBDIR += py-PyGreSQL + SUBDIR += py-Pyrseas SUBDIR += py-apsw SUBDIR += py-bsddb SUBDIR += py-bsddb3 Added: head/databases/py-Pyrseas/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/Makefile Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Pyrseas +PORTVERSION= 0.6.1 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= c.kworr@gmail.com +COMMENT= Framework and utilities to upgrade and maintain a relational database + +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml + +USE_GITHUB= yes +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +NO_STAGE= yes + +GH_ACCOUNT= jmafc +GH_COMMIT= 9d64338 +GH_TAGNAME= v${PORTVERSION} + +.include Added: head/databases/py-Pyrseas/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/distinfo Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,2 @@ +SHA256 (Pyrseas-0.6.1.tar.gz) = a04216850441aedc26a92339edccc603be9638425dea810ae324314ce32afbb6 +SIZE (Pyrseas-0.6.1.tar.gz) = 111637 Added: head/databases/py-Pyrseas/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/pkg-descr Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,5 @@ +Pyrseas provides a framework and utilities to upgrade and maintain a relational +database. Its purpose is to enhance and follow through on the concepts of the +Andromeda Project (http://www.andromeda-project.org/) + +WWW: http://pgfoundry.org/projects/pyrseas/