[79046] trunk/dports/perl

ryandesign at macports.org ryandesign at macports.org
Tue May 31 01:02:51 PDT 2011


Revision: 79046
          http://trac.macports.org/changeset/79046
Author:   ryandesign at macports.org
Date:     2011-05-31 01:02:51 -0700 (Tue, 31 May 2011)
Log Message:
-----------
p5-class-csv: new port, version 1.03; requested on mailing list: http://lists.macosforge.org/pipermail/macports-users/2011-May/024426.html

Added Paths:
-----------
    trunk/dports/perl/p5-class-csv/
    trunk/dports/perl/p5-class-csv/Portfile

Added: trunk/dports/perl/p5-class-csv/Portfile
===================================================================
--- trunk/dports/perl/p5-class-csv/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-class-csv/Portfile	2011-05-31 08:02:51 UTC (rev 79046)
@@ -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$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Class-CSV 1.03
+platforms           darwin
+maintainers         ryandesign openmaintainer
+supported_archs     noarch
+
+description         Class based CSV parser/writer
+
+long_description    This module can be used to create objects from CSV files, \
+                    or to create CSV files from objects. Text::CSV_XS is used \
+                    for parsing and creating CSV file lines, so any \
+                    limitations in Text::CSV_XS will of course be inherent \
+                    in this module.
+
+checksums           md5     35ba525a67e4c06c1e48f897aec2e0b8 \
+                    sha1    550951ae30795af9d6bd58ffcbaf159cceae970a \
+                    rmd160  3f1383513239cca998963b688a9657d63d9f1f40
+
+depends_lib-append  port:p5-class-accessor \
+                    port:p5-text-csv_xs


Property changes on: trunk/dports/perl/p5-class-csv/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/20110531/68a195e7/attachment.html>


More information about the macports-changes mailing list