# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # go-cs # go-cs/pkg-descr # go-cs/distinfo # go-cs/Makefile # echo c - go-cs mkdir -p go-cs > /dev/null 2>&1 echo x - go-cs/pkg-descr sed 's/^X//' >go-cs/pkg-descr << '29aa91d0d6e0313b1557e7bdc4ffb73e' Xgo-cs is a program for concurrently executing ssh(1)/scp(1) on a number Xof hosts. It is intended to automate running remote commands or copying Xfiles between hosts on a network. X XWWW: http://github.com/akosela/go-cs 29aa91d0d6e0313b1557e7bdc4ffb73e echo x - go-cs/distinfo sed 's/^X//' >go-cs/distinfo << 'a63583164d62d91f5d296ee824d7fd8d' XSHA256 (go-cs-0.1.tar.gz) = 71b3240810ae7c5ae8fc57a8e9ae3f2cd3ffa2463097344b7b6926bc32c66cfd XSIZE (go-cs-0.1.tar.gz) = 4484 a63583164d62d91f5d296ee824d7fd8d echo x - go-cs/Makefile sed 's/^X//' >go-cs/Makefile << 'feeb7e2c4821012a7f70092f1586e604' X# Created by: Andy Kosela X# $FreeBSD$ X XPORTNAME= go-cs XPORTVERSION= 0.1 XCATEGORIES= net X XMAINTAINER= akosela@andykosela.com XCOMMENT= Concurrent ssh client X XBUILD_DEPENDS= go:${PORTSDIR}/lang/go X XUSE_GITHUB= yes XGH_ACCOUNT= akosela XGH_PROJECT= go-cs XGH_TAGNAME= v${PORTVERSION} XGH_COMMIT= 6ae59df X XPLIST_FILES= bin/cs man/man1/cs.1.gz X Xdo-build: X @cd ${WRKSRC} && go build -ldflags "-s" cs.go X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cs ${STAGEDIR}${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MANPREFIX}/man/man1 X X.include feeb7e2c4821012a7f70092f1586e604 exit