From owner-svn-ports-head@freebsd.org Wed May 22 21:09:09 2019 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 8D62615B78FA; Wed, 22 May 2019 21:09:09 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 326136AB10; Wed, 22 May 2019 21:09:09 +0000 (UTC) (envelope-from dch@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 0AB8F22F32; Wed, 22 May 2019 21:09:09 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ML98Xq087669; Wed, 22 May 2019 21:09:08 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ML97B3087663; Wed, 22 May 2019 21:09:07 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201905222109.x4ML97B3087663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Wed, 22 May 2019 21:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502289 - in head/devel: . py-q py-q/files X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/devel: . py-q py-q/files X-SVN-Commit-Revision: 502289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 326136AB10 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 22 May 2019 21:09:09 -0000 Author: dch Date: Wed May 22 21:09:07 2019 New Revision: 502289 URL: https://svnweb.freebsd.org/changeset/ports/502289 Log: devel/py-q: new port - python debugging for tired programmers Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17964 Added: head/devel/py-q/ head/devel/py-q/Makefile (contents, props changed) head/devel/py-q/distinfo (contents, props changed) head/devel/py-q/files/ head/devel/py-q/files/pkg-message.in (contents, props changed) head/devel/py-q/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 22 20:59:27 2019 (r502288) +++ head/devel/Makefile Wed May 22 21:09:07 2019 (r502289) @@ -4831,6 +4831,7 @@ SUBDIR += py-pyvisa-py SUBDIR += py-pyxb SUBDIR += py-pyxml2obj + SUBDIR += py-q SUBDIR += py-qpid SUBDIR += py-qserve SUBDIR += py-qt5 Added: head/devel/py-q/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-q/Makefile Wed May 22 21:09:07 2019 (r502289) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= q +DISTVERSION= 2.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= Quick-and-dirty debugging output for tired programmers + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= distutils autoplist concurrent + +NO_ARCH= yes +SUB_FILES= pkg-message +SUB_LIST= DOCSDIR=${DOCSDIR} + +OPTIONS_DEFINE= DOCS +PORTDOCS= README.md + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +.include Added: head/devel/py-q/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-q/distinfo Wed May 22 21:09:07 2019 (r502289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542039885 +SHA256 (q-2.6.tar.gz) = de0fcf5a439754975dd8022c3bf26374b882d0fe4265aab8813f4e87e057eed5 +SIZE (q-2.6.tar.gz) = 7688 Added: head/devel/py-q/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-q/files/pkg-message.in Wed May 22 21:09:07 2019 (r502289) @@ -0,0 +1,5 @@ +Instructions for using devel/py-q can be found in the supplied docs: + + %%DOCSDIR%%/README.md + +Or video http://pyvideo.org/video/1858/sunday-evening-lightning-talks#t=25m15 Added: head/devel/py-q/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-q/pkg-descr Wed May 22 21:09:07 2019 (r502289) @@ -0,0 +1,11 @@ +Quick and dirty debugging output for tired programmers. + +Simply tail -f /tmp/q in your shell, and then: + + import q + q(foo) + +in your script. More information in the README and also +http://pyvideo.org/video/1858/sunday-evening-lightning-talks#t=25m15s + +WWW: https://github.com/zestyping/q