aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/ptools/Makefile19
-rw-r--r--sysutils/ptools/distinfo2
-rw-r--r--sysutils/ptools/pkg-descr9
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index de5b1c61928d..aa1214449347 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -715,6 +715,7 @@
SUBDIR += psmisc
SUBDIR += pstack
SUBDIR += pstree
+ SUBDIR += ptools
SUBDIR += puppet
SUBDIR += puppet26
SUBDIR += puppet27
diff --git a/sysutils/ptools/Makefile b/sysutils/ptools/Makefile
new file mode 100644
index 000000000000..090d9b9e1c67
--- /dev/null
+++ b/sysutils/ptools/Makefile
@@ -0,0 +1,19 @@
+# Created by: Tomasz Walaszek <tmwalaszek@gmail.com>
+# $FreeBSD$
+
+PORTNAME= ptools
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://shewolf.com.pl/ptools/
+
+MAINTAINER= tmwalaszek@gmail.com
+COMMENT= Toolset based on Solaris ptools functionality
+
+LICENSE= BSD
+
+PLIST_FILES= bin/pargs \
+ bin/pwdx \
+ bin/pldd \
+ bin/ptree
+
+.include <bsd.port.mk>
diff --git a/sysutils/ptools/distinfo b/sysutils/ptools/distinfo
new file mode 100644
index 000000000000..a0e968430a85
--- /dev/null
+++ b/sysutils/ptools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ptools-0.1.tar.gz) = 2a04a7129acca0023231a0cb9aa915aa326e9fa8c580878e83ac4d83cf5701d4
+SIZE (ptools-0.1.tar.gz) = 3178
diff --git a/sysutils/ptools/pkg-descr b/sysutils/ptools/pkg-descr
new file mode 100644
index 000000000000..1f9b0993cc27
--- /dev/null
+++ b/sysutils/ptools/pkg-descr
@@ -0,0 +1,9 @@
+Ptools is a toolset based on Solaris ptools functionality.
+
+At this time, four tools are provided:
+* pargs - Display process arguments
+* pldd - Display dynamic linker dependencies
+* pwdx - Display process working directory
+* ptree - Display process hierarchy as tree (with jail option -j)
+
+WWW: http://shewolf.com.pl/ptools/