[105222] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Sat Apr 13 15:24:51 PDT 2013


Revision: 105222
          https://trac.macports.org/changeset/105222
Author:   ryandesign at macports.org
Date:     2013-04-13 15:24:51 -0700 (Sat, 13 Apr 2013)
Log Message:
-----------
pianod: new port, version 137 (#38757)

Added Paths:
-----------
    trunk/dports/audio/pianod/
    trunk/dports/audio/pianod/Portfile

Added: trunk/dports/audio/pianod/Portfile
===================================================================
--- trunk/dports/audio/pianod/Portfile	                        (rev 0)
+++ trunk/dports/audio/pianod/Portfile	2013-04-13 22:24:51 UTC (rev 105222)
@@ -0,0 +1,43 @@
+# -*- 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
+
+name                pianod
+version             137
+categories          audio
+platforms           darwin
+maintainers         deviousfish.com:perette
+license             MIT
+
+description         Pandora daemon
+
+long_description    Client/server Pandora daemon with a socket interface. \
+                    Includes a shell script for command-line control. \
+                    Supports multiple listeners with adjustable privileges, \
+                    automatic station selection, script to run \
+                    programmed station sequences. Use with wsgw websocket \
+                    gateway to support web clients (port install wsgw +pianod).
+
+homepage            http://deviousfish.com/Pianod
+master_sites        http://deviousfish.com/Downloads/pianod
+
+checksums           rmd160  b11ae8d37c57cadfd6ceb54be248eea42651369e \
+                    sha256  b845236a5d011072a5e0e530843988270615f00d3e3d8be06ca3050ebc2da949
+
+depends_lib         port:libao \
+                    port:libgcrypt \
+                    port:gnutls \
+                    port:json-c \
+                    port:faad2 \
+                    port:libmad
+
+#configure.args      --mandir=${prefix}/share/man
+
+startupitem.create      yes
+startupitem.logfile     ${prefix}/var/log/pianod.log
+startupitem.executable  ${prefix}/bin/pianod
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}


Property changes on: trunk/dports/audio/pianod/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/20130413/4faea56a/attachment.html>


More information about the macports-changes mailing list