From: Paul Ramsey Date: Thu, 24 Sep 2015 17:44:09 +0000 (+0000) Subject: Reformat X-Git-Tag: 2.2.0rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78684e4f924cf2aad17fcd6e9096bbddfc954c9;p=postgis Reformat git-svn-id: http://svn.osgeo.org/postgis/trunk@14098 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extensions/postgis/META.json b/extensions/postgis/META.json index 834080168..4dfc8b0ad 100644 --- a/extensions/postgis/META.json +++ b/extensions/postgis/META.json @@ -1,52 +1,53 @@ -{ - "name": "postgis", - "abstract": "PostGIS 2.2 OGC/SQL-MM compliant spatial extender for PostgreSQL", - "description": "This module provides GIS geometry, geography, raster types, functions, and tables", - "version": "2.2.0", - "release_status": "stable", - "maintainer": "PostGIS Steering Committee", - "license": "gpl_2", - "provides": { - "postgis": { - "abstract": "PostGIS GIS types, indexes and functions", - "version": "2.2.0", - "file": "sql/postgis.sql", - "docfile": "doc/postgis.md" - }, - "spatial_ref_sys": { - "file": "sql/spatial_ref_sys.sql", - "version": "2.2.0", - "abstract": "Directory of spatial reference systems needed for geometry transformation between different spatial reference systems" - } - }, - "prereqs": { - "runtime": { - "requires": { - "plpgsql": 0, - "PostgreSQL": "9.1.0" - } - } - }, - "generated_by": "Regina O. Obe", - "resources": { - "bugtracker": { - "web": "http://trac.osgeo.org/postgis" - }, - "repository": { - "url": "svn://svn.osgeo.org/postgis/", - "web": "http://postgis.net", - "type": "svn" - } - }, - "meta-spec": { - "version": "1.0.0", - "url": "http://pgxn.org/meta/spec.txt" - }, - "tags": [ - "gis", - "spatial", - "geometry","raster", - "geography", - "location" - ] -} +{ + "abstract" : "PostGIS 2.2 OGC/SQL-MM compliant spatial extender for PostgreSQL", + "release_status" : "stable", + "license" : "gpl_2", + "generated_by" : "Regina O. Obe", + "description" : "This module provides GIS geometry, geography, raster types, functions, and tables", + "version" : "2.2.0", + "resources" : { + "bugtracker" : { + "web" : "http://trac.osgeo.org/postgis" + }, + "repository" : { + "type" : "svn", + "web" : "http://postgis.net", + "url" : "svn://svn.osgeo.org/postgis/" + } + }, + "tags" : [ + "gis", + "spatial", + "geometry", + "raster", + "geography", + "location" + ], + "meta-spec" : { + "version" : "1.0.0", + "url" : "http://pgxn.org/meta/spec.txt" + }, + "provides" : { + "spatial_ref_sys" : { + "version" : "2.2.0", + "file" : "sql/spatial_ref_sys.sql", + "abstract" : "Directory of spatial reference systems needed for geometry transformation between different spatial reference systems" + }, + "postgis" : { + "abstract" : "PostGIS GIS types, indexes and functions", + "docfile" : "doc/postgis.md", + "file" : "sql/postgis.sql", + "version" : "2.2.0" + } + }, + "name" : "postgis", + "maintainer" : "PostGIS Steering Committee", + "prereqs" : { + "runtime" : { + "requires" : { + "PostgreSQL" : "9.1.0", + "plpgsql" : 0 + } + } + } +}