12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>postgis</Name>
- <Homepage>http://postgis.refractions.net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Adds support for geographic objects to PostgreSQL</Summary>
- <Description>PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension.</Description>
- <Archive sha1sum="1d0e7465df0c3abcf776fb25fce74ef85aad441c" type="targz">http://download.osgeo.org/postgis/source/postgis-2.3.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>proj-devel</Dependency>
- <Dependency>gdal-devel</Dependency>
- <Dependency>geos-devel</Dependency>
- <Dependency>json-c-devel</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>postgis</Name>
- <RuntimeDependencies>
- <Dependency>proj</Dependency>
- <Dependency>gdal</Dependency>
- <Dependency>geos</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libpcre</Dependency>
- <Dependency>json-c</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>postgresql-server</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-05-30</Date>
- <Version>2.3.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.2.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-25</Date>
- <Version>2.2.1</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|