[121320] trunk/dports/sysutils/daemon/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Jun 23 05:38:20 PDT 2014


Revision: 121320
          https://trac.macports.org/changeset/121320
Author:   khindenburg at macports.org
Date:     2014-06-23 05:38:20 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
daemon: whitespace changes only + adding modeline

Modified Paths:
--------------
    trunk/dports/sysutils/daemon/Portfile

Modified: trunk/dports/sysutils/daemon/Portfile
===================================================================
--- trunk/dports/sysutils/daemon/Portfile	2014-06-23 11:57:15 UTC (rev 121319)
+++ trunk/dports/sysutils/daemon/Portfile	2014-06-23 12:38:20 UTC (rev 121320)
@@ -1,33 +1,34 @@
+# -*- 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			daemon
-version			0.6.4
-categories		sysutils
-platforms		darwin
-license         GPL-2+
-maintainers		khindenburg openmaintainer
-description		Daemon turns other process into daemons
-long_description	Daemon turns other process into daemons. There are many \
-					tasks that need to be performed to correctly set up a \
-					daemon process. This can be tedious. Daemon performs these \
-					tasks for other processes. This is useful for writing \
-					daemons in languages other than C, C++ or Perl (e.g. \
-					/bin/sh, Java).
+name                    daemon
+version                 0.6.4
+categories              sysutils
+platforms               darwin
+license                 GPL-2+
+maintainers             khindenburg openmaintainer
+description             Daemon turns other process into daemons
+long_description        Daemon turns other process into daemons. There are many \
+                        tasks that need to be performed to correctly set up a \
+                        daemon process. This can be tedious. Daemon performs these \
+                        tasks for other processes. This is useful for writing \
+                        daemons in languages other than C, C++ or Perl (e.g. \
+                        /bin/sh, Java).
 
-homepage		http://libslack.org/daemon/
-master_sites	${homepage}download/
+homepage                http://libslack.org/daemon/
+master_sites            ${homepage}download/
 
-checksums	rmd160  63fea6386f3dae6a5da6451a1d126a2525ee1e0e \
-		sha256  c4b9ea4aa74d55ea618c34f1e02c080ddf368549037cb239ee60c83191035ca1
+checksums               rmd160  63fea6386f3dae6a5da6451a1d126a2525ee1e0e \
+                        sha256  c4b9ea4aa74d55ea618c34f1e02c080ddf368549037cb239ee60c83191035ca1
 
-patchfiles	patch-ignore-strlcpy-strlcat.diff
-patch.pre_args	-p1
+patchfiles              patch-ignore-strlcpy-strlcat.diff
+patch.pre_args          -p1
 
-configure.cmd	./config
+configure.cmd           ./config
 
-test.run		yes
-test.target		check
+test.run                yes
+test.target             check
 
-destroot.destdir	PREFIX=${destroot}${prefix}
+destroot.destdir        PREFIX=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/85ef0643/attachment-0001.html>


More information about the macports-changes mailing list