svn commit: r557750 - in head/www: . mathjax3
Thierry Thomas
thierry at FreeBSD.org
Fri Dec 11 16:37:59 UTC 2020
Author: thierry
Date: Fri Dec 11 16:37:58 2020
New Revision: 557750
URL: https://svnweb.freebsd.org/changeset/ports/557750
Log:
Adding MathJax3.
Current port www/mathjax is for now legacy version, v2. Current version
of MathJax is v3. v2 is still supported and gets patch releases, but v3
is intended for new deployments.
Upgrading v2 to v3 is not in-place upgrade, url of the script changes,
which also requires change config of web server which hosts it.
Therefore I think it is better to introduce new version as mathjax3.
PR: 248796
Submitted by: Marko Cupać (maintainer)
Added:
head/www/mathjax3/
- copied from r557130, head/www/mathjax/
Modified:
head/www/Makefile
head/www/mathjax3/Makefile
head/www/mathjax3/distinfo
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Fri Dec 11 16:15:05 2020 (r557749)
+++ head/www/Makefile Fri Dec 11 16:37:58 2020 (r557750)
@@ -328,6 +328,7 @@
SUBDIR += madsonic
SUBDIR += man2web
SUBDIR += mathjax
+ SUBDIR += mathjax3
SUBDIR += mathopd
SUBDIR += matomo
SUBDIR += mattermost-server
Modified: head/www/mathjax3/Makefile
==============================================================================
--- head/www/mathjax/Makefile Sun Dec 6 10:39:47 2020 (r557130)
+++ head/www/mathjax3/Makefile Fri Dec 11 16:37:58 2020 (r557750)
@@ -1,9 +1,8 @@
-# Created by: Lukasz Stelmach <lukasz.stelmach at iem.pw.edu.pl>
# $FreeBSD$
-PORTNAME= MathJax
-DISTVERSION= 2.7.8
-CATEGORIES= www
+PORTNAME= MathJax3
+DISTVERSION= 3.1.2
+CATEGORIES= www math
MAINTAINER= marko.cupac at mimar.rs
COMMENT= Cross-browser JavaScript display engine for mathematics
@@ -11,10 +10,13 @@ COMMENT= Cross-browser JavaScript display engine for m
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+USE_GITHUB= yes
+GH_ACCOUNT= mathjax
+GH_PROJECT= MathJax
+GH_TAGNAME= c829235
+
NO_BUILD= yes
NO_ARCH= yes
-
-USE_GITHUB= yes
# Changing permissions of 30k files with find -exec (COPYTREE) is way
# too slow.
Modified: head/www/mathjax3/distinfo
==============================================================================
--- head/www/mathjax/distinfo Sun Dec 6 10:39:47 2020 (r557130)
+++ head/www/mathjax3/distinfo Fri Dec 11 16:37:58 2020 (r557750)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597841123
-SHA256 (MathJax-MathJax-2.7.8_GH0.tar.gz) = 21dcf4835c8cd36daf85143c11efe49a42948a6767b97cc21e7aa892dcf2d35d
-SIZE (MathJax-MathJax-2.7.8_GH0.tar.gz) = 25427942
+TIMESTAMP = 1606216920
+SHA256 (mathjax-MathJax-3.1.2-c829235_GH0.tar.gz) = dee27f0fbb4b260d7e64b74911b9edcfa7c1ddd0995cc6901e772683283c6f74
+SIZE (mathjax-MathJax-3.1.2-c829235_GH0.tar.gz) = 4743286
More information about the svn-ports-head
mailing list