pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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-Event</Name>
  6. <Homepage>https://metacpan.org/release/Event</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>Artistic</License>
  13. <PartOf>programming.language.perl</PartOf>
  14. <IsA>library</IsA>
  15. <Summary>Event loop processing module in Perl</Summary>
  16. <Description>The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.</Description>
  17. <Archive sha1sum="9d646bef8e9a0011665efdbe1424f443626b6098" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.27.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Event</Name>
  24. <Summary>Event loop processing module in Perl</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc/perl-Event</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="3">
  36. <Date>2024-05-16</Date>
  37. <Version>1.27</Version>
  38. <Comment>Rebuild for new toolchain.</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="2">
  43. <Date>2020-01-07</Date>
  44. <Version>1.27</Version>
  45. <Comment>Rebuild for new toolchain.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2012-09-06</Date>
  51. <Version>1.27</Version>
  52. <Comment>First release</Comment>
  53. <Name>Kamil Atlı</Name>
  54. <Email>suvari@pisilinux.org</Email>
  55. </Update>
  56. </History>
  57. </PISI>