diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
commit | 035646ee650e1641b2dac43a8404e423cd35d273 (patch) | |
tree | 7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/brutecopy/files/patch-client | |
parent | - fix distinfo (diff) |
remove unmaintained expired ports from net
2011-05-01 net/44bsd-rdist: Upstream disapear and distfile is no more available
2011-05-01 net/bbsnet: Upstream disapear and distfile is no more available
2011-05-01 net/bing: Upstream disapear and distfile is no more available
2011-05-01 net/brutecopy: Upstream disapear and distfile is no more available
2011-05-01 net/crescendo: Upstream disapear and distfile is no more available
2011-05-01 net/danamics: Upstream disapear and distfile is no more available
2011-05-01 net/etunnel: Upstream disapear and distfile is no more available
2011-05-01 net/gastman: Upstream disapear and distfile is no more available
2011-05-01 net/generic-nqs: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmmultiping2: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmwireless: Upstream disapear and distfile is no more available
2011-05-01 net/gnoemoe: Upstream disapear and distfile is no more available
2011-05-01 net/gnosamba: Upstream disapear and distfile is no more available
2011-05-01 net/merlinmon: Upstream disapear and distfile is no more available
2011-05-01 net/msntp: Upstream disapear and distfile is no more available
2011-05-01 net/ntalk: Upstream disapear and distfile is no more available
2011-05-01 net/ntraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/onion-fec: Upstream disapear and distfile is no more available
2011-05-01 net/openverse: Upstream disapear and distfile is no more available
2011-05-01 net/poink: Upstream disapear and distfile is no more available
2011-05-01 net/roadrunner: Upstream disapear and distfile is no more available
2011-05-01 net/sambasentinel: Upstream disapear and distfile is no more available
2011-05-01 net/scand: Upstream disapear and distfile is no more available
2011-05-01 net/tacshell: Upstream disapear and distfile is no more available
2011-05-01 net/telserv: Upstream disapear and distfile is no more available
2011-05-01 net/tridiavnc: Upstream disapear and distfile is no more available
2011-05-01 net/tvark: Upstream disapear and distfile is no more available
2011-05-01 net/warppipe: Upstream disapear and distfile is no more available
2011-05-01 net/wistumbler2: Upstream disapear and distfile is no more available
2011-05-01 net/wmq3: Upstream disapear and distfile is no more available
2011-05-01 net/xbone-gui: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 net/xsmbrowser: Upstream disapear and distfile is no more available
2011-05-01 net/xtraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/ytalk: Upstream disapear and distfile is no more available
2011-05-01 net/zniper: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273447
Diffstat (limited to 'net/brutecopy/files/patch-client')
-rw-r--r-- | net/brutecopy/files/patch-client | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net/brutecopy/files/patch-client b/net/brutecopy/files/patch-client deleted file mode 100644 index 19dff38ec99c..000000000000 --- a/net/brutecopy/files/patch-client +++ /dev/null @@ -1,54 +0,0 @@ ---- bcpc.c.orig Sat Dec 29 15:03:13 2001 -+++ bcpc.c Tue Jan 11 18:49:25 2005 -@@ -80,24 +80,23 @@ - void - print_help(void) - { -- fprintf(stderr,"bcpc -- a Brutalcopy client half --Brutalcopy (c) 2000 Karel Kulhavy, Clocksoft -- --Brutalcopy is a program for transferring rather large files by means of UDP --protocol in order to bypass TCP tendency to screw up on bad lines. Brutalcopy is --based on manual flow control. -- --Usage: bcpc -l <server hostname> -p <server port> [-h] [-i --<filename>] [-s <payload_size>] [-r <sot_retransmit_time>] [-b <bytes_per_sec>] -- ---l <server> DNS name or IP address (in dot notation) of the server. ---p <dist_port> Port must be some high number (>=1024). Default is 1235. ---h Prints out help and ends. ---i <filename> File to dump the received data from. Default is bcp.dat. ---s <payload> Number of bytes as a data payload in a single packet. ---r <srt> Number of microsecond after which is SOT retransmitted. ---b <Bps> Bytes of payload per second --"); -+ fprintf(stderr,"bcpc -- a Brutalcopy client half\n" -+"Brutalcopy (c) 2000 Karel Kulhavy, Clocksoft\n" -+"\n" -+"Brutalcopy is a program for transferring rather large files by means of UDP\n" -+"protocol in order to bypass TCP tendency to screw up on bad lines. Brutalcopy is\n" -+"based on manual flow control.\n" -+"\n" -+"Usage: bcpc -l <server hostname> -p <server port> [-h] [-i\n" -+"<filename>] [-s <payload_size>] [-r <sot_retransmit_time>] [-b <bytes_per_sec>]\n" -+"-l <server> DNS name or IP address (in dot notation) of the server.\n" -+"-p <dist_port> Port must be some high number (>=1024). Default is 1235.\n" -+"-h Prints out help and ends.\n" -+"-i <filename> File to dump the received data from. Default is bcp.dat.\n" -+"-s <payload> Number of bytes as a data payload in a single packet.\n" -+"-r <srt> Number of microsecond after which is SOT retransmitted.\n" -+"-b <Bps> Bytes of payload per second\n" -+"\n"); - } - - void -@@ -289,8 +288,7 @@ - - if (n>=n_packets) - { -- fprintf(stderr,"Invalid packet seq# of %u from %lu came! It means data are --corrupted. Quitting immediately.\n",n,n_packets); -+ fprintf(stderr,"Invalid packet seq# of %u from %lu came! It means data are\ncorrupted. Quitting immediately.\n",n,n_packets); - die(); - } - if ((bitmap[byte]>>bit)&1) return; |