[71842] trunk/dports/perl

ryandesign at macports.org ryandesign at macports.org
Fri Sep 24 03:24:11 PDT 2010


Revision: 71842
          http://trac.macports.org/changeset/71842
Author:   ryandesign at macports.org
Date:     2010-09-24 03:24:08 -0700 (Fri, 24 Sep 2010)
Log Message:
-----------
p5-file-pushd: new port, version 1.00; see #26596

Added Paths:
-----------
    trunk/dports/perl/p5-file-pushd/
    trunk/dports/perl/p5-file-pushd/Portfile

Added: trunk/dports/perl/p5-file-pushd/Portfile
===================================================================
--- trunk/dports/perl/p5-file-pushd/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-file-pushd/Portfile	2010-09-24 10:24:08 UTC (rev 71842)
@@ -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.setup         File-pushd 1.00
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+
+description         change directory temporarily for a limited scope
+
+long_description    File::pushd does a temporary chdir that is easily and \
+                    automatically reverted, similar to pushd in some Unix \
+                    command shells. It works by creating an object that caches \
+                    the original working directory. When the object is destroyed, \
+                    the destructor calls chdir to revert to the original working \
+                    directory. By storing the object in a lexical variable with a \
+                    limited scope, this happens automatically at the end of the scope.
+
+checksums           md5     c0d63d05db01a6da3aebd7cd6f93e520 \
+                    sha1    1c78a35d0876c64ceeadeb305ef1813a27c6bc14 \
+                    rmd160  b0c608ae730cd8a09678612cf9b2a7efaf8259ac
+
+depends_lib-append  port:p5-sub-exporter \
+                    port:p5-pathtools \
+                    port:p5-file-path \
+                    port:p5-file-temp


Property changes on: trunk/dports/perl/p5-file-pushd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100924/d5c4bb42/attachment-0001.html>


More information about the macports-changes mailing list