[71164] trunk/dports/python
jameskyle at macports.org
jameskyle at macports.org
Fri Sep 3 08:02:15 PDT 2010
Revision: 71164
http://trac.macports.org/changeset/71164
Author: jameskyle at macports.org
Date: 2010-09-03 08:02:14 -0700 (Fri, 03 Sep 2010)
Log Message:
-----------
tvnamer was split from the tvdb_api install. This is the new port
Added Paths:
-----------
trunk/dports/python/py26-tvnamer/
trunk/dports/python/py26-tvnamer/Portfile
Added: trunk/dports/python/py26-tvnamer/Portfile
===================================================================
--- trunk/dports/python/py26-tvnamer/Portfile (rev 0)
+++ trunk/dports/python/py26-tvnamer/Portfile 2010-09-03 15:02:14 UTC (rev 71164)
@@ -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 python26 1.0
+
+name py26-tvnamer
+version 2.0
+platforms darwin
+maintainers jameskyle
+description Renames files in a standard way that's easily parsable \
+ For example, foo.bar.s02e03.m4v becomes \"foo bar \
+ \[02x03\].m4v
+
+homepage http://github.com/dbr/tvnamer
+master_sites ${homepage}
+distname tvnamer-${version}
+fetch.type git
+git.url git://github.com/dbr/tvnamer.git
+git.branch ${version}
+
+depends_lib port:py26-tvdb \
+ port:py26-simplejson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100903/30545eba/attachment.html>
More information about the macports-changes
mailing list