From owner-svn-ports-all@freebsd.org Fri Dec 11 16:37:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D71B34B482B; Fri, 11 Dec 2020 16:37:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CsxKg5lTQz4ZcQ; Fri, 11 Dec 2020 16:37:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B80C65DE4; Fri, 11 Dec 2020 16:37:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BBGbx2V087889; Fri, 11 Dec 2020 16:37:59 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BBGbxAZ087886; Fri, 11 Dec 2020 16:37:59 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202012111637.0BBGbxAZ087886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 11 Dec 2020 16:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557750 - in head/www: . mathjax3 X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/www: . mathjax3 X-SVN-Commit-Revision: 557750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 16:37:59 -0000 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 # $FreeBSD$ -PORTNAME= MathJax -DISTVERSION= 2.7.8 -CATEGORIES= www +PORTNAME= MathJax3 +DISTVERSION= 3.1.2 +CATEGORIES= www math MAINTAINER= marko.cupac@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