[147814] trunk/dports/sysutils/sunwait/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sat Apr 16 08:27:34 PDT 2016
Revision: 147814
https://trac.macports.org/changeset/147814
Author: khindenburg at macports.org
Date: 2016-04-16 08:27:34 -0700 (Sat, 16 Apr 2016)
Log Message:
-----------
sunwait: add modeline + whitespace only
Modified Paths:
--------------
trunk/dports/sysutils/sunwait/Portfile
Modified: trunk/dports/sysutils/sunwait/Portfile
===================================================================
--- trunk/dports/sysutils/sunwait/Portfile 2016-04-16 15:22:21 UTC (rev 147813)
+++ trunk/dports/sysutils/sunwait/Portfile 2016-04-16 15:27:34 UTC (rev 147814)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -2,31 +3,33 @@
-name sunwait
-version 20041208
-revision 1
-categories sysutils
-license GPL-2
-platforms darwin
-maintainers nomaintainer
-description calculates sunrise, sunset, twilight
-long_description Sunwait is a small program for calculating sunrise, \
- sunset, civil twilight, nautical twilight, and astronomical \
- twilight. It has options to wait until some time-offset from \
- one of these events, making it useful for home automation \
- tasks that should happen relative to the sun's position.
+name sunwait
+version 20041208
+revision 1
+categories sysutils
+license GPL-2
+platforms darwin
+maintainers nomaintainer
-homepage http://www.risacher.org/sunwait/
-master_sites ${homepage}
-checksums md5 957dbcb6d16cb8f3b1ead0687397b495
+description calculates sunrise, sunset, twilight
+long_description \
+ Sunwait is a small program for calculating sunrise, \
+ sunset, civil twilight, nautical twilight, and astronomical \
+ twilight. It has options to wait until some time-offset from \
+ one of these events, making it useful for home automation \
+ tasks that should happen relative to the sun's position.
-patchfiles patch-main.c.diff
+homepage http://www.risacher.org/sunwait/
+master_sites ${homepage}
+checksums md5 957dbcb6d16cb8f3b1ead0687397b495
-use_configure no
+patchfiles patch-main.c.diff
-build.target sunwait
+use_configure no
-destroot {
- xinstall -m 755 ${worksrcpath}/sunwait ${destroot}${prefix}/bin
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 ${worksrcpath}/COPYING \
- ${destroot}${prefix}/share/doc/${name}
+build.target sunwait
+
+destroot {
+ xinstall -m 755 ${worksrcpath}/sunwait ${destroot}${prefix}/bin
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/COPYING \
+ ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160416/5c324b6d/attachment.html>
More information about the macports-changes
mailing list