Files
main/science/gis/postgis/pspec.xml
T
2018-09-07 16:25:27 +03:00

90 lines
3.6 KiB
XML

<?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="8e75a337b19fad01b14a69fc741835fbb1f985bc" type="targz">http://download.osgeo.org/postgis/source/postgis-2.4.4.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="5">
<Date>2018-09-07</Date>
<Version>2.4.4</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-16</Date>
<Version>2.3.6</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>