[132764] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 06:52:17 PST 2015


Revision: 132764
          https://trac.macports.org/changeset/132764
Author:   devans at macports.org
Date:     2015-02-10 06:52:17 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-guard: new port, implements resource guards.

Added Paths:
-----------
    trunk/dports/perl/p5-guard/
    trunk/dports/perl/p5-guard/Portfile

Added: trunk/dports/perl/p5-guard/Portfile
===================================================================
--- trunk/dports/perl/p5-guard/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-guard/Portfile	2015-02-10 14:52:17 UTC (rev 132764)
@@ -0,0 +1,19 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Guard 1.023 ../by-authors/id/M/ML/MLEHMANN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Guard - safe cleanup blocks
+long_description    This module implements so-called \"guards\". A guard is something \
+                    (usually an object) that \"guards\" a resource, ensuring that it is \
+                    cleaned up when expected.
+
+platforms           darwin
+
+checksums           rmd160  5e7f3369547370463d6545a83ca31c09452a0402 \
+                    sha256  34c4ddf91fc93d1090d86da14df706d175b1610c67372c01e12ce9555d4dd1dc


Property changes on: trunk/dports/perl/p5-guard/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/20150210/6579b4ce/attachment.html>


More information about the macports-changes mailing list