diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index 593c2b78f254..cd9a10dfb8c2 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -1,31 +1,35 @@ PORTNAME= jlatexmath PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math java MASTER_SITES= https://repo1.maven.org/maven2/org/scilab/forge/jlatexmath/${PORTVERSION}/:0 \ - https://repo1.maven.org/maven2/org/scilab/forge/jlatexmath-fop/${PORTVERSION}/:1 + https://repo1.maven.org/maven2/org/scilab/forge/jlatexmath-fop/${PORTVERSION}/:1 \ + https://repo1.maven.org/maven2/org/scilab/forge/jlatexmath-font-cyrillic/${PORTVERSION}/:2 \ + https://repo1.maven.org/maven2/org/scilab/forge/jlatexmath-font-greek/${PORTVERSION}/:3 DISTFILES= ${PORTNAME}-${PORTVERSION}.jar:0 \ - ${PORTNAME}-fop-${PORTVERSION}.jar:1 + ${PORTNAME}-fop-${PORTVERSION}.jar:1 \ + ${PORTNAME}-font-cyrillic-${PORTVERSION}.jar:2 \ + ${PORTNAME}-font-greek-${PORTVERSION}.jar:3 EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Java API to display mathematical formulas written in LaTeX WWW= https://wiki.scilab.org/JLaTeXMath LICENSE= GPLv2 RUN_DEPENDS= ${JAVALIBDIR}/xmlgraphics-commons.jar:graphics/xmlgraphics-commons -USES= java +USES= java:run NO_ARCH= yes NO_BUILD= yes PLIST_SUB= PORTVERSION=${PORTVERSION} do-install: -.for f in jlatexmath jlatexmath-fop +.for f in jlatexmath jlatexmath-fop jlatexmath-font-cyrillic jlatexmath-font-greek ${INSTALL_DATA} ${DISTDIR}/${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} ${LN} -sf ${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${f}.jar .endfor .include diff --git a/math/jlatexmath/distinfo b/math/jlatexmath/distinfo index 3619c9531cf2..51cffc06e137 100644 --- a/math/jlatexmath/distinfo +++ b/math/jlatexmath/distinfo @@ -1,5 +1,9 @@ -TIMESTAMP = 1566401432 +TIMESTAMP = 1751811696 SHA256 (jlatexmath-1.0.7.jar) = 6d04c3843fc98d2eea9ba4cff0be7b80540ca75c5a4e0b3463fd1219c48cc65d SIZE (jlatexmath-1.0.7.jar) = 669575 SHA256 (jlatexmath-fop-1.0.7.jar) = cd3302fd0d7f17d44b82555f87689846e0bb70814f0639aae3b976dfac145496 SIZE (jlatexmath-fop-1.0.7.jar) = 26141 +SHA256 (jlatexmath-font-cyrillic-1.0.7.jar) = 1a0150e4be64db88c250dff41f593349f55f0c9cfdb8e39433f15ba73ecd21b8 +SIZE (jlatexmath-font-cyrillic-1.0.7.jar) = 185652 +SHA256 (jlatexmath-font-greek-1.0.7.jar) = cddc7e7e6f3e7ff0434c8a4805eadc3e9dc80457d582d19c3699e6aaee8f6af2 +SIZE (jlatexmath-font-greek-1.0.7.jar) = 188924 diff --git a/math/jlatexmath/pkg-plist b/math/jlatexmath/pkg-plist index 56dc58931678..c80e3d050811 100644 --- a/math/jlatexmath/pkg-plist +++ b/math/jlatexmath/pkg-plist @@ -1,4 +1,8 @@ %%JAVAJARDIR%%/jlatexmath-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/jlatexmath-font-cyrillic-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/jlatexmath-font-cyrillic.jar +%%JAVAJARDIR%%/jlatexmath-font-greek-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/jlatexmath-font-greek.jar %%JAVAJARDIR%%/jlatexmath-fop-%%PORTVERSION%%.jar %%JAVAJARDIR%%/jlatexmath-fop.jar %%JAVAJARDIR%%/jlatexmath.jar