forked from Lainports/freebsd-ports
Sched-utils are a collection of tools related to realtime scheduling,
working much like 'nice' and 'renice', except they change the priority and scheduler. This enables a process to run insoft realtime, as specified by POSIX.1b. WWW: http://sourceforge.net/projects/schedutils/ Feature safe: yes
This commit is contained in:
parent
d5b7f742bc
commit
4fa39a45c8
5 changed files with 40 additions and 0 deletions
|
|
@ -799,6 +799,7 @@
|
|||
SUBDIR += scalpel
|
||||
SUBDIR += scan_ffs
|
||||
SUBDIR += scanbuttond
|
||||
SUBDIR += schedutils
|
||||
SUBDIR += scprotect
|
||||
SUBDIR += screen
|
||||
SUBDIR += screenie
|
||||
|
|
|
|||
27
sysutils/schedutils/Makefile
Normal file
27
sysutils/schedutils/Makefile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: schedutils
|
||||
# Date created: 2012-03-12
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= schedutils
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Collection of realtime scheduling tools
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MANCOMPRESSED= no
|
||||
|
||||
MAN8= sched.8
|
||||
MLINKS= sched.8 resched.8
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/ctype.h/d' ${WRKSRC}/isnumber.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
sysutils/schedutils/distinfo
Normal file
2
sysutils/schedutils/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (schedutils-0.7.2.tar.gz) = e0f19f428b294a90e374bf68f51a5704d5573aa5b146f513eaedade9e4e130e2
|
||||
SIZE (schedutils-0.7.2.tar.gz) = 21535
|
||||
6
sysutils/schedutils/pkg-descr
Normal file
6
sysutils/schedutils/pkg-descr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Sched-utils are a collection of tools related to realtime scheduling,
|
||||
working much like 'nice' and 'renice', except they change the priority
|
||||
and scheduler. This enables a process to run insoft realtime, as
|
||||
specified by POSIX.1b.
|
||||
|
||||
WWW: http://sourceforge.net/projects/schedutils/
|
||||
4
sysutils/schedutils/pkg-plist
Normal file
4
sysutils/schedutils/pkg-plist
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
bin/getsched
|
||||
sbin/resched
|
||||
sbin/sched
|
||||
Loading…
Add table
Reference in a new issue