From owner-svn-ports-all@freebsd.org Mon May 28 12:42:39 2018 Return-Path: Delivered-To: svn-ports-all@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 50015EF4AE2; Mon, 28 May 2018 12:42:39 +0000 (UTC) (envelope-from vanilla@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 F0C0F6E11A; Mon, 28 May 2018 12:42:38 +0000 (UTC) (envelope-from vanilla@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 B9152592A; Mon, 28 May 2018 12:42:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4SCgcNQ082619; Mon, 28 May 2018 12:42:38 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4SCgbgN082615; Mon, 28 May 2018 12:42:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805281242.w4SCgbgN082615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 28 May 2018 12:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471040 - in head/devel: . py-pyformance X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel: . py-pyformance X-SVN-Commit-Revision: 471040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 12:42:39 -0000 Author: vanilla Date: Mon May 28 12:42:37 2018 New Revision: 471040 URL: https://svnweb.freebsd.org/changeset/ports/471040 Log: Add py-pyformance 0.4, pyFormance is a toolset for performance measurement and statistics. PR: 228527 Submitted by: Waitman Gobble Added: head/devel/py-pyformance/ head/devel/py-pyformance/Makefile (contents, props changed) head/devel/py-pyformance/distinfo (contents, props changed) head/devel/py-pyformance/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 28 11:49:41 2018 (r471039) +++ head/devel/Makefile Mon May 28 12:42:37 2018 (r471040) @@ -4824,6 +4824,7 @@ SUBDIR += py-pyface SUBDIR += py-pyfcm SUBDIR += py-pyflakes + SUBDIR += py-pyformance SUBDIR += py-pygdbmi SUBDIR += py-pygit2 SUBDIR += py-pygithub Added: head/devel/py-pyformance/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyformance/Makefile Mon May 28 12:42:37 2018 (r471040) @@ -0,0 +1,28 @@ +# Created by: Waitman Gobble +# $FreeBSD$ + +PORTNAME= pyformance +PORTVERSION= 0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= PyFormance is a toolset for performance measurement and statistics + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +OPTIONS_DEFINE= DOCS + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +PORTDOCS= README.md + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/devel/py-pyformance/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyformance/distinfo Mon May 28 12:42:37 2018 (r471040) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527390802 +SHA256 (pyformance-0.4.tar.gz) = 2fd16397961ff62f2b2e7300e0abb2afd2b7e996e6075afae666922636d07029 +SIZE (pyformance-0.4.tar.gz) = 20683 Added: head/devel/py-pyformance/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyformance/pkg-descr Mon May 28 12:42:37 2018 (r471040) @@ -0,0 +1,5 @@ +PyFormance is a toolset for performance measurement +and statistics, with a signaling mechanism that +allows to issue events in cases of unexpected behavior. + +WWW: https://pypi.org/project/pyformance/