FreeBSD Bugzilla – Attachment 147186 Details for
Bug 193470
[NEW PORT] net/go-cs - concurrent ssh client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
go-cs.shar
go-cs.shar (text/plain), 1.67 KB, created by
Andy Kosela
on 2014-09-10 18:51:21 UTC
(
hide
)
Description:
go-cs.shar
Filename:
MIME Type:
Creator:
Andy Kosela
Created:
2014-09-10 18:51:21 UTC
Size:
1.67 KB
patch
obsolete
># 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 <akosela@andykosela.com> >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 <bsd.port.mk> >feeb7e2c4821012a7f70092f1586e604 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193470
:
147085
| 147186