[150347] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Jul 16 16:42:05 PDT 2016


Revision: 150347
          https://trac.macports.org/changeset/150347
Author:   devans at macports.org
Date:     2016-07-16 16:42:05 -0700 (Sat, 16 Jul 2016)
Log Message:
-----------
p5-proc-daemon: new port submission, run perl programs as a daemon process (#51523).

Added Paths:
-----------
    trunk/dports/perl/p5-proc-daemon/
    trunk/dports/perl/p5-proc-daemon/Portfile

Added: trunk/dports/perl/p5-proc-daemon/Portfile
===================================================================
--- trunk/dports/perl/p5-proc-daemon/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-proc-daemon/Portfile	2016-07-16 23:42:05 UTC (rev 150347)
@@ -0,0 +1,29 @@
+# -*- 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
+PortGroup           perl5 1.0
+
+perl5.branches      5.22 5.24
+perl5.setup         Proc-Daemon 0.23
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+description         Run Perl program(s) as a daemon process
+
+long_description    This module can be used by a Perl program to initialize \
+                    itself as a daemon or to execute (exec) a system command \
+                    as daemon. You can also check the status of the daemon \
+                    (alive or dead) and you can kill the daemon.
+
+checksums           sha256  34c0b85b7948b431cbabc97cee580835e515ccf43badbd8339eb109474089b69 \
+                    rmd160  a4222dde2215f7b2e2f1f36fa6e334244e6a921e
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-proc-processtable
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-proc-daemon/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160716/4f25461e/attachment.html>


More information about the macports-changes mailing list