[125740] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Thu Sep 25 10:18:57 PDT 2014


Revision: 125740
          https://trac.macports.org/changeset/125740
Author:   ryandesign at macports.org
Date:     2014-09-25 10:18:57 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
faust2pd: new port, version 2.9 (#45141)

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

Added: trunk/dports/audio/faust2pd/Portfile
===================================================================
--- trunk/dports/audio/faust2pd/Portfile	                        (rev 0)
+++ trunk/dports/audio/faust2pd/Portfile	2014-09-25 17:18:57 UTC (rev 125740)
@@ -0,0 +1,30 @@
+# -*- 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                       pure 1.0
+
+pure.setup                      faust2pd 2.9
+name                            faust2pd
+categories                      audio devel
+platforms                       darwin
+maintainers                     ryandesign
+license                         GPL-3+
+
+description                     a utility to generate Pd GUI patches from Faust programs
+
+long_description                ${name} is ${description}.
+
+checksums                       rmd160  affe15c3a7b1a4fea18a3a64462731087608ea30 \
+                                sha256  8aae98629ebd3a3d3512ed8be33708ab7d0326ef7a76a63b2d35d3eb31d114c5
+
+depends_lib-append              port:pure-xml
+
+build.args-append               LIBRARY_PATH=${prefix}/lib \
+                                PUREC_FLAGS=-mcpu=generic \
+                                prefix=${prefix} \
+                                pdprefix=${prefix}
+
+destroot.target-append          install-pd
+destroot.args-append            prefix=${prefix} \
+                                pdprefix=${prefix}


Property changes on: trunk/dports/audio/faust2pd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/fac343f5/attachment.html>


More information about the macports-changes mailing list