From owner-svn-ports-head@FreeBSD.ORG Mon May 12 16:36:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3839D389; Mon, 12 May 2014 16:36:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D0C282E; Mon, 12 May 2014 16:36:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CGa2T3033729; Mon, 12 May 2014 16:36:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CGa2Ls033725; Mon, 12 May 2014 16:36:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405121636.s4CGa2Ls033725@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 May 2014 16:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353871 - in head/databases: . py-geoalchemy 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.18 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: Mon, 12 May 2014 16:36:03 -0000 Author: sunpoet Date: Mon May 12 16:36:01 2014 New Revision: 353871 URL: http://svnweb.freebsd.org/changeset/ports/353871 QAT: https://qat.redports.org/buildarchive/r353871/ Log: - Add py-geoalchemy 0.7.2 GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial data types at the ORM layer using SQLAlchemy. It aims to support spatial operations and relations specified by the Open Geospatial Consortium (OGC). WWW: https://pypi.python.org/pypi/GeoAlchemy Added: head/databases/py-geoalchemy/ head/databases/py-geoalchemy/Makefile (contents, props changed) head/databases/py-geoalchemy/distinfo (contents, props changed) head/databases/py-geoalchemy/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon May 12 16:32:34 2014 (r353870) +++ head/databases/Makefile Mon May 12 16:36:01 2014 (r353871) @@ -713,6 +713,7 @@ SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm + SUBDIR += py-geoalchemy SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql Added: head/databases/py-geoalchemy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/Makefile Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= geoalchemy +PORTVERSION= 0.7.2 +CATEGORIES= databases geography python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= GeoAlchemy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Using SQLAlchemy with Spatial Databases + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy + +USE_PYTHON= 2 +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/databases/py-geoalchemy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/distinfo Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,2 @@ +SHA256 (GeoAlchemy-0.7.2.tar.gz) = 78ce2f57a7982051030ccc9a59eb589bf6e0b3fad93875add4c1f7ef65f91863 +SIZE (GeoAlchemy-0.7.2.tar.gz) = 57317 Added: head/databases/py-geoalchemy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-geoalchemy/pkg-descr Mon May 12 16:36:01 2014 (r353871) @@ -0,0 +1,5 @@ +GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial +data types at the ORM layer using SQLAlchemy. It aims to support spatial +operations and relations specified by the Open Geospatial Consortium (OGC). + +WWW: https://pypi.python.org/pypi/GeoAlchemy