1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

add sloth 1.1.0

Slow down a process
This commit is contained in:
Ying-Chieh Liao 2002-05-09 13:45:49 +00:00
parent 566683dcf5
commit 1b6970f8ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58805
6 changed files with 34 additions and 0 deletions

View File

@ -165,6 +165,7 @@
SUBDIR += skill
SUBDIR += slay
SUBDIR += slmon
SUBDIR += sloth
SUBDIR += socket
SUBDIR += ssync
SUBDIR += star

24
sysutils/sloth/Makefile Normal file
View File

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: sloth
# Date created: May 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sloth
PORTVERSION= 1.1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.namodn.com/pub/projects/ \
http://communityprojects.org/apps/sloth/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= sloth.1
post-patch:
@${PERL} -pi -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
.include <bsd.port.mk>

1
sysutils/sloth/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (sloth-1.1.0.tar.gz) = 15a4e3a6dc2796c2ba09d7c5722d7f35

View File

@ -0,0 +1 @@
Slow down a process

6
sysutils/sloth/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Sloth allows you to slow down a specified application by specifying (in
miliseconds) the delay on the process. It slows down the process by sending
SIGSTOP & SIGCONT signals to the process over a very fast period of time,
giving the appearance of a slower application.
WWW: http://www.communityprojects.org/apps/sloth/

1
sysutils/sloth/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/sloth