ports/51349: New port: sysutils/xps

Kirill Ponomarew ponomarew at oberon.net
Thu Apr 24 11:40:18 UTC 2003


>Number:         51349
>Category:       ports
>Synopsis:       New port: sysutils/xps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 04:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
New port: sysutils/xps

- xps is sort of an X-windows front end to ps(1), kill(1), 
  and nice(1) 
- The main part of the display show processes as a tree or forest 
- Once can select viewing all processes, or processes owned by specific 
  users, and possibly kernel processes as well.
- Process status (running, sleeping, stopped, etc.) of shown 
  processes is indicated by a color.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sysutils/xps/Makefile
#	sysutils/xps/distinfo
#	sysutils/xps/files
#	sysutils/xps/pkg-descr
#	sysutils/xps/pkg-plist
#	sysutils/xps/files/patch-src::Makefile.in
#
echo x - sysutils/xps/Makefile
sed 's/^X//' >sysutils/xps/Makefile << 'END-of-sysutils/xps/Makefile'
X# New ports collection makefile for: 	xps
X# Date created:        Thu Apr 24 11:51:16 CEST 2003
X# Whom:                Kirill Ponomarew <ponomarew at oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xps
XPORTVERSION=	4.2
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	motif-pstree
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	ponomarew at oberon.net
XCOMMENT=	Xps displays in an X Window the Unix processes
X
XMAN1=		xps.1
X
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XUSE_MOTIF=	yes
X
X.include <bsd.port.mk>
END-of-sysutils/xps/Makefile
echo x - sysutils/xps/distinfo
sed 's/^X//' >sysutils/xps/distinfo << 'END-of-sysutils/xps/distinfo'
XMD5 (xps-4.2.tar.gz) = 5566c5c5dd09cac879c84deceb27c8a1
END-of-sysutils/xps/distinfo
echo c - sysutils/xps/files
mkdir -p sysutils/xps/files > /dev/null 2>&1
echo x - sysutils/xps/pkg-descr
sed 's/^X//' >sysutils/xps/pkg-descr << 'END-of-sysutils/xps/pkg-descr'
Xxps dynamically displays in an X Window the Unix processes as a tree or forest,
Xthe roots on the left and the leaf processes on the right. The status of each
Xprocess (running, sleeping, stopped, etc.) can be indicated by a color.
XDifferent users appear as different colors.  Process selection can be made per
Xuser, all users or through a regular expression pattern. A process can be
Xselected to show ps information or to send the process a signal.
X
XWWW: http://motif-pstree.sourceforge.net
END-of-sysutils/xps/pkg-descr
echo x - sysutils/xps/pkg-plist
sed 's/^X//' >sysutils/xps/pkg-plist << 'END-of-sysutils/xps/pkg-plist'
Xbin/xps
Xlib/X11/app-defaults/Xps
END-of-sysutils/xps/pkg-plist
echo x - sysutils/xps/files/patch-src::Makefile.in
sed 's/^X//' >sysutils/xps/files/patch-src::Makefile.in << 'END-of-sysutils/xps/files/patch-src::Makefile.in'
X--- src/Makefile.in.orig	Thu Apr 24 13:14:20 2003
X+++ src/Makefile.in	Thu Apr 24 13:16:22 2003
X@@ -62,7 +62,7 @@
X 
X am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
X INSTALL = @INSTALL@
X-INSTALL_PROGRAM = @INSTALL_PROGRAM@
X+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -g kmem -m 02555
X INSTALL_DATA = @INSTALL_DATA@
X install_sh_DATA = $(install_sh) -c -m 644
X install_sh_PROGRAM = $(install_sh) -c
END-of-sysutils/xps/files/patch-src::Makefile.in
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list