From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 7 18:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C30FC1B6 for ; Sat, 7 Dec 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CD33100A for ; Sat, 7 Dec 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB7IA2cr046242 for ; Sat, 7 Dec 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB7IA2L7046241; Sat, 7 Dec 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 7 Dec 2013 18:10:02 GMT Resent-Message-Id: <201312071810.rB7IA2L7046241@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E993DD6 for ; Sat, 7 Dec 2013 18:04:01 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30BDF1FAE for ; Sat, 7 Dec 2013 18:04:00 +0000 (UTC) Received: from mx12.chaot.net (62.65.222.235.cable.starman.ee [62.65.222.235]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 42F96456012 for ; Sat, 7 Dec 2013 19:03:59 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id df0b6313; for ; Sat, 7 Dec 2013 20:03:58 +0200 (EET) Message-Id: <1804780761.enqueue@mx12.chaot.net> Date: Sat, 7 Dec 2013 20:03:58 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184581: [NEW PORT] devel/py-yunomi: Metrics library with rate, distribution and timing information X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 18:10:02 -0000 >Number: 184581 >Category: ports >Synopsis: [NEW PORT] devel/py-yunomi: Metrics library with rate, distribution and timing information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov 7 16:08:22 EET >Description: yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale. WWW: https://github.com/dreid/yunomi Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-yunomi # py-yunomi/pkg-descr # py-yunomi/distinfo # py-yunomi/Makefile # echo c - py-yunomi mkdir -p py-yunomi > /dev/null 2>&1 echo x - py-yunomi/pkg-descr sed 's/^X//' >py-yunomi/pkg-descr << '3feb5cf3c69c42c1b9738ff1ea3535f5' Xyunomi provides insights to the internal behavior of an application, providing Xuseful statistics and metrics on selected portions of your code. It's a Python Xport of the core portion of a Java Metrics library by Coda Hale. X XWWW: https://github.com/dreid/yunomi 3feb5cf3c69c42c1b9738ff1ea3535f5 echo x - py-yunomi/distinfo sed 's/^X//' >py-yunomi/distinfo << 'fd9848ff51cf1911b17f175866d3fee9' XSHA256 (yunomi-0.3.0.tar.gz) = 91fceddbb4716cba81219a1f70dd3814e128a4352698520e1ed355ab9cb7db87 XSIZE (yunomi-0.3.0.tar.gz) = 14218 fd9848ff51cf1911b17f175866d3fee9 echo x - py-yunomi/Makefile sed 's/^X//' >py-yunomi/Makefile << '3ce4c3f9af82ddbd95659e1a10edae19' X# Created by: Johannes Meixner X# $FreeBSD$ X XPORTNAME= yunomi XPORTVERSION= 0.3.0 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xmj@chaot.net XCOMMENT= Metrics library with rate, distribution and timing information X XLICENSE= MIT X XPORTDOCS= README.rst \ X HISTORY.rst X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_AUTOPLIST= yes X XOPTIONS_DEFINE= DOCS X XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} X Xpost-install: X ${MKDIR} ${STAGEDIR}${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} X X.include 3ce4c3f9af82ddbd95659e1a10edae19 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: