diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-07 16:38:23 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-07 16:38:23 +0000 |
commit | 8b6ef39dc8a1efd981188008b9ef1e71d92e9878 (patch) | |
tree | dade0e4004a90bc52da712437ba9c0571d31bfc7 /sysutils/sloth | |
parent | e71bc6d153703aee82d178f1409f865fe2df1ce2 (diff) | |
download | ports-8b6ef39dc8a1efd981188008b9ef1e71d92e9878.tar.gz ports-8b6ef39dc8a1efd981188008b9ef1e71d92e9878.zip |
Notes
Diffstat (limited to 'sysutils/sloth')
-rw-r--r-- | sysutils/sloth/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sloth/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index 8e34b2dea566..e62e8c68c5a6 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -9,7 +9,8 @@ PORTNAME= sloth PORTVERSION= 1.1.0 CATEGORIES= sysutils -MASTER_SITES= http://communityprojects.org/apps/sloth/ +MASTER_SITES= http://www.sourcefiles.org/Utilities/Miscellaneous/ \ + http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Slow down a process diff --git a/sysutils/sloth/pkg-descr b/sysutils/sloth/pkg-descr index 5f60f2231eca..24188f4b4d53 100644 --- a/sysutils/sloth/pkg-descr +++ b/sysutils/sloth/pkg-descr @@ -2,5 +2,3 @@ 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/ |