# -*- 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 1.9.23 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 8a7fdfd01aae1da22df5e71a3d7789ef3391ce45 \ sha256 93137d3aab9afa9b27cb06a824c2324195c6b6f6179d8a8653f440f5bd58be88 \ size 91045770 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