pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>netcat</Name>
  6. <Homepage>http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A tool designed to read and write data across connections using TCP/IP, OpenBSD version</Summary>
  14. <Description>A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts.</Description>
  15. <Archive sha1sum="aab1080b6f8e85eae1b1a0c2d0cb7d8e6807d78b" type="targz">https://github.com/SulinOS/netcat-openbsd/archive/1.203p.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libbsd-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>netcat</Name>
  22. <RuntimeDependencies>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="info">/usr/share/info</Path>
  28. <Path fileType="localedata">/usr/share/locale</Path>
  29. <Path fileType="man">/usr/share/man/man1</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2020-04-24</Date>
  35. <Version>1.203</Version>
  36. <Comment>First release for SulinOS 2021</Comment>
  37. <Name>Suleyman Poyraz</Name>
  38. <Email>zaryob.dev@gmail.com</Email>
  39. </Update>
  40. </History>
  41. </INARY>