Date: Sun, 14 Mar 2021 13:50:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568388 - in head/sysutils: . mxkill mxkill/files Message-ID: <202103141350.12EDoJYK010599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Mar 14 13:50:18 2021 New Revision: 568388 URL: https://svnweb.freebsd.org/changeset/ports/568388 Log: Add sysutils/mxkill: An X11/Motif ps display with kill Add sysutils/mxkill to ports. mxkill is a simple psaux utility that provides the ablilty to kill selected processes. Playing with it one evening it discovered for me a number of errant oclock processes running in my CDE dispaly. Added: head/sysutils/mxkill/ head/sysutils/mxkill/Makefile (contents, props changed) head/sysutils/mxkill/distinfo (contents, props changed) head/sysutils/mxkill/files/ head/sysutils/mxkill/files/patch-Mxkill.tmpl (contents, props changed) head/sysutils/mxkill/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Mar 14 12:53:40 2021 (r568387) +++ head/sysutils/Makefile Sun Mar 14 13:50:18 2021 (r568388) @@ -744,6 +744,7 @@ SUBDIR += munin-master SUBDIR += munin-node SUBDIR += muse + SUBDIR += mxkill SUBDIR += mybashburn SUBDIR += myrescue SUBDIR += n98-magerun Added: head/sysutils/mxkill/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mxkill/Makefile Sun Mar 14 13:50:18 2021 (r568388) @@ -0,0 +1,17 @@ +# Created by: Cy Schubert <cy@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mxkill +PORTVERSION= 1.2 +CATEGORIES+= sysutils +MASTER_SITES= https://www.muquit.com/muquit/software/mxkill/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= cy@FreeBSD.org +COMMENT= X/Motif interface to ps with kill capability + +USES= imake:noman motif + +PLIST_FILES= bin/mxkill + +.include <bsd.port.mk> Added: head/sysutils/mxkill/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mxkill/distinfo Sun Mar 14 13:50:18 2021 (r568388) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615654000 +SHA256 (mxkill1.2.tar.gz) = 13515b1bfa154d16e5b644abcdb76660c883178776960f042ec7fe39089fc56d +SIZE (mxkill1.2.tar.gz) = 72713 Added: head/sysutils/mxkill/files/patch-Mxkill.tmpl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mxkill/files/patch-Mxkill.tmpl Sun Mar 14 13:50:18 2021 (r568388) @@ -0,0 +1,15 @@ +--- Mxkill.tmpl.orig 1997-08-30 09:03:15.000000000 -0700 ++++ Mxkill.tmpl 2021-03-13 19:26:13.659667000 -0800 +@@ -54,10 +54,10 @@ + XCOMM these: + XCOMM LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB) + XCOMM or +-XCOMM LOCAL_LIBRARIES= -lXm -lXt -lX11 ++LOCAL_LIBRARIES= -lXm -lXt -lX11 + XCOMM + +-LOCAL_LIBRARIES= XmClientLibs ++XCOMM LOCAL_LIBRARIES= XmClientLibs + + #ifdef HPArchitecture + CCOPTIONS= -Aa -D_HPUX_SOURCE -Dhpux Added: head/sysutils/mxkill/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mxkill/pkg-descr Sun Mar 14 13:50:18 2021 (r568388) @@ -0,0 +1,9 @@ +mxkill is a X/Motif interface to ps. Inspired by xzap by +gerry.tomlinson@ncl.ac.uk. xzap is an X Athena widget version +of the zap command described in Kernighan &l Pike's "The Unix +Programming Environment". I am not a big fan of Athena widget +set, so I had to write it in Motif. + +This port requires Motif or equivalent to build. + +WWW: https://www.muquit.com/muquit/software/mxkill/mxkill.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103141350.12EDoJYK010599>