# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup java 1.0 github.setup JetBrains kotlin 2.0.21 v revision 0 github.tarball_from releases distname ${name}-compiler-${version} categories lang java platforms {darwin any} maintainers {breun.nl:nils @breun} openmaintainer license Apache-2 description Statically typed programming language for the JVM, \ Android and the browser long_description Kotlin is a modern but already mature programming \ language aimed to make developers happier. It's \ concise, safe, interoperable with Java and other \ languages, and provides many ways to reuse code \ between multiple platforms for productive programming. homepage https://kotlinlang.org/ checksums rmd160 dcf1eba0026f4c28407986e486daa8f40ffb8c1e \ sha256 0352c0a45bd22f80f6b26e485cd04da8047baa5de54865281fb9f89a4a7bcf2a \ size 85822011 java.version 1.8+ java.fallback openjdk21 worksrcdir kotlinc use_zip yes use_configure no build {} test.run yes test.cmd bin/kotlinc test.target test.args -version pre-destroot { delete {*}[glob ${worksrcpath}/bin/*.bat] } destroot { xinstall -m 755 -d ${destroot}${prefix}/share/java file copy ${worksrcpath} \ ${destroot}${prefix}/share/java/${name} xinstall -m 755 -d ${destroot}${prefix}/share/doc/ file rename ${destroot}${prefix}/share/java/${name}/license \ ${destroot}${prefix}/share/doc/${name} foreach f [glob -tails -directory ${destroot}${prefix}/share/java/${name}/bin *] { ln -s ../share/java/${name}/bin/${f} ${destroot}${prefix}/bin/${f} } } supported_archs noarch livecheck.type regex livecheck.url https://github.com/JetBrains/kotlin/releases/latest livecheck.regex ${name}-compiler-(\\d+\\.\\d+\\.\\d+).zip