From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 5 07:50:00 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 ESMTP id AD2D85C7 for ; Thu, 5 Sep 2013 07:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 8CB742481 for ; Thu, 5 Sep 2013 07:50:00 +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 r857o02P008668 for ; Thu, 5 Sep 2013 07:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r857o0or008667; Thu, 5 Sep 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 5 Sep 2013 07:50:00 GMT Resent-Message-Id: <201309050750.r857o0or008667@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 046D62B3 for ; Thu, 5 Sep 2013 07:46:19 +0000 (UTC) (envelope-from xmj@chaot.net) 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 84653240A for ; Thu, 5 Sep 2013 07:46:18 +0000 (UTC) Received: from mx12 (unknown [84.50.246.19]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 20E0D4561C7 for ; Thu, 5 Sep 2013 09:46:09 +0200 (CEST) Received: from localhost (1003@localhost [local]); by mx12 (OpenSMTPD) with ESMTPA id aa247b58; for ; Thu, 5 Sep 2013 09:46:16 +0300 (EEST) Message-Id: <759991370.enqueue@mx12> Date: Thu, 5 Sep 2013 09:46:16 +0300 (EEST) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181831: [NEW PORT] devel/py27-memoryprofiler: Line-by-line and process memory consumption analysis X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 07:50:00 -0000 >Number: 181831 >Category: ports >Synopsis: [NEW PORT] devel/py27-memoryprofiler: Line-by-line and process memory consumption analysis >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: Thu Sep 05 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r255210M: Thu Sep 5 00:23:11 >Description: memory_profiler is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module and has the psutil module as optional (but highly recommended) dependencies. WWW: https://github.com/fabianp/memory_profiler portlint: ok porttest: ok testport: ok 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-memoryprofiler # py-memoryprofiler/distinfo # py-memoryprofiler/Makefile # py-memoryprofiler/pkg-plist # py-memoryprofiler/pkg-descr # echo c - py-memoryprofiler mkdir -p py-memoryprofiler > /dev/null 2>&1 echo x - py-memoryprofiler/distinfo sed 's/^X//' >py-memoryprofiler/distinfo << '5d187d7d6d18da7d5edc9c8cd4d686e6' XSHA256 (memory_profiler-0.27.tar.gz) = 9473c29a15456435999bfdd3a14f2d3596c997172d5b34acb6e17fe84fc9585f XSIZE (memory_profiler-0.27.tar.gz) = 12697 5d187d7d6d18da7d5edc9c8cd4d686e6 echo x - py-memoryprofiler/Makefile sed 's/^X//' >py-memoryprofiler/Makefile << 'f55b6c2cda38e5522ecc4b342ad940da' X# Created by: Johannes Meixner X# $FreeBSD$ X XPORTNAME= memoryprofiler XPORTVERSION= 0.27 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= memory_profiler-${PORTVERSION} X XMAINTAINER= xmj@chaot.net XCOMMENT= Line-by-line and process memory consumption analysis X XLICENSE= BSD X XOPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options XOPTIONS_DEFINE= PSUTIL X XPSUTIL_DESC= Install psutils for improved speed X X.include X.if ${PORT_OPTIONS:MPSUTIL} XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}-psutil>0:${PORTSDIR}/sysutils/py-psutil X.endif X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= memory_profiler X X.include f55b6c2cda38e5522ecc4b342ad940da echo x - py-memoryprofiler/pkg-plist sed 's/^X//' >py-memoryprofiler/pkg-plist << '6459d911a061155ddcdc035780cc0623' Xbin/mprofile X%%PYTHON_SITELIBDIR%%/memory_profiler.py X%%PYTHON_SITELIBDIR%%/memory_profiler.pyo X%%PYTHON_SITELIBDIR%%/memory_profiler.pyc 6459d911a061155ddcdc035780cc0623 echo x - py-memoryprofiler/pkg-descr sed 's/^X//' >py-memoryprofiler/pkg-descr << '793388f0b950121e23afae368448663c' Xmemory_profiler is a python module for monitoring memory consumption of a Xprocess as well as line-by-line analysis of memory consumption for python Xprograms. It is a pure python module and has the psutil module as optional X(but highly recommended) dependencies. X X XWWW: https://github.com/fabianp/memory_profiler 793388f0b950121e23afae368448663c exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: