Date: Wed, 8 May 2013 20:46:34 GMT From: Tomasz Walaszek <tmwalaszek@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178432: [maintainer update] sysutils/ptools update to version 0.2 Message-ID: <201305082046.r48KkY2G098585@oldred.FreeBSD.org> Resent-Message-ID: <201305082050.r48Ko0bN082785@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178432 >Category: ports >Synopsis: [maintainer update] sysutils/ptools update to version 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 08 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tomasz Walaszek >Release: >Organization: >Environment: >Description: Version 0.2 * Code polishing. * Fix bug in ptree. Ptree -j did not show parent process of the orphaned childerns in jail. * Check whether the provided pid or jail number is numerical value. * Added -l switch to ptree. It will show also the processes arguments. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # ptools/ # ptools/Makefile # ptools/distinfo # ptools/pkg-descr # echo c - ptools/ mkdir -p ptools/ > /dev/null 2>&1 echo x - ptools/Makefile sed 's/^X//' >ptools/Makefile << '360601a0d88ce27046792943d111a4ba' X# Created by: Tomasz Walaszek <tmwalaszek@gmail.com> X# $FreeBSD: sysutils/ptools/Makefile 315394 2013-03-27 16:37:30Z jgh $ X XPORTNAME= ptools XPORTVERSION= 0.2 XCATEGORIES= sysutils XMASTER_SITES= http://shewolf.com.pl/ptools/ X XMAINTAINER= tmwalaszek@gmail.com XCOMMENT= Toolset based on Solaris ptools functionality X XLICENSE= BSD X XLATEST_LINK= ${PORTNAME}2 X XPLIST_FILES= bin/pargs \ X bin/pwdx \ X bin/pldd \ X bin/ptree X X.include <bsd.port.mk> 360601a0d88ce27046792943d111a4ba echo x - ptools/distinfo sed 's/^X//' >ptools/distinfo << 'd4ddccc3f0f71a89ed38594199d602ce' XSHA256 (ptools-0.2.tar.gz) = ed408301814dd03018b02d76e917ec9c92bb93907fe3ec272fd7009fd11b5c77 XSIZE (ptools-0.2.tar.gz) = 3613 d4ddccc3f0f71a89ed38594199d602ce echo x - ptools/pkg-descr sed 's/^X//' >ptools/pkg-descr << '257d33eccce44ac441d514c5ff82c901' XPtools is a toolset based on Solaris ptools functionality. X XAt this time, four tools are provided: X* pargs - Display process arguments X* pldd - Display dynamic linker dependencies X* pwdx - Display process working directory X* ptree - Display process hierarchy as tree (with jail option -j) X XWWW: http://shewolf.com.pl/ptools/ 257d33eccce44ac441d514c5ff82c901 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305082046.r48KkY2G098585>