pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-HTTP-Server-Simple</Name>
  6. <Homepage>https://metacpan.org/pod/HTTP::Server::Simple</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Lightweight HTTP Server</Summary>
  15. <Description>HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.</Description>
  16. <Archive sha1sum="fd2571a84eeee319c17d875274d09aafccf3c518" type="targz">http://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-URI</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-HTTP-Server-Simple</Name>
  24. <Summary>Lightweight HTTP Server</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-URI</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="data">/usr/share/perl5</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="6">
  38. <Date>2024-05-16</Date>
  39. <Version>0.52</Version>
  40. <Comment>Rebuild for new toolchain.</Comment>
  41. <Name>Blue Devil</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="5">
  45. <Date>2020-01-14</Date>
  46. <Version>0.52</Version>
  47. <Comment>Rebuild for new toolchain.</Comment>
  48. <Name>Blue Devil</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. <Update release="4">
  52. <Date>2018-07-26</Date>
  53. <Version>0.52</Version>
  54. <Comment>Version Bump</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2017-01-24</Date>
  60. <Version>0.51</Version>
  61. <Comment>Rebuild for new toolchain</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2016-06-09</Date>
  67. <Version>0.51</Version>
  68. <Comment>Release Bump</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2016-03-27</Date>
  74. <Version>0.51</Version>
  75. <Comment>First release</Comment>
  76. <Name>Alihan Öztürk</Name>
  77. <Email>alhan@pisilinux.org</Email>
  78. </Update>
  79. </History>
  80. </PISI>