From owner-svn-ports-head@freebsd.org Sun May 20 14:51:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9D49EE37C7; Sun, 20 May 2018 14:51:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCB8982517; Sun, 20 May 2018 14:51:37 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A45017CE4; Sun, 20 May 2018 14:51:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KEpbtg080286; Sun, 20 May 2018 14:51:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KEpaLu080282; Sun, 20 May 2018 14:51:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805201451.w4KEpaLu080282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 20 May 2018 14:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470463 - in head/x11: . xscope X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/x11: . xscope X-SVN-Commit-Revision: 470463 X-SVN-Commit-Repository: ports 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.26 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: Sun, 20 May 2018 14:51:39 -0000 Author: pi Date: Sun May 20 14:51:36 2018 New Revision: 470463 URL: https://svnweb.freebsd.org/changeset/ports/470463 Log: New port: x11/xscope Xscope sits in-between an X11 client and an X11 server and prints the contents of each request, reply, error, or event that is communicated between them. Xscope can decode the core X11 protocol and several extensions, including BIG-REQUESTS, LBX, MIT-SHM, NCD-WinCenterPro, RANDR, and RENDER. This information can be useful in debugging and performance tuning of X11 servers and clients. WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml Added: head/x11/xscope/ head/x11/xscope/Makefile (contents, props changed) head/x11/xscope/distinfo (contents, props changed) head/x11/xscope/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun May 20 14:51:32 2018 (r470462) +++ head/x11/Makefile Sun May 20 14:51:36 2018 (r470463) @@ -512,6 +512,7 @@ SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xrx + SUBDIR += xscope SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks Added: head/x11/xscope/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscope/Makefile Sun May 20 14:51:36 2018 (r470463) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= xscope +PORTVERSION= 1.4.1 +CATEGORIES= x11 +MASTER_SITES= XORG/individual/${XORG_CAT}/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Window Protocol Viewer + +LICENSE= MIT + +XORG_CAT= app +USE_XORG= xproto x11 xext + +PLIST_FILES= bin/xscope man/man1/xscope.1.gz + +.include Added: head/x11/xscope/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscope/distinfo Sun May 20 14:51:36 2018 (r470463) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526823367 +SHA256 (xorg/app/xscope-1.4.1.tar.bz2) = 33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423 +SIZE (xorg/app/xscope-1.4.1.tar.bz2) = 216128 Added: head/x11/xscope/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xscope/pkg-descr Sun May 20 14:51:36 2018 (r470463) @@ -0,0 +1,8 @@ +Xscope sits in-between an X11 client and an X11 server and prints +the contents of each request, reply, error, or event that is +communicated between them. Xscope can decode the core X11 protocol +and several extensions, including BIG-REQUESTS, LBX, MIT-SHM, +NCD-WinCenterPro, RANDR, and RENDER. This information can be useful +in debugging and performance tuning of X11 servers and clients. + +WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml