mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
sysutils/tmate: create port
Instant terminal sharing WWW: https://tmate.io/
This commit is contained in:
parent
1701f697db
commit
8946e732ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415961
@ -1065,6 +1065,7 @@
|
||||
SUBDIR += tkdvd
|
||||
SUBDIR += tlsdate
|
||||
SUBDIR += tm
|
||||
SUBDIR += tmate
|
||||
SUBDIR += tmpreaper
|
||||
SUBDIR += tmpwatch
|
||||
SUBDIR += tmux
|
||||
|
30
sysutils/tmate/Makefile
Normal file
30
sysutils/tmate/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
sysutils/tmate/distinfo
Normal file
3
sysutils/tmate/distinfo
Normal file
@ -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
|
10
sysutils/tmate/files/patch-tmate-session.c
Normal file
10
sysutils/tmate/files/patch-tmate-session.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- tmate-session.c.orig 2016-03-29 03:30:07 UTC
|
||||
+++ tmate-session.c
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#include "tmate.h"
|
||||
|
10
sysutils/tmate/files/patch-tmate-ssh-client.c
Normal file
10
sysutils/tmate/files/patch-tmate-ssh-client.c
Normal file
@ -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 <stdio.h>
|
||||
#include <event.h>
|
||||
#include <assert.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#include "tmate.h"
|
||||
#include "window-copy.h"
|
3
sysutils/tmate/pkg-descr
Normal file
3
sysutils/tmate/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Instant terminal sharing
|
||||
|
||||
WWW: https://tmate.io/
|
Loading…
Reference in New Issue
Block a user