summaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-05 20:33:17 +0000
committerheinz <heinz@pkgsrc.org>2008-01-05 20:33:17 +0000
commit66b622cbe9e17b59eb86e532f0ec1b078485b09e (patch)
tree9167d6c8cc6495fc3127a5d880eef87765f548a2 /sysutils/pstree
parent8790f41fbf1c780d90d284e6a4b47f3036269a0b (diff)
downloadpkgsrc-66b622cbe9e17b59eb86e532f0ec1b078485b09e.tar.gz
Updated to version 2.32.
Pkgsrc changes: - Added support for installation to DESTDIR. Changes since version 2.27: =========================== * Revision 2.32 2007-10-26 21:39:50+02 fred * Added option -l provided by Michael E. White <mewhite AT us.ibm.com> * Revision 2.31 2007-06-08 17:45:23+02 fred * Fixed problem with users with long login name (Reported by Oleg A. Mamontov) * Revision 2.30 2007-05-10 23:13:04+02 fred * *** empty log message *** * Revision 2.29 2007-05-10 22:37:13+02 fred * Added fix for Solaris Zone and bug fix from Philippe Torche * Revision 2.28 2007-05-10 22:01:07+02 fred * Added new determination of window width
Diffstat (limited to 'sysutils/pstree')
-rw-r--r--sysutils/pstree/Makefile14
-rw-r--r--sysutils/pstree/distinfo8
2 files changed, 13 insertions, 9 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index f14cf2bbfaf..cefd8cae3db 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/12/02 11:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2008/01/05 20:33:17 heinz Exp $
#
-DISTNAME= pstree-2.27
+DISTNAME= pstree-2.32
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/
# http://fresh.t-systems-sfr.com/unix/src/misc/
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Display processes in a tree
HOMEPAGE= http://www.thp.uni-duisburg.de/pstree/
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
@@ -18,8 +20,10 @@ do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${PREFIX}/bin/proctree
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/proctree
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/proctree
+ ${INSTALL_PROGRAM} ${WRKSRC}/pstree \
+ ${DESTDIR}${PREFIX}/bin/proctree
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proctree
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}${PREFIX}/share/doc/proctree
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo
index ff803709f06..541d94b9069 100644
--- a/sysutils/pstree/distinfo
+++ b/sysutils/pstree/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2006/03/29 21:31:48 ghen Exp $
+$NetBSD: distinfo,v 1.8 2008/01/05 20:33:17 heinz Exp $
-SHA1 (pstree-2.27.tar.gz) = 91e5cfcb33a56079b363600ef70f399e1baa2eaf
-RMD160 (pstree-2.27.tar.gz) = 8f86ae901737aca11d561d3a725fb2ee9c124e79
-Size (pstree-2.27.tar.gz) = 9277 bytes
+SHA1 (pstree-2.32.tar.gz) = 78fd42e10c678290e50f169f0afb73f3a5cabca4
+RMD160 (pstree-2.32.tar.gz) = 77de4c1186599d553d9fb8822d99fa371decdbb2
+Size (pstree-2.32.tar.gz) = 10058 bytes