From owner-svn-ports-head@freebsd.org Fri May 27 19:56:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86967B4C1CF; Fri, 27 May 2016 19:56:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 617BD1C6F; Fri, 27 May 2016 19:56:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RJuoLv028201; Fri, 27 May 2016 19:56:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RJuoYG028195; Fri, 27 May 2016 19:56:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605271956.u4RJuoYG028195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 27 May 2016 19:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415961 - in head/sysutils: . tmate tmate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 19:56:51 -0000 Author: swills Date: Fri May 27 19:56:49 2016 New Revision: 415961 URL: https://svnweb.freebsd.org/changeset/ports/415961 Log: sysutils/tmate: create port Instant terminal sharing WWW: https://tmate.io/ Added: head/sysutils/tmate/ head/sysutils/tmate/Makefile (contents, props changed) head/sysutils/tmate/distinfo (contents, props changed) head/sysutils/tmate/files/ head/sysutils/tmate/files/patch-tmate-session.c (contents, props changed) head/sysutils/tmate/files/patch-tmate-ssh-client.c (contents, props changed) head/sysutils/tmate/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 27 19:42:12 2016 (r415960) +++ head/sysutils/Makefile Fri May 27 19:56:49 2016 (r415961) @@ -1065,6 +1065,7 @@ SUBDIR += tkdvd SUBDIR += tlsdate SUBDIR += tm + SUBDIR += tmate SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux Added: head/sysutils/tmate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/Makefile Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= tmate +PORTVERSION= 2.2.1 +CATEGORIES= sysutils + +MAINTAINER= swills@FreeBSD.org +COMMENT= Instant terminal sharing + +LIB_DEPENDS= libevent.so:devel/libevent2 \ + libmsgpackc.so:devel/msgpack \ + libssh_threads.so:security/libssh + +USES= autoreconf pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= tmate-io + +GNU_CONFIGURE= yes +INSTALL_ARGET= install-strip +USE_LDCONFIG= yes +LDFLAGS+= -lexecinfo + +PLIST_FILES= bin/tmate man/man1/tmate.1.gz + +BROKEN_FreeBSD_9= Does not build + +pre-configure: + @cd $(wrksrc} && ./autogen.sh + +.include Added: head/sysutils/tmate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/distinfo Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463695696 +SHA256 (tmate-io-tmate-2.2.1_GH0.tar.gz) = d9c2ac59f42e65aac5f500f0548ea8056fd79c9c5285e5af324d833e2a84c305 +SIZE (tmate-io-tmate-2.2.1_GH0.tar.gz) = 610745 Added: head/sysutils/tmate/files/patch-tmate-session.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/files/patch-tmate-session.c Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,10 @@ +--- tmate-session.c.orig 2016-03-29 03:30:07 UTC ++++ tmate-session.c +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + + #include "tmate.h" + Added: head/sysutils/tmate/files/patch-tmate-ssh-client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/files/patch-tmate-ssh-client.c Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,10 @@ +--- tmate-ssh-client.c.orig 2016-03-29 03:30:07 UTC ++++ tmate-ssh-client.c +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + + #include "tmate.h" + #include "window-copy.h" Added: head/sysutils/tmate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/pkg-descr Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,3 @@ +Instant terminal sharing + +WWW: https://tmate.io/