#24768: new port: yorick ---------------------------------------+------------------------------------ Reporter: thibaut.paumard@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: yorick | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r67885 with many changes: * removed the "revision 0" line since that is the default * wrote the version number out plainly instead of constructing it from variables * the worksrcdir variable is now constructed using a new variable, branch; see [wiki:PortfileRecipes#branch PortfileRecipes] * deleted the post-build phase, which just compressed the manpages; MacPorts compresses all ports' manpages automatically * lib:-style dependencies are mostly deprecated, so used a port:-style dependency * port xorg is a kitchen sink port that includes every part of xorg; instead depended on xorg-libX11 which provides the specific library yorick requires * disabled the universal variant since I got an error when I tried to use it * used the configure phase variables instead of overriding the configure phase completely * used a post-destroot block instead of overriding the destroot phase * simplified how the manpages are installed using xinstall's -W argument * used xinstall's -m argument so the manpages aren't installed with the executable bit set * tweaked the notes * tweaked the whitespace and formatting -- Ticket URL: <http://trac.macports.org/ticket/24768#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS