123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://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>
- <PartOf>science.gis</PartOf>
- <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="2d02af87df6b8f505ef5b30562079712e36a024f" type="targz">http://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>proj-devel</Dependency>
- <Dependency>gdal-devel</Dependency>
- <Dependency>geos-devel</Dependency>
- <Dependency>json-c-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>protobuf-c-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>postgis</Name>
- <Summary>Adds support for geographic objects to PostgreSQL</Summary>
- <RuntimeDependencies>
- <Dependency>proj</Dependency>
- <Dependency>gdal</Dependency>
- <Dependency>geos</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>json-c</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libpcre</Dependency>
- <Dependency>protobuf-c</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>postgresql-server</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-11-05</Date>
- <Version>3.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-09-25</Date>
- <Version>3.0.2</Version>
- <Comment>Major version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="6">
- <Date>2019-11-18</Date>
- <Version>2.5.3</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|