[98791] trunk/dports/aqua

phw at macports.org phw at macports.org
Tue Oct 16 01:37:42 PDT 2012


Revision: 98791
          http://trac.macports.org//changeset/98791
Author:   phw at macports.org
Date:     2012-10-16 01:37:42 -0700 (Tue, 16 Oct 2012)
Log Message:
-----------
New Port: iTunesMatchHelper; Little tool to use iTunesMatch Metadata to clean the iTunes library

Added Paths:
-----------
    trunk/dports/aqua/iTunesMatchHelper/
    trunk/dports/aqua/iTunesMatchHelper/Portfile

Added: trunk/dports/aqua/iTunesMatchHelper/Portfile
===================================================================
--- trunk/dports/aqua/iTunesMatchHelper/Portfile	                        (rev 0)
+++ trunk/dports/aqua/iTunesMatchHelper/Portfile	2012-10-16 08:37:42 UTC (rev 98791)
@@ -0,0 +1,24 @@
+# -*- 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               github 1.0
+PortGroup               xcode 1.0
+
+github.setup            signed0 itunes-match-helper 58977169
+
+maintainers             phw openmaintainer
+name                    itunesMatchHelper
+
+categories              aqua
+description             \
+    Fixes missing metadata for songs that iTunes has matched
+long_description        ${description}\
+
+platforms               darwin
+
+fetch.type              git
+
+destroot {
+    copy ${worksrcpath}/build/Release/iTunesMatchHelper.app ${destroot}${applications_dir}
+}


Property changes on: trunk/dports/aqua/iTunesMatchHelper/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/20121016/0acb33d7/attachment.html>


More information about the macports-changes mailing list