--- netrw-1.3.2.orig/debian/compat +++ netrw-1.3.2/debian/compat @@ -0,0 +1 @@ +7 --- netrw-1.3.2.orig/debian/links +++ netrw-1.3.2/debian/links @@ -0,0 +1,2 @@ +usr/share/man/man1/netread.1 usr/share/man/man1/nr.1 +usr/share/man/man1/netwrite.1 usr/share/man/man1/nw.1 --- netrw-1.3.2.orig/debian/netwrite.1 +++ netrw-1.3.2/debian/netwrite.1 @@ -0,0 +1,79 @@ +.TH netwrite 1 2007-10-14 +.SH NAME +netwrite \- write data transported over network for reading using netread +.SH SYNOPSIS +.B netwrite [udp] [-f +.I host +.B ] [-c] [-C +.I algorithm +.B ] [-o +.I file +.B ] [-s] [-b] [-h +.I +.B ] [-H] +.I +.B ] [-q] [-v] [-vv] [-V] [-vV] + +.B netwrite +is part of the +.B netrw +package. It is a simple (but powerful) tool for transporting data over the +internet, in conjunction with +.BR netread(1) +.SH DESCRIPTION +The main purpose of +.B netrw +is to simplify and speed up file transfers to hosts without an FTP +server. It can also be used for uploading data to some other user. It +is something like one-way netcat (nc) with some nice features +concerning data transfers. Netrw can compute and check message digest +(MD5, SHA-1, and some others) of all the data being transferred, it +can also print information on progress and average speed. At the end +it sums up the transfer. +.SH OPTIONS +.IP udp +Changes the default TCP protocol can be changed to UDP. +.IP "-f \fIhost\fP" +Works in the firewall mode; connection is initiated by netwrite. +.IP -c +This option is ignored. Transmission checksum is activated by default. +.IP "-C \fIalgorithm\fP" +Uses the specified algorithm for checksum. This option also implies +.B -c + . Supported algorithms (the first is default): \fIsha1\fP \fImd5\fP \fIrmd160\fP \fInone\fP +.IP "-o \fI\fP" +Writes data to \fIfile\fP instead of stdout. +.IP -s +In case \-o option is specified, open the file for +synchronous I/O. Otherwise, this option has no effect. +.IP -b +print speed in b/s instead of B/s +.IP "-h \fI\fP" +Prints `#' after each \fIn\fP KiB transferred (def. 10485.76). +.IP "-H \fI\fP" +Prints `#' after each \fIn\fP MiB transferred (def. 10.24). +.IP -q +Be quiet. +.IP -v +Be verbose. +.IP -vv +Be very verbose. +.IP -V +Show version. +.IP -vV +Show verbose version. +.SH "RETURN VALUES" +.IP 0 +no errors. +.IP 1 +some error occured. +.IP 2 +checksum validation failed. +.SH "SEE ALSO" +\&\fInetread\fP(1), /usr/share/doc/netrw/README +.SH AUTHOR +netwrite was written by Jiri Denemark . For more +information, visit \fIhttp://www.fi.muni.cz/~xdenemar/netrw\fP +.PP +This manual page was written by Kumar Appaiah , +for the Debian project (but may be used by others). --- netrw-1.3.2.orig/debian/copyright +++ netrw-1.3.2/debian/copyright @@ -0,0 +1,43 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Author: Jiri Denemark +Packaged-By: Kumar Appaiah +Packaged-Date: Sun, 14 Oct 2007 18:40:10 +0530 +Original-Source-Location: http://sitola.fi.muni.cz/~xdenemar/netrw/dload.en.html +Original-Source-Size: 159324 +Original-Source-MD5: 40d18662da17a673c728c59deeb4217b + +Files: debian/* +Copyright: Copyright 2007-2008 Kumar Appaiah + Copyright 2007-2008 Giovanni Mascellani +License: GPL-2+ + +Files: src/* +Copyright: Copyright 2002, 2006 Jiri Denemark +License: GPL-2+ + +Files: src/getopt* +Copyright: Copyright 1987-2001 Free Software Foundation, Inc +License: LGPL-2.1+ + +Files: src/md5.* +Copyright: Code written by Colin Plumb in 1993, no copyright is claimed +License: PD + This code implements the MD5 message-digest algorithm. + The algorithm is due to Ron Rivest. This code was + written by Colin Plumb in 1993, no copyright is claimed. + This code is in the public domain; do with it what you wish. + . + Equivalent code is available from RSA Data Security, Inc. + This code has been tested against that, and is equivalent, + except that you don't need to include two pages of legalese + with every copy. + . + To compute the message digest of a chunk of bytes, declare an + MD5Context structure, pass it to MD5Init, call MD5Update as + needed on buffers full of bytes, and then call MD5Final, which + will fill a supplied 16-byte array with the digest. + +On Debian systems the complete text of the GPL-2 and LGPL-2.1 licenses +can be found respectively under /usr/share/common-licenses/GPL-2 and +under /usr/share/common-licenses/LGPL-2.1. + --- netrw-1.3.2.orig/debian/watch +++ netrw-1.3.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sitola.fi.muni.cz/~xdenemar/netrw/dload.en.html ../files/netrw/netrw-([\d\.]+).tar.bz2 --- netrw-1.3.2.orig/debian/rules +++ netrw-1.3.2/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --with-checksum=built-in + --- netrw-1.3.2.orig/debian/manpages +++ netrw-1.3.2/debian/manpages @@ -0,0 +1,2 @@ +debian/netread.1 +debian/netwrite.1 --- netrw-1.3.2.orig/debian/control +++ netrw-1.3.2/debian/control @@ -0,0 +1,20 @@ +Source: netrw +Section: net +Priority: optional +Maintainer: Giovanni Mascellani +Build-Depends: debhelper (>= 7), autotools-dev, cdbs +Standards-Version: 3.8.0 +Homepage: http://sitola.fi.muni.cz/~xdenemar/netrw/index.en.html + +Package: netrw +Architecture: any +Depends: ${shlibs:Depends} +Description: netcat like tool with nice features to transport files over network + Netrw is a simple (but powerful) tool for transporting data over the + internet. Its main purpose is to simplify and speed up file transfers to + hosts without an FTP server. It can also be used for uploading data to + some other user. It is something like one-way netcat (nc) with some nice + features concerning data transfers. Netrw can compute and check message + digest (MD5, SHA-1, and some others) of all the data being transferred, + it can also print information on progress and average speed. At the end + it sums up the transfer. --- netrw-1.3.2.orig/debian/docs +++ netrw-1.3.2/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- netrw-1.3.2.orig/debian/changelog +++ netrw-1.3.2/debian/changelog @@ -0,0 +1,15 @@ +netrw (1.3.2-2) unstable; urgency=low + + * Bumped to debhelper compat 7 (no changes required) + * Updated to policy 3.8.0 (no changes required) + * debian/copyright: converted to new machine-readable copyright format + * Dropped use of libssl, uses build-it MD5 function now + * Removed Kumar Appaiah from Uploaders, on his request + + -- Giovanni Mascellani Mon, 30 Jun 2008 19:30:25 +0200 + +netrw (1.3.2-1) unstable; urgency=low + + * Initial release (Closes: #446601) + + -- Giovanni Mascellani Fri, 19 Oct 2007 15:19:43 +0200 --- netrw-1.3.2.orig/debian/netread.1 +++ netrw-1.3.2/debian/netread.1 @@ -0,0 +1,79 @@ +.TH netread 1 2007-10-14 +.SH NAME +netread \- read data transported over network using netwrite +.SH SYNOPSIS +.B netread [udp] [-f +.I host +.B ] [-c] [-C +.I algorithm +.B ] [-o +.I file +.B ] [-s] [-b] [-h +.I +.B ] [-H] +.I +.B ] [-q] [-v] [-vv] [-V] [-vV] + +.B netread +is part of the +.B netrw +package. It is a simple (but powerful) tool for transporting data over the +internet, in conjunction with +.BR netwrite(1) +.SH DESCRIPTION +The main purpose of +.B netrw +is to simplify and speed up file transfers to hosts without an FTP +server. It can also be used for uploading data to some other user. It +is something like one-way netcat (nc) with some nice features +concerning data transfers. Netrw can compute and check message digest +(MD5, SHA-1, and some others) of all the data being transferred, it +can also print information on progress and average speed. At the end +it sums up the transfer. +.SH OPTIONS +.IP udp +Changes the default TCP protocol can be changed to UDP. +.IP "-f \fIhost\fP" +Works in the firewall mode; connection is initiated by netread. +.IP -c +This option is ignored. Transmission checksum is activated by default. +.IP "-C \fIalgorithm\fP" +Uses the specified algorithm for checksum. This option also implies +.B -c + . Supported algorithms (the first is default): \fIsha1\fP \fImd5\fP \fIrmd160\fP \fInone\fP +.IP "-o \fI\fP" +Writes data to \fIfile\fP instead of stdout. +.IP -s +In case \-o option is specified, open the file for +synchronous I/O. Otherwise, this option has no effect. +.IP -b +print speed in b/s instead of B/s +.IP "-h \fI\fP" +Prints `#' after each \fIn\fP KiB transferred (def. 10485.76). +.IP "-H \fI\fP" +Prints `#' after each \fIn\fP MiB transferred (def. 10.24). +.IP -q +Be quiet. +.IP -v +Be verbose. +.IP -vv +Be very verbose. +.IP -V +Show version. +.IP -vV +Show verbose version. +.SH "RETURN VALUES" +.IP 0 +no errors. +.IP 1 +some error occured. +.IP 2 +checksum validation failed. +.SH "SEE ALSO" +\&\fInetwrite\fP(1), /usr/share/doc/netrw/README +.SH AUTHOR +netread was written by Jiri Denemark . For more +information, visit \fIhttp://www.fi.muni.cz/~xdenemar/netrw\fP +.PP +This manual page was written by Kumar Appaiah , +for the Debian project (but may be used by others).