pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>yaml-cpp</Name>
  6. <Homepage>https://github.com/jbeder/yaml-cpp</Homepage>
  7. <Packager>
  8. <Name>Ergün Salman</Name>
  9. <Email>Poyraz76@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Icon>yalm-cpp</Icon>
  13. <IsA>Libry</IsA>
  14. <Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
  15. <Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
  16. <Archive sha1sum="3d2184792ce0749ca8efaa7c4b01f6333125b411" type="targz">https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>boost-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>yaml-cpp</Name>
  25. <Files>
  26. <Path fileType="library">/usr/lib/</Path>
  27. <Path fileType="data">/usr/include</Path>
  28. <Path fileType="data">/usr/include/yaml-cpp/*</Path>
  29. <Path fileType="data">/usr/lib/pkgconfig/</Path>
  30. <Path fileType="data">/usr/share</Path>
  31. <Path fileType="doc">/usr/share/doc/</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="8">
  36. <Date>2023-10-29</Date>
  37. <Version>0.8.0</Version>
  38. <Comment>Rebuild.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="8">
  43. <Date>2023-08-11</Date>
  44. <Version>0.8.0</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="7">
  50. <Date>2023-05-01</Date>
  51. <Version>0.7.0</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="6">
  57. <Date>2020-03-04</Date>
  58. <Version>0.6.3</Version>
  59. <Comment>Version Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2018-08-19</Date>
  65. <Version>0.5.3</Version>
  66. <Comment>Version Bump.</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2018-03-22</Date>
  72. <Version>0.5.2</Version>
  73. <Comment>Rebuild</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2017-05-11</Date>
  79. <Version>0.5.2</Version>
  80. <Comment>Release Bump</Comment>
  81. <Name>Kamil Atlı</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2016-06-09</Date>
  86. <Version>0.5.2</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2015-09-01</Date>
  93. <Version>0.5.2</Version>
  94. <Comment>First release</Comment>
  95. <Name>Ergün Salman</Name>
  96. <Email>Poyraz76@pisilinux.org</Email>
  97. </Update>
  98. </History>
  99. </PISI>