[23818] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 04:29:24 PDT 2007


Revision: 23818
          http://trac.macosforge.org/projects/macports/changeset/23818
Author:   ryandesign at macports.org
Date:     2007-04-10 04:29:23 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
New port sleepwatcher 2.0.4

Added Paths:
-----------
    trunk/dports/sysutils/sleepwatcher/
    trunk/dports/sysutils/sleepwatcher/Portfile

Added: trunk/dports/sysutils/sleepwatcher/Portfile
===================================================================
--- trunk/dports/sysutils/sleepwatcher/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/sleepwatcher/Portfile	2007-04-10 11:29:23 UTC (rev 23818)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               xcode 1.0
+
+name                    sleepwatcher
+version                 2.0.4
+categories              sysutils
+maintainers             ryandesign at macports.org
+homepage                http://www.bernhard-baehr.de/
+master_sites            ${homepage}
+distname                ${name}_${version}_src
+extract.suffix          .tgz
+xcode.destroot.path     ${prefix}/bin
+
+description \
+	monitors sleep, wakeup and idleness of a Mac
+
+long_description \
+	SleepWatcher monitors sleep, wakeup and idleness of a Mac. It can be \
+	used to execute a Unix command when the Mac or the display of the Mac \
+	goes to sleep mode or wakes up or after a given time without user \
+	interaction. It also can send the Mac to sleep mode or retrieve the \
+	time since last user activity.
+
+checksums \
+	md5 03756e4f5c61d384ed0c1b05144d0c32 \
+	sha1 ec088be2bb727432109751b828df5d50369bca3e \
+	rmd160 c345ba739caaa94b093da4c27a20445c16b29bfb
+
+post-extract {
+	reinplace "s|/usr/|${prefix}/|" ${worksrcpath}/sleepwatcher.xcodeproj/project.pbxproj
+}
+
+# SleepWatcher always builds universal, so let's advertise that.
+default_variants +universal
+variant universal {}


Property changes on: trunk/dports/sysutils/sleepwatcher/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070410/4c445065/attachment.html


More information about the macports-changes mailing list