head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	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.5
	RELEASE_5_2_0:1.5
	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.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.19.15.51.54;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.34.56;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.08.19.09.18.36;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.14.00.57;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2007.08.08.00.48.31;	author laszlof;	state Exp;
branches;
next	1.12;

1.12
date	2007.01.02.16.42.22;	author laszlof;	state Exp;
branches;
next	1.11;

1.11
date	2006.12.21.13.35.21;	author laszlof;	state Exp;
branches;
next	1.10;

1.10
date	2006.11.07.15.37.04;	author laszlof;	state Exp;
branches;
next	1.9;

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

1.8
date	2005.10.19.15.01.26;	author garga;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.07.16.14.10;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.01.15.50.48;	author leeym;	state Exp;
branches;
next	1.5;

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

1.4
date	2002.11.10.18.35.39;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.04.03.05.47;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.19.08.01.34;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.17.09.21.47;	author markp;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mussh
# Date created:				24 January 2002
# Whom:					Yen-Ming Lee <leeym@@leeym.com>
#
# $FreeBSD: head/security/mussh/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	mussh
PORTVERSION=	1.0
CATEGORIES=	security
MASTER_SITES=	SF
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool for easily running the same commands on multiple hosts

RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash

NO_BUILD=	yes
PORTDOCS=	BUGS CHANGES EXAMPLES README
PLIST_FILES=	bin/mussh
WRKSRC=		${WRKDIR}/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \
			  -e "s,seq 1 ,jot 1 ,g" \
		${WRKSRC}/${PORTNAME}

do-install:
	@@${MKDIR} ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.17
log
@- Update to 1.0

PR:		162628
Submitted by:	Armin Pirkovitsch <armin@@frozen-zone.org>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 2
PORTVERSION=	0.7
PORTREVISION=	2
@


1.15
log
@Return laszlof's ports to the pool due to lack of time.

Hat:		portmgr
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.14
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d16 1
a16 1
MAINTAINER=	laszlof@@FreeBSD.org
@


1.13
log
@- mussh uses seq for concurrency measures which is not available on
FreeBSD. replaced with jot.
- bump PORTREVISION

PR:		ports/115278
Submitted by:	Richard Arends <richard@@unixguru.nl>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@Update to 0.7
@
text
@d10 1
d28 1
@


1.11
log
@Fix dependency on shells/bash2 -> shells/bash.
Bump PORTREVISION

PR:		ports/107004
Submitted by:	bsam@@
@
text
@d9 1
a9 2
PORTVERSION=	0.6
PORTREVISION=	1
@


1.10
log
@Update my email address in all ports that I maintain.

Approved by:	flz (mentor)
@
text
@d10 1
d19 1
a19 1
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2
@


1.9
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d15 1
a15 1
MAINTAINER=	laszlof@@vonostingroup.com
@


1.8
log
@- Update to 0.6
- Pass maintainership to submitter

This version adds the following features:

        - added '-s' to ssh-agent calls so that they will work
                for people with non-bash shells.  (thanks to Jacob)
        - Asynchronous mode works.
        - Asynchronous mode required temp files so we use
                mktemp to make it safer.
        - Blocking option in async mode.
        - All debug messages go to STDERR.
        - Invoke remote shell (default bash) explicitely.
        - SIGQUIT (ctrl-\) prints current/remaining host(s).
        - Modernized all ``'s to $()'s.

PR:		ports/87664
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com>
@
text
@a20 1
USE_REINPLACE=	yes
@


1.7
log
@use PORTDOCS and PLIST_FILES instead of pkg-plist
SIZEify distinfo
drop MAINTAINERship
@
text
@d9 1
a9 1
PORTVERSION=	0.5
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d24 1
d27 1
a27 1
	@@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
@


1.6
log
@makes portlint happy
- apply DOCSDIR
- replace variable "file" with "f"
@
text
@d15 1
a15 1
MAINTAINER=	leeym@@FreeBSD.org
d22 2
d34 1
a34 1
.for f in BUGS CHANGES EXAMPLES README
@


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
@d32 2
a33 2
.for file in BUGS CHANGES EXAMPLES README
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
@


1.4
log
@update to 0.5

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
@
text
@d16 1
@


1.3
log
@PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
@
text
@d9 1
a9 1
PORTVERSION=	0.4
d31 1
a31 1
.for file in CHANGES EXAMPLES README
@


1.2
log
@change my email address to leeym@@FreeBSD.org

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
@
text
@d20 1
d23 1
a23 1
	@@${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
@


1.1
log
@Add mussh 0.4, a tool for easily running the same commands on multiple
hosts.

PR:		34217
Submitted by:	Yen-Ming Lee <leeym@@leeym.com>
@
text
@d15 1
a15 1
MAINTAINER=	leeym@@leeym.com
@

