diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index e3489f111c20..5eecaabff69c 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -1,25 +1,24 @@ # Created by: Winston Weinert PORTNAME= drawterm -PORTVERSION= 20140106 -PORTREVISION= 1 +PORTVERSION= 20210831 CATEGORIES= net -MASTER_SITES= http://swtch.com/drawterm/ +MASTER_SITES= http://git.9front.org/git/plan9front/drawterm/f1a4a54634ef0bd4fcb8402b518bf0061993564e/snap.tar.gz?/ MAINTAINER= winston@ml1.net COMMENT= Plan9 cpu client -# Additionally the Lucent Public License LICENSE= MIT -USES= tar:tgz xorg +USES= xorg USE_XORG= x11 xt -PLIST_FILES= bin/drawterm -PORTDOCS= LICENSE README WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ARGS= CONF=pthread +MAKE_ARGS= CONF=freebsd + +PLIST_FILES= bin/drawterm +PORTDOCS= LICENSE README OPTIONS_DEFINE= DOCS diff --git a/net/drawterm/distinfo b/net/drawterm/distinfo index 19b935b00280..a8bc53a8f5db 100644 --- a/net/drawterm/distinfo +++ b/net/drawterm/distinfo @@ -1,2 +1,3 @@ -SHA256 (drawterm-20140106.tgz) = d165e86f3a0aa82fd70764ac4b08f9312ac3c6c4f559bf3e37588d6a92af394a -SIZE (drawterm-20140106.tgz) = 1283386 +TIMESTAMP = 1632702520 +SHA256 (drawterm-20210831.tar.gz) = c55c06d2f828b4ce84b0e3c1fe395f150195d7842829d85d8b7e9ba71e590d66 +SIZE (drawterm-20210831.tar.gz) = 606154 diff --git a/net/drawterm/pkg-descr b/net/drawterm/pkg-descr index f37a7b684bda..6d3dea98ef93 100644 --- a/net/drawterm/pkg-descr +++ b/net/drawterm/pkg-descr @@ -6,4 +6,9 @@ screen) to a remote CPU server, which mounts this name space on /mnt/term and starts a shell. Typically, either explicitly or via the profile, one uses the shell to start rio(1). -WWW: http://swtch.com/drawterm/ +This is a fork of Russ Cox's drawterm to incorporate features +from Plan9front (http://9front.org), most importantly DP9IK +authentication support (see authsrv(6)) and the TLS based rcpu(1) +protocol. + +WWW: http://drawterm.9front.org/