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-server | |
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
Diffstat (limited to 'net/brutecopy/files/patch-server')
-rw-r--r-- | net/brutecopy/files/patch-server | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net/brutecopy/files/patch-server b/net/brutecopy/files/patch-server deleted file mode 100644 index d7ab286bec67..000000000000 --- a/net/brutecopy/files/patch-server +++ /dev/null @@ -1,53 +0,0 @@ ---- bcps.c.orig Sat Dec 29 15:03:13 2001 -+++ bcps.c Tue Jan 11 18:44:43 2005 -@@ -99,28 +99,28 @@ - void - print_help(void) - { -- fprintf(stderr,"bcps -- a Brutalcopy server 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: bcps -p <number_of_port_to_listen on> [-h] [-o --<filename>] [-s] [-e <number_of_eots>] [-r <eot_period>] [-1] [-2] --[-q <info_retransmit_timeout>] -- ---p <port> Port must be some high number. Default is 1235. ---h Prints out help and ends. ---o <filename> File to dump the received data to. Default is bcp.dat. ---s Print tickers ---e <n_eots> Number of EOT packets sent at the end. Default is 3. ---r <eot_p> Time distance between consecutive EOT packets in microseconds. -- Default is 100,000. ---q Info packet retransmit timeout in usec. ---1 Do not print tickers ---2 Print nothing --"); -+ fprintf(stderr,"bcps -- a Brutalcopy server 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\n" -+"is based on manual flow control.\n" -+"\n" -+"Usage: bcps -p <number_of_port_to_listen on> [-h] [-o\n" -+"<filename>] [-s] [-e <number_of_eots>] [-r <eot_period>] [-1] [-2]\n" -+"[-q <info_retransmit_timeout>]\n" -+"\n" -+"-p <port> Port must be some high number. Default is 1235.\n" -+"-h Prints out help and ends.\n" -+"-o <filename> File to dump the received data to. Default is bcp.dat.\n" -+"-s Print tickers\n" -+"-e <n_eots> Number of EOT packets sent at the end. Default is 3.\n" -+"-r <eot_p> Time distance between consecutive EOT packets in microseconds.\n" -+" Default is 100,000.\n" -+"-q Info packet retransmit timeout in usec.\n" -+"-1 Do not print tickers\n" -+"-2 Print nothing\n" -+"\n"); - } - - void |