pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/kotlin
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Dec 12 15:06:15 UTC 2024
Modified Files:
pkgsrc/lang/kotlin: Makefile PLIST distinfo
Log Message:
lang/kotlin: Update to 2.1.0
Changelog:
2.1.0
Released: A language release introducing new language features.
November
27, 2024 Learn more about Kotlin 2.1.0 in What's new in Kotlin 2.1.0.
2.0.21
Released: A bug fix release for Kotlin 2.0.20
October
10, 2024 For more details, please refer to the changelog.
2.0.20 A tooling release for Kotlin 2.0.0 containing performance
improvements and bug fixes. Features also include concurrent marking
Released: in Kotlin/Native's garbage collector, UUID support in Kotlin common
August 22, standard library, Compose compiler updates, and support up to Gradle
2024 8.8.
2.0.10
Released: A bug fix release for Kotlin 2.0.0.
August 6,
2024 Learn more about Kotlin 2.0.0 in What's new in Kotlin 2.0.0.
2.0.0
Released: A language release with the Stable Kotlin K2 compiler.
May 21,
2024 Learn more about Kotlin 2.0.0 in What's new in Kotlin 2.0.0.
1.9.25
Released: A bug fix release for Kotlin 1.9.20, 1.9.21, 1.9.22, 1.9.23, and
July 19, 1.9.24.
2024
Learn more about Kotlin 1.9.20 in What's new in Kotlin 1.9.20.
1.9.24
Released: A bug fix release for Kotlin 1.9.20, 1.9.21, 1.9.22, and 1.9.23.
May 7,
2024 Learn more about Kotlin 1.9.20 in What's new in Kotlin 1.9.20.
1.9.23
Released: A bug fix release for Kotlin 1.9.20, 1.9.21, and 1.9.22.
March 7,
2024 Learn more about Kotlin 1.9.20 in What's new in Kotlin 1.9.20.
1.9.22
Released: A bug fix release for Kotlin 1.9.20 and 1.9.21.
December
21, 2023 Learn more about Kotlin 1.9.20 in What's new in Kotlin 1.9.20.
1.9.21
Released: A bug fix release for Kotlin 1.9.20.
November
23, 2023 Learn more about Kotlin 1.9.20 in What's new in Kotlin 1.9.20.
1.9.20
A feature release with Kotlin K2 compiler in Beta and Stable Kotlin
Released: Multiplatform.
November
1, 2023 Learn more in:
1.9.10
A bug fix release for Kotlin 1.9.0.
Released:
August 23, Learn more about Kotlin 1.9.0 in What's new in Kotlin 1.9.0.
2023
For Android Studio Giraffe and Hedgehog, the Kotlin plugin 1.9.10
A feature release with Kotlin K2 compiler updates, new enum class
1.9.0 values function, new operator for open-ended ranges, preview of
Gradle configuration cache in Kotlin Multiplatform, changes to
Released: Android target support in Kotlin Multiplatform, preview of custom
July 6, memory allocator in Kotlin/Native.
2023
1.8.22
Released: A bug fix release for Kotlin 1.8.20.
June 8,
2023 Learn more about Kotlin 1.8.20 in What's new in Kotlin 1.8.20.
1.8.21
A bug fix release for Kotlin 1.8.20.
Released:
April 25, Learn more about Kotlin 1.8.20 in What's new in Kotlin 1.8.20.
2023
For Android Studio Flamingo and Giraffe, the Kotlin plugin 1.8.21
1.8.20 A feature release with Kotlin K2 compiler updates, AutoCloseable
interface and Base64 encoding in stdlib, new JVM incremental
Released: compilation enabled by default, new Kotlin/Wasm compiler backend.
April 3,
2023 Learn more in:
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/kotlin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/kotlin/PLIST pkgsrc/lang/kotlin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/kotlin/Makefile
diff -u pkgsrc/lang/kotlin/Makefile:1.2 pkgsrc/lang/kotlin/Makefile:1.3
--- pkgsrc/lang/kotlin/Makefile:1.2 Sat Jan 6 00:19:30 2024
+++ pkgsrc/lang/kotlin/Makefile Thu Dec 12 15:06:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/01/06 00:19:30 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/12 15:06:15 ryoon Exp $
-DISTNAME= kotlin-compiler-1.8.10
+DISTNAME= kotlin-compiler-2.1.0
PKGNAME= ${DISTNAME:S/-compiler//}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=JetBrains/}
Index: pkgsrc/lang/kotlin/PLIST
diff -u pkgsrc/lang/kotlin/PLIST:1.1 pkgsrc/lang/kotlin/PLIST:1.2
--- pkgsrc/lang/kotlin/PLIST:1.1 Mon Mar 20 13:56:27 2023
+++ pkgsrc/lang/kotlin/PLIST Thu Dec 12 15:06:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/03/20 13:56:27 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/12/12 15:06:15 ryoon Exp $
bin/kapt
bin/kotlin
bin/kotlinc
@@ -6,8 +6,6 @@ bin/kotlinc-jvm
share/kotlin/bin/kapt
share/kotlin/bin/kapt.bat
share/kotlin/bin/kotlin
-share/kotlin/bin/kotlin-dce-js
-share/kotlin/bin/kotlin-dce-js.bat
share/kotlin/bin/kotlin.bat
share/kotlin/bin/kotlinc
share/kotlin/bin/kotlinc-js
@@ -21,9 +19,11 @@ share/kotlin/lib/android-extensions-comp
share/kotlin/lib/android-extensions-runtime.jar
share/kotlin/lib/annotations-13.0.jar
share/kotlin/lib/assignment-compiler-plugin.jar
+share/kotlin/lib/compose-compiler-plugin.jar
share/kotlin/lib/js.engines.jar
share/kotlin/lib/jvm-abi-gen.jar
share/kotlin/lib/kotlin-annotation-processing-cli.jar
+share/kotlin/lib/kotlin-annotation-processing-compiler.jar
share/kotlin/lib/kotlin-annotation-processing-runtime.jar
share/kotlin/lib/kotlin-annotation-processing.jar
share/kotlin/lib/kotlin-annotations-jvm-sources.jar
@@ -43,18 +43,18 @@ share/kotlin/lib/kotlin-script-runtime.j
share/kotlin/lib/kotlin-scripting-common.jar
share/kotlin/lib/kotlin-scripting-compiler-impl.jar
share/kotlin/lib/kotlin-scripting-compiler.jar
-share/kotlin/lib/kotlin-scripting-js.jar
share/kotlin/lib/kotlin-scripting-jvm.jar
+share/kotlin/lib/kotlin-serialization-compiler-plugin.jar
share/kotlin/lib/kotlin-stdlib-jdk7-sources.jar
share/kotlin/lib/kotlin-stdlib-jdk7.jar
share/kotlin/lib/kotlin-stdlib-jdk8-sources.jar
share/kotlin/lib/kotlin-stdlib-jdk8.jar
share/kotlin/lib/kotlin-stdlib-js-sources.jar
-share/kotlin/lib/kotlin-stdlib-js.jar
+share/kotlin/lib/kotlin-stdlib-js.klib
share/kotlin/lib/kotlin-stdlib-sources.jar
share/kotlin/lib/kotlin-stdlib.jar
share/kotlin/lib/kotlin-test-js-sources.jar
-share/kotlin/lib/kotlin-test-js.jar
+share/kotlin/lib/kotlin-test-js.klib
share/kotlin/lib/kotlin-test-junit-sources.jar
share/kotlin/lib/kotlin-test-junit.jar
share/kotlin/lib/kotlin-test-junit5-sources.jar
@@ -70,13 +70,16 @@ share/kotlin/lib/mutability-annotations-
share/kotlin/lib/noarg-compiler-plugin.jar
share/kotlin/lib/parcelize-compiler.jar
share/kotlin/lib/parcelize-runtime.jar
+share/kotlin/lib/power-assert-compiler-plugin.jar
share/kotlin/lib/sam-with-receiver-compiler-plugin.jar
+share/kotlin/lib/scripting-compiler.jar
share/kotlin/lib/trove4j.jar
share/kotlin/license/COPYRIGHT.txt
share/kotlin/license/COPYRIGHT_HEADER.txt
share/kotlin/license/LICENSE.txt
share/kotlin/license/NOTICE.txt
share/kotlin/license/README.md
+share/kotlin/license/third_party/aalto_xml_licence.txt
share/kotlin/license/third_party/aether_license.txt
share/kotlin/license/third_party/aosp_license.txt
share/kotlin/license/third_party/args4j_LICENSE.txt
@@ -84,9 +87,12 @@ share/kotlin/license/third_party/asm_lic
share/kotlin/license/third_party/asmble_license.txt
share/kotlin/license/third_party/assemblyscript_license.txt
share/kotlin/license/third_party/boost_LICENSE.txt
+share/kotlin/license/third_party/caffeine_LICENSE.txt
share/kotlin/license/third_party/closure-compiler_LICENSE.txt
+share/kotlin/license/third_party/compose_license.txt
share/kotlin/license/third_party/dart_LICENSE.txt
share/kotlin/license/third_party/fastutil_licence
+share/kotlin/license/third_party/gradle-node-plugin_LICENSE.txt
share/kotlin/license/third_party/gradle_license.txt
share/kotlin/license/third_party/guava_license.txt
share/kotlin/license/third_party/gwt_license.txt
@@ -100,11 +106,13 @@ share/kotlin/license/third_party/lombok_
share/kotlin/license/third_party/maven_LICENSE.txt
share/kotlin/license/third_party/mocha-teamcity-reporter_LICENSE.txt
share/kotlin/license/third_party/okhttp_license.txt
+share/kotlin/license/third_party/power_assert_license.txt
share/kotlin/license/third_party/prototype_license.txt
share/kotlin/license/third_party/qunit_license.txt
share/kotlin/license/third_party/rhino_LICENSE.txt
share/kotlin/license/third_party/scala_license.txt
share/kotlin/license/third_party/sl4f_license.txt
+share/kotlin/license/third_party/stax2-api.txt
share/kotlin/license/third_party/sun_license.txt
share/kotlin/license/third_party/teamcity-service-messages_LICENSE.txt
share/kotlin/license/third_party/testdata/dagger_license.txt
Index: pkgsrc/lang/kotlin/distinfo
diff -u pkgsrc/lang/kotlin/distinfo:1.1 pkgsrc/lang/kotlin/distinfo:1.2
--- pkgsrc/lang/kotlin/distinfo:1.1 Mon Mar 20 13:56:27 2023
+++ pkgsrc/lang/kotlin/distinfo Thu Dec 12 15:06:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/03/20 13:56:27 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2024/12/12 15:06:15 ryoon Exp $
-BLAKE2s (kotlin-compiler-1.8.10.zip) = 4f8741b2da1274b7b170d6a84d125cd3cd333765d21ca11a6108d2ccc9b1dcea
-SHA512 (kotlin-compiler-1.8.10.zip) = 8c4c9f1ffd0d952b6335e7f297f1271badb9b6217d96b57e0cf5c1f965764a7d59a1f3d1db14a4407bd38647ad6d3008f3a9f9196224ff81a7bf1576086322f1
-Size (kotlin-compiler-1.8.10.zip) = 74991926 bytes
+BLAKE2s (kotlin-compiler-2.1.0.zip) = 9c5960b8b5be00a877169fc15e1a5228daf7d7491b237535c6a06623198a1f26
+SHA512 (kotlin-compiler-2.1.0.zip) = 1c14213fc10543af09bc031274be7ef9b3cf1b5d0629de3fde731578e2d84d002ab9b3df90c0417d34eaabff7ea9501209e9323662a6c4eb5504f34fcb10c7f0
+Size (kotlin-compiler-2.1.0.zip) = 86409360 bytes
Home |
Main Index |
Thread Index |
Old Index