pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>netcat</Name>
  6. <Homepage>http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="38baaccefc93fbb523ff1adbcadfc5cae88afe70" type="targz">http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_1.89.orig.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">netcat-openbsd-1.89-makefile.patch</Patch>
  21. <Patch level="1">netcat-openbsd-1.89-openbsd-compat.patch</Patch>
  22. <Patch level="1">openbsd-compat.patch</Patch>
  23. <Patch level="1">socks-b64-prototype.patch</Patch>
  24. <Patch level="1">silence-z.patch</Patch>
  25. <Patch level="1">glib-strlcpy.patch</Patch>
  26. <Patch level="1">no-strtonum.patch</Patch>
  27. <Patch level="1">pollhup.patch</Patch>
  28. <Patch level="1">reuseaddr.patch</Patch>
  29. <Patch level="1">connect-timeout.patch</Patch>
  30. <Patch level="1">udp-scan-timeout.patch</Patch>
  31. <Patch level="1">verbose-numeric-port.patch</Patch>
  32. <Patch level="1">send-crlf.patch</Patch>
  33. <Patch level="1">help-version-exit.patch</Patch>
  34. <Patch level="1">quit-timer.patch</Patch>
  35. <Patch level="1">getservbyname.patch</Patch>
  36. <Patch level="1">gcc-warnings.patch</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>netcat</Name>
  41. <RuntimeDependencies>
  42. <Dependency>glib2</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="info">/usr/share/info</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="man">/usr/share/man/man1</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="4">
  54. <Date>2016-03-02</Date>
  55. <Version>1.89</Version>
  56. <Comment>Rebuilt with docker</Comment>
  57. <Name>İbrahim KARAGÜZEL</Name>
  58. <Email>karaguzelibrahim@gmail.com</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2014-03-09</Date>
  62. <Version>1.89</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Alihan Öztürk</Name>
  65. <Email>alihan@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2013-03-08</Date>
  69. <Version>1.89</Version>
  70. <Comment>Fixed</Comment>
  71. <Name>Osman Erkan</Name>
  72. <Email>osman.erkan@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2010-10-13</Date>
  76. <Version>0.0_1.89</Version>
  77. <Comment>First release</Comment>
  78. <Name>Pisi Linux Admins</Name>
  79. <Email>admins@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>