diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index e3489f111c20..29661d938d14 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -1,15 +1,14 @@ # Created by: Winston Weinert PORTNAME= drawterm -PORTVERSION= 20140106 -PORTREVISION= 1 +PORTVERSION= 20210831 +PORTREVISION= 0 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 @@ -19,15 +18,10 @@ PLIST_FILES= bin/drawterm PORTDOCS= LICENSE README WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ARGS= CONF=pthread +MAKE_ARGS= CONF=freebsd -OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${STAGEDIR}${PREFIX}/bin -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} - .include diff --git a/net/drawterm/distinfo b/net/drawterm/distinfo index 19b935b00280..b66ec8ef0341 100644 --- a/net/drawterm/distinfo +++ b/net/drawterm/distinfo @@ -1,2 +1,3 @@ -SHA256 (drawterm-20140106.tgz) = d165e86f3a0aa82fd70764ac4b08f9312ac3c6c4f559bf3e37588d6a92af394a -SIZE (drawterm-20140106.tgz) = 1283386 +TIMESTAMP = 1631578471 +SHA256 (drawterm-20210831.tgz) = 0ab07e044b7f8450814cd55ffb61e633122df9decccdfa8c59a7320c2225e179 +SIZE (drawterm-20210831.tgz) = 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/