[macports-ports] 01/02: QCSXCAD: new port

Frank Schima mf2k at macports.org
Sat Mar 6 18:52:18 UTC 2021



> On Mar 6, 2021, at 11:13 AM, ra1nb0w via macports-changes <macports-changes at lists.macports.org <mailto:macports-changes at lists.macports.org>> wrote:
> 
> ra1nb0w (ra1nb0w) pushed a commit to branch master
> in repository macports-ports.
> 
> https://github.com/macports/macports-ports/commit/35422026ce47d21e21e03746a6122c24118455d2 <https://github.com/macports/macports-ports/commit/35422026ce47d21e21e03746a6122c24118455d2>
> commit 35422026ce47d21e21e03746a6122c24118455d2
> Author: Davide Gerhard <ra1nb0w at macports.org <mailto:ra1nb0w at macports.org>>
> AuthorDate: Sat Mar 6 19:11:11 2021 +0100
> 
>     QCSXCAD: new port
>     
>     Qt-GUI library for CSXCAD
> ---
>  graphics/QCSXCAD/Portfile | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
> 
> diff --git a/graphics/QCSXCAD/Portfile b/graphics/QCSXCAD/Portfile
> new file mode 100644
> index 00000000000..d837ff6dfc1
> --- /dev/null
> +++ b/graphics/QCSXCAD/Portfile
> @@ -0,0 +1,31 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
> +
> +PortSystem          1.0
> +PortGroup           github 1.0
> +PortGroup           cmake 1.0

Please use the newer cmake 1.1 portgroup here. 

See https://trac.macports.org/ticket/47197 <https://trac.macports.org/ticket/47197>


> +PortGroup           qt5 1.0
> +PortGroup           active_variants 1.1
> +
> +github.setup        thliebig QCSXCAD 0dabbaf2bc1190adec300871cf309791af842c8e
> +version             20200104-[string range ${github.version} 0 7]
> +checksums           rmd160  dc224aaacb036478c509a10cf8fda44c68f900a7 \
> +                    sha256  a809211a9224e5e2d1e827252b56516693ec53563e219059b98f7f2faa35a44a \
> +                    size    627513
> +revision            0
> +
> +platforms           darwin macosx
> +categories          graphics
> +license             LGPL-3
> +maintainers         {ra1nb0w @ra1nb0w} openmaintainer
> +
> +description         Qt-GUI library for CSXCAD
> +long_description    ${description}
> +
> +compiler.cxx_standard 2011
> +
> +depends_lib-append \
> +    port:CSXCAD \
> +    port:tinyxml \
> +    port:vtk
> +
> +require_active_variants vtk qt5

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20210306/3a44146f/attachment.htm>


More information about the macports-dev mailing list