aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/skill
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.1.3miwi2007-01-112-4/+4
| | | | | | PR: ports/107755 Submitted by: miwi Approved by: maintainer
* Update to 4.1.2erwin2006-06-052-4/+4
| | | | | | PR: 98451 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* - Update to version 4.1.1krion2004-03-122-3/+5
| | | | | PR: ports/64133 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 4.1pat2002-04-203-34/+27
| | | | | PR: 37115 Submitted by: maintainer
* Forgot to bump PORTREVISION with previous commit.steve2001-02-261-0/+1
| | | | Reminded by: kris
* Don't use the Config script since the correct values are already patchedsteve2001-02-261-6/+0
| | | | | | | | into the Makefile. PR: 21558 Submitted by: Barry Irwin <bvi@rucus.ru.ac.za> Reviewed by: maintainer
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-1/+0
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update to version 4.0ade2000-09-183-11/+22
| | | | | PR: 21284 Submitted by: maintainer
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-3/+3
|
* Update port to 3.7.9jedgar2000-02-232-4/+4
| | | | | PR: 16835 Submitted by: Maintainer
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Update to version 3.7.7.steve1999-01-182-5/+5
| | | | | PR: 9462 Submitted by: maintainer
* Update to version 3.7.6.steve1998-10-292-12/+9
| | | | | PR: 8478 Submitted by: maintainer
* Move manpages from pkg/PLIST to Makefile.steve1998-10-212-5/+2
|
* These manpages removed by Tim Vanderhoek.hoek1998-08-201-1/+0
|
* Update of sysutils/skill.jseger1997-10-304-8/+8
| | | | | PR: ports/4887 Submitted by: jonny@coppe.ufrj.br
* `skill' is a program which sends signals to processes givenobrien1997-06-066-0/+82
any combination of user names, ttys, commands, and pids. `snice' is a program which changes the priority of processes (given the same). PR: ports/3783 Submitted by: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br> (w/minor hacks by me)