#45141: faust2pd @2.9, pd-pure @0.20, pd-faust @0.9: new ports ----------------------------------------+-------------------------- Reporter: aggraef@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: faust2pd pd-pure pd-faust | ----------------------------------------+-------------------------- Comment (by ryandesign@…): Committed faust2pd in r125740. The README says: {{{ faust2pd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. }}} Therefore I've set the license in the portfile to "`GPL-3+`". The faust2pd executable did link with the pure-xml library: {{{ $ otool -L /opt/local/bin/faust2pd /opt/local/bin/faust2pd: /opt/local/lib/pure/xml.dylib (compatibility version 0.0.0, current version 0.0.0) /opt/local/lib/libpure.8.dylib (compatibility version 8.0.0, current version 8.0.0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) }}} Therefore I added a library dependency on pure-xml. -- Ticket URL: <https://trac.macports.org/ticket/45141#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X