From jonny@jonny.eng.br  Thu Sep 14 19:49:23 2000
Return-Path: <jonny@jonny.eng.br>
Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65])
	by hub.freebsd.org (Postfix) with ESMTP id 8308037B423
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Sep 2000 19:49:20 -0700 (PDT)
Received: (from root@localhost)
	by roma.coe.ufrj.br (8.9.3/8.9.3) id XAA32692;
	Thu, 14 Sep 2000 23:49:16 -0300 (EST)
	(envelope-from jonny)
Message-Id: <200009150249.XAA32692@roma.coe.ufrj.br>
Date: Thu, 14 Sep 2000 23:49:16 -0300 (EST)
From: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Reply-To: jonny@jonny.eng.br
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port update: skill
X-Send-Pr-Version: 3.2

>Number:         21284
>Category:       ports
>Synopsis:       New version available, old version unavailable
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 14 19:50:00 PDT 2000
>Closed-Date:    Sun Sep 17 11:53:53 PDT 2000
>Last-Modified:  Sun Sep 17 11:54:32 PDT 2000
>Originator:     Joao Carlos Mendes Luis
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Embratel
>Environment:

>Description:

>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:
#
#	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-4.0.tgz) = a9eee619d27df38fe2152df0378339b4
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 29 23:03:08 2000
X+++ Makefile	Thu Sep 14 23:35:11 2000
X@@ -54,28 +54,28 @@
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 
X # CONFIGURE(Config): Add any special libraries your system needs.
X-LIBS=	
X+LIBS=	-lkvm
X 
X SRCS=	main.c argparse.c getproc.c
X OBJS=	main.o argparse.o getproc.o
X HDRS=	conf.h
X 
X-CFLAGS=	-O ${COPTS}
X+#CFLAGS=	-O ${COPTS}
X 
X all:	skill
X 
X@@ -102,7 +102,7 @@
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+	@# ln ${DESTDIR}/${MANDIR}/skill.${MANSFX}\
X 		${DESTDIR}/${MANDIR}/snice.${MANSFX}
X 
X config Config: FRC
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# Date created:         20 Oct 1998
X# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
X#
X# $FreeBSD: ports/sysutils/skill/Makefile,v 1.10 2000/04/22 10:13:14 mharo Exp $
X#
X
XPORTNAME=	skill
XPORTVERSION=	4.0
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://fast.cs.utah.edu/pub/skill/
XEXTRACT_SUFX=	.tgz
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 <bsd.port.mk>
END-of-skill/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Sun Sep 17 11:53:53 PDT 2000 
State-Changed-Why:  
Update committed, thanks! 
In future, please submit your port updates as unified diffs against 
the existing port in the tree, rather than as a complete new sharball. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21284 
>Unformatted:
