12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>netcat</Name>
- <Homepage>http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <Summary>A tool designed to read and write data across connections using TCP/IP, OpenBSD version</Summary>
- <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>
- <Archive sha1sum="38baaccefc93fbb523ff1adbcadfc5cae88afe70" type="targz">http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_1.89.orig.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>glib2-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">netcat-openbsd-1.89-makefile.patch</Patch>
- <Patch level="1">netcat-openbsd-1.89-openbsd-compat.patch</Patch>
- <Patch level="1">openbsd-compat.patch</Patch>
- <Patch level="1">socks-b64-prototype.patch</Patch>
- <Patch level="1">silence-z.patch</Patch>
- <Patch level="1">glib-strlcpy.patch</Patch>
- <Patch level="1">no-strtonum.patch</Patch>
- <Patch level="1">pollhup.patch</Patch>
- <Patch level="1">reuseaddr.patch</Patch>
- <Patch level="1">connect-timeout.patch</Patch>
- <Patch level="1">udp-scan-timeout.patch</Patch>
- <Patch level="1">verbose-numeric-port.patch</Patch>
- <Patch level="1">send-crlf.patch</Patch>
- <Patch level="1">help-version-exit.patch</Patch>
- <Patch level="1">quit-timer.patch</Patch>
- <Patch level="1">getservbyname.patch</Patch>
- <Patch level="1">gcc-warnings.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>netcat</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2016-03-02</Date>
- <Version>1.89</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2014-03-09</Date>
- <Version>1.89</Version>
- <Comment>Rebuild.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2013-03-08</Date>
- <Version>1.89</Version>
- <Comment>Fixed</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2010-10-13</Date>
- <Version>0.0_1.89</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|