pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>postgis</Name>
  6. <Homepage>http://postgis.refractions.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>science.gis</PartOf>
  12. <License>GPLv2</License>
  13. <IsA>library</IsA>
  14. <Summary>Adds support for geographic objects to PostgreSQL</Summary>
  15. <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>
  16. <Archive sha1sum="2d02af87df6b8f505ef5b30562079712e36a024f" type="targz">http://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>proj-devel</Dependency>
  19. <Dependency>gdal-devel</Dependency>
  20. <Dependency>geos-devel</Dependency>
  21. <Dependency>json-c-devel</Dependency>
  22. <Dependency>libxslt-devel</Dependency>
  23. <Dependency>libxml2-devel</Dependency>
  24. <Dependency>postgresql-lib</Dependency>
  25. <Dependency>protobuf-c-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>postgis</Name>
  30. <Summary>Adds support for geographic objects to PostgreSQL</Summary>
  31. <RuntimeDependencies>
  32. <Dependency>proj</Dependency>
  33. <Dependency>gdal</Dependency>
  34. <Dependency>geos</Dependency>
  35. <Dependency>zlib</Dependency>
  36. <Dependency>json-c</Dependency>
  37. <Dependency>libxml2</Dependency>
  38. <Dependency>libpcre</Dependency>
  39. <Dependency>protobuf-c</Dependency>
  40. <Dependency>postgresql-lib</Dependency>
  41. <Dependency>postgresql-server</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="config">/etc</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="8">
  53. <Date>2023-11-05</Date>
  54. <Version>3.4.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="7">
  60. <Date>2020-09-25</Date>
  61. <Version>3.0.2</Version>
  62. <Comment>Major version bump.</Comment>
  63. <Name>Blue Devil</Name>
  64. <Email>bluedevil@sctzine.com</Email>
  65. </Update>
  66. <Update release="6">
  67. <Date>2019-11-18</Date>
  68. <Version>2.5.3</Version>
  69. <Comment>Version bump</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="5">
  74. <Date>2018-09-07</Date>
  75. <Version>2.4.4</Version>
  76. <Comment>Version Bump.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="4">
  81. <Date>2018-02-16</Date>
  82. <Version>2.3.6</Version>
  83. <Comment>Version Bump</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="3">
  88. <Date>2017-05-30</Date>
  89. <Version>2.3.2</Version>
  90. <Comment>Version Bump</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="2">
  95. <Date>2016-06-09</Date>
  96. <Version>2.2.1</Version>
  97. <Comment>Release Bump</Comment>
  98. <Name>Pisi Linux Community</Name>
  99. <Email>admin@pisilinux.org</Email>
  100. </Update>
  101. <Update release="1">
  102. <Date>2016-02-25</Date>
  103. <Version>2.2.1</Version>
  104. <Comment>First release</Comment>
  105. <Name>Ertuğrul Erata</Name>
  106. <Email>ertugrulerata@gmail.com</Email>
  107. </Update>
  108. </History>
  109. </PISI>