diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-09 21:45:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-09 21:45:49 +0800 |
commit | b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7 (patch) | |
tree | 817af5f091604142bf30d0d20ddf547fd0d14a9e /sysutils | |
parent | 9d3f23df9c8ad8e0e8fe87f0d590329ab0199698 (diff) | |
download | freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.tar.gz freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.tar.zst freebsd-ports-gnome-b54c1461d4ca874789ce68f94a2d5ec7ccba2fb7.zip |
add sloth 1.1.0
Slow down a process
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sloth/Makefile | 24 | ||||
-rw-r--r-- | sysutils/sloth/distinfo | 1 | ||||
-rw-r--r-- | sysutils/sloth/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/sloth/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/sloth/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9a7264dd9689..df0a06436012 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -165,6 +165,7 @@ SUBDIR += skill SUBDIR += slay SUBDIR += slmon + SUBDIR += sloth SUBDIR += socket SUBDIR += ssync SUBDIR += star diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile new file mode 100644 index 000000000000..b2c79385ac44 --- /dev/null +++ b/sysutils/sloth/Makefile @@ -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> diff --git a/sysutils/sloth/distinfo b/sysutils/sloth/distinfo new file mode 100644 index 000000000000..b8da032b9298 --- /dev/null +++ b/sysutils/sloth/distinfo @@ -0,0 +1 @@ +MD5 (sloth-1.1.0.tar.gz) = 15a4e3a6dc2796c2ba09d7c5722d7f35 diff --git a/sysutils/sloth/pkg-comment b/sysutils/sloth/pkg-comment new file mode 100644 index 000000000000..379184691d54 --- /dev/null +++ b/sysutils/sloth/pkg-comment @@ -0,0 +1 @@ +Slow down a process diff --git a/sysutils/sloth/pkg-descr b/sysutils/sloth/pkg-descr new file mode 100644 index 000000000000..5f60f2231eca --- /dev/null +++ b/sysutils/sloth/pkg-descr @@ -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/ diff --git a/sysutils/sloth/pkg-plist b/sysutils/sloth/pkg-plist new file mode 100644 index 000000000000..a0471ce9a78a --- /dev/null +++ b/sysutils/sloth/pkg-plist @@ -0,0 +1 @@ +bin/sloth |