Added: trunk/dports/python/py-unicodecsv/Portfile (0 => 124931)
--- trunk/dports/python/py-unicodecsv/Portfile (rev 0)
+++ trunk/dports/python/py-unicodecsv/Portfile 2014-08-31 18:40:52 UTC (rev 124931)
@@ -0,0 +1,35 @@
+# -*- 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 python 1.0
+
+name py-unicodecsv
+version 0.9.4
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+
+python.versions 27
+
+maintainers stromnov openmaintainer
+
+description Python 2's csv module which supports unicode strings.
+long_description ${description}
+
+homepage https://github.com/jdunck/python-unicodecsv/
+master_sites https://pypi.python.org/packages/source/u/unicodecsv/
+
+distname unicodecsv-${version}
+
+checksums rmd160 66028c5c5b6b4f1e4d129c7d8e97f31d51e9c5ed \
+ sha256 0272570bc2b302093d9ac6e1171fc07862f7ac938146bb6152d8dfe20eeafd9b
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {unicodecsv-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-unicodecsv/Portfile
___________________________________________________________________