Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 20:03:58 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184581: [NEW PORT] devel/py-yunomi: Metrics library with rate, distribution and timing information
Message-ID:  <1804780761.enqueue@mx12.chaot.net>
Resent-Message-ID: <201312071810.rB7IA2L7046241@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <xmj@chaot.net>
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 <bsd.port.mk>
3ce4c3f9af82ddbd95659e1a10edae19
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1804780761.enqueue>