From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 12 14:30:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786881065670 for ; Fri, 12 Mar 2010 14:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3353B8FC1B for ; Fri, 12 Mar 2010 14:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2CEU3NE087088 for ; Fri, 12 Mar 2010 14:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2CEU3CJ087074; Fri, 12 Mar 2010 14:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 12 Mar 2010 14:30:03 GMT Resent-Message-Id: <201003121430.o2CEU3CJ087074@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, Sofian Brabez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AE2A1065676 for ; Fri, 12 Mar 2010 14:24:02 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: from mx2.wallix.com (mx2.wallix.com [84.14.156.235]) by mx1.freebsd.org (Postfix) with ESMTP id AFF258FC0A for ; Fri, 12 Mar 2010 14:24:01 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx2.wallix.com (Postfix) with ESMTP id 3CAE4245008D for ; Fri, 12 Mar 2010 15:24:00 +0100 (CET) Received: from mx2.wallix.com ([127.0.0.1]) by localhost (com.ifr.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 683JfHSBFsbo for ; Fri, 12 Mar 2010 15:23:56 +0100 (CET) Received: from zimbra.ifr.lan (zimbra.ifr.lan [10.10.1.211]) by mx2.wallix.com (Postfix) with ESMTP id 7F9612450078 for ; Fri, 12 Mar 2010 15:23:56 +0100 (CET) Received: from localhost (net4-id84.ifr.lan [10.10.4.84]) by zimbra.ifr.lan (Postfix) with ESMTP id 78D75A00003 for ; Fri, 12 Mar 2010 15:23:56 +0100 (CET) Message-Id: <20100312142356.78D75A00003@zimbra.ifr.lan> Date: Fri, 12 Mar 2010 15:23:56 +0100 (CET) From: Sofian Brabez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/144694: New port: devel/py-setproctitle: Allow customization of the process title X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 14:30:03 -0000 >Number: 144694 >Category: ports >Synopsis: New port: devel/py-setproctitle: Allow customization of the process title >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: Fri Mar 12 14:30:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sofian Brabez >Release: FreeBSD 8.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD freebsd.ifr.lan 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 26 18:56:36 CET 2010 >Description: Here the .shar file as attachment to add setproctitle to the port tree (devel category) A setproctitle implementation for Python. The library allows a process to change its title (as displayed by system tools such as ps(1) and top(1). WWW: http://pypi.python.org/pypi/setproctitle/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py26-setproctitle-1.0.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-setproctitle # py-setproctitle/Makefile # py-setproctitle/pkg-descr # py-setproctitle/distinfo # echo c - py-setproctitle mkdir -p py-setproctitle > /dev/null 2>&1 echo x - py-setproctitle/Makefile sed 's/^X//' >py-setproctitle/Makefile << '6edb093458c006303832cec110a2c44d' X# New ports collection makefile for: py-setproctitle X# Date created: 2010-03-12 X# Whom: Sofian Brabez X# X# $FreeBSD$ X# X XPORTNAME= setproctitle XPORTVERSION= 1.0 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= sbrabez@gmail.com XCOMMENT= Allow customization of the process title X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so X XPORTDOCS= COPYRIGHT HISTORY README X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include 6edb093458c006303832cec110a2c44d echo x - py-setproctitle/pkg-descr sed 's/^X//' >py-setproctitle/pkg-descr << '7a1a6e7400fc0cdd86e230c8cca17b13' XA setproctitle implementation for Python. X XThe library allows a process to change its title (as displayed by system tools Xsuch as ps(1) and top(1). X XWWW: http://pypi.python.org/pypi/setproctitle/ 7a1a6e7400fc0cdd86e230c8cca17b13 echo x - py-setproctitle/distinfo sed 's/^X//' >py-setproctitle/distinfo << '23577f3719c0248bf158c21044811cdf' XMD5 (setproctitle-1.0.tar.gz) = 27504766d1a0ea30a88d8eaf1e311fa3 XSHA256 (setproctitle-1.0.tar.gz) = a8b08c7a589aa6b76729bdee25d5a5e6b4c85415e30f356e308366711b98db48 XSIZE (setproctitle-1.0.tar.gz) = 12003 23577f3719c0248bf158c21044811cdf exit --- py26-setproctitle-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: