head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	old_RELEASE_5_3_0:1.2
	old_RELEASE_4_10_0:1.2
	old_RELEASE_5_2_1:1.2
	old_RELEASE_5_2_0:1.2
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.03.15.06.30.35;	author brooks;	state dead;
branches;
next	1.3;

1.3
date	2004.11.17.22.36.17;	author brooks;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.10.04.54.09;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.01.14.49.32;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the hpn-ssh port.  The functionality is now an option when
building the openssh-portable port.
@
text
@High Performance Enabled SSH/SCP
from the Pittsburgh Supercomputing Center

hpn-ssh is a version of OpenSSH modified to support high-performance
bulk transfers (such as with scp or rsync).  These modifications are
required because:

  SCP and the underlying SSH protocol is network performance limited by
  statically defined internal flow control buffers. These buffers often
  end up acting as a brake on the network throughput of SCP especially
  on long and wide paths. Modifying the ssh code to allow the flow
  control buffers to be defined at run time eliminates this bottleneck.

WWW: http://www.psc.edu/networking/projects/hpn-ssh/
@


1.3
log
@Add security/hpn-ssh, a high performance SSH based on OpenSSH, after a
repo-copy from security/openssh-portable.

HPN-SSH is a set of patches to improve the perfomance of bulk transfers
such as scp over long-fat pipes.

Repocopy by:	marcus
@
text
@@


1.2
log
@Extend the description for openssh-portable
Fix description for openssh
@
text
@d1 2
a2 1
OpenBSD's OpenSSH portable version
d4 3
a6 6
Normal OpenSSH development produces a very small, secure, and easy to maintain
version for the OpenBSD project. The OpenSSH Portability Team takes that pure
version and adds portability code so that OpenSSH can run on many other
operating systems (Unfortunately, in particular since OpenSSH does
authentication, it runs into a *lot* of differences between Unix operating
systems). 
d8 5
a12 4
The portable OpenSSH follows development of the official version, but releases
are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1).
The official OpenBSD source will never use the 'p' suffix, but will instead
increment the version number when they hit 'stable spots' in their development. 
d14 1
a14 1
WWW: http://www.openssh.com/portable.html
@


1.1
log
@New port:
OpenSSH portable, which has GNU-configure and more.
Diffs to OpenSSH-OPenBSD are huge.
So this is here a complete diffrent branch, no repro-copy
- Did a bit cleanup in the Makefile

Submitted by:	dwcjr@@inethouston.net
@
text
@d3 12
@

