From owner-freebsd-ports Sun Feb 20 5:50:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A977137BE62 for ; Sun, 20 Feb 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA51006; Sun, 20 Feb 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 94B6737BD89 for ; Sun, 20 Feb 2000 05:45:32 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.9.3/8.9.3) id KAA14471; Sun, 20 Feb 2000 10:45:27 -0300 (EST) (envelope-from jonny) Message-Id: <200002201345.KAA14471@roma.coe.ufrj.br> Date: Sun, 20 Feb 2000 10:45:27 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16835: port update: skill Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16835 >Category: ports >Synopsis: New version: skill >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 20 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 3.4-RC i386 >Organization: COPPE/UFRJ >Environment: >Description: New version released: 3.7.9 >How-To-Repeat: >Fix: Follows the shar archive for the new port. # 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: # # skill # skill/files # skill/files/md5 # skill/patches # skill/patches/patch-aa # skill/pkg # skill/pkg/COMMENT # skill/pkg/DESCR # skill/pkg/PLIST # skill/Makefile # echo c - skill mkdir -p skill > /dev/null 2>&1 echo c - skill/files mkdir -p skill/files > /dev/null 2>&1 echo x - skill/files/md5 sed 's/^X//' >skill/files/md5 << 'END-of-skill/files/md5' XMD5 (skill-3.7@P8_tar.Z) = 164c381fcfdb8abdc5fb6d4593815f87 END-of-skill/files/md5 echo c - skill/patches mkdir -p skill/patches > /dev/null 2>&1 echo x - skill/patches/patch-aa sed 's/^X//' >skill/patches/patch-aa << 'END-of-skill/patches/patch-aa' X--- Makefile.orig Mon May 5 10:29:16 1997 X+++ Makefile Thu Jun 5 09:52:07 1997 X@@ -49,16 +49,16 @@ X SHELL= /bin/sh X X # CONFIGURE: Set location of executable, it's group and mode. X-BINDIR= /usr/local/bin X+BINDIR= ${PREFIX}/bin X BINGRP= kmem X BINMOD= 2755 X X # CONFIGURE: Set location of man directory and man page suffix. X-MANDIR= /usr/man/manl X-MANSFX= l X+MANDIR= ${PREFIX}/man/man1 X+MANSFX= 1 X X # CONFIGURE(Config): Select an OSTYPE for your machine from the list above. X-OSTYPE= sys-5r4 X+OSTYPE= bsd-44 X X # CONFIGURE(Config): Add any OS-specific options here. X COPTS= X@@ -97,8 +97,8 @@ X # install -c -m 644 skill.1 ${DESTDIR}/${MANDIR}/skill.${MANSFX} X cp skill.1 ${DESTDIR}/${MANDIR}/skill.${MANSFX} X chmod 644 ${DESTDIR}/${MANDIR}/skill.${MANSFX} X- ln ${DESTDIR}/${MANDIR}/skill.${MANSFX}\ X- ${DESTDIR}/${MANDIR}/snice.${MANSFX} X+ @# ln ${DESTDIR}/${MANDIR}/skill.${MANSFX}\ X+ ${DESTDIR}/${MANDIR}/snice.${MANSFX} X X config Config: FRC X ./Config END-of-skill/patches/patch-aa echo c - skill/pkg mkdir -p skill/pkg > /dev/null 2>&1 echo x - skill/pkg/COMMENT sed 's/^X//' >skill/pkg/COMMENT << 'END-of-skill/pkg/COMMENT' XSuperKILL, kill or renice processes by pid, name, tty or uid END-of-skill/pkg/COMMENT echo x - skill/pkg/DESCR sed 's/^X//' >skill/pkg/DESCR << 'END-of-skill/pkg/DESCR' X `skill' is a program which sends signals to processes given Xany combination of user names, ttys, commands, and pids. `snice' is Xa program which changes the priority of processes (given the same). XIt's actually one program which examines argv to determine what action Xis to be taken on matching processes. It is similar to kill(1) and Xrenice(8), however the command line is completely order independent. XThere are also verbose, search, and interactive modes of operation. X XThe name `skill' stems from `SuperKILL', but if you use it under `csh', Xyou may discover another reason for calling it `skill' (hint "s!!"). END-of-skill/pkg/DESCR echo x - skill/pkg/PLIST sed 's/^X//' >skill/pkg/PLIST << 'END-of-skill/pkg/PLIST' Xbin/skill Xbin/snice END-of-skill/pkg/PLIST echo x - skill/Makefile sed 's/^X//' >skill/Makefile << 'END-of-skill/Makefile' X# New ports collection makefile for: skill X# Version required: 3.7.9 X# Date created: 20 Oct 1998 X# Whom: Joao Carlos Mendes Luis X# X# $FreeBSD: ports/sysutils/skill/Makefile,v 1.7 1999/08/31 02:00:04 peter Exp $ X# X XDISTNAME= skill-3.7@P8 XPKGNAME= skill-3.7.9 XCATEGORIES= sysutils XMASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/ XEXTRACT_SUFX= _tar.Z X XMAINTAINER= jonny@jonny.eng.br X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT= Config XWRKSRC= ${WRKDIR}/${PKGNAME} X XMAN1= skill.1 XMLINKS= skill.1 snice.1 X Xpre-configure: X @${CHMOD} a+x ${WRKSRC}/Config X X.include END-of-skill/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message