[126336] trunk/dports/sysutils/fcron/Portfile
khindenburg at macports.org
khindenburg at macports.org
Tue Oct 7 19:46:22 PDT 2014
Revision: 126336
https://trac.macports.org/changeset/126336
Author: khindenburg at macports.org
Date: 2014-10-07 19:46:22 -0700 (Tue, 07 Oct 2014)
Log Message:
-----------
fcron: add modeline + whitespace
Modified Paths:
--------------
trunk/dports/sysutils/fcron/Portfile
Modified: trunk/dports/sysutils/fcron/Portfile
===================================================================
--- trunk/dports/sysutils/fcron/Portfile 2014-10-08 02:40:07 UTC (rev 126335)
+++ trunk/dports/sysutils/fcron/Portfile 2014-10-08 02:46:22 UTC (rev 126336)
@@ -1,49 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name fcron
-version 3.0.6
-categories sysutils
-platforms darwin
-maintainers yahoo.com:compconsultant
-description fcron is an alternative scheduler aka cron daemon
-long_description fcron is a scheduler. It aims at replacing Vixie Cron, so \
- it implements most of its functionalities. But contrary to \
- Vixie Cron, fcron does not need your system to be up 7 \
- days a week, 24 hours a day : it also works well with \
- systems which are not running neither all the time nor \
- regularly (contrary to anacrontab).
+name fcron
+version 3.0.6
+categories sysutils
+platforms darwin
+maintainers yahoo.com:compconsultant
+description fcron is an alternative scheduler aka cron daemon
+long_description fcron is a scheduler. It aims at replacing Vixie Cron, so \
+ it implements most of its functionalities. But contrary to \
+ Vixie Cron, fcron does not need your system to be up 7 \
+ days a week, 24 hours a day : it also works well with \
+ systems which are not running neither all the time nor \
+ regularly (contrary to anacrontab).
-homepage http://fcron.free.fr
-master_sites ${homepage}/archives
-extract.suffix .src.tar.gz
-checksums md5 69ebcb41921e2a282f41ebecb3a27053 \
- sha1 6b0a886931d9a89c65df33228384b07d672238bf \
- rmd160 fadcb39ce106dcd61f31e1d4d6ab7c2d1149b36b
+homepage http://fcron.free.fr
+master_sites ${homepage}/archives
+extract.suffix .src.tar.gz
+checksums md5 69ebcb41921e2a282f41ebecb3a27053 \
+ sha1 6b0a886931d9a89c65df33228384b07d672238bf \
+ rmd160 fadcb39ce106dcd61f31e1d4d6ab7c2d1149b36b
-configure.args --with-boot-install=no \
- --with-pam=no \
- --with-selinux=no
+configure.args --with-boot-install=no \
+ --with-pam=no \
+ --with-selinux=no
-startupitem.create yes
-startupitem.name fcron
-startupitem.start "\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b"
-startupitem.stop "\[ -r ${prefix}/var/run/fcron.pid \] \\" \
- "&& kill -KILL `cat ${prefix}/var/run/fcron.pid`"
+startupitem.create yes
+startupitem.name fcron
+startupitem.start "\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b"
+startupitem.stop "\[ -r ${prefix}/var/run/fcron.pid \] \\" \
+ "&& kill -KILL `cat ${prefix}/var/run/fcron.pid`"
-destroot.keepdirs ${destroot}${prefix}/var/spool/fcron
+destroot.keepdirs ${destroot}${prefix}/var/spool/fcron
-pre-destroot {
- addgroup fcron
- set gid [existsgroup fcron]
- adduser fcron shell=/bin/bash gid=${gid} \
- realname=fcronServer
+pre-destroot {
+ addgroup fcron
+ set gid [existsgroup fcron]
+ adduser fcron shell=/bin/bash gid=${gid} \
+ realname=fcronServer
}
post-destroot {
- foreach file [glob ${destroot}${prefix}/etc/fcron*] {
- file rename ${file} ${file}.sample
- }
+ foreach file [glob ${destroot}${prefix}/etc/fcron*] {
+ file rename ${file} ${file}.sample
+ }
}
notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141007/a2643fa3/attachment-0001.html>
More information about the macports-changes
mailing list