head	1.14;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	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.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.10.26.23.32.25;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.23.16.32.48;	author dhn;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.13.21.30.59;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.13.04.15.16;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.04.14.20.45.41;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.12.20;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.26.17.37.45;	author petef;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.10.50;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.08.04.22.48.35;	author petef;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.22.23.06.49;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.02.15.39.30;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.20.02.40.30;	author will;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# Created by: Pete Fritchman <petef@@databits.net>
# $FreeBSD: head/security/ssh-multiadd/Makefile 306477 2012-10-26 23:32:25Z bapt $

PORTNAME=	ssh-multiadd
PORTVERSION=	1.3.2
CATEGORIES=	security
MASTER_SITES=	SUNSITE/system/network/telnet

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Tool to add multiple ssh keys to the authentication agent

USE_PYTHON_RUN=	yes
NO_BUILD=	yes
MAN1=		ssh-multiadd.1
PLIST_FILES=	bin/ssh-multiadd

post-patch:
	@@${REINPLACE_CMD} -e \
		's|/usr/bin/python2|${PYTHON_CMD}| ; \
		s|#break|break|' ${WRKSRC}/ssh-multiadd

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.13
log
@SVN rev 306477 on 2012-10-26 23:32:25Z by bapt

- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support USE_PYTHON_RUN

PR:		ports/172060
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.12
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d1 1
a1 4
# New ports collection makefile for:	ssh-multiadd
# Date created:				29 April 2001
# Whom:					Pete Fritchman <petef@@databits.net>
#
a2 1
#
d7 1
a7 1
MASTER_SITES=	http://users.dakotacom.net/~donut/programs/ssh-multiadd/
d12 1
a12 4
DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

USE_PYTHON=	yes
d18 3
a20 2
	@@${REINPLACE_CMD} -e 's!/usr/bin/python2!${PYTHON_CMD}!' \
			-e 's!#break!break!' ${WRKSRC}/ssh-multiadd
d24 1
a24 1
	${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${PREFIX}/man/man1
@


1.11
log
@- Update MASTER_SITES/WWW
- Remove MD5 checksum

PR:		ports/155798
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d16 3
@


1.10
log
@Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.dakotacom.net/~donut/programs/ssh-multiadd/
a15 3
DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

@


1.9
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d16 3
@


1.8
log
@Reset petef due to no response to email.  We hope to see him back sometime.

Hat:	portmgr
@
text
@a16 1
USE_REINPLACE=	yes
@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d13 1
a13 1
MAINTAINER=	petef@@FreeBSD.org
@


1.6
log
@The author's domain has changed; reflect that in MASTER_SITES and WWW:.

Noticed by:	distfiles survey
@
text
@d20 1
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.azstarnet.com/~donut/programs/ssh-multiadd/
@


1.4
log
@- update to 1.3.2
- use USE_REINPLACE

PR:		41086
Submitted by:	Simon L. Nielsen <simon@@nitro.dk>
@
text
@d14 1
@


1.3
log
@Change my email address to petef@@FreeBSD.org for the ports I maintain.

Reviewed by:	ade
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ssh-multiadd/Makefile,v 1.2 2001/06/02 15:39:30 kevlo Exp $
d9 1
a9 1
PORTVERSION=	1.3.1
d16 1
d21 2
a22 2
	@@${PERL} -pi -e 's!/usr/bin/python2!${PYTHON_CMD}!; \
			s!#break!break!' ${WRKSRC}/ssh-multiadd
@


1.2
log
@Update to version 1.3.1

PR: 27779
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ssh-multiadd/Makefile,v 1.1 2001/05/20 02:40:30 will Exp $
d13 1
a13 1
MAINTAINER=	petef@@databits.net
@


1.1
log
@Add ssh-multiadd 1.3, a tool to add multiple ssh keys to the
authentication agent.

PR:		26975
Submitted by:	Pete Fritchman <petef@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.3
d20 1
a20 1
	${PERL} -pi -e 's!/usr/bin/python2!${PYTHON_CMD}!; \
@

