[77582] trunk/dports/perl

l2g at macports.org l2g at macports.org
Mon Apr 4 22:48:09 PDT 2011


Revision: 77582
          http://trac.macports.org/changeset/77582
Author:   l2g at macports.org
Date:     2011-04-04 22:48:08 -0700 (Mon, 04 Apr 2011)
Log Message:
-----------
p5-test-inter: new port for Perl module Test::Inter

Added Paths:
-----------
    trunk/dports/perl/p5-test-inter/
    trunk/dports/perl/p5-test-inter/Portfile
    trunk/dports/perl/p5-test-inter/files/
    trunk/dports/perl/p5-test-inter/files/patch-lib-Test-Inter.pod.diff

Added: trunk/dports/perl/p5-test-inter/Portfile
===================================================================
--- trunk/dports/perl/p5-test-inter/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-inter/Portfile	2011-04-05 05:48:08 UTC (rev 77582)
@@ -0,0 +1,23 @@
+# -*- 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.setup         Test-Inter 1.01
+platforms           darwin
+maintainers         l2g openmaintainer
+license             Artistic GPL
+supported_archs     noarch
+
+description         Test::Inter - framework for more readable interactive \
+                    test scripts
+
+long_description    ${description}
+
+checksums           sha1 ebf5dda03fa6470ca18aa9cacc6b49d528c1f140 \
+                    rmd160 eab7aeeca9dda98bb1311d4396db55757f91f892
+
+patchfiles          patch-lib-Test-Inter.pod.diff
+
+perl5.use_module_build


Property changes on: trunk/dports/perl/p5-test-inter/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/perl/p5-test-inter/files/patch-lib-Test-Inter.pod.diff
===================================================================
--- trunk/dports/perl/p5-test-inter/files/patch-lib-Test-Inter.pod.diff	                        (rev 0)
+++ trunk/dports/perl/p5-test-inter/files/patch-lib-Test-Inter.pod.diff	2011-04-05 05:48:08 UTC (rev 77582)
@@ -0,0 +1,11 @@
+--- lib/Test/Inter.pod.orig	2011-04-04 22:24:43.000000000 -0700
++++ lib/Test/Inter.pod	2011-04-04 22:25:02.000000000 -0700
+@@ -11,7 +11,7 @@
+ =head1 DESCRIPTION
+ 
+ This is another framework for writing test scripts. It is loosely
+-inspired by Test::More, and has most of it's functionality, but it is
++inspired by Test::More, and has most of its functionality, but it is
+ not a drop-in replacement.
+ 
+ Test::More (and other existing test frameworks) suffer from two
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110404/a75aea1e/attachment.html>


More information about the macports-changes mailing list