diff options
Diffstat (limited to 'java')
113 files changed, 2190 insertions, 1815 deletions
diff --git a/java/Makefile b/java/Makefile index 42ad384d975f..e5c472c51030 100644 --- a/java/Makefile +++ b/java/Makefile @@ -49,14 +49,12 @@ SUBDIR += javahelp SUBDIR += javamail SUBDIR += javavmwrapper - SUBDIR += jaxen SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon SUBDIR += jd-gui SUBDIR += jdk11-doc SUBDIR += jdk8-doc - SUBDIR += jdom SUBDIR += jflex SUBDIR += jfreechart SUBDIR += jgraph @@ -77,7 +75,6 @@ SUBDIR += linux-oracle-jre18 SUBDIR += linux-oracle-serverjre10 SUBDIR += mmake - SUBDIR += mx4j SUBDIR += netbeans SUBDIR += netrexx SUBDIR += netty @@ -89,15 +86,16 @@ SUBDIR += openjdk19 SUBDIR += openjdk20 SUBDIR += openjdk21 + SUBDIR += openjdk21-jre SUBDIR += openjdk22 SUBDIR += openjdk23 SUBDIR += openjdk24 + SUBDIR += openjdk25 SUBDIR += openjdk8 SUBDIR += openjdk8-jre SUBDIR += openjfx14 SUBDIR += phpeclipse SUBDIR += proguard - SUBDIR += servingxml SUBDIR += sigar SUBDIR += springframework SUBDIR += springframework31 diff --git a/java/apache-commons-cli/Makefile b/java/apache-commons-cli/Makefile index 574d9ed07eb0..6cb882b9ce9d 100644 --- a/java/apache-commons-cli/Makefile +++ b/java/apache-commons-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-cli -DISTVERSION= 1.9.0 +DISTVERSION= 1.11.0 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- @@ -10,6 +10,7 @@ COMMENT= Java library for command line arguments and options WWW= https://commons.apache.org/proper/commons-cli/ LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= java @@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} JARFILE= ${PORTNAME}-${DISTVERSION}.jar DESTJARFILE= ${PORTNAME}.jar -PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE} +PLIST_FILES= ${JAVAJARDIR}/${DESTJARFILE} PORTDOCS= * OPTIONS_DEFINE= DOCS diff --git a/java/apache-commons-cli/distinfo b/java/apache-commons-cli/distinfo index 8a15b6269a26..3ebe839716c8 100644 --- a/java/apache-commons-cli/distinfo +++ b/java/apache-commons-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745868907 -SHA256 (commons-cli-1.9.0-bin.tar.gz) = 133f8cb9bf0bba0de7f7158f3d0dcc2bd7c89bc54c386ba24bb89fdf098f2173 -SIZE (commons-cli-1.9.0-bin.tar.gz) = 1101690 +TIMESTAMP = 1763851013 +SHA256 (commons-cli-1.11.0-bin.tar.gz) = 342dabcf3db7e32e82b2988c0cd9f8ad0e2c44bf3045c45745a7277afbe67f5b +SIZE (commons-cli-1.11.0-bin.tar.gz) = 1713053 diff --git a/java/apache-commons-codec/Makefile b/java/apache-commons-codec/Makefile index 83a0a10f7406..fbe70113414a 100644 --- a/java/apache-commons-codec/Makefile +++ b/java/apache-commons-codec/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-codec -PORTVERSION= 1.18.0 +PORTVERSION= 1.20.0 CATEGORIES= java converters MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/java/apache-commons-codec/distinfo b/java/apache-commons-codec/distinfo index c4dff7252fc7..df395216353b 100644 --- a/java/apache-commons-codec/distinfo +++ b/java/apache-commons-codec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743530240 -SHA256 (commons-codec-1.18.0-bin.tar.gz) = 7d59aecd46e1cfc77b5dee75edbe37233b70d46f90b6422feb5b505e0fc38267 -SIZE (commons-codec-1.18.0-bin.tar.gz) = 3270148 +TIMESTAMP = 1762420981 +SHA256 (commons-codec-1.20.0-bin.tar.gz) = a4feba2dd2a00e3e2ca5b2078e3a72eb2837cffb7522049c98d3e9d05c9b4600 +SIZE (commons-codec-1.20.0-bin.tar.gz) = 3617067 diff --git a/java/apache-commons-lang3/Makefile b/java/apache-commons-lang3/Makefile index c1de09382f20..ea5c7c3365a6 100644 --- a/java/apache-commons-lang3/Makefile +++ b/java/apache-commons-lang3/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-lang3 -PORTVERSION= 3.17.0 +PORTVERSION= 3.19.0 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES/lang PKGNAMEPREFIX= apache- diff --git a/java/apache-commons-lang3/distinfo b/java/apache-commons-lang3/distinfo index ebffd6f800e1..6fd59ec747ef 100644 --- a/java/apache-commons-lang3/distinfo +++ b/java/apache-commons-lang3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731006452 -SHA256 (commons-lang3-3.17.0-bin.tar.gz) = 08b93712bed7f48725d93c44d70c71e7e661af390f22f0f3e6ba61e3af3cea36 -SIZE (commons-lang3-3.17.0-bin.tar.gz) = 9772415 +TIMESTAMP = 1758843772 +SHA256 (commons-lang3-3.19.0-bin.tar.gz) = 062a46647eb3eacd8628f49d814e140a306120cfa8d1c07dfd0c974492c8003a +SIZE (commons-lang3-3.19.0-bin.tar.gz) = 10366523 diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile index 3ed1106b8be9..1050f090e52d 100644 --- a/java/apache-commons-logging/Makefile +++ b/java/apache-commons-logging/Makefile @@ -1,5 +1,6 @@ PORTNAME= commons-logging DISTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- @@ -10,9 +11,15 @@ COMMENT= Generic logging wrapper library WWW= https://commons.apache.org/proper/commons-logging/ LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= java +EXTRACT_AFTER_ARGS= --exclude ._* \ + --exclude .DS_Store \ + --exclude ${PORTNAME}-${DISTVERSION}-*.jar \ + --no-same-owner --no-same-permissions + NO_ARCH= yes NO_BUILD= yes @@ -20,15 +27,19 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} JARFILE= ${PORTNAME}-${DISTVERSION}.jar -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ - %%JAVAJARDIR%%/${JARFILE} +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \ + ${JAVAJARDIR}/${JARFILE} PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR} - ${LN} -sf ${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - (cd ${WRKSRC}/apidocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + ${RLN} ${STAGEDIR}${JAVAJARDIR}/${JARFILE} \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +do-install-DOCS-on: + (cd ${WRKSRC} && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} NOTICE.txt RELEASE-NOTES.txt ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/java/apache-commons-pool/Makefile b/java/apache-commons-pool/Makefile index e9cb9457d2fb..504ab7ed04c4 100644 --- a/java/apache-commons-pool/Makefile +++ b/java/apache-commons-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-pool -DISTVERSION= 2.12.1 +DISTVERSION= 2.13.0 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/java/apache-commons-pool/distinfo b/java/apache-commons-pool/distinfo index 0f3a87fdbe58..4c46b6aeaaa7 100644 --- a/java/apache-commons-pool/distinfo +++ b/java/apache-commons-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749033322 -SHA256 (commons-pool2-2.12.1-bin.tar.gz) = 9576626e646faccfc9fd7ede60dd7d404ae37c4015abbd9e7d67d2ae08f95455 -SIZE (commons-pool2-2.12.1-bin.tar.gz) = 1784267 +TIMESTAMP = 1765441979 +SHA256 (commons-pool2-2.13.0-bin.tar.gz) = a652202bce250c2485de56e0f75f82a188b25fb735603f4788b9ea9f266e6ec3 +SIZE (commons-pool2-2.13.0-bin.tar.gz) = 1864735 diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile index d3a00da8743a..e4db1d0ab87c 100644 --- a/java/bootstrap-openjdk11/Makefile +++ b/java/bootstrap-openjdk11/Makefile @@ -1,5 +1,6 @@ PORTNAME= openjdk11 PORTVERSION= 11.0.5.10.1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= LOCAL/glewis/bootstrap-openjdk11 \ LOCAL/pkubaj diff --git a/java/bootstrap-openjdk17/Makefile b/java/bootstrap-openjdk17/Makefile index 2398999699b6..48d1c7e24326 100644 --- a/java/bootstrap-openjdk17/Makefile +++ b/java/bootstrap-openjdk17/Makefile @@ -1,5 +1,6 @@ PORTNAME= openjdk17 PORTVERSION= 17.0.1.12.1 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= LOCAL/glewis/bootstrap-openjdk17 \ LOCAL/pkubaj/bootstrap-openjdk17 @@ -28,6 +29,10 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT} .include <bsd.port.options.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000 +RUN_DEPENDS+= compat14x-${ARCH}>=0:misc/compat14x +.endif + .if ${ARCH} == powerpc PLIST_SUB+= NOT_PPC="@comment " .else diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile index f1fb9aaaa16d..2a03000f168c 100644 --- a/java/bootstrap-openjdk8/Makefile +++ b/java/bootstrap-openjdk8/Makefile @@ -1,6 +1,6 @@ PORTNAME= openjdk8 PORTVERSION= ${DISTVERSION_${JDK_ARCH}} -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= LOCAL/jkim \ LOCAL/mikael \ diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index cc8a0c788ad5..c8fb3ed55a2c 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -1,6 +1,6 @@ PORTNAME= bouncycastle DISTVERSION= 1.71 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ @@ -41,9 +41,10 @@ ZIPSRC_ALL_TARGET= zip-src ARTIFACTSDIR= ${WRKSRC}/build/artifacts/jdk${JDKMVERSION} DVERSION= ${PORTVERSION:S/.//} -JDKMVERSION= 1.5 -JDKNVERSION= 15 -JARSUFFIX= -jdk${JDKNVERSION}to18-${DVERSION}.jar +JDKMVERSION= 1.8 +JDKNVERSION= 18 +# matches target.prefix property in WRKSRC/ant/jdk18+.xml +JARSUFFIX= -jdk${JDKNVERSION}on-${DVERSION}.jar .include <bsd.port.options.mk> diff --git a/java/bouncycastle/files/patch-ant_bc+-build.xml b/java/bouncycastle/files/patch-ant_bc+-build.xml new file mode 100644 index 000000000000..435dbab2a372 --- /dev/null +++ b/java/bouncycastle/files/patch-ant_bc+-build.xml @@ -0,0 +1,26 @@ +--- ant/bc+-build.xml.orig 2025-12-04 21:43:00 UTC ++++ ant/bc+-build.xml +@@ -118,6 +118,7 @@ + <mkdir dir="${artifacts.dir}/@{target}" /> + + <javac source="${bc.javac.source}" target="${bc.javac.target}" ++ encoding="UTF-8" + srcdir="${artifacts.dir}/@{target}/src" + destdir="${build.dir}/@{target}/classes" + memoryMaximumSize="512m" +@@ -155,6 +156,7 @@ + <mkdir dir="${artifacts.dir}/@{target}" /> + + <javac source="${bc.javac.source}" target="${bc.javac.target}" ++ encoding="UTF-8" + srcdir="${artifacts.dir}/@{target}/src" + destdir="${build.dir}/@{target}/classes" + memoryMaximumSize="512m" +@@ -302,6 +304,7 @@ + </copy> + + <javac source="${bc.javac.source}" target="${bc.javac.target}" ++ encoding="UTF-8" + srcdir="${lcrypto.target.src.dir}" + destdir="${lcrypto.target.classes.dir}" + memoryMaximumSize="512m" diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 3c0e73951fad..349e1834a0a1 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbvis -DISTVERSION= 25.1.4 +DISTVERSION= 25.3 CATEGORIES= java databases MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \ https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/ @@ -25,9 +25,12 @@ WRKSRC= ${WRKDIR}/DbVisualizer PLIST_FILES= bin/dbvis do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ../share/dbvis/dbvis dbvis - ${CHMOD} a+x ${STAGEDIR}${DATADIR}/dbvis + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ + "! ( -name dbvis -o -name dbviscmd.sh -o -name dbvisgui.sh )") + ${INSTALL_SCRIPT} ${WRKSRC}/dbvis \ + ${WRKSRC}/dbviscmd.sh \ + ${WRKSRC}/dbvisgui.sh ${STAGEDIR}${DATADIR} + ${RLN} ${STAGEDIR}${DATADIR}/dbvis ${STAGEDIR}${PREFIX}/bin/dbvis post-install: ${FIND} ${STAGEDIR}${DATADIR} -not -type d \ diff --git a/java/dbvis/distinfo b/java/dbvis/distinfo index c96efd66c586..bae2264c8593 100644 --- a/java/dbvis/distinfo +++ b/java/dbvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748297517 -SHA256 (dbvis_linux_25_1_4.tar.gz) = a04a74f8709f23ffee91cab1557e63e9ea76e53b2e387a651ed7969ebce52eef -SIZE (dbvis_linux_25_1_4.tar.gz) = 186685977 +TIMESTAMP = 1765555555 +SHA256 (dbvis_linux_25_3.tar.gz) = 36fb75a344219d7ad354d6f1dcbfce4f17d0b1eeb08b90ed858e1ac22d70f0e3 +SIZE (dbvis_linux_25_3.tar.gz) = 175992719 diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index f0a69f68c561..d120f1b91c65 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -1,6 +1,6 @@ PORTNAME= EPIC PORTVERSION= 0.6.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java editors devel MASTER_SITES= SF/e-p-i-c/e-p-i-c/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= eclipse- diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 4efb93604d26..d8e44039d248 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -1,5 +1,6 @@ PORTNAME= cdt PORTVERSION= 9.0.1 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ECLIPSE/tools/${PORTNAME}/releases/9.0/sr1 \ ECLIPSE/releases/neon/201606221000:base diff --git a/java/eclipse-drjava/Makefile b/java/eclipse-drjava/Makefile index bfa6a8a0007a..30c6e1dd2b9d 100644 --- a/java/eclipse-drjava/Makefile +++ b/java/eclipse-drjava/Makefile @@ -1,6 +1,6 @@ PORTNAME= drjava PORTVERSION= 0.9.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/3.%20DrJava%20Eclipse%20Plug-in/${PORTNAME}-eclipse-${PORTVERSION} PKGNAMEPREFIX= eclipse- diff --git a/java/eclipse-findbugs/Makefile b/java/eclipse-findbugs/Makefile index ebb290aa1d76..b9dc9fb87fea 100644 --- a/java/eclipse-findbugs/Makefile +++ b/java/eclipse-findbugs/Makefile @@ -1,5 +1,6 @@ PORTNAME= findbugs DISTVERSION= 3.0.1.20150306-5afe4d1 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/3.0.1 PKGNAMEPREFIX= eclipse- diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 29b9430d9a46..adfc3411b7af 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydev PORTVERSION= 12.0.0 +PORTREVISION= 1 CATEGORIES= java devel python MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_12_0_0/ PKGNAMEPREFIX= eclipse- diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile index 7b85385554b3..3225e0ea5587 100644 --- a/java/eclipse-shelled/Makefile +++ b/java/eclipse-shelled/Makefile @@ -1,6 +1,6 @@ PORTNAME= ShellEd PORTVERSION= 1.0.2a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/1.0.2 PKGNAMEPREFIX= eclipse- diff --git a/java/eclipse-yaml-editor/Makefile b/java/eclipse-yaml-editor/Makefile index 08fa70aac718..0b794b47da19 100644 --- a/java/eclipse-yaml-editor/Makefile +++ b/java/eclipse-yaml-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= eclipse-yaml-editor PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= java devel MAINTAINER= mizhka@FreeBSD.org diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 586736265dd6..ad3b4768ddbc 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,5 +1,5 @@ PORTNAME= eclipse -DISTVERSION= 4.35 +DISTVERSION= 4.38 CATEGORIES= java devel ECLIPSE_TAG= R${DISTVERSION:S|.|_|g} diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins index 2d54cbe0aa77..54814b3ef0ec 100644 --- a/java/eclipse/Makefile.plugins +++ b/java/eclipse/Makefile.plugins @@ -1,6 +1,6 @@ NO_BUILD= yes USES+= java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ REPO_DIRS?= features plugins diff --git a/java/eclipse/distinfo b/java/eclipse/distinfo index 0a2394b33a62..7f7a836f6970 100644 --- a/java/eclipse/distinfo +++ b/java/eclipse/distinfo @@ -1,29 +1,29 @@ -TIMESTAMP = 1743576596 -SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.35-R4_35_maintenance_GH0.tar.gz) = 2fcb4b9958d13e58f758c3c1a0c10b941c0d5a745b128aa93a73a4ae9f67212c -SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.35-R4_35_maintenance_GH0.tar.gz) = 26236823 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_35_GH0.tar.gz) = 46823539473fd9a4e3f976f14e7bdad3c6730a22163413cae1e0334e68132c84 -SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_35_GH0.tar.gz) = 39729 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_35_GH0.tar.gz) = 8ba8a83865d2922d0f0b86985b34372aa3c3ea6e25f6a0512752ea9ab27b9c07 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_35_GH0.tar.gz) = 15659847 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_35_GH0.tar.gz) = 5d76780c7bde91d35fe13d78c10c0bf47115e9d444389243c8df67e92ba1f569 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_35_GH0.tar.gz) = 34885476 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_35_GH0.tar.gz) = 08162d9029ccbbf61338e1281f3c17e6271ea726e8a1ec0cf71c824bc63b1e27 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_35_GH0.tar.gz) = 2177096 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_35_GH0.tar.gz) = 460f3dd79ab48a68c7f91b7633c5d01faa1770741d0cfcc37174a23fdbe5e893 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_35_GH0.tar.gz) = 24041044 -SHA256 (eclipse/chirontt-eclipse.pde-R4_35_maintenance_GH0.tar.gz) = be94fb6edd85240c995125ba04c90806e68f13acc86333f3cdd755b11a07d68c -SIZE (eclipse/chirontt-eclipse.pde-R4_35_maintenance_GH0.tar.gz) = 35112342 -SHA256 (eclipse/chirontt-eclipse.platform-R4_35_maintenance_GH0.tar.gz) = 6f4c89696253e60053b89dfb961f9542d033eef2e62a75869883fbc1867166e5 -SIZE (eclipse/chirontt-eclipse.platform-R4_35_maintenance_GH0.tar.gz) = 16489404 -SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_35_maintenance_GH0.tar.gz) = e390e06d0344899758b02409ba879c889f2ee106a3126f328dbb6a1156d5b872 -SIZE (eclipse/chirontt-eclipse.platform.swt-R4_35_maintenance_GH0.tar.gz) = 9218730 -SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_35_maintenance_GH0.tar.gz) = 65fd3630cf3bc4bc0e6578cc8b253f4a5ff9ccecfaa2ecde2caa21038c83c65d -SIZE (eclipse/chirontt-eclipse.platform.ui-R4_35_maintenance_GH0.tar.gz) = 15572004 -SHA256 (eclipse/chirontt-equinox-R4_35_maintenance_GH0.tar.gz) = c751ee64dcd8a99ede5683d87227b0aba91cfab75295aaf8eb26ad91c0a42ce6 -SIZE (eclipse/chirontt-equinox-R4_35_maintenance_GH0.tar.gz) = 3593501 -SHA256 (eclipse/chirontt-equinox.binaries-R4_35_maintenance_GH0.tar.gz) = 679126ad2bb35b946a9e02c3e0177db06ea10a248ac58bc4f7f41fe2b9f9e295 -SIZE (eclipse/chirontt-equinox.binaries-R4_35_maintenance_GH0.tar.gz) = 1621098 -SHA256 (eclipse/chirontt-p2-R4_35_maintenance_GH0.tar.gz) = 9df1e4eef2095f0090b373f18a5806b1c947a8412a3f3143436f2d9b07b8dba8 -SIZE (eclipse/chirontt-p2-R4_35_maintenance_GH0.tar.gz) = 53845413 -SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.35_GH0.tar.gz) = 121a6015ee06fbc157afab0f44eb6e4afde98e7a969f91de315c816f4ba87d70 -SIZE (eclipse/NorbertXYZ-eclipse-maven-4.35_GH0.tar.gz) = 495455311 +TIMESTAMP = 1765528395 +SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.38-R4_38_maintenance_GH0.tar.gz) = c0d44900fe9d64af0cb27d1b1fc2445508c8d2af3ff442616f6d1de3e6c252c9 +SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.38-R4_38_maintenance_GH0.tar.gz) = 26111995 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_38_GH0.tar.gz) = d1aa9abe7ed55abcab4933f1d576569d78766c51ddca7fc7dd54bb977d3b0378 +SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_38_GH0.tar.gz) = 40156 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_38_GH0.tar.gz) = d1e600c5f2595fa3838f104f708ed4da785c2677be429a4392013be48dac397c +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_38_GH0.tar.gz) = 15861511 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_38_GH0.tar.gz) = 2e964233cf7c36da9755dd301dc74cd0436588af3377be4ac368954173f37d89 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_38_GH0.tar.gz) = 34885792 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_38_GH0.tar.gz) = a05314680bca99f52cb40cdaddd2c0e6996ef8727d4323b2a42c0d7a7d097881 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_38_GH0.tar.gz) = 2405662 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_38_GH0.tar.gz) = 5beea79773f7fe24fc8a31de796f003777fcc6ff61232c11f668b56af0405a87 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_38_GH0.tar.gz) = 26497055 +SHA256 (eclipse/chirontt-eclipse.pde-R4_38_maintenance_GH0.tar.gz) = 92f9497f1b7fc498f96d5d6236beb09671486c2090883028d98b490383e152d5 +SIZE (eclipse/chirontt-eclipse.pde-R4_38_maintenance_GH0.tar.gz) = 36076831 +SHA256 (eclipse/chirontt-eclipse.platform-R4_38_maintenance_GH0.tar.gz) = 88f086a23d444d416b6c2f688bc7f0f37cd8550729028766dec82c6b3d291cd0 +SIZE (eclipse/chirontt-eclipse.platform-R4_38_maintenance_GH0.tar.gz) = 16956101 +SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_38_maintenance_GH0.tar.gz) = fc7ebf35e9a478a056c9fc8da9801a96df5285e2ecb65f77685d297b5ffdb1da +SIZE (eclipse/chirontt-eclipse.platform.swt-R4_38_maintenance_GH0.tar.gz) = 11731948 +SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_38_maintenance_GH0.tar.gz) = cbae415598f28bd2e69ba0acb957a857122bffc1b971cefb2e4b9682978b172e +SIZE (eclipse/chirontt-eclipse.platform.ui-R4_38_maintenance_GH0.tar.gz) = 16537801 +SHA256 (eclipse/chirontt-equinox-R4_38_maintenance_GH0.tar.gz) = 66d2a87afc0c81cc98521cdfd26929c8c548f3dfe9fc4fd8f2572ad18c2a5e7d +SIZE (eclipse/chirontt-equinox-R4_38_maintenance_GH0.tar.gz) = 4198326 +SHA256 (eclipse/chirontt-equinox.binaries-R4_38_maintenance_GH0.tar.gz) = a3c840b7476eec595c00452ba2742c68636d7961912fb5477d2e4642bcdb4de4 +SIZE (eclipse/chirontt-equinox.binaries-R4_38_maintenance_GH0.tar.gz) = 1611409 +SHA256 (eclipse/chirontt-p2-R4_38_maintenance_GH0.tar.gz) = 8455d7382010d1a1232a0982e9b8323b15c5af62db619118e94df0025f5c3418 +SIZE (eclipse/chirontt-p2-R4_38_maintenance_GH0.tar.gz) = 54032735 +SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.38_GH0.tar.gz) = 3d0cc3dd63062443aac636d55637cdf44858f34198e5541682f32610758118ac +SIZE (eclipse/NorbertXYZ-eclipse-maven-4.38_GH0.tar.gz) = 519463770 diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 86f93e784652..4e2e0b06505c 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.8 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 26 +PORTREVISION= 30 CATEGORIES= java www MAINTAINER= java@FreeBSD.org diff --git a/java/intellij-fsnotifier/Makefile b/java/intellij-fsnotifier/Makefile index f7c6f2e227b0..441f8dbdf053 100644 --- a/java/intellij-fsnotifier/Makefile +++ b/java/intellij-fsnotifier/Makefile @@ -24,4 +24,8 @@ CMAKE_ARGS+= -DVERSION=${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} +.if exists(/usr/include/sys/inotify.h) +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-cmake_target__definitions.cmake +.endif + .include <bsd.port.mk> diff --git a/java/intellij-fsnotifier/files/extrapatch-cmake_target__definitions.cmake b/java/intellij-fsnotifier/files/extrapatch-cmake_target__definitions.cmake new file mode 100644 index 000000000000..bffb0ce63f8c --- /dev/null +++ b/java/intellij-fsnotifier/files/extrapatch-cmake_target__definitions.cmake @@ -0,0 +1,12 @@ +FreeBSD 15+ has native inotify implementation + +--- cmake/target_definitions.cmake.orig 2023-07-24 21:16:54 UTC ++++ cmake/target_definitions.cmake +@@ -19,7 +19,6 @@ foreach(_lib _type IN ZIP_LISTS LIBS TYPES) + add_library(fsnotifier_staticlib STATIC ${HEADERS} ${SOURCES}) + foreach(_lib _type IN ZIP_LISTS LIBS TYPES) + target_link_libraries(${_lib} PUBLIC +- ${INOTIFY_LIBRARY_DIRS}/${CMAKE_${_type}_LIBRARY_PREFIX}${INOTIFY_LIBRARIES}${CMAKE_${_type}_LIBRARY_SUFFIX} + Threads::Threads) + target_include_directories(${_lib} PUBLIC ${INOTIFY_INCLUDE_DIRS}) + set_target_properties(${_lib} PROPERTIES OUTPUT_NAME fsnotifier) diff --git a/java/intellij-ultimate/Makefile b/java/intellij-ultimate/Makefile index feeb80fc3d4f..b61e0d07929f 100644 --- a/java/intellij-ultimate/Makefile +++ b/java/intellij-ultimate/Makefile @@ -1,8 +1,8 @@ PORTNAME= intellij-ultimate -DISTVERSION= 2025.1.2 +DISTVERSION= 2025.3 CATEGORIES= java devel MASTER_SITES= https://download-cdn.jetbrains.com/idea/ -DISTNAME= ideaIU-${DISTVERSION} +DISTNAME= idea-${DISTVERSION} DIST_SUBDIR= jetbrains MAINTAINER= andoriyu@gmail.com @@ -21,7 +21,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ lsof:sysutils/lsof USES= java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ CONFLICTS= idea intellij @@ -29,7 +29,7 @@ NO_BUILD= yes SUB_FILES= idea idea.desktop pkg-message BUILD_TYPE= IU -BUILD_VERSION= 251.26094.121 +BUILD_VERSION= 253.28294.334 BUILD_MARKER= ${BUILD_TYPE}-${BUILD_VERSION} PLIST_SUB= BUILD_MARKER=${BUILD_MARKER} WRKSRC= ${WRKDIR}/idea-${BUILD_MARKER} @@ -48,16 +48,16 @@ post-patch: ${WRKSRC}/lib/jna/ \ ${WRKSRC}/lib/native/ \ ${WRKSRC}/lib/pty4j/ \ + ${WRKSRC}/lib/skiko-awt-runtime-all \ ${WRKSRC}/plugins/clouds-docker-gateway \ ${WRKSRC}/plugins/clouds-docker-impl \ ${WRKSRC}/plugins/cwm-plugin \ ${WRKSRC}/plugins/gateway-plugin \ - ${WRKSRC}/plugins/gateway-terminal \ - ${WRKSRC}/plugins/llmInstaller/video/Idea/.DS_Store \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/ \ ${WRKSRC}/plugins/maven/lib/maven4-server-lib \ ${WRKSRC}/plugins/remote-dev-server/ \ - ${WRKSRC}/plugins/webp/lib/libwebp/ + ${WRKSRC}/plugins/station-plugin/toolbox + @${SED} -i '' 's,/amd64,,' ${WRKSRC}/bin/idea.sh ${WRKSRC}/product-info.json @${SED} -i '' 's/amd64/${ARCH}/' ${WRKSRC}/product-info.json diff --git a/java/intellij-ultimate/distinfo b/java/intellij-ultimate/distinfo index de50db54c1f3..8b7611c74eb2 100644 --- a/java/intellij-ultimate/distinfo +++ b/java/intellij-ultimate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749731111 -SHA256 (jetbrains/ideaIU-2025.1.2.tar.gz) = 1e675bda1314ae914b64b31a22309ba2eba6f35e6659e53d4b291e73c2fb856b -SIZE (jetbrains/ideaIU-2025.1.2.tar.gz) = 1685353180 +TIMESTAMP = 1765453092 +SHA256 (jetbrains/idea-2025.3.tar.gz) = 13f4174ba16c1cef04871cb261433536d002586c269a809392c20ee3f94959f5 +SIZE (jetbrains/idea-2025.3.tar.gz) = 1515485267 diff --git a/java/intellij-ultimate/files/idea.in b/java/intellij-ultimate/files/idea.in index e84b6f62b592..a7fa411f70ac 100644 --- a/java/intellij-ultimate/files/idea.in +++ b/java/intellij-ultimate/files/idea.in @@ -1,4 +1,4 @@ #!/bin/sh -export JAVA_VERSION=17+ +export JAVA_VERSION=21+ exec "%%DATADIR%%/bin/idea.sh" "$@" diff --git a/java/intellij-ultimate/pkg-plist b/java/intellij-ultimate/pkg-plist index c458ac748fcd..4b4d91a733ce 100644 --- a/java/intellij-ultimate/pkg-plist +++ b/java/intellij-ultimate/pkg-plist @@ -16,13 +16,16 @@ share/applications/idea.desktop %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/jdk-shared-indexes/jdk-9823dce3aa75-fbdcb00ec9e3.ijx -%%DATADIR%%/jdk-shared-indexes/jdk-9823dce3aa75-fbdcb00ec9e3.txt +%%DATADIR%%/jdk-shared-indexes/jdk-30f59d01ecdd-cffe25b9f5b3.ijx +%%DATADIR%%/jdk-shared-indexes/jdk-30f59d01ecdd-cffe25b9f5b3.txt %%DATADIR%%/lib/annotations.jar -%%DATADIR%%/lib/app-client.jar +%%DATADIR%%/lib/app-backend.jar %%DATADIR%%/lib/app.jar -%%DATADIR%%/lib/bouncy-castle.jar %%DATADIR%%/lib/build-marker-%%BUILD_MARKER%% +%%DATADIR%%/lib/eclipse.lsp4j.debug.jar +%%DATADIR%%/lib/eclipse.lsp4j.jar +%%DATADIR%%/lib/eclipse.lsp4j.jsonrpc.debug.jar +%%DATADIR%%/lib/eclipse.lsp4j.jsonrpc.jar %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar @@ -32,15 +35,126 @@ share/applications/idea.desktop %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/idea_rt.jar %%DATADIR%%/lib/intellij-test-discovery.jar +%%DATADIR%%/lib/javax.activation.jar +%%DATADIR%%/lib/javax.annotation-api.jar +%%DATADIR%%/lib/jaxb-api.jar +%%DATADIR%%/lib/jaxb-runtime.jar %%DATADIR%%/lib/jna/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar -%%DATADIR%%/lib/lib-client.jar +%%DATADIR%%/lib/lib-backend.jar %%DATADIR%%/lib/lib.jar -%%DATADIR%%/lib/modules/intellij.debugger.collections.visualizer.core.jar -%%DATADIR%%/lib/modules/intellij.debugger.collections.visualizer.jvm.jar +%%DATADIR%%/lib/module-intellij.libraries.aalto.xml.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.tools.jar +%%DATADIR%%/lib/module-intellij.libraries.automaton.jar +%%DATADIR%%/lib/module-intellij.libraries.blockmap.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.pgp.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.provider.jar +%%DATADIR%%/lib/module-intellij.libraries.caffeine.jar +%%DATADIR%%/lib/module-intellij.libraries.cglib.jar +%%DATADIR%%/lib/module-intellij.libraries.classgraph.jar +%%DATADIR%%/lib/module-intellij.libraries.cli.parser.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.cli.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.codec.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.compress.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.imaging.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.io.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.lang3.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.logging.jar +%%DATADIR%%/lib/module-intellij.libraries.fastutil.jar +%%DATADIR%%/lib/module-intellij.libraries.gson.jar +%%DATADIR%%/lib/module-intellij.libraries.guava.jar +%%DATADIR%%/lib/module-intellij.libraries.hash4j.jar +%%DATADIR%%/lib/module-intellij.libraries.hdr.histogram.jar +%%DATADIR%%/lib/module-intellij.libraries.http.client.jar +%%DATADIR%%/lib/module-intellij.libraries.icu4j.jar +%%DATADIR%%/lib/module-intellij.libraries.imgscalr.jar +%%DATADIR%%/lib/module-intellij.libraries.ini4j.jar +%%DATADIR%%/lib/module-intellij.libraries.ion.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.databind.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.dataformat.yaml.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jr.objects.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.module.kotlin.jar +%%DATADIR%%/lib/module-intellij.libraries.java.websocket.jar +%%DATADIR%%/lib/module-intellij.libraries.javax.annotation.jar +%%DATADIR%%/lib/module-intellij.libraries.jaxen.jar +%%DATADIR%%/lib/module-intellij.libraries.jbr.jar +%%DATADIR%%/lib/module-intellij.libraries.jcef.jar +%%DATADIR%%/lib/module-intellij.libraries.jcip.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.core.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.ui.jar +%%DATADIR%%/lib/module-intellij.libraries.jettison.jar +%%DATADIR%%/lib/module-intellij.libraries.jsonpath.jar +%%DATADIR%%/lib/module-intellij.libraries.jsoup.jar +%%DATADIR%%/lib/module-intellij.libraries.jsvg.jar +%%DATADIR%%/lib/module-intellij.libraries.jvm.native.trusted.roots.jar +%%DATADIR%%/lib/module-intellij.libraries.jzlib.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlin.reflect.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.collections.immutable.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.coroutines.slf4j.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.datetime.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.html.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.io.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.core.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.json.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.protobuf.jar +%%DATADIR%%/lib/module-intellij.libraries.kryo5.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.cio.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.io.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.network.tls.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.utils.jar +%%DATADIR%%/lib/module-intellij.libraries.lz4.jar +%%DATADIR%%/lib/module-intellij.libraries.markdown.jar +%%DATADIR%%/lib/module-intellij.libraries.miglayout.swing.jar +%%DATADIR%%/lib/module-intellij.libraries.mvstore.jar +%%DATADIR%%/lib/module-intellij.libraries.oro.matcher.jar +%%DATADIR%%/lib/module-intellij.libraries.proxy.vole.jar +%%DATADIR%%/lib/module-intellij.libraries.pty4j.jar +%%DATADIR%%/lib/module-intellij.libraries.rd.text.jar +%%DATADIR%%/lib/module-intellij.libraries.rhino.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.engine.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.jar +%%DATADIR%%/lib/module-intellij.libraries.sshj.jar +%%DATADIR%%/lib/module-intellij.libraries.stream.jar +%%DATADIR%%/lib/module-intellij.libraries.velocity.jar +%%DATADIR%%/lib/module-intellij.libraries.winp.jar +%%DATADIR%%/lib/module-intellij.libraries.xerces.jar +%%DATADIR%%/lib/module-intellij.libraries.xstream.jar +%%DATADIR%%/lib/module-intellij.libraries.xtext.xbase.jar +%%DATADIR%%/lib/module-intellij.libraries.xz.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.rpc.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.shared.jar +%%DATADIR%%/lib/module-intellij.platform.eel.impl.jar +%%DATADIR%%/lib/module-intellij.platform.find.jar +%%DATADIR%%/lib/module-intellij.platform.managed.cache.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.backend.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.jar +%%DATADIR%%/lib/module-intellij.platform.rpc.topics.jar +%%DATADIR%%/lib/module-intellij.platform.scopes.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.core.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.shared.jar +%%DATADIR%%/lib/module-intellij.regexp.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.impl.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.jar +%%DATADIR%%/lib/module-intellij.xml.dom.impl.jar +%%DATADIR%%/lib/module-intellij.xml.dom.jar +%%DATADIR%%/lib/module-intellij.xml.impl.jar +%%DATADIR%%/lib/module-intellij.xml.parser.jar +%%DATADIR%%/lib/module-intellij.xml.psi.impl.jar +%%DATADIR%%/lib/module-intellij.xml.psi.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.impl.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.jar +%%DATADIR%%/lib/module-intellij.xml.syntax.jar +%%DATADIR%%/lib/module-intellij.xml.ui.common.jar +%%DATADIR%%/lib/modules/intellij.charts.jar +%%DATADIR%%/lib/modules/intellij.debugger.streams.backend.jar %%DATADIR%%/lib/modules/intellij.debugger.streams.core.jar +%%DATADIR%%/lib/modules/intellij.debugger.streams.shared.jar +%%DATADIR%%/lib/modules/intellij.emojipicker.jar %%DATADIR%%/lib/modules/intellij.execution.process.elevation.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.common.jar @@ -51,39 +165,66 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.grid.jar %%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar +%%DATADIR%%/lib/modules/intellij.idea.customization.backend.jar %%DATADIR%%/lib/modules/intellij.idea.customization.base.jar -%%DATADIR%%/lib/modules/intellij.jvm.dfa.analysis.ui.jar -%%DATADIR%%/lib/modules/intellij.kotlin.onboarding-promoter.jar +%%DATADIR%%/lib/modules/intellij.idea.ultimate.customizationTrial.jar +%%DATADIR%%/lib/modules/intellij.idea.ultimate.feedback.jar +%%DATADIR%%/lib/modules/intellij.libraries.coil.jar +%%DATADIR%%/lib/modules/intellij.libraries.commons.text.jar %%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.runtime.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/modules/intellij.libraries.javax.activation.jar +%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.document.store.mvstore.jar +%%DATADIR%%/lib/modules/intellij.libraries.lucene.common.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.libraries.xml.rpc.jar +%%DATADIR%%/lib/modules/intellij.platform.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.base.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.common.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar +%%DATADIR%%/lib/modules/intellij.platform.customization.min.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.backend.jar %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar +%%DATADIR%%/lib/modules/intellij.platform.diagnostic.telemetry.agent.extension.jar %%DATADIR%%/lib/modules/intellij.platform.editor.backend.jar %%DATADIR%%/lib/modules/intellij.platform.editor.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.editor.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.impl.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar +%%DATADIR%%/lib/modules/intellij.platform.find.backend.jar %%DATADIR%%/lib/modules/intellij.platform.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.ide.impl.wsl.jar %%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar %%DATADIR%%/lib/modules/intellij.platform.ide.newUsersOnboarding.jar -%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar -%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar +%%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.shared.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.inspect.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar @@ -91,14 +232,25 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.kernel.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.lang.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.managed.cache.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.ml.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar +%%DATADIR%%/lib/modules/intellij.platform.pluginManager.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.pluginManager.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.pluginManager.shared.jar %%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar %%DATADIR%%/lib/modules/intellij.platform.project.backend.jar %%DATADIR%%/lib/modules/intellij.platform.recentFiles.backend.jar @@ -106,38 +258,60 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.scopes.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.protocolReaderRuntime.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.ui.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar +%%DATADIR%%/lib/modules/intellij.platform.tasks.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.tasks.jar %%DATADIR%%/lib/modules/intellij.platform.tips.jar +%%DATADIR%%/lib/modules/intellij.platform.trialPromotion.common.jar +%%DATADIR%%/lib/modules/intellij.platform.trialPromotion.idesWithFreeTier.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.jar +%%DATADIR%%/lib/modules/intellij.platform.warmup.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar -%%DATADIR%%/lib/modules/intellij.profiler.ultimate.jar +%%DATADIR%%/lib/modules/intellij.rd.ide.model.generated.jar +%%DATADIR%%/lib/modules/intellij.rd.platform.jar +%%DATADIR%%/lib/modules/intellij.rd.ui.jar +%%DATADIR%%/lib/modules/intellij.relaxng.jar %%DATADIR%%/lib/modules/intellij.rml.dfa.impl.jar %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar +%%DATADIR%%/lib/modules/intellij.spellchecker.jar +%%DATADIR%%/lib/modules/intellij.spellchecker.xml.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.xpath.jar %%DATADIR%%/lib/modules/intellij.xml.xmlbeans.jar %%DATADIR%%/lib/native/linux-%%JNI_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar %%DATADIR%%/lib/platform-loader.jar -%%DATADIR%%/lib/product-client.jar +%%DATADIR%%/lib/product-backend.jar %%DATADIR%%/lib/product.jar %%DATADIR%%/lib/protobuf.jar %%DATADIR%%/lib/pty4j/freebsd/%%JNI_ARCH%%/libpty.so %%DATADIR%%/lib/rd.jar +%%DATADIR%%/lib/rhino.jar %%DATADIR%%/lib/rt/servlet.jar %%DATADIR%%/lib/rt/xerces1.jar %%DATADIR%%/lib/rt/xml-apis.jar @@ -161,14 +335,67 @@ share/applications/idea.desktop %%DATADIR%%/license/third-party/W3C_Software_License.html %%DATADIR%%/license/third-party/protobuf_license.txt %%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/modules/module-descriptors.dat %%DATADIR%%/modules/module-descriptors.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar -%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar +%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin-frontend.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar +%%DATADIR%%/plugins/DatabaseTools/lib/frontend-split/database-frontend.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar +%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-provider.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.backend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.completionMlRanking.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.connectivity.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.core.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.generic.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.maria.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.js.external.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.coverage.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgres.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresgreenplumbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.backend.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sql92.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.frontend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.shim.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.pro.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.backend.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.copyright.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.core.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.intelliLang.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.trialPromotion.idesWithFreeTier.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.util.jar +%%DATADIR%%/plugins/DatabaseTools/lib/plexus-utils.jar +%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin.jar %%DATADIR%%/plugins/Groovy/lib/Groovy.jar %%DATADIR%%/plugins/Groovy/lib/agent/gragent.jar %%DATADIR%%/plugins/Groovy/lib/console.groovy @@ -182,149 +409,29 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Groovy/lib/standardDsls/defaultMethods.gdsl %%DATADIR%%/plugins/Groovy/lib/standardDsls/gantScript.gdsl %%DATADIR%%/plugins/Groovy/lib/standardDsls/metaDsl.gdsl +%%DATADIR%%/plugins/JPA Model/lib/jgoodies.binding.jar %%DATADIR%%/plugins/JPA Model/lib/jpa-model.jar %%DATADIR%%/plugins/JPA/lib/jpa-support.jar %%DATADIR%%/plugins/JPA/lib/jps/javaee-jpa-jps.jar +%%DATADIR%%/plugins/JPA/lib/modules/intellij.javaee.jpa.kotlin.jar %%DATADIR%%/plugins/JavaEE/lib/jasper-v2-rt.jar -%%DATADIR%%/plugins/JavaEE/lib/javaee-openapi.jar %%DATADIR%%/plugins/JavaEE/lib/javaee-platform.jar %%DATADIR%%/plugins/JavaEE/lib/javaee-rt.jar %%DATADIR%%/plugins/JavaEE/lib/jps/javaee-jps.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.app.servers.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.application.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.ejb.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.jpa.ql.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.langInjection.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.free.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.impl.database.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.impl.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.web.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v21-rt.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v23-java8-rt.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v23-rt.jar -%%DATADIR%%/plugins/Kotlin/bin/linux/LLDBFrontend -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/__init__.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_group_value.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_qt.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_qt_init.py -%%DATADIR%%/plugins/Kotlin/bin/macos/LLDBFrontend -%%DATADIR%%/plugins/Kotlin/bin/windows/LLDBFrontend.exe -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kapt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kapt.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlin -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlin.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-js -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-js.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-jvm -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-jvm.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/build.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/allopen-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/android-extensions-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/android-extensions-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/annotations-13.0.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/assignment-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/compose-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/jvm-abi-gen.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing-cli.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotations-jvm-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotations-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-ant.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-daemon-client.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-daemon.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-imports-dumper-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-main-kts.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-metadata-jvm-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-metadata-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-preloader.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-reflect-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-reflect.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-runner.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-script-runtime-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-script-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-common.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-compiler-impl.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-serialization-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk7-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk7.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk8-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk8.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-js-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-js.klib -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-js-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-js.klib -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit5-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit5.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-testng-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-testng.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlinx-coroutines-core-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlinx-serialization-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/lombok-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/mutability-annotations-compat.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/noarg-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/parcelize-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/parcelize-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/power-assert-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/sam-with-receiver-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/trove4j.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/COPYRIGHT.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/COPYRIGHT_HEADER.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/NOTICE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/README.md -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aalto_xml_licence.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aether_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aosp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/args4j_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/asm_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/asmble_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/assemblyscript_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/boost_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/caffeine_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/closure-compiler_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/compose_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/dart_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/fastutil_licence -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gradle-node-plugin_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gradle_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/guava_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gwt_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jgit_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jquery_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jshashtable_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/karma-teamcity-reporter_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/karma_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/lodash_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/lombok_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/maven_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/mocha-teamcity-reporter_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/okhttp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/opentelemetry_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/power_assert_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/prototype_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/rhino_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/scala_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/sl4f_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/stax2-api.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/sun_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/teamcity-service-messages_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/dagger_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/eclipse_distribution_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/eclipse_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/findbugs_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/jspecify_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/lombok_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/rxjava_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/spring_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/threetenbp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/trove_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/trove_readme_license.txt +%%DATADIR%%/plugins/JavaeeWeb/lib/javaee-web.jar %%DATADIR%%/plugins/Kotlin/kotlinc/META-INF/MANIFEST.MF %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kapt %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kapt.bat @@ -338,15 +445,11 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%DATADIR%%/plugins/Kotlin/kotlinc/build.txt %%DATADIR%%/plugins/Kotlin/kotlinc/lib/allopen-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/android-extensions-runtime.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/annotations-13.0.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/assignment-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/compose-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/js.engines.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/jvm-abi-gen.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-cli.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-compiler.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-runtime.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotations-jvm-sources.jar @@ -355,8 +458,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-imports-dumper-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-main-kts.jar +%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-metadata-jvm-sources.jar +%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-metadata-jvm.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-preloader.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-reflect-sources.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-reflect.jar @@ -396,7 +500,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/lib/power-assert-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/sam-with-receiver-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/trove4j.jar %%DATADIR%%/plugins/Kotlin/kotlinc/license/COPYRIGHT.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/COPYRIGHT_HEADER.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/LICENSE.txt @@ -416,6 +519,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/dart_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/fastutil_licence %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle-node-plugin_LICENSE.txt +%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle_custom_user_plugin_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/guava_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gwt_license.txt @@ -429,9 +533,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/maven_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/mocha-teamcity-reporter_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/okhttp_license.txt +%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/opentelemetry_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/power_assert_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/qunit_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/scala_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/sl4f_license.txt @@ -446,22 +550,25 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/testdata/lombok_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/testdata/rxjava_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/testdata/spring_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/trove_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/trove_readme_license.txt +%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/threetenbp_license.txt +%%DATADIR%%/plugins/Kotlin/lib/completion-ranking-kotlin.jar +%%DATADIR%%/plugins/Kotlin/lib/ehcache.sizeof.jar %%DATADIR%%/plugins/Kotlin/lib/frontend-split/kotlin-frontend.jar +%%DATADIR%%/plugins/Kotlin/lib/jackson-dataformat-toml.jar +%%DATADIR%%/plugins/Kotlin/lib/javax-inject.jar %%DATADIR%%/plugins/Kotlin/lib/jps/kotlin-jps-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlin-base-jps.jar %%DATADIR%%/plugins/Kotlin/lib/kotlin-gradle-tooling.jar %%DATADIR%%/plugins/Kotlin/lib/kotlin-plugin-shared.jar %%DATADIR%%/plugins/Kotlin/lib/kotlin-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.allopen-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/lib/kotlinc.android-extensions-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.assignment-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.compose-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.js-plain-objects-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlin-compiler-common.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlin-compiler-fe10.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlin-compiler-ir.jar +%%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlin-dataframe-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlin-jps-common.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.kotlinx-serialization-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.lombok-compiler-plugin.jar @@ -469,9 +576,30 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/lib/kotlinc.parcelize-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.sam-with-receiver-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/lib/kotlinc.scripting-compiler-plugin.jar +%%DATADIR%%/plugins/Kotlin/lib/vavr.jar %%DATADIR%%/plugins/Kotlin/scripts/konan_lldb.py %%DATADIR%%/plugins/Spring/lib/customNs/customNs.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.aop.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.run.free.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.run.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.free.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.injections.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.data.jpa.ql.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.eclipse.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.el.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.graph.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.jsf.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.kotlin.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.hibernate.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.jpa.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.web.jar %%DATADIR%%/plugins/Spring/lib/spring.jar +%%DATADIR%%/plugins/android-gradle-declarative-lang-ide/lib/android-gradle-declarative-lang-ide-frontend.jar %%DATADIR%%/plugins/android-gradle-declarative-lang-ide/lib/android-gradle-declarative-lang-ide.jar %%DATADIR%%/plugins/android-gradle-dsl/lib/android-gradle-dsl.jar %%DATADIR%%/plugins/android-gradle-dsl/lib/modules/intellij.android.gradle.dsl.flags.jar @@ -493,43 +621,94 @@ share/applications/idea.desktop %%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js %%DATADIR%%/plugins/aopCommon/lib/aopCommon.jar -%%DATADIR%%/plugins/charts/lib/charts.jar %%DATADIR%%/plugins/clouds-kubernetes/lib/clouds-kubernetes.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/intellij.kubernetes.k8s.api.spec.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/kubernetes-client-java.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.backend.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.charts.gotpl.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.cron.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.db.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.frontend.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/semver4j.jar %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/compose-ide-plugin/lib/compose-ide-plugin.jar %%DATADIR%%/plugins/compose-ide-plugin/lib/modules/intellij.compose.ide.plugin.gradleTooling.rt.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/copyright/lib/copyright.jar %%DATADIR%%/plugins/cron/lib/cron.jar -%%DATADIR%%/plugins/css-impl/lib/css-impl.jar +%%DATADIR%%/plugins/cron/lib/cronutils.cron.utils.jar +%%DATADIR%%/plugins/css-plugin/lib/css-plugin.jar +%%DATADIR%%/plugins/css-plugin/lib/frontend-split/css-frontend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.analysis.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.backend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.copyright.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.frontend.split.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.schemeGenerator.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.watcher.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.xmlSchemeGenerator.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/debugger-collections-visualizer.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.core.backend.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.core.frontend.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.jvm.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/eclipse/lib/eclipse-common.jar %%DATADIR%%/plugins/eclipse/lib/eclipse-jps.jar %%DATADIR%%/plugins/eclipse/lib/eclipse.jar -%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar -%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar +%%DATADIR%%/plugins/editorconfig-plugin/lib/editorconfig-plugin.jar +%%DATADIR%%/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.backend.jar +%%DATADIR%%/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.common.jar +%%DATADIR%%/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.frontend.jar +%%DATADIR%%/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.frontend.split.jar +%%DATADIR%%/plugins/featuresTrainer/lib/assertj-swing.jar +%%DATADIR%%/plugins/featuresTrainer/lib/assertj.jar %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar +%%DATADIR%%/plugins/featuresTrainer/lib/git-learning-project.jar +%%DATADIR%%/plugins/findUsagesMl/lib/findUsagesMl.jar %%DATADIR%%/plugins/flyway/lib/flyway.jar %%DATADIR%%/plugins/freemarker/lib/freemarker.jar +%%DATADIR%%/plugins/freemarker/lib/modules/intellij.freemarker.spring.jar %%DATADIR%%/plugins/fullLine/full-line-model-java-v2.zip -%%DATADIR%%/plugins/fullLine/full-line-model-java.zip %%DATADIR%%/plugins/fullLine/full-line-model-kotlin.zip %%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip +%%DATADIR%%/plugins/fullLine/lib/clikt.jar %%DATADIR%%/plugins/fullLine/lib/fullLine.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.polyglot.cloud.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.mlapi.core.jar +%%DATADIR%%/plugins/fullLine/lib/jgrapht.core.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.chat.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.erb.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.fake.frontend.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.json.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.markdown.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.properties.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rbs.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.fsharp.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.godot.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.shaderlab.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.sql.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.text.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.xml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.yaml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.chat.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.completion.trigger.model.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar @@ -541,69 +720,11 @@ share/applications/idea.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.fsharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.godot.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.shaderlab.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar -%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/content.json -%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json -%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json -%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png @@ -620,105 +741,12 @@ share/applications/idea.desktop %%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Idea/content.json -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json -%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/content.json -%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/content.json -%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json -%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json -%%DATADIR%%/plugins/gradle-analysis/lib/gradle-analysis.jar -%%DATADIR%%/plugins/gradle-dependencyUpdater/lib/gradle-dependencyUpdater.jar -%%DATADIR%%/plugins/gradle-ext/lib/gradle-ext.jar -%%DATADIR%%/plugins/gradle-java-maven/lib/gradle-java-maven.jar %%DATADIR%%/plugins/gradle-java/lib/gradle-java.jar %%DATADIR%%/plugins/gradle-java/lib/gradle-jps.jar -%%DATADIR%%/plugins/gradle-javaee/lib/gradle-javaee.jar +%%DATADIR%%/plugins/gradle-java/lib/modules/intellij.gradle.analysis.jar +%%DATADIR%%/plugins/gradle-java/lib/modules/intellij.gradle.dependencyUpdater.jar +%%DATADIR%%/plugins/gradle-java/lib/modules/intellij.gradle.java.maven.jar +%%DATADIR%%/plugins/gradle-java/lib/modules/intellij.gradle.profiler.jar %%DATADIR%%/plugins/gradle/lib/ant/ant-antlr.jar %%DATADIR%%/plugins/gradle/lib/ant/ant-apache-bcel.jar %%DATADIR%%/plugins/gradle/lib/ant/ant-apache-bsf.jar @@ -745,14 +773,35 @@ share/applications/idea.desktop %%DATADIR%%/plugins/gradle/lib/ant/ant-testutil.jar %%DATADIR%%/plugins/gradle/lib/ant/ant-xz.jar %%DATADIR%%/plugins/gradle/lib/ant/ant.jar -%%DATADIR%%/plugins/gradle/lib/gradle-api-8.13.jar +%%DATADIR%%/plugins/gradle/lib/gradle-api-9.0.0.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar %%DATADIR%%/plugins/gradle/lib/gradle.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.rule.engine.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar +%%DATADIR%%/plugins/grazie/lib/com.carrotsearch-hppc.jar +%%DATADIR%%/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar +%%DATADIR%%/plugins/grazie/lib/com.vdurmont-emoji-java.jar +%%DATADIR%%/plugins/grazie/lib/grazie-frontend.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar +%%DATADIR%%/plugins/grazie/lib/javax.measure-unit-api.jar +%%DATADIR%%/plugins/grazie/lib/net.loomchild-segment.jar +%%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar +%%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-fsa.jar +%%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-speller.jar +%%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-stemming.jar +%%DATADIR%%/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-language-en.jar +%%DATADIR%%/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-languagetool-core.jar +%%DATADIR%%/plugins/grazie/lib/org.json-json.jar +%%DATADIR%%/plugins/grazie/lib/tech.units-indriya.jar +%%DATADIR%%/plugins/grazie/lib/tech.uom.lib-uom-lib-common.jar %%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar %%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar -%%DATADIR%%/plugins/grpc/lib/grpc.jar %%DATADIR%%/plugins/hibernate/lib/hibernate-console.jar %%DATADIR%%/plugins/hibernate/lib/hibernate.jar %%DATADIR%%/plugins/hibernate/lib/hibernate3-console.jar @@ -767,19 +816,20 @@ share/applications/idea.desktop %%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.ultimate.java.jar %%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar %%DATADIR%%/plugins/java-byteCodeViewer/lib/java-byteCodeViewer.jar +%%DATADIR%%/plugins/java-coverage/lib/coverage-report.jar %%DATADIR%%/plugins/java-coverage/lib/jacoco.jar %%DATADIR%%/plugins/java-coverage/lib/java-coverage-rt.jar %%DATADIR%%/plugins/java-coverage/lib/java-coverage.jar %%DATADIR%%/plugins/java-debugger-streams/lib/java-debugger-streams.jar %%DATADIR%%/plugins/java-decompiler/lib/java-decompiler.jar -%%DATADIR%%/plugins/java-dsm/lib/java-dsm.jar %%DATADIR%%/plugins/java-i18n/lib/java-i18n.jar %%DATADIR%%/plugins/java-ide-customization/lib/java-ide-customization.jar %%DATADIR%%/plugins/java/lib/aether-dependency-resolver.jar +%%DATADIR%%/plugins/java/lib/completion-ranking-java.jar %%DATADIR%%/plugins/java/lib/debugger-memory-agent.jar %%DATADIR%%/plugins/java/lib/ecj/eclipse.jar %%DATADIR%%/plugins/java/lib/frontend-split/java-frontend.jar -%%DATADIR%%/plugins/java/lib/java-frontback.jar +%%DATADIR%%/plugins/java/lib/java-impl-frontend.jar %%DATADIR%%/plugins/java/lib/java-impl.jar %%DATADIR%%/plugins/java/lib/javac2.jar %%DATADIR%%/plugins/java/lib/jb-jdi.jar @@ -788,20 +838,25 @@ share/applications/idea.desktop %%DATADIR%%/plugins/java/lib/jps-builders.jar %%DATADIR%%/plugins/java/lib/jps-javac-extension.jar %%DATADIR%%/plugins/java/lib/jps-launcher.jar -%%DATADIR%%/plugins/java/lib/jps/java-compiler-charts-jps.jar -%%DATADIR%%/plugins/java/lib/jshell-frontend.jar -%%DATADIR%%/plugins/java/lib/jshell-protocol.jar %%DATADIR%%/plugins/java/lib/kotlin-metadata.jar %%DATADIR%%/plugins/java/lib/maven-resolver-connector-basic.jar %%DATADIR%%/plugins/java/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/java/lib/maven-resolver-transport-http.jar -%%DATADIR%%/plugins/java/lib/modules/intellij.java.debugger.impl.backend.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.debugger.impl.frontend.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.duplicates.analysis.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.duplicatesDetection.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.execution.impl.backend.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.execution.impl.frontend.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.featuresTrainer.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.jam.impl.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.langInjection.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.langInjection.jps.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.structuralSearch.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.unscramble.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.vcs.jar %%DATADIR%%/plugins/java/lib/modules/intellij.jvm.analysis.impl.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.profiler.ultimate.jar +%%DATADIR%%/plugins/java/lib/netty-codec-protobuf.jar %%DATADIR%%/plugins/java/lib/resources/jdkAnnotations.jar %%DATADIR%%/plugins/java/lib/rt/debugger-agent.jar %%DATADIR%%/plugins/java/lib/rt/netty-jps.jar @@ -821,6 +876,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javaee-appServers-jboss/lib/specifics/legacy-specifics.jar %%DATADIR%%/plugins/javaee-appServers-jboss/lib/specifics/wildfly11-specifics.jar %%DATADIR%%/plugins/javaee-appServers-jboss/lib/specifics/wildfly28-specifics.jar +%%DATADIR%%/plugins/javaee-appServers-tomcat/lib/intellij.tomcat.inspector.jar %%DATADIR%%/plugins/javaee-appServers-tomcat/lib/javaee-appServers-tomcat.jar %%DATADIR%%/plugins/javaee-appServers-tomcat/lib/specifics/tomee-specifics.jar %%DATADIR%%/plugins/javaee-beanValidation/lib/javaee-beanValidation.jar @@ -831,20 +887,34 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javaee-jax-rs/lib/javaee-jax-rs.jar %%DATADIR%%/plugins/javaee-jax-rs/lib/javaee-jax-ws-rt.jar %%DATADIR%%/plugins/javaee-jsp-base-impl/lib/javaee-jsp-base-impl.jar +%%DATADIR%%/plugins/javaee-jsp-base-impl/lib/jsp.jar +%%DATADIR%%/plugins/javaee-jsp-base-impl/lib/servlets.jar %%DATADIR%%/plugins/javaee-persistence-impl/lib/javaee-persistence-impl.jar %%DATADIR%%/plugins/javaee-reverseEngineering/lib/javaee-reverseEngineering.jar -%%DATADIR%%/plugins/javaee-web-impl/lib/javaee-web-impl.jar -%%DATADIR%%/plugins/javascript-debugger/META-INF/chromeConnector.xml -%%DATADIR%%/plugins/javascript-debugger/META-INF/webStormSpecific.xml -%%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js -%%DATADIR%%/plugins/javascript-debugger/debugConnector.js -%%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js -%%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js -%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.rpc.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.coverage.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.ui.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webDeployment.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webstorm.specific.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.reactNativeDebugger.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.protocol.jar +%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectionForwarder.js +%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnector.js +%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectorPortPublisher.js +%%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectorUtil.js +%%DATADIR%%/plugins/javascript-debugger/webConsole/TreeView.js +%%DATADIR%%/plugins/javascript-debugger/webConsole/WebConsole.js +%%DATADIR%%/plugins/javascript-debugger/webConsole/console.css +%%DATADIR%%/plugins/javascript-debugger/webConsole/console.html +%%DATADIR%%/plugins/javascript-debugger/webConsole/darcula.css +%%DATADIR%%/plugins/javascript-debugger/webConsole/icons.css +%%DATADIR%%/plugins/javascript-debugger/webConsole/interop.js +%%DATADIR%%/plugins/javascript-debugger/webConsole/light.css +%%DATADIR%%/plugins/javascript-debugger/webConsole/search.js +%%DATADIR%%/plugins/javascript-debugger/webConsole/utils.js %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js @@ -880,11 +950,16 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-tree.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-file-path-resolver.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-connector.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-v3-plus.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -910,6 +985,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -962,6 +1038,15 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -1050,11 +1135,16 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint8-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts +%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/eslint-7.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-js.jar +%%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-typescript.jar %%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar -%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin-frontend.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar +%%DATADIR%%/plugins/javascript-plugin/lib/modules/intellij.javascript.frontend.jar +%%DATADIR%%/plugins/javascript-plugin/lib/semver4j.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/no_samples.zip @@ -1094,13 +1184,15 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js -%%DATADIR%%/plugins/json/lib/frontend-split/json-frontend.jar %%DATADIR%%/plugins/json/lib/json.jar -%%DATADIR%%/plugins/json/lib/modules/intellij.json.split.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.regexp.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.frontend.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/junit/lib/junit-rt.jar %%DATADIR%%/plugins/junit/lib/junit.jar %%DATADIR%%/plugins/junit/lib/junit5-rt.jar +%%DATADIR%%/plugins/junit/lib/junit6-rt.jar %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1030.js %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1066.js %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1083.js @@ -1445,15 +1537,14 @@ share/applications/idea.desktop %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/view-breakpoint.svg %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/word.svg %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/yaml.svg -%%DATADIR%%/plugins/jupyter-plugin/lib/frontend-split/jupyter-frontend.jar %%DATADIR%%/plugins/jupyter-plugin/lib/jupyter-plugin.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.core.jar -%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.psi.jar +%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.execution.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.completion.ml.ranking.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.psi.jar -%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.split.common.jar -%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.tables.jar +%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.split.frontend.jar +%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.split.frontend.py.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js @@ -1479,8 +1570,16 @@ share/applications/idea.desktop %%DATADIR%%/plugins/keymap-eclipse/lib/keymap-eclipse.jar %%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar %%DATADIR%%/plugins/keymap-visualStudio/lib/keymap-visualStudio.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/batik-transcoder.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/kotlin-jupyter-plugin.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.buildSystems.gradle.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.core.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.k1.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.k2.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.liveTemplates.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.plots.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.tables.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/xml-apis-ext.jar %%DATADIR%%/plugins/ktor/lib/ktor-gradle-tooling.jar %%DATADIR%%/plugins/ktor/lib/ktor.jar %%DATADIR%%/plugins/less/lib/less.jar @@ -1491,19 +1590,19 @@ share/applications/idea.desktop %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/lombok/lib/lombok.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/marketplaceMl/lib/marketplaceMl.jar -%%DATADIR%%/plugins/maven-ext/lib/maven-ext.jar -%%DATADIR%%/plugins/maven-model/lib/maven-model.jar -%%DATADIR%%/plugins/maven-server/lib/maven-server.jar +%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.backend.jar +%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.frontend.jar %%DATADIR%%/plugins/maven/lib/artifact-resolver-m31.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.archetype.catalog-no-trans-321.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.archetype.common-no-trans-3.2.1.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.core-3.8.3.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.wagon.provider.api-3.5.2.jar +%%DATADIR%%/plugins/maven/lib/jetbrains.idea.maven.indexer.api.rt.jar %%DATADIR%%/plugins/maven/lib/maven-event-listener.jar %%DATADIR%%/plugins/maven/lib/maven-jps.jar %%DATADIR%%/plugins/maven/lib/maven-server-indexer.jar %%DATADIR%%/plugins/maven/lib/maven-server-telemetry.jar +%%DATADIR%%/plugins/maven/lib/maven-server.jar %%DATADIR%%/plugins/maven/lib/maven-telemetry-lib/jackson-core-2.16.0.jar %%DATADIR%%/plugins/maven/lib/maven.jar %%DATADIR%%/plugins/maven/lib/maven3-server-common.jar @@ -1524,31 +1623,37 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnDebug %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnDebug.cmd %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnyjp -%%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.8.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.9.0.jar %%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds.license %%DATADIR%%/plugins/maven/lib/maven3/conf/logging/simplelogger.properties %%DATADIR%%/plugins/maven/lib/maven3/conf/settings.xml %%DATADIR%%/plugins/maven/lib/maven3/conf/toolchains.xml %%DATADIR%%/plugins/maven/lib/maven3/lib/aopalliance-1.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/aopalliance.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli-1.8.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/asm-9.8.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/asm.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli-1.9.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec-1.17.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec-1.18.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/error_prone_annotations-2.38.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/error_prone_annotations.license %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/README.txt %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/hazelcast/README.txt %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/redisson/README.txt -%%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess-1.0.2.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess-1.0.3.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/guava-33.2.1-jre.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/gson-2.13.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/gson.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/guava-33.4.8-jre.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/guava.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/guice-5.1.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/guice-5.1.0-classes.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/guice.license %%DATADIR%%/plugins/maven/lib/maven3/lib/httpclient-4.5.14.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/httpclient.license %%DATADIR%%/plugins/maven/lib/maven3/lib/httpcore-4.4.16.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/httpcore.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-2.4.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-2.4.2.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jansi.license %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.annotation-api.license @@ -1556,45 +1661,45 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.inject.license %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j-1.7.36.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-artifact-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-builder-support-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-compat-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-core-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-embedder-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-api-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-connector-basic-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-impl-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-named-locks-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-provider-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-spi-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-file-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-http-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-wagon-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-util-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.9.9.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jspecify-1.0.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jspecify.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-artifact-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-builder-support-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-compat-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-core-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-embedder-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-api-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-connector-basic-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-impl-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-named-locks-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-provider-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-spi-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-file-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-http-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-wagon-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-util-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.9.11.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/maven-shared-utils-3.4.2.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-slf4j-provider-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject-0.9.0.M3.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-slf4j-provider-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject-0.9.0.M4.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus-0.9.0.M3.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus-0.9.0.M4.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus.license %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-cipher-2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-cipher.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-2.1.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-2.2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.27.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.28.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation.license %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher-2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils-3.5.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils-3.6.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-xml-3.0.1.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-xml.license %%DATADIR%%/plugins/maven/lib/maven3/lib/slf4j-api-1.7.36.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/slf4j-api.license %%DATADIR%%/plugins/maven/lib/maven3/lib/wagon-file-3.5.3.jar @@ -1603,11 +1708,20 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/lib/wagon-provider-api-3.5.3.jar %%DATADIR%%/plugins/maven/lib/maven36-server.jar %%DATADIR%%/plugins/maven/lib/maven40-server.jar +%%DATADIR%%/plugins/maven/lib/modules/intellij.maven.profiler.jar +%%DATADIR%%/plugins/maven/lib/plexus-archiver.jar +%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.core.jar +%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.jsonschema.jar +%%DATADIR%%/plugins/mcpserver/lib/io.github.smiley4.schema.kenerator.serialization.jar +%%DATADIR%%/plugins/mcpserver/lib/ktor-server-cio-internal.jar +%%DATADIR%%/plugins/mcpserver/lib/mcpserver-frontend.jar +%%DATADIR%%/plugins/mcpserver/lib/mcpserver.jar %%DATADIR%%/plugins/micronaut/lib/micronaut-gradle-tooling.jar %%DATADIR%%/plugins/micronaut/lib/micronaut.jar -%%DATADIR%%/plugins/microservices-jvm/lib/intellij-scheduled-debugger-agent.jar +%%DATADIR%%/plugins/microservices-jvm/lib/jetbrains.intellij.deps.scheduled.debugger.agent.jar %%DATADIR%%/plugins/microservices-jvm/lib/microservices-jvm.jar -%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar +%%DATADIR%%/plugins/microservices-plugin/lib/microservices-plugin.jar +%%DATADIR%%/plugins/microservices-plugin/lib/modules/intellij.microservices.diagrams.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore @@ -1694,17 +1808,19 @@ share/applications/idea.desktop %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/notebooks-plugin/lib/notebooks-plugin.jar -%%DATADIR%%/plugins/openRewrite/lib/openRewrite.jar %%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting/lib/assertj-swing.jar +%%DATADIR%%/plugins/performanceTesting/lib/assertj.jar +%%DATADIR%%/plugins/performanceTesting/lib/github.oshi.core.jar %%DATADIR%%/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release +%%DATADIR%%/plugins/platform-ijent-impl/lib/google.protobuf.kotlin.jar %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar +%%DATADIR%%/plugins/platform-images/lib/modules/intellij.platform.images.xdebugger.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar -%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar -%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar %%DATADIR%%/plugins/plugin-classpath.txt %%DATADIR%%/plugins/postcss/lib/postcss.jar %%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar @@ -1712,39 +1828,103 @@ share/applications/idea.desktop %%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js %%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js %%DATADIR%%/plugins/profiler-lineProfiler/lib/profiler-lineProfiler.jar -%%DATADIR%%/plugins/properties/lib/properties-frontend.jar +%%DATADIR%%/plugins/properties/lib/modules/intellij.properties.backend.jar +%%DATADIR%%/plugins/properties/lib/modules/intellij.properties.backend.psi.jar %%DATADIR%%/plugins/properties/lib/properties.jar +%%DATADIR%%/plugins/protoeditor/lib/google.protobuf.java.util.jar %%DATADIR%%/plugins/protoeditor/lib/protoeditor.jar +%%DATADIR%%/plugins/qodana/lib/flexmark.jar +%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.cloud.kotlin.client.jar +%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.configuration.jar +%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.publisher.jar +%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.sarif.converter.jar +%%DATADIR%%/plugins/qodana/lib/jetbrains.qodana.web.ui.jar +%%DATADIR%%/plugins/qodana/lib/jline.jar +%%DATADIR%%/plugins/qodana/lib/qodana-sarif.jar %%DATADIR%%/plugins/qodana/lib/qodana.jar %%DATADIR%%/plugins/quarkus/lib/quarkus.jar %%DATADIR%%/plugins/react/lib/react.jar -%%DATADIR%%/plugins/reactivestreams-core/lib/reactivestreams-core.jar +%%DATADIR%%/plugins/remoteRun/lib/modules/intellij.remoteRun.gradle.docker.jar +%%DATADIR%%/plugins/remoteRun/lib/modules/intellij.remoteRun.gradle.jar %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar +%%DATADIR%%/plugins/repository-search/lib/kotlinx-document-store-mvstore.jar +%%DATADIR%%/plugins/repository-search/lib/maven-model.jar +%%DATADIR%%/plugins/repository-search/lib/package-search-api-client.jar %%DATADIR%%/plugins/repository-search/lib/repository-search.jar +%%DATADIR%%/plugins/restClient/lib/brotli.dec.jar +%%DATADIR%%/plugins/restClient/lib/github.javafaker.jar +%%DATADIR%%/plugins/restClient/lib/graalvm.js.jar +%%DATADIR%%/plugins/restClient/lib/grpc.jar +%%DATADIR%%/plugins/restClient/lib/jooq.joox.jar +%%DATADIR%%/plugins/restClient/lib/kotlinx-coroutines-reactor.jar +%%DATADIR%%/plugins/restClient/lib/modules/intellij.httpClient.grpc.jar +%%DATADIR%%/plugins/restClient/lib/reactor-netty-http.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar -%%DATADIR%%/plugins/sass/lib/sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/frontend-split/sass-frontend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.backend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.common.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.copyright.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.frontend.split.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.watcher.jar +%%DATADIR%%/plugins/sass-plugin/lib/sass-plugin.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.emb.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/jetbrains.mlapi.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.typos.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar +%%DATADIR%%/plugins/settingsSync/lib/cloud-config-client.jar +%%DATADIR%%/plugins/settingsSync/lib/jetbrains.intellij.deps.eclipse.jgit.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar -%%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.frontend.split.jar +%%DATADIR%%/plugins/sh-plugin/lib/sh-plugin.jar %%DATADIR%%/plugins/spring-boot-cloud/lib/spring-boot-cloud.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.cron.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.gradle.kts.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.gradle.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.jpa.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.maven.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.rewrite.jar %%DATADIR%%/plugins/spring-boot-core/lib/spring-boot-core.jar %%DATADIR%%/plugins/spring-boot-initializr/lib/spring-boot-initializr.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.el.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.jpa.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.liquibase.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.mongodb.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.ql.jar %%DATADIR%%/plugins/spring-data/lib/spring-data.jar %%DATADIR%%/plugins/spring-integration-core/lib/spring-integration-core.jar %%DATADIR%%/plugins/spring-messaging/lib/spring-messaging.jar +%%DATADIR%%/plugins/spring-modulith/lib/spring-modulith.jar %%DATADIR%%/plugins/spring-mvc-impl/lib/spring-mvc-impl.jar %%DATADIR%%/plugins/spring-security/lib/spring-security.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.aia.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.jar %%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar +%%DATADIR%%/plugins/swagger/lib/intellij.swagger.redoc.jar +%%DATADIR%%/plugins/swagger/lib/org.webjars-swagger-ui.jar +%%DATADIR%%/plugins/swagger/lib/org.webjars.npm-asyncapi__react-component.jar %%DATADIR%%/plugins/swagger/lib/swagger.jar %%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar %%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server %%DATADIR%%/plugins/tailwindcss/server/version.txt %%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar +%%DATADIR%%/plugins/tasks/lib/axis.jar +%%DATADIR%%/plugins/tasks/lib/commons-discovery.jar +%%DATADIR%%/plugins/tasks/lib/http-client.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.jira.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.trac.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar +%%DATADIR%%/plugins/terminal/lib/completion-ranking-sh.jar +%%DATADIR%%/plugins/terminal/lib/modules/intellij.terminal.frontend.split.jar +%%DATADIR%%/plugins/terminal/lib/terminal-completion-db-with-extensions.jar +%%DATADIR%%/plugins/terminal/lib/terminal-completion-spec.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash @@ -1767,445 +1947,497 @@ share/applications/idea.desktop %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/testng/lib/testng-plugin.jar %%DATADIR%%/plugins/testng/lib/testng-rt.jar -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt -%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/textmate.jar -%%DATADIR%%/plugins/thymeleaf/lib/thymeleaf.jar -%%DATADIR%%/plugins/toml/lib/toml-frontend.jar +%%DATADIR%%/plugins/testng/lib/testng.jar +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/asciidoc-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/syntaxes/Asciidoctor.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/snippets/batchfile.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.codeblock.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.tmlanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicepparam/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMake.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/snippets/coffeescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/c.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/cpp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/platform.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/snippets/csharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/syntaxes/css.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/syntaxes/dart.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/syntaxes/diff.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/syntaxes/docker.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/grammar/Erlang.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/snippets/fsharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-commit.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-rebase.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/ignore.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/syntaxes/go.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/snippets/groovy.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/snippets/html.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/ini.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/properties.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/syntaxes/ini.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/snippets/java.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/syntaxes/java.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/javascript-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/snippets/javascript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/tags-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSON.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONC.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONL.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/snippets.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/jsp-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/syntaxes/julia.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/info.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/class.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/println.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/cpp-bailout-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-cpp-embedded-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/TeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/syntaxes/less.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/syntaxes/log.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/syntaxes/lua.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/syntaxes/make.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/snippets/markdown.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/notebook/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/preview-styles/index.css +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/license +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl6.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl6.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/snippets/php.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/php.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/snippets/powershell.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/syntaxes/pug.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/syntaxes/r.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/syntaxes/rust.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/scss.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/syntaxes/sql.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/snippets/swift.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/snippets/terraform.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/extension.js +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/filters.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/functions.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/twig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/languages/twig.configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/syntaxes/twig.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/snippets/typescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/snippets/vb.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/LICENSE.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/grammars/viml.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xml.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xsl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.frontend.split.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar +%%DATADIR%%/plugins/textmate-plugin/lib/textmate-plugin.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.free.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.paid.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.spring.el.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.spring.security.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.vue.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/thymeleaf-plugin.jar +%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.backend.jar +%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.jar +%%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.split.jar %%DATADIR%%/plugins/toml/lib/toml.jar %%DATADIR%%/plugins/tslint/js/convert-tslint-config.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js %%DATADIR%%/plugins/tslint/js/utils.js %%DATADIR%%/plugins/tslint/lib/tslint.jar -%%DATADIR%%/plugins/turboComplete/lib/modules/intellij.turboComplete.languages.kotlin.k1.jar -%%DATADIR%%/plugins/turboComplete/lib/turboComplete.jar +%%DATADIR%%/plugins/ultimate-plugin/lib/ultimate-plugin.jar +%%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.gradle.jar +%%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.java.jar +%%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.maven.jar +%%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.properties.jar +%%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.vcs.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar %%DATADIR%%/plugins/vcs-git-commit-modal/lib/vcs-git-commit-modal.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar +%%DATADIR%%/plugins/vcs-git/lib/modules/intellij.vcs.git.frontend.jar +%%DATADIR%%/plugins/vcs-git/lib/vcs-git-frontend.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.cron.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.docker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.features.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar +%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.features.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar +%%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar %%DATADIR%%/plugins/velocity/lib/velocity.jar %%DATADIR%%/plugins/vitejs/lib/vitejs.jar -%%DATADIR%%/plugins/vuejs/lib/vuejs.jar -%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore -%%DATADIR%%/plugins/vuejs/vue-language-server/README.md -%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js -%%DATADIR%%/plugins/vuejs/vue-language-server/build.js -%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json -%%DATADIR%%/plugins/vuejs/vue-language-server/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.backend.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.common.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.copyright.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.debugger.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.markdown.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.prettier.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/vuejs-plugin.jar +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/.gitignore +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/bin/vue-language-server.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/build.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/encode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/decode.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/entities.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/legacy.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/xml.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/readme.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/FeedHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Parser.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Tokenizer.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/WritableStream.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js %%DATADIR%%/plugins/webComponents/lib/webComponents.jar +%%DATADIR%%/plugins/webDeployment/lib/commons vfs.jar +%%DATADIR%%/plugins/webDeployment/lib/commons-net.jar +%%DATADIR%%/plugins/webDeployment/lib/commons-pool2.jar +%%DATADIR%%/plugins/webDeployment/lib/jackrabbit2.jar %%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar -%%DATADIR%%/plugins/webp/lib/webp.jar %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xml-refactoring/lib/xml-refactoring.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.helm.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/idea.1.gz diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 0ef3273e28dd..8875e3748e5e 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= java3d PORTVERSION= 1.5.2 -PORTREVISION= 8 +PORTREVISION= 11 CATEGORIES= java graphics games devel MASTER_SITES= https://sites.google.com/site/daemonwizard/ @@ -18,9 +18,9 @@ BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler err USES= compiler:c11 gl java:ant,run tar:bzip2 xorg JAVA_VERSION= 8 USE_GL= gl -USE_XORG= xt +USE_XORG= x11 xext xt JAVA_VENDOR= openjdk -LLD_UNSAFE= yes +NO_SHLIB_REQUIRES_GLOB= libjawt.so libjvm.so PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} ARCH=${ARCH} @@ -36,18 +36,20 @@ post-patch: ${WRKSRC}/j3d-core/src/native/ogl/build-freebsd.xml do-build: - cd ${WRKSRC}/vecmath && ${SETENV} ${MAKE_ENV} ${ANT} dist + cd ${WRKSRC}/vecmath && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${ANT} dist cd ${WRKSRC}/j3d-core \ - && ${SETENV} ${MAKE_ENV} ${ANT} -Dbuild.type=fcs \ - -Dis${OPSYS}=yes \ - -Dports.localbase=${LOCALBASE} \ - jar-opt + && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${ANT} \ + -Dbuild.type=fcs \ + -Dis${OPSYS}=yes \ + -Dports.localbase=${LOCALBASE} \ + jar-opt post-build-DOCS-on: cd ${WRKSRC}/j3d-core \ - && ${SETENV} ${MAKE_ENV} ${ANT} -Dbuild.type=fcs \ - -Dis${OPSYS}=yes \ - docs-public + && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${ANT} \ + -Dbuild.type=fcs \ + -Dis${OPSYS}=yes \ + docs-public do-install: @${MKDIR} ${STAGEDIR}${JAVA_HOME}/jre/lib/ext @@ -57,7 +59,7 @@ do-install: ${WRKSRC}/j3d-core/build/default/opt/lib/ext/j3dutils.jar \ ${STAGEDIR}${JAVA_HOME}/jre/lib/ext @${MKDIR} ${STAGEDIR}${JAVA_HOME}/jre/lib/${ARCH} - ${INSTALL} \ + ${INSTALL_LIB} \ ${WRKSRC}/j3d-core/build/default/opt/native/libj3dcore-ogl.so \ ${STAGEDIR}${JAVA_HOME}/jre/lib/${ARCH} diff --git a/java/java3d/files/patch-freebsd b/java/java3d/files/patch-freebsd index e11a2df2c13c..7e5635a72e8e 100644 --- a/java/java3d/files/patch-freebsd +++ b/java/java3d/files/patch-freebsd @@ -130,8 +130,8 @@ diff -ruN ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml ./j3d-core/s + </exec> + + <!-- Create the library file--> -+ <exec dir="${build}/${platform}/${bldType}/native/ogl/objs" executable="ld"> -+ <arg line="DrawingSurfaceObjectAWT.o Canvas3D.o GraphicsContext3D.o NativeScreenInfo.o NativeConfigTemplate3D.o MasterControl.o GeometryArrayRetained.o Attributes.o CgShaderProgram.o GLSLShaderProgram.o Lights.o -G -z defs -L${ports.localbase}/lib -lGL -lX11 -lXext -lm -lc -L${java.home}/lib/${os.arch} -ljawt -L${java.home}/lib/${os.arch}/server -ljvm -o libj3dcore-ogl.so"/> ++ <exec dir="${build}/${platform}/${bldType}/native/ogl/objs" executable="gcc"> ++ <arg line="DrawingSurfaceObjectAWT.o Canvas3D.o GraphicsContext3D.o NativeScreenInfo.o NativeConfigTemplate3D.o MasterControl.o GeometryArrayRetained.o Attributes.o CgShaderProgram.o GLSLShaderProgram.o Lights.o -shared -z defs -L${ports.localbase}/lib -lGL -lX11 -lXext -lm -lc -L${java.home}/lib/${os.arch} -ljawt -L${java.home}/lib/${os.arch}/server -ljvm -o libj3dcore-ogl.so"/> + </exec> + + </target> @@ -143,8 +143,8 @@ diff -ruN ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml ./j3d-core/s + </exec> + + <!-- Create the wrapper library --> -+ <exec dir="${build}/${platform}/${bldType}/native/ogl/objs" executable="ld"> -+ <arg line="CgWrapper.o -G -z defs -L/usr/X11R6/lib64 -ldl -lCg -lCgGL -lpthread -lGL -lX11 -lXext -lm -lnsl -lc -o libj3dcore-ogl-cg.so"/> ++ <exec dir="${build}/${platform}/${bldType}/native/ogl/objs" executable="gcc"> ++ <arg line="CgWrapper.o -shared -z defs -L/usr/X11R6/lib64 -ldl -lCg -lCgGL -lpthread -lGL -lX11 -lXext -lm -lnsl -lc -o libj3dcore-ogl-cg.so"/> + </exec> + + </target> diff --git a/java/javahelp/Makefile b/java/javahelp/Makefile index 5f8e8f278f21..f4af462ba110 100644 --- a/java/javahelp/Makefile +++ b/java/javahelp/Makefile @@ -35,7 +35,7 @@ SUB_FILES= jhindexer \ jhsearch post-patch: - ${REINPLACE_CMD} '/javac.source/s,4,6,;/javac.target/s,4,6,' \ + ${REINPLACE_CMD} '/javac.source/s,4,8,;/javac.target/s,4,8,' \ ${WRKSRC}/*/nbproject/project.properties do-install: diff --git a/java/javamail/Makefile b/java/javamail/Makefile index 39d424b0dc1a..5595070dca98 100644 --- a/java/javamail/Makefile +++ b/java/javamail/Makefile @@ -1,8 +1,11 @@ PORTNAME= javamail DISTVERSIONPREFIX= ${PORTNAME:tu}- DISTVERSION= 1_6_2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java mail +MASTER_SITES= https://github.com/jakartaee/jaf-api/releases/download/1.2.1/:jaf +DISTFILES= jakarta.activation.jar:jaf +EXTRACT_ONLY= javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz MAINTAINER= ale@FreeBSD.org COMMENT= Reference Implementation of JSR 919 @@ -13,11 +16,10 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS EXAMPLES -USES= cpe java:ant,run +USES= cpe java:ant USE_GITHUB= yes GH_ACCOUNT= javaee CPE_VENDOR= sun -JAVA_VERSION= 8 NO_ARCH= yes @@ -32,9 +34,19 @@ PORTEXAMPLES= * ALL_TARGET= all docs .endif +.include <bsd.port.pre.mk> + +.if ${JAVA_PORT_VERSION} != 8 +PLIST_FILES+= %%JAVAJARDIR%%/jakarta.activation.jar +MAKE_ARGS+= -Dactivation.jar=${DISTDIR}/jakarta.activation.jar +.endif + do-install: @${ECHO_MSG} -n ">> Install JAR files in ${JAVAJARDIR}..." @${INSTALL_DATA} ${WRKSRC}/target/release/mail.jar ${STAGEDIR}${JAVAJARDIR}/ +.if ${JAVA_PORT_VERSION} != 8 + @${INSTALL_DATA} ${DISTDIR}/jakarta.activation.jar ${STAGEDIR}${JAVAJARDIR}/ +.endif @${ECHO_MSG} " [ DONE ]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @@ -53,4 +65,4 @@ do-install: @${ECHO_MSG} " [ DONE ]" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/java/javamail/distinfo b/java/javamail/distinfo index 109c3bbbe657..d901a636fc0e 100644 --- a/java/javamail/distinfo +++ b/java/javamail/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1569853775 +TIMESTAMP = 1764885494 +SHA256 (jakarta.activation.jar) = d84d4ba8b55cdb7fdcbb885e6939386367433f56f5ab8cfdc302a7c3587fa92b +SIZE (jakarta.activation.jar) = 65690 SHA256 (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 870e17293628437a03ae03404f51105c1ab8f682594cb18e005cb99e15d01d24 SIZE (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 1107140 diff --git a/java/javamail/files/patch-build.properties b/java/javamail/files/patch-build.properties index 0398eb3d0fd8..b775415f8fad 100644 --- a/java/javamail/files/patch-build.properties +++ b/java/javamail/files/patch-build.properties @@ -15,8 +15,8 @@ javac.deprecation=off -javac.source=1.5 -javac.target=1.5 -+javac.source=7 -+javac.target=7 ++javac.source=8 ++javac.target=8 ### Use ant.verbose=-verbose for debugging ant targets ant.verbose= diff --git a/java/jaxen/Makefile b/java/jaxen/Makefile deleted file mode 100644 index bbe4fa2ce97e..000000000000 --- a/java/jaxen/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= jaxen -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= java textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1-0-FCS -DISTNAME= ${PORTNAME}-${PORTVERSION}-FCS - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java XPath Engine -WWW= https://jaxen.org - -DEPRECATED= Outdated, unsupported upstream and unmaintained in tree for years -EXPIRATION_DATE=2025-04-30 - -USES= java - -NO_BUILD= YES - -JARFILES= jaxen-core.jar jaxen-dom.jar jaxen-dom4j.jar jaxen-exml.jar jaxen-full.jar jaxen-jdom.jar lib/saxpath.jar -PLIST_FILES+= ${JARFILES:S,^lib/,,:S,^,%%JAVAJARDIR%%/,} - -DOCS= default.css download.html faq.html index.html javadoc status.html style -PORTDOCS= LICENSE ${DOCS} - -OPTIONS_DEFINE= DOCS - -do-install: - @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..." - @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${JARFILES} ${STAGEDIR}${JAVAJARDIR}/ - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/doc && ${FIND} ${DOCS} \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 - @${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}/LICENSE - @${ECHO_MSG} " [ DONE ]" - -.include <bsd.port.mk> diff --git a/java/jaxen/distinfo b/java/jaxen/distinfo deleted file mode 100644 index 06ade80e07bf..000000000000 --- a/java/jaxen/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jaxen-1.0-FCS.tar.gz) = ceb6997465e9de4efe6b4e8f0c421c12bd115b764f9633b9c8b80b95e3b76377 -SIZE (jaxen-1.0-FCS.tar.gz) = 3195819 diff --git a/java/jaxen/pkg-descr b/java/jaxen/pkg-descr deleted file mode 100644 index 56055b17b3cb..000000000000 --- a/java/jaxen/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Jaxen project is a Java XPath Engine. jaxen is a universal object model -walker, capable of evaluating XPath expressions across multiple models. -Currently supported are dom4j and JDOM . - -Jaxen provides a single point for XPath expression evaluation, regardless of -the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot. diff --git a/java/jdom/Makefile b/java/jdom/Makefile deleted file mode 100644 index f67f1fefe742..000000000000 --- a/java/jdom/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -PORTNAME= jdom -PORTVERSION= 1.1.1 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= java textproc -MASTER_SITES= http://www.jdom.org/dist/source/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java library for accessing and manipulating XML documents -WWW= http://www.jdom.org/ - -DEPRECATED= Depends on exired java/jaxen -EXPIRATION_DATE=2025-06-04 - -RUN_DEPENDS= ${JAVALIBDIR}/jaxen-jdom.jar:java/jaxen - -USES= java:ant,run -JAVA_VERSION= 8 - -ALL_TARGET= package - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ENV+= CLASSPATH=${JAVALIBDIR}/jaxen-jdom.jar - -PLIST_FILES= %%JAVAJARDIR%%/jdom.jar -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -DOCS_ALL_TARGET= javadoc - -do-install: - @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/build/jdom.jar ${STAGEDIR}${JAVAJARDIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC} && ${INSTALL_DATA} README.txt TODO.txt CHANGES.txt \ - COMMITTERS.txt LICENSE.txt ${STAGEDIR}${DOCSDIR}) - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/build/samples/ && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/java/jdom/distinfo b/java/jdom/distinfo deleted file mode 100644 index 944602d6c090..000000000000 --- a/java/jdom/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jdom-1.1.1.tar.gz) = 1fe5dfd2a339bd2e015a0c805eea1bf4ac601919a6f0bee2ec97e84fd62967d6 -SIZE (jdom-1.1.1.tar.gz) = 3648497 diff --git a/java/jdom/pkg-descr b/java/jdom/pkg-descr deleted file mode 100644 index e318abf6b128..000000000000 --- a/java/jdom/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -JDOM is a Java library for accessing and manipulating XML documents. -It has a straightforward API, is a lightweight and fast, and is -optimized for the Java programmer. It's an alternative to DOM and -SAX, although it integrates well with both DOM and SAX. diff --git a/java/jta/Makefile b/java/jta/Makefile index df012488b3b2..7613e0a24886 100644 --- a/java/jta/Makefile +++ b/java/jta/Makefile @@ -14,6 +14,9 @@ LICENSE_NAME= jta LICENSE_TEXT= See the license LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +DEPRECATED= manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions +EXPIRATION_DATE= 2026-01-17 + USES= java zip NO_BUILD= yes diff --git a/java/mx4j/Makefile b/java/mx4j/Makefile deleted file mode 100644 index 705cc062fbae..000000000000 --- a/java/mx4j/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= mx4j -PORTVERSION= 3.0.2 -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= SF/${PORTNAME}/MX4J%20Binary/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Open Source implementation of the Java Management Extensions (JMX) -WWW= https://mx4j.sourceforge.net - -DEPRECATED= Abandoned upstream, no activity since 2010 -EXPIRATION_DATE=2025-06-30 - -USES= java - -NO_BUILD= yes - -JARFILES= mx4j-examples.jar mx4j-impl.jar mx4j-jmx.jar \ - mx4j-remote.jar mx4j-rimpl.jar mx4j-rjmx.jar \ - mx4j-soap.war mx4j-tools.jar mx4j.jar - -PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: - (cd ${WRKSRC}/lib && ${INSTALL_DATA} ${JARFILES} ${STAGEDIR}${JAVAJARDIR}) - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/java/mx4j/distinfo b/java/mx4j/distinfo deleted file mode 100644 index ba556f0e5baa..000000000000 --- a/java/mx4j/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mx4j-3.0.2.tar.gz) = 282bd68e517aba3d0f5bbf76f90c3c09e446c529e7796467ab7de65398bb1115 -SIZE (mx4j-3.0.2.tar.gz) = 4555894 diff --git a/java/mx4j/pkg-descr b/java/mx4j/pkg-descr deleted file mode 100644 index 786e7ee0509e..000000000000 --- a/java/mx4j/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -MX4J is a project to build an Open Source implementation of the -Java(TM) Management Extensions (JMX) and of the JMX Remote API -(JSR 160) specifications, and to build tools relating to JMX. - -JMX is an optional package for J2SE that provides a standard -way to manage applications. It can also be used to wrap legacy -systems and provide a standard interface to the outside world, -enabling the development of web services. JMX allows developers -to write more modular and loosely coupled system components and -reduce the complexity of large, interoperating systems. diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 1a1dffbbdc13..0a87858e51b3 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -4,7 +4,7 @@ CATEGORIES= java devel MASTER_SITES= APACHE/netbeans/netbeans/${PORTVERSION}/ DISTNAME= netbeans-${DISTVERSION}-bin -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Modular, standards-based integrated development environment WWW= https://netbeans.apache.org/ diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index 25c3ae414590..28f3a7b9eba5 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -39,6 +39,8 @@ GH_PROJECT= jdk11u NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # MAKE_ENV= LANG="C" \ LC_ALL="C" \ @@ -48,6 +50,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:C/armv.*/arm/:S/i386/x86/:S/powerpc/ppc/} @@ -63,8 +66,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 11 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 27 -JDK_BUILD_NUMBER= 6 +JDK_PATCH_VERSION= 29 +JDK_BUILD_NUMBER= 7 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 @@ -101,6 +104,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-include=${LOCALBASE}/include \ --with-giflib-lib=${LOCALBASE}/lib \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ @@ -124,6 +128,11 @@ JDK_BUILD_TYPE= release .include <bsd.port.pre.mk> +# portsfallout.com shows flapping builds on 13.5 and 14.2 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403000 +MAKE_JOBS_UNSAFE= yes +.endif + .if !${PORT_OPTIONS:MCUPS} MASTER_SITES+= https://codeload.github.com/OpenPrinting/cups/tar.gz/v${CUPS_INC_VER}?dummy=/:cups .endif @@ -162,6 +171,8 @@ CFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} CXXFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} CONFIGURE_ARGS+=--disable-precompiled-headers .else +# it is up to upstream project to fix these or not +CFLAGS+= -Wno-deprecated-builtins -Wno-inline-asm -Wno-unknown-attributes MAKE_ENV+= USE_CLANG=true .if ${ARCH:Mpowerpc64*} LLVM_VER= 12 diff --git a/java/openjdk11/distinfo b/java/openjdk11/distinfo index b91fc199405c..cda9fbcc835b 100644 --- a/java/openjdk11/distinfo +++ b/java/openjdk11/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745123589 +TIMESTAMP = 1762095114 SHA256 (OpenPrinting-cups-v2.4.2_GH0.tar.gz) = 7095b2977bb728ded5566a5c802866062840d6541fd027836865949a407c3682 SIZE (OpenPrinting-cups-v2.4.2_GH0.tar.gz) = 8173207 -SHA256 (battleblow-jdk11u-jdk-11.0.27+6-1_GH0.tar.gz) = 64afcb0ad19c6a03591757d906355d0f263f8a529dea5654ba518e9399f13b1f -SIZE (battleblow-jdk11u-jdk-11.0.27+6-1_GH0.tar.gz) = 116708083 +SHA256 (battleblow-jdk11u-jdk-11.0.29+7-1_GH0.tar.gz) = ed1fed0a7d6571e5bff9a07272872258451643ba6741c002a8f58bdfd8fc9803 +SIZE (battleblow-jdk11u-jdk-11.0.29+7-1_GH0.tar.gz) = 116785204 diff --git a/java/openjdk11/pkg-message b/java/openjdk11/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk11/pkg-message +++ b/java/openjdk11/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 5f9671287f89..b28a2c3a2475 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -38,7 +38,9 @@ GH_PROJECT= jdk17u NO_CCACHE= yes -_MAKE_JOBS= # +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N +_MAKE_JOBS= MAKE_ENV= LANG="C" \ LC_ALL="C" \ CLASSPATH="" \ @@ -47,6 +49,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -62,8 +65,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 17 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 15 -JDK_BUILD_NUMBER= 6 +JDK_PATCH_VERSION= 17 +JDK_BUILD_NUMBER= 10 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 @@ -89,6 +92,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ @@ -112,6 +116,11 @@ JDK_BUILD_TYPE= release .include <bsd.port.pre.mk> +# portsfallout.com shows flapping builds on 13.5 and 14.2 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 +MAKE_JOBS_NUMBER_LIMIT= 3 +.endif + BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk17 ${LOCALBASE}/bootstrap-openjdk17 # do we have valid native jdk installed? diff --git a/java/openjdk17/distinfo b/java/openjdk17/distinfo index cfddd904e761..3dd968836649 100644 --- a/java/openjdk17/distinfo +++ b/java/openjdk17/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745164265 -SHA256 (battleblow-jdk17u-jdk-17.0.15+6-1_GH0.tar.gz) = 243d616e60735f375a66d2ae0e4d45200d5d3695549caf7a66aa85273857e9dd -SIZE (battleblow-jdk17u-jdk-17.0.15+6-1_GH0.tar.gz) = 107603484 +TIMESTAMP = 1762108077 +SHA256 (battleblow-jdk17u-jdk-17.0.17+10-1_GH0.tar.gz) = 99bd33ce8cc618576e8693b9af1bb48059cb5011286009d46a0fabd2d8d36ba8 +SIZE (battleblow-jdk17u-jdk-17.0.17+10-1_GH0.tar.gz) = 108082578 diff --git a/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp b/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp new file mode 100644 index 000000000000..9a0b26e3aa04 --- /dev/null +++ b/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp @@ -0,0 +1,10 @@ +--- src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp ++++ src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp +@@ -31,6 +31,7 @@ + #include "prims/jniFastGetField.hpp" + #include "prims/jvm_misc.hpp" + #include "prims/jvmtiExport.hpp" ++#include "runtime/thread.inline.hpp" + #include "runtime/safepoint.hpp" + #include "runtime/threadWXSetters.inline.hpp" + diff --git a/java/openjdk17/pkg-message b/java/openjdk17/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk17/pkg-message +++ b/java/openjdk17/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk18/Makefile b/java/openjdk18/Makefile index f2afc74762f9..7c1d3c410707 100644 --- a/java/openjdk18/Makefile +++ b/java/openjdk18/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/18/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-01-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ @@ -39,7 +42,9 @@ GH_PROJECT= jdk18u NO_CCACHE= yes -_MAKE_JOBS= # +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N +_MAKE_JOBS= MAKE_ENV= LANG="C" \ LC_ALL="C" \ CLASSPATH="" \ @@ -48,6 +53,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -90,6 +96,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ @@ -113,6 +120,11 @@ JDK_BUILD_TYPE= release .include <bsd.port.pre.mk> +# portsfallout.com shows flapping builds on 13.5 and 14.2 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403000 +MAKE_JOBS_UNSAFE= yes +.endif + BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk18 .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*} BOOTSTRAP_JDKS+= ${LOCALBASE}/bootstrap-openjdk17 diff --git a/java/openjdk18/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c b/java/openjdk18/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c new file mode 100644 index 000000000000..0e4c9e8aa76a --- /dev/null +++ b/java/openjdk18/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c @@ -0,0 +1,89 @@ +--- src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c.orig 2022-07-20 22:54:48 UTC ++++ src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c +@@ -58,6 +58,7 @@ + #include <unistd.h> + + #ifdef __FreeBSD__ ++#include <sys/user.h> + #include <vm/vm_param.h> + #endif + +@@ -178,23 +179,43 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + } + return t_info.virtual_size; + #elif defined(__FreeBSD__) +- FILE *fp; +- unsigned long end, start; +- jlong total = 0; ++ int mib[4]; ++ struct kinfo_vmentry *kve; ++ long total = 0; ++ size_t len = 0; ++ int error; ++ char *buf, *bp, *eb; + +- if ((fp = fopen("/proc/curproc/map", "r")) == NULL) { +- throw_internal_error(env, "Unable to open /proc/curproc/map"); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_VMMAP; ++ mib[3] = getpid(); ++ error = sysctl(mib, 4, NULL, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); + return -1; + } +- +- for (;;) { +- // Ignore everything except start and end entries +- if (fscanf(fp, "0x%lx 0x%lx %*[^\n]\n", &start, &end) != 2 || start > end) +- break; +- total += end - start; ++ len = len * 4 / 3; ++ buf = malloc(len); ++ if (buf == NULL) { ++ throw_internal_error(env, "Fail to allocate memory"); ++ return -1; + } +- +- fclose(fp); ++ error = sysctl(mib, 4, buf, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); ++ return -1; ++ } ++ bp = buf; ++ eb = buf + len; ++ while (bp < eb) { ++ kve = (struct kinfo_vmentry *)(uintptr_t)bp; ++ if (kve->kve_structsize == 0) ++ break; ++ bp += kve->kve_structsize; ++ total += kve->kve_end - kve->kve_start; ++ } ++ free(buf); + return total; + #else /* _ALLBSD_SOURCE */ + /* +@@ -404,6 +425,21 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + return nfiles; + #elif defined(__OpenBSD__) + return getdtablecount(); ++#elif defined(__FreeBSD__) ++ int mib[4]; ++ int error; ++ int nfds; ++ size_t len; ++ ++ len = sizeof(nfds); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_NFDS; ++ mib[3] = 0; ++ ++ if (sysctl(mib, 4, &nfds, &len, NULL, 0) == -1) ++ return -1; ++ return nfds; + #else /* solaris/linux */ + DIR *dirp; + struct dirent* dentp; diff --git a/java/openjdk18/pkg-message b/java/openjdk18/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk18/pkg-message +++ b/java/openjdk18/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk19/Makefile b/java/openjdk19/Makefile index 76e891045906..d12d595b22ce 100644 --- a/java/openjdk19/Makefile +++ b/java/openjdk19/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/19/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-02-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ @@ -39,6 +42,8 @@ GH_PROJECT= jdk19u NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # MAKE_ENV= LANG="C" \ LC_ALL="C" \ @@ -48,6 +53,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -89,6 +95,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c b/java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c new file mode 100644 index 000000000000..0e4c9e8aa76a --- /dev/null +++ b/java/openjdk19/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c @@ -0,0 +1,89 @@ +--- src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c.orig 2022-07-20 22:54:48 UTC ++++ src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c +@@ -58,6 +58,7 @@ + #include <unistd.h> + + #ifdef __FreeBSD__ ++#include <sys/user.h> + #include <vm/vm_param.h> + #endif + +@@ -178,23 +179,43 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + } + return t_info.virtual_size; + #elif defined(__FreeBSD__) +- FILE *fp; +- unsigned long end, start; +- jlong total = 0; ++ int mib[4]; ++ struct kinfo_vmentry *kve; ++ long total = 0; ++ size_t len = 0; ++ int error; ++ char *buf, *bp, *eb; + +- if ((fp = fopen("/proc/curproc/map", "r")) == NULL) { +- throw_internal_error(env, "Unable to open /proc/curproc/map"); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_VMMAP; ++ mib[3] = getpid(); ++ error = sysctl(mib, 4, NULL, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); + return -1; + } +- +- for (;;) { +- // Ignore everything except start and end entries +- if (fscanf(fp, "0x%lx 0x%lx %*[^\n]\n", &start, &end) != 2 || start > end) +- break; +- total += end - start; ++ len = len * 4 / 3; ++ buf = malloc(len); ++ if (buf == NULL) { ++ throw_internal_error(env, "Fail to allocate memory"); ++ return -1; + } +- +- fclose(fp); ++ error = sysctl(mib, 4, buf, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); ++ return -1; ++ } ++ bp = buf; ++ eb = buf + len; ++ while (bp < eb) { ++ kve = (struct kinfo_vmentry *)(uintptr_t)bp; ++ if (kve->kve_structsize == 0) ++ break; ++ bp += kve->kve_structsize; ++ total += kve->kve_end - kve->kve_start; ++ } ++ free(buf); + return total; + #else /* _ALLBSD_SOURCE */ + /* +@@ -404,6 +425,21 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + return nfiles; + #elif defined(__OpenBSD__) + return getdtablecount(); ++#elif defined(__FreeBSD__) ++ int mib[4]; ++ int error; ++ int nfds; ++ size_t len; ++ ++ len = sizeof(nfds); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_NFDS; ++ mib[3] = 0; ++ ++ if (sysctl(mib, 4, &nfds, &len, NULL, 0) == -1) ++ return -1; ++ return nfds; + #else /* solaris/linux */ + DIR *dirp; + struct dirent* dentp; diff --git a/java/openjdk19/pkg-message b/java/openjdk19/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk19/pkg-message +++ b/java/openjdk19/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk20/Makefile b/java/openjdk20/Makefile index cc25cb796b82..6e7894815a85 100644 --- a/java/openjdk20/Makefile +++ b/java/openjdk20/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 3 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -10,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/20/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-03-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ @@ -38,6 +42,8 @@ GH_PROJECT= jdk20u NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # MAKE_ENV= LANG="C" \ LC_ALL="C" \ @@ -47,6 +53,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -88,6 +95,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk20/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c b/java/openjdk20/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c new file mode 100644 index 000000000000..421548d0f4a5 --- /dev/null +++ b/java/openjdk20/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c @@ -0,0 +1,89 @@ +--- src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c.orig 2023-10-01 03:54:04 UTC ++++ src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c +@@ -58,6 +58,7 @@ + #include <unistd.h> + + #ifdef __FreeBSD__ ++#include <sys/user.h> + #include <vm/vm_param.h> + #endif + +@@ -177,23 +178,43 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + } + return t_info.virtual_size; + #elif defined(__FreeBSD__) +- FILE *fp; +- unsigned long end, start; +- jlong total = 0; ++ int mib[4]; ++ struct kinfo_vmentry *kve; ++ long total = 0; ++ size_t len = 0; ++ int error; ++ char *buf, *bp, *eb; + +- if ((fp = fopen("/proc/curproc/map", "r")) == NULL) { +- throw_internal_error(env, "Unable to open /proc/curproc/map"); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_VMMAP; ++ mib[3] = getpid(); ++ error = sysctl(mib, 4, NULL, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); + return -1; + } +- +- for (;;) { +- // Ignore everything except start and end entries +- if (fscanf(fp, "0x%lx 0x%lx %*[^\n]\n", &start, &end) != 2 || start > end) +- break; +- total += end - start; ++ len = len * 4 / 3; ++ buf = malloc(len); ++ if (buf == NULL) { ++ throw_internal_error(env, "Fail to allocate memory"); ++ return -1; + } +- +- fclose(fp); ++ error = sysctl(mib, 4, buf, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); ++ return -1; ++ } ++ bp = buf; ++ eb = buf + len; ++ while (bp < eb) { ++ kve = (struct kinfo_vmentry *)(uintptr_t)bp; ++ if (kve->kve_structsize == 0) ++ break; ++ bp += kve->kve_structsize; ++ total += kve->kve_end - kve->kve_start; ++ } ++ free(buf); + return total; + #else /* _ALLBSD_SOURCE */ + /* +@@ -403,6 +424,21 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + return nfiles; + #elif defined(__OpenBSD__) + return getdtablecount(); ++#elif defined(__FreeBSD__) ++ int mib[4]; ++ int error; ++ int nfds; ++ size_t len; ++ ++ len = sizeof(nfds); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_NFDS; ++ mib[3] = 0; ++ ++ if (sysctl(mib, 4, &nfds, &len, NULL, 0) == -1) ++ return -1; ++ return nfds; + #else /* solaris/linux */ + DIR *dirp; + struct dirent* dentp; diff --git a/java/openjdk20/pkg-message b/java/openjdk20/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk20/pkg-message +++ b/java/openjdk20/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk21-jre/Makefile b/java/openjdk21-jre/Makefile new file mode 100644 index 000000000000..75617c44a9a9 --- /dev/null +++ b/java/openjdk21-jre/Makefile @@ -0,0 +1,8 @@ +PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre + +COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION} + +BUILD_JRE= yes +MASTERDIR= ${.CURDIR}/../openjdk21 + +.include "${MASTERDIR}/Makefile" diff --git a/java/openjdk21/Makefile b/java/openjdk21/Makefile index c8dccf841f5f..e0105a14bfb3 100644 --- a/java/openjdk21/Makefile +++ b/java/openjdk21/Makefile @@ -38,6 +38,8 @@ GH_PROJECT= jdk21u NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # MAKE_ENV= LANG="C" \ LC_ALL="C" \ @@ -47,6 +49,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -62,8 +65,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 21 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 7 -JDK_BUILD_NUMBER= 6 +JDK_PATCH_VERSION= 9 +JDK_BUILD_NUMBER= 10 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 @@ -88,6 +91,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk21/distinfo b/java/openjdk21/distinfo index b51a8b6b0d62..80e42f997bb5 100644 --- a/java/openjdk21/distinfo +++ b/java/openjdk21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745168967 -SHA256 (battleblow-jdk21u-jdk-21.0.7+6-1_GH0.tar.gz) = ea8634ed1f3bf8aa0df121fa399f4f56ccac135a14ac5c1db8dd3b378f493dfb -SIZE (battleblow-jdk21u-jdk-21.0.7+6-1_GH0.tar.gz) = 113408248 +TIMESTAMP = 1762111711 +SHA256 (battleblow-jdk21u-jdk-21.0.9+10-1_GH0.tar.gz) = 07f8277f53844ab7aa45b9ce7aad081a90be4492e5120e80b7c37dd2e16e133a +SIZE (battleblow-jdk21u-jdk-21.0.9+10-1_GH0.tar.gz) = 113912901 diff --git a/java/openjdk21/files/patch-make_autoconf_help.m4 b/java/openjdk21/files/patch-make_autoconf_help.m4 deleted file mode 100644 index 6581b3fef247..000000000000 --- a/java/openjdk21/files/patch-make_autoconf_help.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- make/autoconf/help.m4.orig 2025-05-24 21:54:30 UTC -+++ make/autoconf/help.m4 -@@ -269,7 +269,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], - fi - fi - if test "x$CONFIGURE_COMMAND_LINE" != x; then -- printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n" -+ printf "using configure arguments '%s'.\n" "$CONFIGURE_COMMAND_LINE" - else - printf "using default settings.\n" - fi diff --git a/java/openjdk21/pkg-message b/java/openjdk21/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk21/pkg-message +++ b/java/openjdk21/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk22/Makefile b/java/openjdk22/Makefile index 1abbc17ca84e..e17d17e6c17d 100644 --- a/java/openjdk22/Makefile +++ b/java/openjdk22/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 2 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -10,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/22/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-04-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ @@ -38,6 +42,8 @@ GH_PROJECT= jdk22u NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N _MAKE_JOBS= # MAKE_ENV= LANG="C" \ LC_ALL="C" \ @@ -47,6 +53,7 @@ MAKE_ENV= LANG="C" \ CC=${CC} \ CXX=${CXX} \ CPP=${CPP} \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -88,6 +95,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk22/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c b/java/openjdk22/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c new file mode 100644 index 000000000000..421548d0f4a5 --- /dev/null +++ b/java/openjdk22/files/patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c @@ -0,0 +1,89 @@ +--- src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c.orig 2023-10-01 03:54:04 UTC ++++ src/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c +@@ -58,6 +58,7 @@ + #include <unistd.h> + + #ifdef __FreeBSD__ ++#include <sys/user.h> + #include <vm/vm_param.h> + #endif + +@@ -177,23 +178,43 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + } + return t_info.virtual_size; + #elif defined(__FreeBSD__) +- FILE *fp; +- unsigned long end, start; +- jlong total = 0; ++ int mib[4]; ++ struct kinfo_vmentry *kve; ++ long total = 0; ++ size_t len = 0; ++ int error; ++ char *buf, *bp, *eb; + +- if ((fp = fopen("/proc/curproc/map", "r")) == NULL) { +- throw_internal_error(env, "Unable to open /proc/curproc/map"); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_VMMAP; ++ mib[3] = getpid(); ++ error = sysctl(mib, 4, NULL, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); + return -1; + } +- +- for (;;) { +- // Ignore everything except start and end entries +- if (fscanf(fp, "0x%lx 0x%lx %*[^\n]\n", &start, &end) != 2 || start > end) +- break; +- total += end - start; ++ len = len * 4 / 3; ++ buf = malloc(len); ++ if (buf == NULL) { ++ throw_internal_error(env, "Fail to allocate memory"); ++ return -1; + } +- +- fclose(fp); ++ error = sysctl(mib, 4, buf, &len, NULL, 0); ++ if (error) { ++ throw_internal_error(env, "Cannot sysctl(kern.proc.vvmap)"); ++ return -1; ++ } ++ bp = buf; ++ eb = buf + len; ++ while (bp < eb) { ++ kve = (struct kinfo_vmentry *)(uintptr_t)bp; ++ if (kve->kve_structsize == 0) ++ break; ++ bp += kve->kve_structsize; ++ total += kve->kve_end - kve->kve_start; ++ } ++ free(buf); + return total; + #else /* _ALLBSD_SOURCE */ + /* +@@ -403,6 +424,21 @@ Java_com_sun_management_internal_OperatingSystemImpl_g + return nfiles; + #elif defined(__OpenBSD__) + return getdtablecount(); ++#elif defined(__FreeBSD__) ++ int mib[4]; ++ int error; ++ int nfds; ++ size_t len; ++ ++ len = sizeof(nfds); ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_NFDS; ++ mib[3] = 0; ++ ++ if (sysctl(mib, 4, &nfds, &len, NULL, 0) == -1) ++ return -1; ++ return nfds; + #else /* solaris/linux */ + DIR *dirp; + struct dirent* dentp; diff --git a/java/openjdk22/pkg-message b/java/openjdk22/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk22/pkg-message +++ b/java/openjdk22/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk23/Makefile b/java/openjdk23/Makefile index 5706851ce9df..84ae99fa5f33 100644 --- a/java/openjdk23/Makefile +++ b/java/openjdk23/Makefile @@ -1,9 +1,9 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} -PORTREVISION= 1 MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/23/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-05-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le # On FreeBSD 14 and 15 the i386 build fails with a segfault in java during the @@ -40,15 +43,19 @@ USE_XORG= x11 xext xi xrandr xrender xt xtst CPE_VENDOR= oracle USE_GITHUB= yes -GH_ACCOUNT= battleblow -GH_PROJECT= jdk23u +GH_ACCOUNT= freebsd +GH_PROJECT= openjdk +GH_TAGNAME= jdk-23.0.2+7-freebsd-2 NO_CCACHE= yes -MAKE_JOBS_UNSAFE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N +_MAKE_JOBS= # MAKE_ENV= CLASSPATH="" \ JAVA_HOME="" \ LD_LIBRARY_PATH="" \ + LOG=cmdlines \ MAKEFLAGS="" JDK_OSARCH= bsd-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} @@ -66,7 +73,7 @@ JDK_MAJOR_VERSION= 23 JDK_MINOR_VERSION= 0 JDK_PATCH_VERSION= 2 JDK_BUILD_NUMBER= 7 -BSD_JDK_VERSION= 1 +BSD_JDK_VERSION= 2 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 @@ -85,6 +92,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk23/distinfo b/java/openjdk23/distinfo index c4503618142a..110eeb899a39 100644 --- a/java/openjdk23/distinfo +++ b/java/openjdk23/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739592718 -SHA256 (battleblow-jdk23u-jdk-23.0.2+7-1_GH0.tar.gz) = 092147404af068e85dbd1535f36da32c9a2077708154f69ba3a94ba64fa2aaba -SIZE (battleblow-jdk23u-jdk-23.0.2+7-1_GH0.tar.gz) = 117326728 +TIMESTAMP = 1756989931 +SHA256 (freebsd-openjdk-jdk-23.0.2+7-2-jdk-23.0.2+7-freebsd-2_GH0.tar.gz) = ec011f440f6e3f0eff1b67811a3a9fc5094be772f30519af2bfb914abaa6d666 +SIZE (freebsd-openjdk-jdk-23.0.2+7-2-jdk-23.0.2+7-freebsd-2_GH0.tar.gz) = 117311366 diff --git a/java/openjdk23/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp b/java/openjdk23/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp deleted file mode 100644 index dda6fd26cce0..000000000000 --- a/java/openjdk23/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp.orig 2024-04-11 22:23:08 UTC -+++ src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp -@@ -61,6 +61,7 @@ - # include <sys/types.h> - # include <sys/mman.h> - # include <pthread.h> -+# include <pthread_np.h> - # include <signal.h> - # include <errno.h> - # include <dlfcn.h> -@@ -432,6 +433,33 @@ size_t os::Posix::default_stack_size(os::ThreadType th - // Default stack size (compiler thread needs larger stack). - size_t s = (thr_type == os::compiler_thread ? 4 * M : 1024 * K); - return s; -+} -+ -+void os::current_stack_base_and_size(address* base, size_t* size) { -+ address bottom; -+ pthread_attr_t attr; -+ -+ int rslt = pthread_attr_init(&attr); -+ -+ // JVM needs to know exact stack location, abort if it fails -+ if (rslt != 0) -+ fatal("pthread_attr_init failed with error = %d", rslt); -+ -+ rslt = pthread_attr_get_np(pthread_self(), &attr); -+ -+ if (rslt != 0) -+ fatal("pthread_attr_get_np failed with error = %d", rslt); -+ -+ if (pthread_attr_getstackaddr(&attr, (void **)&bottom) != 0 || -+ pthread_attr_getstacksize(&attr, size) != 0) { -+ fatal("Can not locate current stack attributes!"); -+ } -+ -+ *base = bottom + *size; -+ -+ pthread_attr_destroy(&attr); -+ assert(os::current_stack_pointer() >= bottom && -+ os::current_stack_pointer() < *base, "just checking"); - } - - ///////////////////////////////////////////////////////////////////////////// diff --git a/java/openjdk23/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c b/java/openjdk23/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c new file mode 100644 index 000000000000..80ae4c90cdf7 --- /dev/null +++ b/java/openjdk23/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c @@ -0,0 +1,20 @@ +--- src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c.orig 2025-06-27 12:18:08 UTC ++++ src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c +@@ -70,6 +70,9 @@ closeDescriptors(void) + int + closeDescriptors(void) + { ++#if defined(__FreeBSD__) ++ closefrom(STDERR_FILENO + 1); ++#else + DIR *dp; + struct dirent *dirp; + /* leave out standard input/output/error descriptors */ +@@ -114,6 +117,7 @@ closeDescriptors(void) + + (void)closedir(dp); + ++#endif + return 1; // success + } + diff --git a/java/openjdk23/pkg-message b/java/openjdk23/pkg-message index 2ea3d87d89c8..c072654ad070 100644 --- a/java/openjdk23/pkg-message +++ b/java/openjdk23/pkg-message @@ -1,17 +1,14 @@ [ { type: install message: <<EOM -This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and -procfs(5) mounted on /proc. +This OpenJDK implementation may require procfs(5) mounted on /proc. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk24/Makefile b/java/openjdk24/Makefile index a3a1acc22792..d17abdcaba19 100644 --- a/java/openjdk24/Makefile +++ b/java/openjdk24/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 2 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -10,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/24/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-06-12 + # i386 is deprecated, and will be removed in the next JDK ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le @@ -35,17 +39,19 @@ CPE_VENDOR= oracle USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= openjdk -GH_TAGNAME= jdk-24.0.1-ga-freebsd-1 +GH_TAGNAME= jdk-24.0.2-ga-freebsd-2 NO_CCACHE= yes +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N +_MAKE_JOBS= # MAKE_ENV= CLASSPATH="" \ JAVA_HOME="" \ LD_LIBRARY_PATH="" \ + LOG=cmdlines \ MAKEFLAGS="" -MAKE_JOBS_UNSAFE= yes - JDK_ARCH= ${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} JDK_OSARCH= bsd-${JDK_ARCH} JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-${JDK_BUILD_JVM}-${JDK_BUILD_TYPE} @@ -60,9 +66,9 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 24 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 1 -JDK_BUILD_NUMBER= 9 -BSD_JDK_VERSION= 1 +JDK_PATCH_VERSION= 2 +JDK_BUILD_NUMBER= 12 +BSD_JDK_VERSION= 2 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 @@ -82,6 +88,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-giflib-lib=${LOCALBASE}/lib \ --with-harfbuzz=system \ --with-libpng=system \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ --with-zlib=system \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ diff --git a/java/openjdk24/distinfo b/java/openjdk24/distinfo index 2fa838f9fba2..d0f99f6fd72b 100644 --- a/java/openjdk24/distinfo +++ b/java/openjdk24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745490330 -SHA256 (freebsd-openjdk-jdk-24.0.1+9-1-jdk-24.0.1-ga-freebsd-1_GH0.tar.gz) = f9a5a14ba9205bcb6bced5a153d0d726d03c9ffdd459171683a9ade9ac31ea4e -SIZE (freebsd-openjdk-jdk-24.0.1+9-1-jdk-24.0.1-ga-freebsd-1_GH0.tar.gz) = 120804490 +TIMESTAMP = 1756894463 +SHA256 (freebsd-openjdk-jdk-24.0.2+12-2-jdk-24.0.2-ga-freebsd-2_GH0.tar.gz) = 707a120215130b7d82a344f19ec801efaa70edaad38d6417fd1a47a6da58c395 +SIZE (freebsd-openjdk-jdk-24.0.2+12-2-jdk-24.0.2-ga-freebsd-2_GH0.tar.gz) = 120881959 diff --git a/java/openjdk24/files/patch-make_autoconf_flags-cflags.m4 b/java/openjdk24/files/patch-make_autoconf_flags-cflags.m4 index 5156c18515da..81bc372519f5 100644 --- a/java/openjdk24/files/patch-make_autoconf_flags-cflags.m4 +++ b/java/openjdk24/files/patch-make_autoconf_flags-cflags.m4 @@ -1,13 +1,12 @@ ---- make/autoconf/flags-cflags.m4.orig 2020-01-08 09:12:31 UTC +--- make/autoconf/flags-cflags.m4.orig 2025-09-16 10:24:48 UTC +++ make/autoconf/flags-cflags.m4 -@@ -770,6 +770,10 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP], - # for all archs except arm and ppc, prevent gcc to omit frame pointer - $1_CFLAGS_CPU_JDK="${$1_CFLAGS_CPU_JDK} -fno-omit-frame-pointer" +@@ -780,6 +780,9 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP], + # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI. + $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=power8 -mtune=power10" fi -+ elif test "x$OPENJDK_TARGET_OS_ENV" = xbsd.freebsd; then -+ if test "x$FLAGS_CPU" = xppc64; then -+ $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=powerpc64 -mtune=power5" -+ fi ++ if test "x$FLAGS_CPU" = xppc64; then ++ $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=powerpc64 -mtune=power5" ++ fi fi - - elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then + if test "x$OPENJDK_TARGET_OS" = xaix; then + $1_CFLAGS_CPU="-mcpu=pwr8" diff --git a/java/openjdk24/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c b/java/openjdk24/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c new file mode 100644 index 000000000000..80ae4c90cdf7 --- /dev/null +++ b/java/openjdk24/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c @@ -0,0 +1,20 @@ +--- src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c.orig 2025-06-27 12:18:08 UTC ++++ src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c +@@ -70,6 +70,9 @@ closeDescriptors(void) + int + closeDescriptors(void) + { ++#if defined(__FreeBSD__) ++ closefrom(STDERR_FILENO + 1); ++#else + DIR *dp; + struct dirent *dirp; + /* leave out standard input/output/error descriptors */ +@@ -114,6 +117,7 @@ closeDescriptors(void) + + (void)closedir(dp); + ++#endif + return 1; // success + } + diff --git a/java/openjdk24/pkg-message b/java/openjdk24/pkg-message index 2ea3d87d89c8..a266eda414d0 100644 --- a/java/openjdk24/pkg-message +++ b/java/openjdk24/pkg-message @@ -1,17 +1,14 @@ [ { type: install message: <<EOM -This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and -procfs(5) mounted on /proc. +This OpenJDK implementation may requires procfs(5) mounted on /proc. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjdk25/Makefile b/java/openjdk25/Makefile new file mode 100644 index 000000000000..f4c12b9f24f4 --- /dev/null +++ b/java/openjdk25/Makefile @@ -0,0 +1,222 @@ +PORTNAME= openjdk +DISTVERSIONPREFIX= jdk- +DISTVERSION= ${JDK_FULL_VERSION:S/.0.0//} +CATEGORIES= java devel +PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} + +MAINTAINER= java@FreeBSD.org +COMMENT= ${COMMENT_${FLAVOR}} ${JDK_MAJOR_VERSION} +COMMENT_jdk= Java Development Kit +COMMENT_headless= Java Development Kit (headless version) +COMMENT_jre= Java Runtime Environment +COMMENT_jre_headless= Java Runtime Environment (headless version) + +WWW= https://openjdk.java.net/projects/jdk/25/ + +LICENSE= GPLv2 + +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le + +# This port supports the following flavors: +# +# - jdk (default) Full OpenJDK including dev tools and x11 support +# - headless Full OpenJDK including dev tools, but without x11 support +# - jre Java Runtime Environment including x11 support +# - jre_headless Jave Runtime Environment without x11 support +FLAVORS= jdk jre headless jre_headless + +headless_PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-headless +jre_PKGNAMESUFFIX= -jre +jre_headless_PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre-headless + +FLAVOR?= ${BUILD_JRE:?jre:${FLAVORS:[1]}} + +BUILD_DEPENDS= ${LOCALBASE}/include/cups/cups.h:print/cups \ + bash:shells/bash \ + gsed:textproc/gsed \ + zip:archivers/zip + +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgif.so:graphics/giflib \ + libharfbuzz.so:print/harfbuzz \ + liblcms2.so:graphics/lcms2 \ + libpng.so:graphics/png + +RUN_DEPENDS= javavm:java/javavmwrapper +.if ${FLAVOR:M*headless} == "" +RUN_DEPENDS+= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype +.endif + +USES= autoreconf:build compiler:features cpe gmake iconv jpeg pkgconfig +.if ${FLAVOR:M*headless} == "" +USES+= xorg +.endif + +CPE_VENDOR= oracle + +USE_GITHUB= yes +GH_ACCOUNT= freebsd + +.if ${FLAVOR:M*headless} == "" +USE_XORG= x11 xext xi xrandr xrender xt xtst +.endif + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-ccache \ + --disable-javac-server \ + --with-alsa=${LOCALBASE} \ + --with-boot-jdk=${BOOTSTRAPJDKDIR} \ + --with-cups=${LOCALBASE} \ + --with-debug-level=release \ + --with-fontconfig=${LOCALBASE} \ + --with-freetype=system \ + --with-giflib-include=${LOCALBASE}/include \ + --with-giflib-lib=${LOCALBASE}/lib \ + --with-giflib=system \ + --with-harfbuzz=system \ + --with-lcms=system \ + --with-libjpeg=system \ + --with-libpng=system \ + --with-native-debug-symbols=none \ + --with-num-cores=${MAKE_JOBS_NUMBER} \ + --with-vendor-bug-url="${JDK_BUG_URL}" \ + --with-vendor-name="OpenJDK BSD Porting Team" \ + --with-vendor-url="https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/" \ + --with-vendor-vm-bug-url="${JDK_BUG_URL}" \ + --with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \ + --with-zlib=system \ + --x-includes=${LOCALBASE}/include \ + --x-libraries=${LOCALBASE}/lib +.if ${FLAVOR:M*headless} +CONFIGURE_ARGS+= --enable-headless-only +.endif + +CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed +CONFIGURE_TARGET= ${JDK_ARCH}-portbld-${OPSYS:tl}${OSREL} + +# Suppress passing -j to do-build target via Mk/bsd.port.mk +# In the JDK build the number of parallel jobs is passed in via configure --with-num-cores=N +_MAKE_JOBS= # +MAKE_ENV= CLASSPATH="" \ + JAVA_HOME="" \ + LD_LIBRARY_PATH="" \ + LOG=cmdlines \ + MAKEFLAGS="" + +.if ${FLAVOR:Mjre*} +ALL_TARGET= legacy-images +.else +ALL_TARGET= images +.endif +JDK_BUILD_TYPE= release + +JDK_ARCH= ${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc64/ppc64/} +JDK_OSARCH= bsd-${JDK_ARCH} +JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-${JDK_BUILD_JVM}-${JDK_BUILD_TYPE} +.if ${FLAVOR:Mjre*} +BUILD_JRE= true +JDK_IMAGEDIR= ${JDK_BUILDDIR}/images/jre +.else +JDK_IMAGEDIR= ${JDK_BUILDDIR}/images/jdk +.endif +INSTALLDIR= ${PREFIX}/${PKGBASE} + +NO_CCACHE= yes +NOPRECIOUSMAKEVARS= yes + +JDK_MAJOR_VERSION= 25 +JDK_MINOR_VERSION= 0 +JDK_PATCH_VERSION= 1 +JDK_BUILD_NUMBER= 8 +BSD_JDK_VERSION= freebsd-1 +JDK_FULL_VERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} + +JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 + +.ifnmake portclippy +JAVAVMS_COMMENT= OpenJDK${JDK_MAJOR_VERSION} +.endif + +.include <bsd.port.pre.mk> + +BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk25 ${LOCALBASE}/openjdk24 + +# do we have valid native jdk installed? +.for BJDK in ${BOOTSTRAP_JDKS} +. if !defined(BOOTSTRAPJDKDIR) && exists(${BJDK}/bin/javac) +BOOTSTRAPJDKDIR= ${BJDK} +. endif +.endfor + +# if no valid jdk found, set dependency +.if !defined(BOOTSTRAPJDKDIR) +BOOTSTRAPJDKDIR?= ${LOCALBASE}/openjdk24 +BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:java/openjdk24 +.endif + +JDK_BUILD_JVM= server + +MAKE_ENV+= --with-toolchain-type=${COMPILER_TYPE} +CONFIGURE_ARGS+= --with-toolchain-type=${COMPILER_TYPE} +CONFIGURE_ARGS+= --disable-warnings-as-errors + +.if ${COMPILER_TYPE} == gcc +USE_GCC= yes +CONFIGURE_ARGS+= --with-extra-cflags="-Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT}" \ + --with-extra-cxxflags="-Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT}" \ + --with-extra-ldflags="-Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} -L${LOCALBASE}/lib/gcc${GCC_DEFAULT}" +.else +MAKE_ENV+= USE_CLANG=true +EXTRA_CFLAGS+= -Wno-unused-but-set-parameter +EXTRA_CFLAGS+= -Wno-bitwise-instead-of-logical \ + -Wno-error=deprecated-non-prototype +CONFIGURE_ARGS+= --with-extra-cflags="${EXTRA_CFLAGS}" +CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}" +.endif + +.if ${ARCH} == aarch64 +CONFIGURE_ARGS+= --disable-dtrace +.endif + +.if empty(ICONV_LIB) +ICONV_CFLAGS= -DLIBICONV_PLUG +.else +ICONV_CFLAGS= -I${LOCALBASE}/include +ICONV_LDFLAGS= -L${LOCALBASE}/lib +ICONV_LIBS= ${ICONV_LIB} +.endif + +post-patch: + @${RM} ${WRKSRC}/src/hotspot/os_cpu/bsd_ppc/thread_bsd_ppc.cpp + @${MV} ${WRKSRC}/src/hotspot/os_cpu/bsd_ppc/thread_bsd_ppc.hpp \ + ${WRKSRC}/src/hotspot/os_cpu/bsd_ppc/javaThread_bsd_ppc.hpp + + @${FIND} ${WRKSRC} -name '*.orig' -delete + @${CHMOD} 755 ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/configure \ + ${WRKSRC}/src/hotspot/os/bsd/os_bsd.cpp + @${REINPLACE_CMD} -e 's|%%ICONV_CFLAGS%%|${ICONV_CFLAGS}|' \ + -e 's|%%ICONV_LDFLAGS%%|${ICONV_LDFLAGS}|' \ + -e 's|%%ICONV_LIBS%%|${ICONV_LIBS}|' \ + ${WRKSRC}/make/autoconf/libraries.m4 + +post-build: +.if defined(OPENJDK_SYMLINK_CACERTS) + @${RM} ${JDK_IMAGEDIR}/lib/security/cacerts + @${LN} -sf ${OPENJDK_SYMLINK_CACERTS} ${JDK_IMAGEDIR}/lib/security/cacerts +.endif + +do-install: + @${MKDIR} ${STAGEDIR}${INSTALLDIR} + @cd ${JDK_IMAGEDIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${INSTALLDIR} + @cd ${STAGEDIR}${INSTALLDIR} && \ + ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \; + @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper + @${ECHO} "@javavm ${INSTALLDIR}/bin/java" >> ${TMPPLIST} + @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \ + ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/java/openjdk25/distinfo b/java/openjdk25/distinfo new file mode 100644 index 000000000000..44d0a4a52d88 --- /dev/null +++ b/java/openjdk25/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764336333 +SHA256 (freebsd-openjdk-jdk-25.0.1+8-freebsd-1_GH0.tar.gz) = 9984b61091295635b610497f9b334ff6654f466ecff018b74e123b5c1c3c5e99 +SIZE (freebsd-openjdk-jdk-25.0.1+8-freebsd-1_GH0.tar.gz) = 119483711 diff --git a/java/openjdk25/files/patch-configure b/java/openjdk25/files/patch-configure new file mode 100644 index 000000000000..4c97fddabcd2 --- /dev/null +++ b/java/openjdk25/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig 2025-10-24 11:51:54 UTC ++++ configure +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!%%LOCALBASE%%/bin/bash + # + # Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved. + # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +@@ -36,4 +36,4 @@ fi + # Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c. + # This trick is needed to get autoconf to co-operate properly. + # The ${-:+-$-} construction passes on bash options. +-bash ${-:+-$-} -c ". \"${this_script_dir}/make/autoconf/configure\"" "${this_script_dir}/configure" CHECKME "${this_script_dir}" "$@" ++%%LOCALBASE%%/bin/bash ${-:+-$-} -c ". \"${this_script_dir}/make/autoconf/configure\"" "${this_script_dir}/configure" CHECKME "${this_script_dir}" "$@" diff --git a/java/openjdk25/files/patch-make_autoconf_flags-cflags.m4 b/java/openjdk25/files/patch-make_autoconf_flags-cflags.m4 new file mode 100644 index 000000000000..81bc372519f5 --- /dev/null +++ b/java/openjdk25/files/patch-make_autoconf_flags-cflags.m4 @@ -0,0 +1,12 @@ +--- make/autoconf/flags-cflags.m4.orig 2025-09-16 10:24:48 UTC ++++ make/autoconf/flags-cflags.m4 +@@ -780,6 +780,9 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP], + # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI. + $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=power8 -mtune=power10" + fi ++ if test "x$FLAGS_CPU" = xppc64; then ++ $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=powerpc64 -mtune=power5" ++ fi + fi + if test "x$OPENJDK_TARGET_OS" = xaix; then + $1_CFLAGS_CPU="-mcpu=pwr8" diff --git a/java/openjdk25/files/patch-make_autoconf_libraries.m4 b/java/openjdk25/files/patch-make_autoconf_libraries.m4 new file mode 100644 index 000000000000..9c86f7093ac7 --- /dev/null +++ b/java/openjdk25/files/patch-make_autoconf_libraries.m4 @@ -0,0 +1,15 @@ +--- make/autoconf/libraries.m4.orig 2025-10-24 12:39:13 UTC ++++ make/autoconf/libraries.m4 +@@ -212,9 +212,9 @@ AC_DEFUN_ONCE([LIB_SETUP_MISC_LIBS], + ICONV_LDFLAGS="-L/usr/local/lib" + ICONV_LIBS=-liconv + elif test "x$OPENJDK_TARGET_OS_ENV" = "xbsd.freebsd"; then +- ICONV_CFLAGS=-DLIBICONV_PLUG +- ICONV_LDFLAGS= +- ICONV_LIBS= ++ ICONV_CFLAGS=%%ICONV_CFLAGS%% ++ ICONV_LDFLAGS=%%ICONV_LDFLAGS%% ++ ICONV_LIBS=%%ICONV_LIBS%% + else + ICONV_CFLAGS= + ICONV_LDFLAGS= diff --git a/java/openjdk25/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp b/java/openjdk25/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp new file mode 100644 index 000000000000..6710b9fea9e3 --- /dev/null +++ b/java/openjdk25/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp @@ -0,0 +1,11 @@ +--- src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp.orig 2025-10-30 14:38:45 UTC ++++ src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp +@@ -179,7 +179,7 @@ intptr_t* os::fetch_bcp_from_context(const void* ucVoi + assert(ucVoid != nullptr, "invariant"); + const ucontext_t* uc = (const ucontext_t*)ucVoid; + assert(os::Posix::ucontext_is_interpreter(uc), "invariant"); +- return reinterpret_cast<intptr_t*>(uc->uc_mcontext.regs->gpr[14]); // R14_bcp ++ return reinterpret_cast<intptr_t*>(uc->uc_mcontext.mc_gpr[14]); // R14_bcp + } + + frame os::get_sender_for_C_frame(frame* fr) { diff --git a/java/openjdk25/files/patch-src_hotspot_os_bsd_os__bsd.cpp b/java/openjdk25/files/patch-src_hotspot_os_bsd_os__bsd.cpp new file mode 100644 index 000000000000..402f0f475bc3 --- /dev/null +++ b/java/openjdk25/files/patch-src_hotspot_os_bsd_os__bsd.cpp @@ -0,0 +1,11 @@ +--- src/hotspot/os/bsd/os_bsd.cpp.orig 2021-09-29 21:25:10 UTC ++++ src/hotspot/os/bsd/os_bsd.cpp +@@ -361,7 +361,7 @@ + #elif defined(__NetBSD__) + #define DEFAULT_LIBPATH "/usr/lib:/usr/pkg/lib" + #else +- #define DEFAULT_LIBPATH "/usr/lib:/usr/local/lib" ++ #define DEFAULT_LIBPATH "/usr/lib:%%LOCALBASE%%/lib" + #endif + #else + #define DEFAULT_LIBPATH OVERRIDE_LIBPATH diff --git a/java/openjdk25/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c b/java/openjdk25/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c new file mode 100644 index 000000000000..80ae4c90cdf7 --- /dev/null +++ b/java/openjdk25/files/patch-src_jdk.jdwp.agent_unix_native_libjdwp_exec__md.c @@ -0,0 +1,20 @@ +--- src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c.orig 2025-06-27 12:18:08 UTC ++++ src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c +@@ -70,6 +70,9 @@ closeDescriptors(void) + int + closeDescriptors(void) + { ++#if defined(__FreeBSD__) ++ closefrom(STDERR_FILENO + 1); ++#else + DIR *dp; + struct dirent *dirp; + /* leave out standard input/output/error descriptors */ +@@ -114,6 +117,7 @@ closeDescriptors(void) + + (void)closedir(dp); + ++#endif + return 1; // success + } + diff --git a/java/openjdk25/pkg-descr b/java/openjdk25/pkg-descr new file mode 100644 index 000000000000..a6701ff6ef33 --- /dev/null +++ b/java/openjdk25/pkg-descr @@ -0,0 +1 @@ +An open-source implementation of the Java Platform, Standard Edition. diff --git a/java/openjdk25/pkg-message b/java/openjdk25/pkg-message new file mode 100644 index 000000000000..c072654ad070 --- /dev/null +++ b/java/openjdk25/pkg-message @@ -0,0 +1,15 @@ +[ +{ type: install + message: <<EOM +This OpenJDK implementation may require procfs(5) mounted on /proc. + +If you have not done it yet, please do the following: + + mount -t procfs proc /proc + +To make it permanent, you need the following lines in /etc/fstab: + + proc /proc procfs rw 0 0 +EOM +} +] diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 7e8727685aa0..eaa3251c70f2 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -53,8 +53,8 @@ INSTALLDIR= ${PREFIX}/${PKGBASE} NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 452 -JDK_BUILD_NUMBER= 09 +JDK_UPDATE_VERSION= 472 +JDK_BUILD_NUMBER= 08 BSD_JDK_VERSION= 1 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo index def6a524e9ab..8d6a0c8321a7 100644 --- a/java/openjdk8/distinfo +++ b/java/openjdk8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745107911 +TIMESTAMP = 1762059364 SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c -SIZE (jtreg4.1-b08.tar.gz) = 6834252 -SHA256 (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 5ece2db14895741373c63a4a50029c1558206d25c98b2ac7e730e1279f20f8a7 -SIZE (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 93400109 +SIZE (jtreg4.1-b08.tar.gz) = 683425 +SHA256 (battleblow-jdk8u-8.472.08.1-jdk8u472-b08.1_GH0.tar.gz) = a39ab04eed5289ff6934b87f5d981e6f005358cf22b2869a35dff77200c2707a +SIZE (battleblow-jdk8u-8.472.08.1-jdk8u472-b08.1_GH0.tar.gz) = 93406190 diff --git a/java/openjdk8/pkg-message b/java/openjdk8/pkg-message index fcb6defe8dcd..811dcb1e3b58 100644 --- a/java/openjdk8/pkg-message +++ b/java/openjdk8/pkg-message @@ -1,17 +1,15 @@ [ { type: install message: <<EOM -This OpenJDK implementation may require fdescfs(5) mounted on /dev/fd -and procfs(5) mounted on /proc for some applications. +This OpenJDK implementation may require procfs(5) mounted on /proc for some +applications. If you have not done it yet, please do the following: - mount -t fdescfs fdesc /dev/fd mount -t procfs proc /proc To make it permanent, you need the following lines in /etc/fstab: - fdesc /dev/fd fdescfs rw 0 0 proc /proc procfs rw 0 0 EOM } diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index f59a0ef4239d..13cbd11ceaa5 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -1,6 +1,6 @@ PORTNAME= openjfx DISTVERSION= 14.0.2.1+1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= java x11-toolkits devel MASTER_SITES= https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.1/:core \ https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-grouping/7.7.1/:grouping \ @@ -23,8 +23,6 @@ WWW= https://openjdk.java.net/projects/openjfx/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Fails to build with libxml2 2.13+, error: no matching constructor for initialization of 'XMLDocumentParserScope' - ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ diff --git a/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessor.h b/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessor.h new file mode 100644 index 000000000000..cc2e056db3e0 --- /dev/null +++ b/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessor.h @@ -0,0 +1,14 @@ +--- modules/javafx.web/src/main/native/Source/WebCore/xml/XSLTProcessor.h.orig 2020-07-17 10:21:33 UTC ++++ modules/javafx.web/src/main/native/Source/WebCore/xml/XSLTProcessor.h +@@ -62,7 +62,11 @@ class XSLTProcessor : public RefCounted<XSLTProcessor> + + void reset(); + ++#if LIBXML_VERSION >= 21200 ++ static void parseErrorFunc(void* userData, const xmlError*); ++#else + static void parseErrorFunc(void* userData, xmlError*); ++#endif + static void genericErrorFunc(void* userData, const char* msg, ...); + + // Only for libXSLT callbacks diff --git a/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessorLibxslt.cpp b/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessorLibxslt.cpp new file mode 100644 index 000000000000..d74934a317b2 --- /dev/null +++ b/java/openjfx14/files/patch-modules_javafx.web_src_main_native_Source_WebCore_xml_XSLTProcessorLibxslt.cpp @@ -0,0 +1,14 @@ +--- modules/javafx.web/src/main/native/Source/WebCore/xml/XSLTProcessorLibxslt.cpp.orig 2020-07-17 10:21:33 UTC ++++ modules/javafx.web/src/main/native/Source/WebCore/xml/XSLTProcessorLibxslt.cpp +@@ -60,7 +60,11 @@ void XSLTProcessor::genericErrorFunc(void*, const char + // It would be nice to do something with this error message. + } + ++#if LIBXML_VERSION >= 21200 ++void XSLTProcessor::parseErrorFunc(void* userData, const xmlError* error) ++#else + void XSLTProcessor::parseErrorFunc(void* userData, xmlError* error) ++#endif + { + PageConsoleClient* console = static_cast<PageConsoleClient*>(userData); + if (!console) diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index cbebe25fd990..bc9e1819c844 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -1,6 +1,6 @@ PORTNAME= phpeclipse PORTVERSION= 1.2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= java editors devel MASTER_SITES= SF/${PORTNAME}/a%29%20Eclipse%203.3.x/PHPEclipse-${PORTVERSION} DISTNAME= PHPEclipse-${PLIST_VER}-src diff --git a/java/servingxml/Makefile b/java/servingxml/Makefile deleted file mode 100644 index f529fd56aeac..000000000000 --- a/java/servingxml/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= servingxml -PORTVERSION= 1.1.2 -CATEGORIES= java devel -MASTER_SITES= SF - -MAINTAINER= jpbeconne@free.fr -COMMENT= Framework for flat/XML data transformations -WWW= https://servingxml.sourceforge.net/ - -BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant - -DEPRECATED= Abandoned and obsolete, last release in 2010 -EXPIRATION_DATE=2025-07-31 - -USES= java:build zip - -ANT_CMD?= ${LOCALBASE}/bin/ant -ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD} -ANT_TARGETS= dist - -do-build: - @cd ${WRKSRC} && ${ANT} ${ANT_TARGETS} - -do-install: - ${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} - (cd ${WRKSRC}/target/${PORTNAME} && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}) - ${CHMOD} 555 ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} - ${CHMOD} 555 ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/${PORTNAME} - -.include <bsd.port.mk> diff --git a/java/servingxml/distinfo b/java/servingxml/distinfo deleted file mode 100644 index 51640dcb0519..000000000000 --- a/java/servingxml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (servingxml-1.1.2.zip) = 8390cd1a510acbe9840b46c054151019a8166053cbf0357cd1bab3c48a4fb3a0 -SIZE (servingxml-1.1.2.zip) = 16523120 diff --git a/java/servingxml/files/patch-servingxml b/java/servingxml/files/patch-servingxml deleted file mode 100644 index 49edf3c7ae86..000000000000 --- a/java/servingxml/files/patch-servingxml +++ /dev/null @@ -1,11 +0,0 @@ ---- servingxml 2009-09-09 21:24:47.000000000 +0200 -+++ servingxml.new 2009-09-09 21:09:44.000000000 +0200 -@@ -86,7 +86,7 @@ - fi - - # add fop.jar, fop-sandbox and fop-hyph.jar, which reside in $SERVINGXML_HOME/build --LOCALCLASSPATH=${SERVINGXML_HOME}/servingxml.jar${pathSepChar}${SERVINGXML_HOME}/config${pathSepChar}${SERVINGXML_HOME}/classes -+LOCALCLASSPATH=${SERVINGXML_HOME}/servingxml.jar${pathSepChar}${SERVINGXML_HOME}/config${pathSepChar}${SERVINGXML_HOME}/classes${pathSepChar}${LOCALCLASSPATH} - - # add in the dependency .jar files, which reside in $SERVINGXML_HOME/lib - DIRLIBS=${SERVINGXML_HOME}/lib/*.jar diff --git a/java/servingxml/pkg-descr b/java/servingxml/pkg-descr deleted file mode 100644 index 66552d4a3a7d..000000000000 --- a/java/servingxml/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data -transformations. -It defines an extensible markup vocabulary for expressing flat-XML, XML-flat, -flat-flat, and XML-XML processing in pipelines. -ServingXML comes with a console app, and also documents an API for embedding -the software in a standard Java or J2EE application. diff --git a/java/servingxml/pkg-message b/java/servingxml/pkg-message deleted file mode 100644 index a159fbc900be..000000000000 --- a/java/servingxml/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -For using servingxml, you need to specify environnemnt variables : -SERVINGXML_HOME={PREFIX}/share/java/servingxml -PATH=$PATH:$SERVINGXML_HOME -Any third party JAR must be added to CLASSPATH -EOM -} -] diff --git a/java/servingxml/pkg-plist b/java/servingxml/pkg-plist deleted file mode 100644 index e1286b3f296e..000000000000 --- a/java/servingxml/pkg-plist +++ /dev/null @@ -1,515 +0,0 @@ -share/java/servingxml/LICENSE.txt -share/java/servingxml/Readme.html -share/java/servingxml/config/servingxml.properties -share/java/servingxml/config/servingxml.xml -share/java/servingxml/lib/activation.jar -share/java/servingxml/lib/avalon-framework-4.2.0.jar -share/java/servingxml/lib/batik-all-1.7.jar -share/java/servingxml/lib/commons-io-1.3.1.jar -share/java/servingxml/lib/commons-logging-1.0.4.jar -share/java/servingxml/lib/edtftpj-1.5.2.jar -share/java/servingxml/lib/fop.jar -share/java/servingxml/lib/isorelax.jar -share/java/servingxml/lib/mail.jar -share/java/servingxml/lib/msv.jar -share/java/servingxml/lib/relaxngDatatype.jar -share/java/servingxml/lib/saxon9-dom.jar -share/java/servingxml/lib/saxon9-s9api.jar -share/java/servingxml/lib/saxon9.jar -share/java/servingxml/lib/serializer-2.7.0.jar -share/java/servingxml/lib/servingxml.edtftpj.jar -share/java/servingxml/lib/servingxml.fop.jar -share/java/servingxml/lib/servingxml.mail.jar -share/java/servingxml/lib/servingxml.msv.jar -share/java/servingxml/lib/servingxml.saxon.jar -share/java/servingxml/lib/servingxmlx.jar -share/java/servingxml/lib/xml-apis-1.3.04.jar -share/java/servingxml/lib/xml-apis-ext-1.3.04.jar -share/java/servingxml/lib/xmlgraphics-commons-1.3.1.jar -share/java/servingxml/lib/xsdlib.jar -share/java/servingxml/resources/META-INF/components/com/servingxml/core/components.xml -share/java/servingxml/resources/META-INF/components/com/servingxml/extensions/edtftp/components.xml -share/java/servingxml/resources/META-INF/components/com/servingxml/extensions/fop/components.xml -share/java/servingxml/resources/META-INF/components/com/servingxml/extensions/mail/components.xml -share/java/servingxml/resources/META-INF/components/com/servingxml/extensions/msv/components.xml -share/java/servingxml/resources/META-INF/components/com/servingxml/extensions/saxon/components.xml -share/java/servingxml/resources/META-INF/components/servingxmlx/components.xml -share/java/servingxml/samples/dynamiccontent/books2html.bat -share/java/servingxml/samples/dynamiccontent/build.bat -share/java/servingxml/samples/dynamiccontent/build.properties -share/java/servingxml/samples/dynamiccontent/build.sh -share/java/servingxml/samples/dynamiccontent/build.xml -share/java/servingxml/samples/dynamiccontent/css/style.css -share/java/servingxml/samples/dynamiccontent/html/privacy-policy.html -share/java/servingxml/samples/dynamiccontent/java/dynamiccontent/Book.java -share/java/servingxml/samples/dynamiccontent/java/dynamiccontent/BookCatalog.java -share/java/servingxml/samples/dynamiccontent/java/dynamiccontent/Categories.java -share/java/servingxml/samples/dynamiccontent/readme.txt -share/java/servingxml/samples/dynamiccontent/resources.xml -share/java/servingxml/samples/dynamiccontent/runall.bat -share/java/servingxml/samples/dynamiccontent/styles/books-header.xsl -share/java/servingxml/samples/dynamiccontent/styles/books.xsl -share/java/servingxml/samples/dynamiccontent/styles/category-list.xsl -share/java/servingxml/samples/dynamiccontent/styles/entities.def -share/java/servingxml/samples/dynamiccontent/styles/footer.xsl -share/java/servingxml/samples/dynamiccontent/styles/title-bar.xsl -share/java/servingxml/samples/edi/comptest2xml.bat -share/java/servingxml/samples/edi/data/comptest.txt -share/java/servingxml/samples/edi/data/data.txt -share/java/servingxml/samples/edi/data/edifact1.txt -share/java/servingxml/samples/edi/data/invoic96A.txt -share/java/servingxml/samples/edi/data/invoic96Acolumns.txt -share/java/servingxml/samples/edi/edifact2xml.bat -share/java/servingxml/samples/edi/edifact2xml2.bat -share/java/servingxml/samples/edi/expected/invoic96A.xml -share/java/servingxml/samples/edi/expected/invoic96Acolumns.xml -share/java/servingxml/samples/edi/invoic96A2xml.bat -share/java/servingxml/samples/edi/invoic96Acolumns2xml.bat -share/java/servingxml/samples/edi/output/edifact.xml -share/java/servingxml/samples/edi/resources-comptest.xml -share/java/servingxml/samples/edi/resources-edifact.xml -share/java/servingxml/samples/edi/resources-edifact2.xml -share/java/servingxml/samples/edi/resources-invoic96A.xml -share/java/servingxml/samples/edi/runall.bat -share/java/servingxml/samples/edtftpj/books2ftp.bat -share/java/servingxml/samples/edtftpj/dir2flat.bat -share/java/servingxml/samples/edtftpj/documents/books.xml -share/java/servingxml/samples/edtftpj/resources.xml -share/java/servingxml/samples/embed/books2xml.bat -share/java/servingxml/samples/embed/build.bat -share/java/servingxml/samples/embed/build.properties -share/java/servingxml/samples/embed/build.sh -share/java/servingxml/samples/embed/build.xml -share/java/servingxml/samples/embed/data/books.txt -share/java/servingxml/samples/embed/java/embed/SampleRecordReaderApp.java -share/java/servingxml/samples/embed/resources-books.xml -share/java/servingxml/samples/embed/runall.bat -share/java/servingxml/samples/flat2flat/ascii2ebcdic.bat -share/java/servingxml/samples/flat2flat/bookDefaults2pos.bat -share/java/servingxml/samples/flat2flat/bookorders2delim.bat -share/java/servingxml/samples/flat2flat/books2ebcdic_packed.bat -share/java/servingxml/samples/flat2flat/books2pipe.bat -share/java/servingxml/samples/flat2flat/build.bat -share/java/servingxml/samples/flat2flat/build.properties -share/java/servingxml/samples/flat2flat/build.sh -share/java/servingxml/samples/flat2flat/build.xml -share/java/servingxml/samples/flat2flat/checkedBooks2delim.bat -share/java/servingxml/samples/flat2flat/checkedBooksOutput2pos.bat -share/java/servingxml/samples/flat2flat/countries2batchFiles.bat -share/java/servingxml/samples/flat2flat/data/bookorders-pos.txt -share/java/servingxml/samples/flat2flat/data/books-ebcdic.dat -share/java/servingxml/samples/flat2flat/data/books.20040613.txt -share/java/servingxml/samples/flat2flat/data/books.20040802.txt -share/java/servingxml/samples/flat2flat/data/books.txt -share/java/servingxml/samples/flat2flat/data/books_ebcdic_packed.dat -share/java/servingxml/samples/flat2flat/data/checkedBooks.txt -share/java/servingxml/samples/flat2flat/data/countries.csv -share/java/servingxml/samples/flat2flat/data/databridge.txt -share/java/servingxml/samples/flat2flat/databridge2flat.bat -share/java/servingxml/samples/flat2flat/dir2listing.bat -share/java/servingxml/samples/flat2flat/ebcdic2ascii.bat -share/java/servingxml/samples/flat2flat/ebcdic_packed2books.bat -share/java/servingxml/samples/flat2flat/generated_records2multiple_files.bat -share/java/servingxml/samples/flat2flat/java/flat2flat/TradeRecordReader.java -share/java/servingxml/samples/flat2flat/newBooks2pipe.bat -share/java/servingxml/samples/flat2flat/resources-ascii-ebcdic.xml -share/java/servingxml/samples/flat2flat/resources-batchRecords.xml -share/java/servingxml/samples/flat2flat/resources-bookDefaults.xml -share/java/servingxml/samples/flat2flat/resources-bookorders.xml -share/java/servingxml/samples/flat2flat/resources-books_ebcdic_packed.xml -share/java/servingxml/samples/flat2flat/resources-checkedBooks.xml -share/java/servingxml/samples/flat2flat/resources-conversion.xml -share/java/servingxml/samples/flat2flat/resources-databridge.xml -share/java/servingxml/samples/flat2flat/resources-dir.xml -share/java/servingxml/samples/flat2flat/resources-multiple_output_files.xml -share/java/servingxml/samples/flat2flat/runall.bat -share/java/servingxml/samples/flat2fpml/data/fra.csv -share/java/servingxml/samples/flat2fpml/data/swap.csv -share/java/servingxml/samples/flat2fpml/fra2xml.bat -share/java/servingxml/samples/flat2fpml/resources-fra.xml -share/java/servingxml/samples/flat2fpml/resources-swap.xml -share/java/servingxml/samples/flat2fpml/runall.bat -share/java/servingxml/samples/flat2fpml/swap2xml.bat -share/java/servingxml/samples/flat2xml/CONV2xml.bat -share/java/servingxml/samples/flat2xml/abtest2xml.bat -share/java/servingxml/samples/flat2xml/addresses2xml.bat -share/java/servingxml/samples/flat2xml/allbooks2xml.bat -share/java/servingxml/samples/flat2xml/ars2xml.bat -share/java/servingxml/samples/flat2xml/books2multiple_default_ns.bat -share/java/servingxml/samples/flat2xml/books2multiple_xml.bat -share/java/servingxml/samples/flat2xml/books2xml.bat -share/java/servingxml/samples/flat2xml/books_ebcdic_packed2xml.bat -share/java/servingxml/samples/flat2xml/build.bat -share/java/servingxml/samples/flat2xml/build.properties -share/java/servingxml/samples/flat2xml/build.sh -share/java/servingxml/samples/flat2xml/build.xml -share/java/servingxml/samples/flat2xml/compositeRecords2xml.bat -share/java/servingxml/samples/flat2xml/countries2batchedXml.bat -share/java/servingxml/samples/flat2xml/countries2batches.bat -share/java/servingxml/samples/flat2xml/countries2xml.bat -share/java/servingxml/samples/flat2xml/countriesDefault2xml.bat -share/java/servingxml/samples/flat2xml/countriesMixed2xml.bat -share/java/servingxml/samples/flat2xml/countriesUsingXslt2xml.bat -share/java/servingxml/samples/flat2xml/countriesWithDiscards2xml.bat -share/java/servingxml/samples/flat2xml/custom_trade_reader2xml.bat -share/java/servingxml/samples/flat2xml/data/CONV_in.dat -share/java/servingxml/samples/flat2xml/data/Comp6.dta -share/java/servingxml/samples/flat2xml/data/G6744V00.smf -share/java/servingxml/samples/flat2xml/data/abtest.txt -share/java/servingxml/samples/flat2xml/data/addresses.txt -share/java/servingxml/samples/flat2xml/data/ars.txt -share/java/servingxml/samples/flat2xml/data/books.20040613.txt -share/java/servingxml/samples/flat2xml/data/books.20040802.txt -share/java/servingxml/samples/flat2xml/data/books.txt -share/java/servingxml/samples/flat2xml/data/books_ebcdic_packed.dat -share/java/servingxml/samples/flat2xml/data/cases.txt -share/java/servingxml/samples/flat2xml/data/composite-records.txt -share/java/servingxml/samples/flat2xml/data/countries.csv -share/java/servingxml/samples/flat2xml/data/countries.xsd -share/java/servingxml/samples/flat2xml/data/countriesWithDiscards.csv -share/java/servingxml/samples/flat2xml/data/country-record.xsd -share/java/servingxml/samples/flat2xml/data/detail.txt -share/java/servingxml/samples/flat2xml/data/doubleByte.dat -share/java/servingxml/samples/flat2xml/data/ebaf.dat -share/java/servingxml/samples/flat2xml/data/exotics.txt -share/java/servingxml/samples/flat2xml/data/family_data.txt -share/java/servingxml/samples/flat2xml/data/fieldHasMaxWidth.txt -share/java/servingxml/samples/flat2xml/data/files.txt -share/java/servingxml/samples/flat2xml/data/flat1.txt -share/java/servingxml/samples/flat2xml/data/header_and_data.txt -share/java/servingxml/samples/flat2xml/data/hot-record.xsd -share/java/servingxml/samples/flat2xml/data/hot-record.xsx -share/java/servingxml/samples/flat2xml/data/hot.txt -share/java/servingxml/samples/flat2xml/data/invoice.txt -share/java/servingxml/samples/flat2xml/data/messages.properties -share/java/servingxml/samples/flat2xml/data/multipart-keys.properties -share/java/servingxml/samples/flat2xml/data/multipleSummaries.txt -share/java/servingxml/samples/flat2xml/data/myspec.txt -share/java/servingxml/samples/flat2xml/data/non_delimited_book_orders.txt -share/java/servingxml/samples/flat2xml/data/non_delimited_variant_trades.txt -share/java/servingxml/samples/flat2xml/data/opdef.txt -share/java/servingxml/samples/flat2xml/data/optionalElements.txt -share/java/servingxml/samples/flat2xml/data/order.txt -share/java/servingxml/samples/flat2xml/data/persons.txt -share/java/servingxml/samples/flat2xml/data/plans.txt -share/java/servingxml/samples/flat2xml/data/repeating_with_quote.csv -share/java/servingxml/samples/flat2xml/data/segments.txt -share/java/servingxml/samples/flat2xml/data/specialChar.txt -share/java/servingxml/samples/flat2xml/data/students-delim.txt -share/java/servingxml/samples/flat2xml/data/students-fix.txt -share/java/servingxml/samples/flat2xml/data/students.txt -share/java/servingxml/samples/flat2xml/data/swath.xml -share/java/servingxml/samples/flat2xml/data/tab_delimited_employees.txt -share/java/servingxml/samples/flat2xml/data/tasks.csv -share/java/servingxml/samples/flat2xml/data/test.txt -share/java/servingxml/samples/flat2xml/data/testWidth.txt -share/java/servingxml/samples/flat2xml/data/timesheets.csv -share/java/servingxml/samples/flat2xml/data/trades.txt -share/java/servingxml/samples/flat2xml/data/transaction.txt -share/java/servingxml/samples/flat2xml/data/ytds.txt -share/java/servingxml/samples/flat2xml/detail2xml.bat -share/java/servingxml/samples/flat2xml/doubleByte2xml.bat -share/java/servingxml/samples/flat2xml/ebaf2xml.bat -share/java/servingxml/samples/flat2xml/eobclaims/data/eobclaims.txt -share/java/servingxml/samples/flat2xml/eobclaims/eobclaims2xml.bat -share/java/servingxml/samples/flat2xml/eobclaims/expected/eobinputoutput-200815501300101.xml -share/java/servingxml/samples/flat2xml/eobclaims/expected/eobinputoutput-200815501300102.xml -share/java/servingxml/samples/flat2xml/eobclaims/expected/eobinputoutput.xml -share/java/servingxml/samples/flat2xml/eobclaims/resources-eobclaims-flatfile.xml -share/java/servingxml/samples/flat2xml/eobclaims/resources-eobclaims.xml -share/java/servingxml/samples/flat2xml/exotics2xml.bat -share/java/servingxml/samples/flat2xml/expected/ebaf.xml -share/java/servingxml/samples/flat2xml/expected/testwidth.xml -share/java/servingxml/samples/flat2xml/family_data2xml -share/java/servingxml/samples/flat2xml/family_data2xml.bat -share/java/servingxml/samples/flat2xml/fieldHasMaxWidth2xml.bat -share/java/servingxml/samples/flat2xml/files2xml.bat -share/java/servingxml/samples/flat2xml/flat12text.bat -share/java/servingxml/samples/flat2xml/flatfile-hot.xml -share/java/servingxml/samples/flat2xml/hot2xml1.bat -share/java/servingxml/samples/flat2xml/hot2xml2.bat -share/java/servingxml/samples/flat2xml/invoice2xml.bat -share/java/servingxml/samples/flat2xml/java/flat2xml/HotRecordFilter.java -share/java/servingxml/samples/flat2xml/java/flat2xml/TradeRecordReader.java -share/java/servingxml/samples/flat2xml/messages2xml.bat -share/java/servingxml/samples/flat2xml/multiple-readers/expected.xml -share/java/servingxml/samples/flat2xml/multiple-readers/messages.txt -share/java/servingxml/samples/flat2xml/multiple-readers/primary-input.txt -share/java/servingxml/samples/flat2xml/multiple-readers/primary-input2xml.bat -share/java/servingxml/samples/flat2xml/multiple-readers/resources.xml -share/java/servingxml/samples/flat2xml/multipleRecords2SingleElement.bat -share/java/servingxml/samples/flat2xml/multipleSummaries2xml.bat -share/java/servingxml/samples/flat2xml/mychoice2xml.bat -share/java/servingxml/samples/flat2xml/non_delimited_book_orders2xml.bat -share/java/servingxml/samples/flat2xml/non_delimited_variant_trades2xml.bat -share/java/servingxml/samples/flat2xml/opdef2xml.bat -share/java/servingxml/samples/flat2xml/optionalElements2xml.bat -share/java/servingxml/samples/flat2xml/order2xml.bat -share/java/servingxml/samples/flat2xml/persons2xml1.bat -share/java/servingxml/samples/flat2xml/persons2xml2.bat -share/java/servingxml/samples/flat2xml/plans2xml.bat -share/java/servingxml/samples/flat2xml/props2nested-tags1.bat -share/java/servingxml/samples/flat2xml/props2nested-tags2.bat -share/java/servingxml/samples/flat2xml/readme.txt -share/java/servingxml/samples/flat2xml/repeatHeader2xml.bat -share/java/servingxml/samples/flat2xml/repeating_with_quote2xml.cmd -share/java/servingxml/samples/flat2xml/resources-CONV.xml -share/java/servingxml/samples/flat2xml/resources-abtest.xml -share/java/servingxml/samples/flat2xml/resources-addresses.xml -share/java/servingxml/samples/flat2xml/resources-aggregate.xml -share/java/servingxml/samples/flat2xml/resources-allbooks.xml -share/java/servingxml/samples/flat2xml/resources-ars.xml -share/java/servingxml/samples/flat2xml/resources-batchRecords.xml -share/java/servingxml/samples/flat2xml/resources-batches.xml -share/java/servingxml/samples/flat2xml/resources-books.xml -share/java/servingxml/samples/flat2xml/resources-books_ebcdic_packed.xml -share/java/servingxml/samples/flat2xml/resources-books_multiple.xml -share/java/servingxml/samples/flat2xml/resources-choose.xml -share/java/servingxml/samples/flat2xml/resources-countries.xml -share/java/servingxml/samples/flat2xml/resources-countriesDefault.xml -share/java/servingxml/samples/flat2xml/resources-countriesUsingXslt.xml -share/java/servingxml/samples/flat2xml/resources-countriesWithDiscards.xml -share/java/servingxml/samples/flat2xml/resources-custom_trade_reader.xml -share/java/servingxml/samples/flat2xml/resources-detail.xml -share/java/servingxml/samples/flat2xml/resources-doubleByte.xml -share/java/servingxml/samples/flat2xml/resources-ebaf_unmarshaller.xml -share/java/servingxml/samples/flat2xml/resources-exotics.xml -share/java/servingxml/samples/flat2xml/resources-family_data.xml -share/java/servingxml/samples/flat2xml/resources-fieldHasMaxWidth.xml -share/java/servingxml/samples/flat2xml/resources-files.xml -share/java/servingxml/samples/flat2xml/resources-filter.xml -share/java/servingxml/samples/flat2xml/resources-flat1.xml -share/java/servingxml/samples/flat2xml/resources-hot1.xml -share/java/servingxml/samples/flat2xml/resources-hot2.xml -share/java/servingxml/samples/flat2xml/resources-invoice.xml -share/java/servingxml/samples/flat2xml/resources-messages.xml -share/java/servingxml/samples/flat2xml/resources-multipleRecordsSingleElement.xml -share/java/servingxml/samples/flat2xml/resources-multipleSummaries.xml -share/java/servingxml/samples/flat2xml/resources-multiple_default_ns.xml -share/java/servingxml/samples/flat2xml/resources-non_delimited_book_orders.xml -share/java/servingxml/samples/flat2xml/resources-non_delimited_variant_trades.xml -share/java/servingxml/samples/flat2xml/resources-opdef.xml -share/java/servingxml/samples/flat2xml/resources-optionalElements.xml -share/java/servingxml/samples/flat2xml/resources-order.xml -share/java/servingxml/samples/flat2xml/resources-persons1.xml -share/java/servingxml/samples/flat2xml/resources-persons2.xml -share/java/servingxml/samples/flat2xml/resources-plans.xml -share/java/servingxml/samples/flat2xml/resources-props2nested1.xml -share/java/servingxml/samples/flat2xml/resources-props2nested2.xml -share/java/servingxml/samples/flat2xml/resources-recordComposition.xml -share/java/servingxml/samples/flat2xml/resources-repeatHeader.xml -share/java/servingxml/samples/flat2xml/resources-repeating_with_quote.xml -share/java/servingxml/samples/flat2xml/resources-segments.xml -share/java/servingxml/samples/flat2xml/resources-smf.xml -share/java/servingxml/samples/flat2xml/resources-specialChar.xml -share/java/servingxml/samples/flat2xml/resources-students-delim.xml -share/java/servingxml/samples/flat2xml/resources-students-fix.xml -share/java/servingxml/samples/flat2xml/resources-students.xml -share/java/servingxml/samples/flat2xml/resources-tab_delimited_employees.xml -share/java/servingxml/samples/flat2xml/resources-tasks.xml -share/java/servingxml/samples/flat2xml/resources-test.xml -share/java/servingxml/samples/flat2xml/resources-testWidth.xml -share/java/servingxml/samples/flat2xml/resources-timesheets.xml -share/java/servingxml/samples/flat2xml/resources-trades.xml -share/java/servingxml/samples/flat2xml/resources-transaction.xml -share/java/servingxml/samples/flat2xml/resources-ytds.xml -share/java/servingxml/samples/flat2xml/runall.bat -share/java/servingxml/samples/flat2xml/sample output.xml -share/java/servingxml/samples/flat2xml/segments2xml.bat -share/java/servingxml/samples/flat2xml/smf2xml.bat -share/java/servingxml/samples/flat2xml/specialChar2xml.bat -share/java/servingxml/samples/flat2xml/students-delim2xml.bat -share/java/servingxml/samples/flat2xml/students-fix2xml.bat -share/java/servingxml/samples/flat2xml/students2xml.bat -share/java/servingxml/samples/flat2xml/styles/transform1.xsl -share/java/servingxml/samples/flat2xml/tab_delimited_employees2xml.bat -share/java/servingxml/samples/flat2xml/tasks2xml.bat -share/java/servingxml/samples/flat2xml/testWidth2xml.bat -share/java/servingxml/samples/flat2xml/timesheets2xml.bat -share/java/servingxml/samples/flat2xml/trades2xml.bat -share/java/servingxml/samples/flat2xml/transaction2xml.bat -share/java/servingxml/samples/flat2xml/ytds2xml.bat -share/java/servingxml/samples/fop/documents/pulp.xml -share/java/servingxml/samples/fop/pulp2pdf.bat -share/java/servingxml/samples/fop/resources.xml -share/java/servingxml/samples/fop/styles/novel.xsl -share/java/servingxml/samples/mail/data/novel.xsl -share/java/servingxml/samples/mail/data/pulp.xml -share/java/servingxml/samples/mail/data/welcome.xsl -share/java/servingxml/samples/mail/pulp2mail.bat -share/java/servingxml/samples/mail/readme.txt -share/java/servingxml/samples/mail/resources.xml -share/java/servingxml/samples/saxon/data/books.xml -share/java/servingxml/samples/saxon/data/countries.csv -share/java/servingxml/samples/saxon/data/countries.xsd -share/java/servingxml/samples/saxon/data/parameters.xml -share/java/servingxml/samples/saxon/resources-parameters.xml -share/java/servingxml/samples/saxon/resources-xquery.xml -share/java/servingxml/samples/saxon/runall.bat -share/java/servingxml/samples/saxon/xml2parameters.bat -share/java/servingxml/samples/saxon/xquery2xml.bat -share/java/servingxml/samples/saxpipeline/build.bat -share/java/servingxml/samples/saxpipeline/build.properties -share/java/servingxml/samples/saxpipeline/build.sh -share/java/servingxml/samples/saxpipeline/build.xml -share/java/servingxml/samples/saxpipeline/documents/mixed-up.xml -share/java/servingxml/samples/saxpipeline/file2html.bat -share/java/servingxml/samples/saxpipeline/java/MySaxReader.java -share/java/servingxml/samples/saxpipeline/java/PostFilter.java -share/java/servingxml/samples/saxpipeline/java/PreFilter.java -share/java/servingxml/samples/saxpipeline/readme.txt -share/java/servingxml/samples/saxpipeline/resources-file.xml -share/java/servingxml/samples/saxpipeline/resources-sax.xml -share/java/servingxml/samples/saxpipeline/runall.bat -share/java/servingxml/samples/saxpipeline/sax2html.bat -share/java/servingxml/samples/saxpipeline/styles/filter.xsl -share/java/servingxml/samples/sql/analysts2xml.bat -share/java/servingxml/samples/sql/batch_insert_employees.bat -share/java/servingxml/samples/sql/batch_prepare_insert_employees.bat -share/java/servingxml/samples/sql/build.bat -share/java/servingxml/samples/sql/build.properties -share/java/servingxml/samples/sql/build.sh -share/java/servingxml/samples/sql/build.xml -share/java/servingxml/samples/sql/custom-conn2xml.bat -share/java/servingxml/samples/sql/data/masterDetail.xml -share/java/servingxml/samples/sql/employees2csv.bat -share/java/servingxml/samples/sql/employees2xml.bat -share/java/servingxml/samples/sql/employeesTee2db.bat -share/java/servingxml/samples/sql/insertUpdate.bat -share/java/servingxml/samples/sql/insert_employees.bat -share/java/servingxml/samples/sql/java/MyJdbcConnectionPool.java -share/java/servingxml/samples/sql/loadBatchedMasterDetail.bat -share/java/servingxml/samples/sql/loadMasterDetail.bat -share/java/servingxml/samples/sql/multipleReaders2xml.bat -share/java/servingxml/samples/sql/prepare_insert_employees.bat -share/java/servingxml/samples/sql/readme.txt -share/java/servingxml/samples/sql/resources-batch_insert_employees.xml -share/java/servingxml/samples/sql/resources-batch_prepare_insert_employees.xml -share/java/servingxml/samples/sql/resources-custom.xml -share/java/servingxml/samples/sql/resources-employeesTee.xml -share/java/servingxml/samples/sql/resources-employees_csv.xml -share/java/servingxml/samples/sql/resources-insertUpdate.xml -share/java/servingxml/samples/sql/resources-insert_employees.xml -share/java/servingxml/samples/sql/resources-masterDetail.xml -share/java/servingxml/samples/sql/resources-multipleReaders.xml -share/java/servingxml/samples/sql/resources-prepare_insert_employees.xml -share/java/servingxml/samples/sql/resources.xml -share/java/servingxml/samples/sql/runall.bat -share/java/servingxml/samples/sql/runsaxon.bat -share/java/servingxml/samples/sql/scripts/db.sql -share/java/servingxml/samples/sql/update-employee.bat -share/java/servingxml/samples/xml2flat/all2flat.bat -share/java/servingxml/samples/xml2flat/blockSubsequences2flat.bat -share/java/servingxml/samples/xml2flat/blocks2flat.bat -share/java/servingxml/samples/xml2flat/bookHierarchy2flat.bat -share/java/servingxml/samples/xml2flat/bookReviews2flat.bat -share/java/servingxml/samples/xml2flat/books2csv.bat -share/java/servingxml/samples/xml2flat/books2listing.bat -share/java/servingxml/samples/xml2flat/books2pipe.bat -share/java/servingxml/samples/xml2flat/books2pos.bat -share/java/servingxml/samples/xml2flat/countries2csv.bat -share/java/servingxml/samples/xml2flat/data/3545_JH4DA3_4_H_.xml -share/java/servingxml/samples/xml2flat/data/all.xml -share/java/servingxml/samples/xml2flat/data/block_subsequences.xml -share/java/servingxml/samples/xml2flat/data/blocks.xml -share/java/servingxml/samples/xml2flat/data/bookReviews.xml -share/java/servingxml/samples/xml2flat/data/book_hierarchy.xml -share/java/servingxml/samples/xml2flat/data/books.xml -share/java/servingxml/samples/xml2flat/data/countries.xml -share/java/servingxml/samples/xml2flat/data/countries.xsd -share/java/servingxml/samples/xml2flat/data/grouped.xml -share/java/servingxml/samples/xml2flat/data/grouped3.xml -share/java/servingxml/samples/xml2flat/data/sequence.xml -share/java/servingxml/samples/xml2flat/data/swath.xml -share/java/servingxml/samples/xml2flat/data/transaction.xml -share/java/servingxml/samples/xml2flat/document-sequence/countrySequence2csv.bat -share/java/servingxml/samples/xml2flat/document-sequence/data/countries-1.xml -share/java/servingxml/samples/xml2flat/document-sequence/data/countries-2.xml -share/java/servingxml/samples/xml2flat/document-sequence/data/countries-3.xml -share/java/servingxml/samples/xml2flat/document-sequence/data/countries-4.xml -share/java/servingxml/samples/xml2flat/document-sequence/data/countries-5.xml -share/java/servingxml/samples/xml2flat/document-sequence/data/countries.xsd -share/java/servingxml/samples/xml2flat/document-sequence/output/countries.csv -share/java/servingxml/samples/xml2flat/document-sequence/resources-countrySequence.xml -share/java/servingxml/samples/xml2flat/eobclaims/data/eobclaims1.xml -share/java/servingxml/samples/xml2flat/eobclaims/data/eobclaims2.xml -share/java/servingxml/samples/xml2flat/eobclaims/data/eobclaimshdrtlr.xml -share/java/servingxml/samples/xml2flat/eobclaims/eobclaims2flat.bat -share/java/servingxml/samples/xml2flat/eobclaims/expected/eobclaims_out_2.txt -share/java/servingxml/samples/xml2flat/eobclaims/resources-eobclaims-flatfile.xml -share/java/servingxml/samples/xml2flat/eobclaims/resources-eobclaims.xml -share/java/servingxml/samples/xml2flat/grouped2ungrouped.bat -share/java/servingxml/samples/xml2flat/grouped2ungrouped2.bat -share/java/servingxml/samples/xml2flat/grouped2ungrouped3.bat -share/java/servingxml/samples/xml2flat/resources-all.xml -share/java/servingxml/samples/xml2flat/resources-blockSubsequences.xml -share/java/servingxml/samples/xml2flat/resources-blocks.xml -share/java/servingxml/samples/xml2flat/resources-bookHierarchy.xml -share/java/servingxml/samples/xml2flat/resources-bookReviews.xml -share/java/servingxml/samples/xml2flat/resources-book_listing.xml -share/java/servingxml/samples/xml2flat/resources-books2csv.xml -share/java/servingxml/samples/xml2flat/resources-books2pipe.xml -share/java/servingxml/samples/xml2flat/resources-books2pos.xml -share/java/servingxml/samples/xml2flat/resources-countries.xml -share/java/servingxml/samples/xml2flat/resources-sequence.xml -share/java/servingxml/samples/xml2flat/resources-specialChar.xml -share/java/servingxml/samples/xml2flat/resources-swath.xml -share/java/servingxml/samples/xml2flat/resources-ungrouping.xml -share/java/servingxml/samples/xml2flat/resources-ungrouping2.xml -share/java/servingxml/samples/xml2flat/resources-ungrouping3.xml -share/java/servingxml/samples/xml2flat/resources-vin.xml -share/java/servingxml/samples/xml2flat/runall.bat -share/java/servingxml/samples/xml2flat/sequence2csv.bat -share/java/servingxml/samples/xml2flat/swath2flat.bat -share/java/servingxml/samples/xml2flat/transaction2pos.bat -share/java/servingxml/samples/xml2flat/vin2csv.bat -share/java/servingxml/samples/xml2xml/choose2xml.bat -share/java/servingxml/samples/xml2xml/compare2xml.bat -share/java/servingxml/samples/xml2xml/documents/books.xml -share/java/servingxml/samples/xml2xml/documents/clients.xml -share/java/servingxml/samples/xml2xml/documents/company.xml -share/java/servingxml/samples/xml2xml/documents/invoice.200302-01.xml -share/java/servingxml/samples/xml2xml/documents/invoices.xml -share/java/servingxml/samples/xml2xml/invoices2mail.bat -share/java/servingxml/samples/xml2xml/logo.svg -share/java/servingxml/samples/xml2xml/resources-compare.xml -share/java/servingxml/samples/xml2xml/resources-invoices.xml -share/java/servingxml/samples/xml2xml/resources-mailInvoices.xml -share/java/servingxml/samples/xml2xml/resources-unwrap.xml -share/java/servingxml/samples/xml2xml/resources-wrap.xml -share/java/servingxml/samples/xml2xml/runall.bat -share/java/servingxml/samples/xml2xml/styles/invoice-master.xsl -share/java/servingxml/samples/xml2xml/styles/invoice2fo.xsl -share/java/servingxml/samples/xml2xml/styles/invoice2html.xsl -share/java/servingxml/samples/xml2xml/styles/step1.xsl -share/java/servingxml/samples/xml2xml/styles/step2.xsl -share/java/servingxml/samples/xml2xml/styles/step3.xsl -share/java/servingxml/samples/xml2xml/styles/step4.xsl -share/java/servingxml/samples/xml2xml/unwrap2xml.bat -share/java/servingxml/samples/xml2xml/wrap2xml.bat -share/java/servingxml/samples/xml2xml/xml2invoices.bat -share/java/servingxml/samples/xml2xml/xxx.txt -share/java/servingxml/scripts/lcp.bat -share/java/servingxml/servingxml -share/java/servingxml/servingxml.bat -share/java/servingxml/servingxml.jar -@dir share/java/servingxml/samples/xml2xml/output -@dir share/java/servingxml/samples/xml2flat/output -@dir share/java/servingxml/samples/xml2flat/expected -@dir share/java/servingxml/samples/xml2flat/eobclaims/output -@dir share/java/servingxml/samples/sql/output -@dir share/java/servingxml/samples/servingxmlx/output -@dir share/java/servingxml/samples/saxpipeline/output -@dir share/java/servingxml/samples/saxon/output -@dir share/java/servingxml/samples/msv/output -@dir share/java/servingxml/samples/mail/output -@dir share/java/servingxml/samples/fop/output -@dir share/java/servingxml/samples/flat2xml/output -@dir share/java/servingxml/samples/flat2xml/intermediate -@dir share/java/servingxml/samples/flat2xml/eobclaims/output -@dir share/java/servingxml/samples/flat2fpml/output -@dir share/java/servingxml/samples/flat2flat/output -@dir share/java/servingxml/samples/embed/output -@dir share/java/servingxml/samples/edtftpj/output -@dir share/java/servingxml/samples/dynamiccontent/output -@dir share/java/servingxml/classes diff --git a/java/sigar/files/patch-bindings_java_build.xml b/java/sigar/files/patch-bindings_java_build.xml new file mode 100644 index 000000000000..81752c5aa7eb --- /dev/null +++ b/java/sigar/files/patch-bindings_java_build.xml @@ -0,0 +1,18 @@ +--- bindings/java/build.xml.orig 2025-12-11 12:56:58 UTC ++++ bindings/java/build.xml +@@ -94,7 +94,6 @@ + <target name="compile"> + <mkdir dir="${build}/classes"/> + <javac destdir="${build}/classes" +- source="1.6" target="1.6" + sourcepath="" + debug="true" + classpathref="libjars"> +@@ -109,7 +108,6 @@ + <target name="compile-tests"> + <mkdir dir="${build}/classes"/> + <javac destdir="${build}/classes" +- source="1.6" target="1.6" + sourcepath="" + debug="true" + classpathref="testjars"> diff --git a/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml b/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml new file mode 100644 index 000000000000..935a1eb06254 --- /dev/null +++ b/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml @@ -0,0 +1,10 @@ +--- bindings/java/hyperic_jni/jni-build.xml.orig 2025-12-11 13:12:48 UTC ++++ bindings/java/hyperic_jni/jni-build.xml +@@ -161,7 +161,6 @@ --> + <echo message="jni.src=${jni.src}, jni.jdk.os=${jni.jdk.os}, ${sun.arch.data.model}-bit"/> + + <javac srcdir="${jni.src.java}" destdir="${build}/classes" debug="true" +- source="1.6" target="1.6" + includes="org/hyperic/jni/*.java"/> + + <taskdef name="libarch" classname="org.hyperic.jni.ArchNameTask"> diff --git a/java/veditor/Makefile b/java/veditor/Makefile index 4fc00201f5ed..7062eed520ec 100644 --- a/java/veditor/Makefile +++ b/java/veditor/Makefile @@ -1,6 +1,6 @@ PORTNAME= veditor PORTVERSION= 1.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= java cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION} DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile index 2d4f984f2336..75a8625d1d67 100644 --- a/java/wildfly/Makefile +++ b/java/wildfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= wildfly -DISTVERSION= 36.0.1 +DISTVERSION= 38.0.1 CATEGORIES= java www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} @@ -31,7 +31,7 @@ PLIST_SUB= APP_HOME=${PORTNAME} VAR_DIR?= /var LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid -WILDFLY_VERSION=${PORTVERSION}.Final +WILDFLY_VERSION=${DISTVERSION}.Final CONFIG_FILES= appclient/configuration/appclient.xml \ appclient/configuration/logging.properties \ @@ -70,20 +70,11 @@ do-install: ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample .endfor - ${FIND} -s ${STAGEDIR}${PREFIX}/${PORTNAME} -not -type d | ${SORT} | \ + @${FIND} -s ${STAGEDIR}${PREFIX}/${PORTNAME} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' | \ ${SED} -E -e '/sample$$/ s#^#@sample #' | \ ${SED} -E -e '/bin\/.*sh$$/ s#^#@(,,755) #'>> ${TMPPLIST} - ${FIND} -s ${STAGEDIR}${PORTNAME} -type d | ${SORT} | \ + @${FIND} -s ${STAGEDIR}${PREFIX}/${PORTNAME} -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.galleon/hashes/.installation" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.galleon/hashes/.well-known/acme-challenge" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.galleon/hashes/domain/tmp/auth" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.galleon/hashes/standalone/lib/ext" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.galleon/hashes/standalone/tmp/auth" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/.well-known/acme-challenge" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/domain/tmp/auth" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/standalone/lib/ext" >> ${TMPPLIST} - ${ECHO_CMD} "@dir wildfly/standalone/tmp/auth" >> ${TMPPLIST} .include <bsd.port.mk> diff --git a/java/wildfly/distinfo b/java/wildfly/distinfo index 06beb5883ad6..4cd0500b3909 100644 --- a/java/wildfly/distinfo +++ b/java/wildfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748780273 -SHA256 (wildfly-36.0.1.Final.tar.gz) = 1a0f71680cac962cef03173e81f5ff8886175f18292db158b75c8077cf4ac38d -SIZE (wildfly-36.0.1.Final.tar.gz) = 266045256 +TIMESTAMP = 1764316993 +SHA256 (wildfly-38.0.1.Final.tar.gz) = 35bac69f742054734cc05263642adfc4e2073211ef635e9e8c812c6de6c3a907 +SIZE (wildfly-38.0.1.Final.tar.gz) = 257711402 |
