[121666] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jul 3 15:29:09 PDT 2014


Revision: 121666
          https://trac.macports.org/changeset/121666
Author:   devans at macports.org
Date:     2014-07-03 15:29:09 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
p5-io-all: new port, all of IO in one module.

Added Paths:
-----------
    trunk/dports/perl/p5-io-all/
    trunk/dports/perl/p5-io-all/Portfile
    trunk/dports/perl/p5-io-all/files/
    trunk/dports/perl/p5-io-all/files/patch-Makefile.PL.diff

Added: trunk/dports/perl/p5-io-all/Portfile
===================================================================
--- trunk/dports/perl/p5-io-all/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-io-all/Portfile	2014-07-03 22:29:09 UTC (rev 121666)
@@ -0,0 +1,25 @@
+# -*- 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: Portfile 121660 2014-07-03 17:31:20Z devans at macports.org $
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
+perl5.setup         IO-All 0.65
+platforms           darwin
+maintainers         devans openmaintainer
+license             BSD
+
+description         IO::All to Larry Wall!
+
+long_description    IO::All combines all of the best Perl IO modules into a single nifty \
+                    object oriented interface to greatly simplify your everyday Perl IO idioms. \
+                    It exports a single function called io, which returns a new IO::All object. \
+                    And that object can do it all!
+
+homepage            https://metacpan.org/pod/IO::All
+
+checksums           rmd160  6f87dda3dd5c1d5be56db777b63f4b739e855523 \
+                    sha256  70e3526b50ba67fc34e69c6b65aa9ff88d21d63b39a87e66fd65475458a3dce5
+
+patchfiles          patch-Makefile.PL.diff

Added: trunk/dports/perl/p5-io-all/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-io-all/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-io-all/files/patch-Makefile.PL.diff	2014-07-03 22:29:09 UTC (rev 121666)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2014-07-03 15:21:31.000000000 -0700
++++ Makefile.PL	2014-07-03 15:23:02.000000000 -0700
+@@ -11,7 +11,7 @@
+ 
+ my %WriteMakefileArgs = (
+   "ABSTRACT" => "IO::All to Larry Wall!",
+-  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
++  "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>",
+   "CONFIGURE_REQUIRES" => {
+     "ExtUtils::MakeMaker" => "6.30"
+   },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140703/59b23ddb/attachment.html>


More information about the macports-changes mailing list