pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Initial import of ssh-chat, version 1.6.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sun Aug 27 17:52:51 2017 +0100
Changeset:	128bc6a0d2048b239cf43f1464875e0980c9dd29

Added Files:
	ssh-chat/DESCR
	ssh-chat/Makefile
	ssh-chat/PLIST
	ssh-chat/distinfo

Log Message:
Initial import of ssh-chat, version 1.6.

Custom SSH server written in Go. Instead of a shell, you get a chat
prompt.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=128bc6a0d2048b239cf43f1464875e0980c9dd29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ssh-chat/DESCR    |  2 ++
 ssh-chat/Makefile | 29 ++++++++++++++++++++++++++++
 ssh-chat/PLIST    | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ssh-chat/distinfo |  6 ++++++
 4 files changed, 95 insertions(+)

diffs:
diff --git a/ssh-chat/DESCR b/ssh-chat/DESCR
new file mode 100644
index 0000000000..d0b2fb72b6
--- /dev/null
+++ b/ssh-chat/DESCR
@@ -0,0 +1,2 @@
+Custom SSH server written in Go. Instead of a shell, you get a chat
+prompt.
diff --git a/ssh-chat/Makefile b/ssh-chat/Makefile
new file mode 100644
index 0000000000..72aba4190b
--- /dev/null
+++ b/ssh-chat/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+GITHUB_TAG=	v1.6
+DISTNAME=	${GITHUB_TAG}
+DIST_SUBDIR=	ssh-chat
+PKGNAME=	${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
+CATEGORIES=	chat security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=shazow/}
+GITHUB_PROJECT=	ssh-chat
+
+MAINTAINER=	alnsn%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dchest/siphash
+COMMENT=	Chat over SSH
+LICENSE=	mit
+
+REPLACE_BASH+=	build_release
+
+WRKSRC=		${WRKDIR}
+GO_DIST_BASE=	ssh-chat-${GITHUB_TAG:S/v//}
+GO_SRCPATH=	github.com/shazow/ssh-chat
+
+.include "../../lang/go/go-package.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../wip/go-flags/buildlink3.mk"
+.include "../../wip/go-humanize/buildlink3.mk"
+.include "../../wip/go-log/buildlink3.mk"
+.include "../../wip/go-pass/buildlink3.mk"
+.include "../../wip/go-rateio/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ssh-chat/PLIST b/ssh-chat/PLIST
new file mode 100644
index 0000000000..b9ad592a35
--- /dev/null
+++ b/ssh-chat/PLIST
@@ -0,0 +1,58 @@
+@comment $NetBSD$
+bin/ssh-chat
+gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat.a
+gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/chat.a
+gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/chat/message.a
+gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/set.a
+gopkg/pkg/${GO_PLATFORM}/github.com/shazow/ssh-chat/sshd.a
+gopkg/src/github.com/shazow/ssh-chat/LICENSE
+gopkg/src/github.com/shazow/ssh-chat/Makefile
+gopkg/src/github.com/shazow/ssh-chat/README.md
+gopkg/src/github.com/shazow/ssh-chat/auth.go
+gopkg/src/github.com/shazow/ssh-chat/auth_test.go
+gopkg/src/github.com/shazow/ssh-chat/build_release
+gopkg/src/github.com/shazow/ssh-chat/chat/command.go
+gopkg/src/github.com/shazow/ssh-chat/chat/doc.go
+gopkg/src/github.com/shazow/ssh-chat/chat/help.go
+gopkg/src/github.com/shazow/ssh-chat/chat/logger.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/history.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/history_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/identity.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/logger.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/message.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/message_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/screen_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/theme.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/theme_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/user.go
+gopkg/src/github.com/shazow/ssh-chat/chat/message/user_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/room.go
+gopkg/src/github.com/shazow/ssh-chat/chat/room_test.go
+gopkg/src/github.com/shazow/ssh-chat/chat/sanitize.go
+gopkg/src/github.com/shazow/ssh-chat/chat/set_test.go
+gopkg/src/github.com/shazow/ssh-chat/cmd/ssh-chat/cmd.go
+gopkg/src/github.com/shazow/ssh-chat/cmd/ssh-chat/key.go
+gopkg/src/github.com/shazow/ssh-chat/godoc.go
+gopkg/src/github.com/shazow/ssh-chat/host.go
+gopkg/src/github.com/shazow/ssh-chat/host_test.go
+gopkg/src/github.com/shazow/ssh-chat/identity.go
+gopkg/src/github.com/shazow/ssh-chat/logger.go
+gopkg/src/github.com/shazow/ssh-chat/motd.txt
+gopkg/src/github.com/shazow/ssh-chat/set/item.go
+gopkg/src/github.com/shazow/ssh-chat/set/set.go
+gopkg/src/github.com/shazow/ssh-chat/set/set_test.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/auth.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/client.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/client_test.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/doc.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/logger.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/net.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/net_test.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/pty.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/ratelimit.go
+gopkg/src/github.com/shazow/ssh-chat/sshd/terminal.go
+@pkgdir gopkg/src/github.com/shazow/ssh-chat/vendor/github.com/shazow/rateio
+@pkgdir gopkg/src/github.com/shazow/ssh-chat/vendor/github.com/jessevdk/go-flags
+@pkgdir gopkg/src/github.com/shazow/ssh-chat/vendor/github.com/howeyc/gopass
+@pkgdir gopkg/src/github.com/shazow/ssh-chat/vendor/github.com/dustin/go-humanize
+@pkgdir gopkg/src/github.com/shazow/ssh-chat/vendor/github.com/alexcesaro/log
diff --git a/ssh-chat/distinfo b/ssh-chat/distinfo
new file mode 100644
index 0000000000..2d6081e143
--- /dev/null
+++ b/ssh-chat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ssh-chat/v1.6.tar.gz) = 30871b283634ae44255b659154d460d891ab2bec
+RMD160 (ssh-chat/v1.6.tar.gz) = bc96bbd1a992e8eb298a69172972c4fb347ef2c5
+SHA512 (ssh-chat/v1.6.tar.gz) = e6895d154f599bc26664be7dc36216e323df569b8f6e0f37fe82a9424bb869fe2004e1cbdb7cbb5bd715ea670852ca8af123141b0dfd0550f38cc1255db42ad1
+Size (ssh-chat/v1.6.tar.gz) = 31259 bytes


Home | Main Index | Thread Index | Old Index