head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.26.07.04.52;	author sumikawa;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.25.02.49.44;	author sumikawa;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.15.02;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.07.12.16.51;	author sumikawa;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.06.17.13.17;	author sumikawa;	state Exp;
branches;
next	1.4;

1.4
date	2004.12.06.16.05.19;	author sumikawa;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.40;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.02.15.39.26;	author sumikawa;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.21.17.40.58;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fsh
# Date created:				Thu Jan 24 03:37:54 JST 2002
# Whom:					sumikawa
#
# $FreeBSD: head/security/fsh/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	fsh
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	http://www.lysator.liu.se/fsh/ \
		http://mirror2.unixfreunde.de/ \
		http://freebsd.unixfreunde.de/sources/

MAINTAINER=	sumikawa@@FreeBSD.org
COMMENT=	Fast remote command execution

USE_PYTHON=	yes
GNU_CONFIGURE=	yes

INFO=	fsh

post-patch:
	${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py

post-build:
	${PYTHON_CMD} -c 'import py_compile; py_compile.main()' ${WRKSRC}/*.py

post-install:
	${INSTALL_DATA} ${WRKSRC}/*.pyc ${PREFIX}/share/fsh

.include <bsd.port.mk>
@


1.9
log
@Re-add original master site on MASTER_SITES.
The site seems just down temporally.

Suggested by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Fix unfetchable problem.

PR:	ports/97807
From:	"Martin Wilke" <freebsd@@unixfreunde.de>
@
text
@d11 2
a12 1
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
@


1.7
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.lysator.liu.se/fsh/
d20 2
@


1.6
log
@Build and install *.pyc

Submitted by:	sf
@
text
@a16 1
USE_REINPLACE=	yes
@


1.5
log
@Bump PORTREVISION for the previous committing.
@
text
@d9 1
a9 1
PORTREVISION=	2
d23 6
@


1.4
log
@Make it executable with python-2.4.

Submitted by:	sf
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d16 3
a18 1
BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
d20 2
a21 1
GNU_CONFIGURE=	yes
@


1.2
log
@This port needs python from building, not running.
@
text
@d14 1
@


1.1
log
@fsh -- Fast remote command execution

The problem: logging in to a remote system with a cryptographic
solution such as lsh or ssh takes time, due to the computationally
expensive key exchanges that occur when the connection is
established. It is common to trigger a lot of remote logins while
using remote CVS, which makes it painfully slow compared to having the
repository locally.

The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
automatically resuses ssh tunnels.

WWW: http://www.lysator.liu.se/fsh/
@
text
@d9 1
d15 1
a15 1
RUN_DEPENDS=	python:${PORTSDIR}/lang/python
@

