aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-07 14:35:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-07 14:35:16 +0000
commitc1a8186a0c4bd1db566f6c606c74d4d44cb0b323 (patch)
treefb595411ddd612dc9d3779144554f4f67b337d27 /sysutils
parent3e768f27ca881ba9e47f53b10453d5ec67830845 (diff)
downloadports-c1a8186a0c4bd1db566f6c606c74d4d44cb0b323.tar.gz
ports-c1a8186a0c4bd1db566f6c606c74d4d44cb0b323.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pkill/Makefile32
-rw-r--r--sysutils/pkill/distinfo6
-rw-r--r--sysutils/pkill/pkg-descr12
-rw-r--r--sysutils/pkill/pkg-plist2
5 files changed, 0 insertions, 53 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 91c6febb9142..282dd39dd90c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -565,7 +565,6 @@
SUBDIR += phplogcon
SUBDIR += pidof
SUBDIR += pipemeter
- SUBDIR += pkill
SUBDIR += plconfig
SUBDIR += plod
SUBDIR += pmap
diff --git a/sysutils/pkill/Makefile b/sysutils/pkill/Makefile
deleted file mode 100644
index 3b38be191902..000000000000
--- a/sysutils/pkill/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: NetBSD's pgrep/pkill
-# Date created: Tue Nov 5 14:01:47 UTC 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pkill
-PORTVERSION= 0.2
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= lioux
-DISTNAME= ${PORTNAME}-current-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= NetBSD's pgrep and pkill: find or signal processes matching criteria
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-current
-
-MAKE_ENV= BINDIR=${PREFIX}/bin \
- MANDIR=${PREFIX}/man/man
-
-MANCOMPRESSED= yes
-MAN1= pgrep.1 pkill.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502110
-IGNORE= "is included in the base system"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/pkill/distinfo b/sysutils/pkill/distinfo
deleted file mode 100644
index 340f860db10a..000000000000
--- a/sysutils/pkill/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (pkill-current-0.2.tar.gz) = 3afb97226d5d3db791ccaaec80f22dce
-SHA256 (pkill-current-0.2.tar.gz) = b2e662905e00cce2392d08f4ee8841e6782c2c02f4971ae3cc875d997cd8c599
-SIZE (pkill-current-0.2.tar.gz) = 6287
-MD5 (pkill-stable-0.2.tar.gz) = 1c96a2d5d2b75d8c24989f964f8e9d6d
-SHA256 (pkill-stable-0.2.tar.gz) = 7d67a67c17e43a1d763e71fc1fcdf51d5d1955321a0ff92e742dc10bb071000a
-SIZE (pkill-stable-0.2.tar.gz) = 6391
diff --git a/sysutils/pkill/pkg-descr b/sysutils/pkill/pkg-descr
deleted file mode 100644
index febb88eee91b..000000000000
--- a/sysutils/pkill/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-[ excerpt from commands' man page ]
-
-Port of NetBSD's pgrep(1) and pkill(1) commands which either find
-or signal processes matching criteria.
-
-The pgrep command searches the process table on the running system
-and prints the process IDs of all processes that match the criteria
-given on the command line.
-
-The pkill command searches the process table on the running system
-and signals all processes that match the criteria given on the
-command line.
diff --git a/sysutils/pkill/pkg-plist b/sysutils/pkill/pkg-plist
deleted file mode 100644
index cd9ad9db8d7b..000000000000
--- a/sysutils/pkill/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/pgrep
-bin/pkill