pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>proj</Name>
  6. <Homepage>https://proj.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>science.gis</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Cartographic Projections library</Summary>
  16. <Description>Proj.4 cartographic projection software with updated NAD27 grids.</Description>
  17. <Archive sha1sum="3e713e3f7bbd0e0211dda500bfc5b05364c45485" type="targz">https://download.osgeo.org/proj/proj-7.1.1.tar.gz</Archive>
  18. <Archive sha1sum="ede1c255adebb903f9ec33c5760ecb0df7b3b03c" type="targz" target="proj-7.1.1/nad">https://download.osgeo.org/proj/proj-datumgrid-1.8.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>curl-devel</Dependency>
  21. <Dependency>tiff-devel</Dependency>
  22. <Dependency>sqlite-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>proj</Name>
  27. <Summary>Cartographic Projections library</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>tiff</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share/proj</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>proj-devel</Name>
  41. <Summary>Development files for proj</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">proj</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="man">/usr/share/man/man3</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="6">
  53. <Date>2023-11-05</Date>
  54. <Version>7.1.1</Version>
  55. <Comment>Rebuild.</Comment>
  56. <Name>Blue Devil</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. <Update release="5">
  60. <Date>2020-09-24</Date>
  61. <Version>7.1.1</Version>
  62. <Comment>Major version bump.</Comment>
  63. <Name>Blue Devil</Name>
  64. <Email>bluedevil@sctzine.com</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-09-07</Date>
  68. <Version>5.1.0</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2017-04-15</Date>
  75. <Version>4.9.3</Version>
  76. <Comment>Rebuild with new toolchain</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-06-09</Date>
  82. <Version>4.9.2</Version>
  83. <Comment>Release Bump</Comment>
  84. <Name>Pisi Linux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-02-24</Date>
  89. <Version>4.9.2</Version>
  90. <Comment>First release</Comment>
  91. <Name>Ertuğrul Erata</Name>
  92. <Email>ertugrulerata@gmail.com</Email>
  93. </Update>
  94. </History>
  95. </PISI>