mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
277ea2d83a
Changes: * 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. PR: ports/178432 Submitted by: Tomasz Walaszek <tmwalaszek@gmail.com> (maintainer)
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# Created by: Tomasz Walaszek <tmwalaszek@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ptools
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://shewolf.com.pl/ptools/
|
|
|
|
MAINTAINER= tmwalaszek@gmail.com
|
|
COMMENT= Toolset based on Solaris ptools functionality
|
|
|
|
LICENSE= BSD
|
|
|
|
LATEST_LINK= ${PORTNAME}2
|
|
|
|
PLIST_FILES= bin/pargs \
|
|
bin/pwdx \
|
|
bin/pldd \
|
|
bin/ptree
|
|
|
|
.include <bsd.port.mk>
|