diff options
author | cs <cs@FreeBSD.org> | 2014-05-19 03:19:26 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-05-19 03:19:26 +0800 |
commit | 31bdeb0e0b1890485b50c507028f1c60b8bc0b3a (patch) | |
tree | cbc8a48dcf116499183321789fa82028472a317a /sysutils | |
parent | b6553df2883b84f70653784c8056c2bf10b71556 (diff) | |
download | freebsd-ports-gnome-31bdeb0e0b1890485b50c507028f1c60b8bc0b3a.tar.gz freebsd-ports-gnome-31bdeb0e0b1890485b50c507028f1c60b8bc0b3a.tar.zst freebsd-ports-gnome-31bdeb0e0b1890485b50c507028f1c60b8bc0b3a.zip |
p
Redports:ignore
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ptools/Makefile | 27 | ||||
-rw-r--r-- | sysutils/ptools/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ptools/pkg-descr | 9 |
3 files changed, 0 insertions, 38 deletions
diff --git a/sysutils/ptools/Makefile b/sysutils/ptools/Makefile deleted file mode 100644 index 8494a69cecd2..000000000000 --- a/sysutils/ptools/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Tomasz Walaszek <tmwalaszek@gmail.com> -# $FreeBSD$ - -PORTNAME= ptools -PORTVERSION= 0.5 -CATEGORIES= sysutils -MASTER_SITES= http://shewolf.com.pl/ptools/ -PKGNAMESUFFIX= 2 - -MAINTAINER= tmwalaszek@gmail.com -COMMENT= Toolset based on Solaris ptools functionality - -LICENSE= BSD4CLAUSE - -PLIST_FILES= bin/pargs \ - bin/pwdx \ - bin/pldd \ - bin/ptree - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/bin|${STAGEDIR}${PREFIX}/bin|g ; \ - s|gcc|$${CC}|g ; \ - s|555|755|g ; \ - s|-o root -g wheel|${STRIP}|g' \ - ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/sysutils/ptools/distinfo b/sysutils/ptools/distinfo deleted file mode 100644 index c4c45c950148..000000000000 --- a/sysutils/ptools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ptools-0.5.tar.gz) = 3b35e59be64f97a4e78e1ae43bc3a3a0c3d8ed334a26de244de1476fc737a7d7 -SIZE (ptools-0.5.tar.gz) = 3923 diff --git a/sysutils/ptools/pkg-descr b/sysutils/ptools/pkg-descr deleted file mode 100644 index 1f9b0993cc27..000000000000 --- a/sysutils/ptools/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ |