notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mathjax Cross-browser JavaScript display engine for mathematics
2.7.9 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.7.9Version of this port present on the latest quarterly branch.
Maintainer: marko.cupac@mimar.rs search for ports maintained by this maintainer
Port Added: 2012-07-18 15:51:22
Last Update: 2023-02-06 16:01:08
Commit Hash: 0a4ae5a
License: APACHE20
WWW:
https://www.mathjax.org/
Description:
MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/MathJax-2.7.9/catalog.mk
  2. /usr/local/share/licenses/MathJax-2.7.9/LICENSE
  3. /usr/local/share/licenses/MathJax-2.7.9/APACHE20
Collapse this list.
Dependency lines:
  • MathJax>0:www/mathjax
To install the port:
cd /usr/ports/www/mathjax/ && make install clean
To add the package, run one of these commands:
  • pkg install www/mathjax
  • pkg install MathJax
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: MathJax
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1674680832 SHA256 (MathJax-MathJax-2.7.9_GH0.tar.gz) = c9167279c87da044f2ff910ad573a02ce90354cb59440ae568eb86e1630f65df SIZE (MathJax-MathJax-2.7.9_GH0.tar.gz) = 25707631

Packages (timestamps in pop-ups are UTC):
MathJax
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.7.92.7.92.7.82.7.92.7.9-2.7.8-
FreeBSD:13:quarterly2.7.92.7.92.7.92.7.92.7.92.7.92.7.92.7.9
FreeBSD:14:latest2.7.92.7.92.7.82.7.92.7.92.7.9-2.7.9
FreeBSD:14:quarterly2.7.92.7.9-2.7.92.7.92.7.92.7.92.7.9
FreeBSD:15:latest2.7.92.7.9n/a2.7.9n/a2.7.92.7.92.7.9
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. math/sage
for Run
  1. math/sage

Configuration Options:
No options to configure
Options name:
www_mathjax
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/MathJax/MathJax/tar.gz/2.7.9?dummy=/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.9
06 Feb 2023 16:01:08
commit hash: 0a4ae5a42870919948bade27dc3391bd6d04ad04commit hash: 0a4ae5a42870919948bade27dc3391bd6d04ad04commit hash: 0a4ae5a42870919948bade27dc3391bd6d04ad04commit hash: 0a4ae5a42870919948bade27dc3391bd6d04ad04 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Marko Cupać
www/mathjax: upgrade to 2.7.9

PR:		269158
Reported by:	marko.cupac@mimar.rs (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.7.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.8
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.8
10 Sep 2021 21:18:29
commit hash: 3edbfbbcae430dcc82a5f7cc4dc43f7eb66715a2commit hash: 3edbfbbcae430dcc82a5f7cc4dc43f7eb66715a2commit hash: 3edbfbbcae430dcc82a5f7cc4dc43f7eb66715a2commit hash: 3edbfbbcae430dcc82a5f7cc4dc43f7eb66715a2 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
www/mathjax: Add CPE information

Approved by:	portmgr (blanket)
2.7.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.7.8
13 Jan 2021 09:41:09
Revision:561449Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW

Approved by:	portmgr blanket
2.7.8
21 Aug 2020 14:46:05
Revision:545602Original commit files touched by this commit
lwhsu search for other commits by this committer
www/mathjax: Update to 2.7.8

PR:		248798
Submitted by:	Marko Cupac <marko.cupac@mimar.rs> (maintainer)
2.7.6
29 Aug 2019 23:44:14
Revision:510190Original commit files touched by this commit
jgh search for other commits by this committer
- update to 2.7.6
- while here pet portlint

PR:		240188
Submitted by:	marko.cupac@mimar.rs (maintainer)
2.7.5
31 Aug 2018 18:41:09
Revision:478605Original commit files touched by this commit
fernape search for other commits by this committer
www/mathjax: update to 2.7.5

ChangeLog: https://github.com/mathjax/MathJax/releases/tag/2.7.5

PR:	231028
Submitted by:	marko.cupac@mimar.rs (maintainer)
Approved by:	tcberner (implicit)
Differential Revision:	https://reviews.freebsd.org/D16956
2.7.2
11 Jan 2018 13:23:49
Revision:458730Original commit files touched by this commit
tobik search for other commits by this committer
www/mathjax: Update to 2.7.2

Changes:	https://github.com/mathjax/MathJax/releases/tag/2.7.2
PR:		225069
Submitted by:	Marko Cupac <marko.cupac@mimar.rs> (maintainer)
2.7.0
05 Dec 2016 18:12:12
Revision:427912Original commit files touched by this commit
pi search for other commits by this committer
www/mathjax: update 2.6.1 -> 2.7.0

PR:		214841
Changes:	http://docs.mathjax.org/en/latest/whats-new-2.7.html
Submitted by:	Marko Cupac <marko.cupac@mimar.rs> (maintainer)
2.6.1
23 Feb 2016 10:22:39
Revision:409412Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.6.1
- Pass maintainership to submitter

PR:		207127
Submitted by:	Marko Cupac
2.4.0
21 Aug 2015 16:47:25
Revision:394978Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
2.4.0
19 Aug 2015 07:38:35
Revision:394734Original commit files touched by this commit
erwin search for other commits by this committer
Reset maintainer

<lukasz.stelmach@iem.pw.edu.pl>: host volt.iem.pw.edu.pl[194.29.146.3] said:
    550 5.1.1 <lukasz.stelmach@iem.pw.edu.pl>: Recipient address rejected: User
    unknown in local recipient table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2.4.0
08 Jun 2015 01:21:03
Revision:388815Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add NO_ARCH
- Drop @dirrm* from plist
- Fix WWW:

Approved by:	portmgr blanket
2.4.0
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2.4.0
07 Sep 2014 10:41:53
Revision:367508Original commit files touched by this commit
antoine search for other commits by this committer
- Make fetchable again (no difference in the content of the distfile)
- Allow staging as a regular user
2.4
28 Jul 2014 19:45:28
Revision:363241Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.4
2.3
17 May 2014 14:07:05
Revision:354325Original commit files touched by this commit
cs search for other commits by this committer
Take over port due to long maintainer timeout.

Approved by:	portmgr
2.3
16 May 2014 20:35:20
Revision:354260Original commit files touched by this commit
cs search for other commits by this committer
Update to 2.3

PR:		ports/186959
Submitted by:	cs
Approved by:	maintainer timeout (>2 months)
2.2
19 Nov 2013 22:04:57
Revision:334355Original commit files touched by this commit
cs search for other commits by this committer
- Update to 2.2
- Support staging
- Support USE_GITHUB
- Remove indefinite article in COMMENT

PR:		ports/182874
Approved by:	maintainer timeout (40 days)
2.0
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
2.0
18 Jul 2012 15:47:48
Original commit files touched by this commit
nivit search for other commits by this committer
MathJax is an open source JavaScript display engine for mathematics
that works in all modern browsers.

WWW: http://www.mathjax.org

Buildlog:	http://goo.gl/Gnr3v
PR:		ports/153195
Submitted by:	Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>

Number of commits found: 24