summaryrefslogtreecommitdiff
path: root/sysutils/xps
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-02-27 17:00:07 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-02-27 17:00:07 +0000
commit8fee8ec83d31a7ada51b71868fa1835fc1039ee9 (patch)
tree2570c0d2e0edefd9cfd5455e19b7717ee4ba53e5 /sysutils/xps
parent53d3406d50aca14d9f352661fa2f581e714dfc29 (diff)
downloadpkgsrc-8fee8ec83d31a7ada51b71868fa1835fc1039ee9.tar.gz
xps-3.04 (displays the Unix processes as a tree of forest)
Diffstat (limited to 'sysutils/xps')
-rw-r--r--sysutils/xps/Makefile18
-rw-r--r--sysutils/xps/files/md53
-rw-r--r--sysutils/xps/patches/patch-aa13
-rw-r--r--sysutils/xps/pkg/COMMENT1
-rw-r--r--sysutils/xps/pkg/DESCR6
-rw-r--r--sysutils/xps/pkg/PLIST4
6 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile
new file mode 100644
index 00000000000..760f926e509
--- /dev/null
+++ b/sysutils/xps/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/27 17:00:07 sakamoto Exp $
+
+DISTNAME= xps-3.04
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
+
+BUILD_DEPENDS= perl:${PKGSRCDIR}/lang/perl5
+
+USE_GMAKE= yes
+USE_X11BASE= yes
+USE_MOTIF= yes
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xps/files/md5 b/sysutils/xps/files/md5
new file mode 100644
index 00000000000..5e8ddcae6a3
--- /dev/null
+++ b/sysutils/xps/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/02/27 17:00:08 sakamoto Exp $
+
+MD5 (xps-3.04.tar.gz) = 296f7292b5f04b65a6789dfa9eb87d05
diff --git a/sysutils/xps/patches/patch-aa b/sysutils/xps/patches/patch-aa
new file mode 100644
index 00000000000..7fc74c2e410
--- /dev/null
+++ b/sysutils/xps/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/02/27 17:00:08 sakamoto Exp $
+
+--- common.c.orig Sun Feb 21 21:13:50 1999
++++ common.c Sun Feb 28 01:50:06 1999
+@@ -1012,7 +1012,7 @@
+
+ for (b=0; b<=1; b++) {
+ base.info[b].user_name =
+- (char *) malloc(sizeof(char) * strlen(user));
++ (char *) malloc(sizeof(char) * strlen(user) + 1);
+ strcpy(base.info[b].user_name, user);
+ base.info[b].uid_displayed = u;
+ }
diff --git a/sysutils/xps/pkg/COMMENT b/sysutils/xps/pkg/COMMENT
new file mode 100644
index 00000000000..8e45c2d1128
--- /dev/null
+++ b/sysutils/xps/pkg/COMMENT
@@ -0,0 +1 @@
+displays the Unix processes as a tree of forest.
diff --git a/sysutils/xps/pkg/DESCR b/sysutils/xps/pkg/DESCR
new file mode 100644
index 00000000000..da59a81e8c2
--- /dev/null
+++ b/sysutils/xps/pkg/DESCR
@@ -0,0 +1,6 @@
+The xps program displays in an X Window the Unix processes as a tree
+or forest, the roots of the tree are on the left-hand side and the
+leaf processes (with no children) are on the right-hand side. The
+status of each process (running, sleeping, stopped, etc.) can be
+indicated by a color. Different users can appear as different colors
+too.
diff --git a/sysutils/xps/pkg/PLIST b/sysutils/xps/pkg/PLIST
new file mode 100644
index 00000000000..52242ca3dfc
--- /dev/null
+++ b/sysutils/xps/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/02/27 17:00:08 sakamoto Exp $
+bin/xps
+lib/X11/app-defaults/Xps
+man/man1/xps.1