aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spindown
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-21 21:15:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-21 21:15:49 +0000
commit2fa468ada8c847efdc6a8b69f96f4735d5c04654 (patch)
tree4bf54161e1a31d153935d03819c93defdbd16909 /sysutils/spindown
parent13cce03fb497e6cd94b03ee04c5e2ce0b38a5e41 (diff)
downloadports-2fa468ada8c847efdc6a8b69f96f4735d5c04654.tar.gz
ports-2fa468ada8c847efdc6a8b69f96f4735d5c04654.zip
SCSI / firewire harddrive spindown daemon
This is a small program for handling automated spinning down of SCSI harddrives. With SCSI devices it is not as common to spindown for power management purposes as for ATA however it might be required to spin down a disk contained in a firewire enclosure for instance. WWW: http://www.noresult.net/freebsd/spindown/ PR: ports/128581 Submitted by: Arjan van der Velde <noresult at xs4all.nl>
Notes
Notes: svn path=/head/; revision=223163
Diffstat (limited to 'sysutils/spindown')
-rw-r--r--sysutils/spindown/Makefile24
-rw-r--r--sysutils/spindown/distinfo3
-rw-r--r--sysutils/spindown/pkg-descr8
3 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/spindown/Makefile b/sysutils/spindown/Makefile
new file mode 100644
index 000000000000..250aa44075e1
--- /dev/null
+++ b/sysutils/spindown/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: spindown
+# Date created: 4 november 2008
+# Whom: Arjan van der Velde <noresult@xs4all.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= spindown
+PORTVERSION= 0.2a
+CATEGORIES= sysutils
+MASTER_SITES= http://www.noresult.net/freebsd/spindown/
+
+MAINTAINER= noresult@noresult.net
+COMMENT= SCSI/firewire harddrive spindown daemon
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+PLIST_FILES= sbin/spindown etc/rc.d/spindown
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/spindown ${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/spindown ${PREFIX}/etc/rc.d
+
+.include <bsd.port.mk>
diff --git a/sysutils/spindown/distinfo b/sysutils/spindown/distinfo
new file mode 100644
index 000000000000..09bd56279110
--- /dev/null
+++ b/sysutils/spindown/distinfo
@@ -0,0 +1,3 @@
+MD5 (spindown-0.2a.tar.gz) = 7a26e5f532a4afa9e599e7973c5f80eb
+SHA256 (spindown-0.2a.tar.gz) = 8720031437610f10bdf3da4ab7b7d07161639ac0896261881e94be1eeb0ff9d3
+SIZE (spindown-0.2a.tar.gz) = 7584
diff --git a/sysutils/spindown/pkg-descr b/sysutils/spindown/pkg-descr
new file mode 100644
index 000000000000..112dce33c5bd
--- /dev/null
+++ b/sysutils/spindown/pkg-descr
@@ -0,0 +1,8 @@
+SCSI / firewire harddrive spindown daemon
+
+This is a small program for handling automated spinning down of
+SCSI harddrives. With SCSI devices it is not as common to spindown
+for power management purposes as for ATA however it might be required
+to spin down a disk contained in a firewire enclosure for instance.
+
+WWW: http://www.noresult.net/freebsd/spindown/