Revision: 140596 https://trac.macports.org/changeset/140596 Author: mcalhoun@macports.org Date: 2015-09-26 05:38:28 -0700 (Sat, 26 Sep 2015) Log Message: ----------- aces_container: new port Added Paths: ----------- trunk/dports/graphics/aces_container/ trunk/dports/graphics/aces_container/Portfile Added: trunk/dports/graphics/aces_container/Portfile =================================================================== --- trunk/dports/graphics/aces_container/Portfile (rev 0) +++ trunk/dports/graphics/aces_container/Portfile 2015-09-26 12:38:28 UTC (rev 140596) @@ -0,0 +1,29 @@ +# -*- 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 cmake 1.0 + +github.setup ampas aces_container 1.0 v +categories graphics +# the license is a GPL incompatible BSD Variant +# see https://fedoraproject.org/wiki/Licensing:BSD?rd=Licensing/BSD +license AMPAS +maintainers mcalhoun openmaintainer +description Reference implementation of SMPTE S2065-4 +long_description \ + A reference implementation for an ACES container file writer intended to be used with the Academy Color Encoding System (ACES). \ + The resulting file is compliant with the ACES container specification (SMPTE S2065-4). +platforms darwin + +checksums rmd160 6fc0a429cd9905e5a0d07f5de13b3be5e7eabf36 \ + sha256 d1edcef37076e01c37bd42a75c4d6315dae8d240d7256b249c86d3a5346e4f6c + +# .pc file only installed if pkgconfig present +depends_build-append port:pkgconfig + +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${prefix}/share/doc/${name} +} Property changes on: trunk/dports/graphics/aces_container/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native