Port details |
- jlatexmath Java API to display mathematical formulas written in LaTeX
- 1.0.7 math
=2 1.0.7Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2010-02-13 11:25:03
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: GPLv2
- WWW:
- https://wiki.scilab.org/JLaTeXMath
- Description:
- The goal of this Java API is to display mathematical formulas written in
LaTeX. The default encoding is UTF-8.
The most of LaTeX commands are available and :
1) macros from amsmath and symbols from amssymb and stmaryrd;
2) \includegraphics (without options);
3) the TeX macro \over;
4) accents from amsxtra package;
5) the macros \definecolor, \textcolor, \colorbox and \fcolorbox from the
package color;
6) the macros \rotatebox, \reflectbox and \scalebox from the package graphicx;
7) the most of latin unicode characters are available and cyrillic or
greek characters are detected for the loading of the different fonts;
8) the commands \newcommand and \newenvironment;
9) the environments array, matrix, pmatrix,..., eqnarray, cases;
10) the fonts are embedded in the jar file to be used by fop 0.95 to generate
PDF, PS or EPS (SVG export with shaped fonts works fine too);
11) and probably other things I forgot...
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jlatexmath>0:math/jlatexmath
- To install the port:
- cd /usr/ports/math/jlatexmath/ && make install clean
- To add the package, run one of these commands:
- pkg install math/jlatexmath
- pkg install jlatexmath
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jlatexmath
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1566401432
SHA256 (jlatexmath-1.0.7.jar) = 6d04c3843fc98d2eea9ba4cff0be7b80540ca75c5a4e0b3463fd1219c48cc65d
SIZE (jlatexmath-1.0.7.jar) = 669575
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- xmlgraphics-commons.jar : graphics/xmlgraphics-commons
- java : java/openjdk8
- This port is required by:
- for Build
-
- math/scilab
- for Run
-
- math/scilab
Configuration Options:
- No options to configure
- Options name:
- math_jlatexmath
- USES:
- java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.7 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.0.7 08 Nov 2023 18:43:07
    |
Max Brazhnikov (makc)  |
math/scilab: drop maintainership
Release math/scilab and its prerequisites |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
1.0.7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.0.7 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.0.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.7 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.0.7 21 Aug 2019 19:43:33
  |
makc  |
math/jlatexmath:
- Update to 1.0.7
- Switch to the binary distribution since building from the sources
requires maven
- Remove FOP option and install fop plugin unconditionally: jlatexmath
is solely used by math/scilab only and it needs fop.
- Update WWW |
1.0.3 03 Feb 2017 11:21:50
  |
antoine  |
Fix check-sanity: RUN_DEPENDS contains unsupported relative path to dependency |
1.0.3 13 Jan 2017 16:54:56
  |
mat  |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
1.0.3 02 Nov 2016 09:05:58
  |
makc  |
Take maintainership of math/scilab dependencies |
1.0.3 20 Oct 2016 15:58:13
  |
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
1.0.3 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.3 25 Aug 2015 10:03:09
  |
makc  |
Convert my ports to new options helpers |
1.0.3 15 Nov 2014 12:20:54
  |
antoine  |
Cleanup plist |
1.0.3 01 May 2014 15:34:03
  |
makc  |
math/jlatexmath: fix typo |
01 May 2014 14:28:56

|
makc  |
math/jlatexmath:
- Update to 1.0.3
- Reduce build dependencies (follow README instructions)
- Fix packaging without FOP option
- Take maintainership |
25 Apr 2014 11:51:05

|
makc  |
java/javahelp:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW
java/jrosetta:
- Add stage support
- Drop JAVA_VERSION
math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers |
0.9.7 10 Mar 2014 16:25:34
  |
bapt  |
Convert m* to USES=zip |
0.9.7 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.9.7 13 Dec 2012 07:58:07
  |
bapt  |
Convert to new option framework |
0.9.7 10 Dec 2012 13:43:44
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
0.9.7 04 Dec 2012 20:39:22
  |
zi  |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
0.9.7 25 Dec 2011 07:34:50
 |
eadler  |
- update to 0.9.7
Changes:
* Add the TeX macros: \above and \abovewithdelims.
* Add an option in jlmDynamic ([i]) to give the possibility to insert a group as
if it was not a group.
* Fix various bugs
PR: ports/163596
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes |
0.9.6 01 Aug 2011 16:43:28
 |
zi  |
Update to 0.9.6
PR: ports/159200
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Approved by: wxs (mentor) |
0.9.4 06 Mar 2011 22:00:09
 |
dhn  |
- Update to 0.9.4
PR: ports/155286
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
0.9.3_1 01 Dec 2010 07:29:13
 |
makc  |
Correct run dependencies by using ':=' assign
Fix build with NOPORTEXAMPLES
Remove md5 checksum
Approved by: Rob Farmer (maintainer) |
0.9.3 12 Oct 2010 13:10:08
 |
wen  |
- Update to 0.9.3
PR: ports/151011
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
0.9.2 04 Sep 2010 13:06:12
 |
makc  |
Adjust plist.
Approved by: Rob Farmer (maintainer) |
0.9.2 03 Sep 2010 10:53:32
 |
wen  |
- Update to 0.9.2
PR: ports/150136
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
0.8.9 13 Feb 2010 11:24:44
 |
miwi  |
The goal of this Java API is to display mathematical formulas written in
LaTeX. The default encoding is UTF-8.
The most of LaTeX commands are available and :
1) macros from amsmath and symbols from amssymb and stmaryrd;
2) \includegraphics (without options);
3) the TeX macro \over;
4) accents from amsxtra package;
5) the macros \definecolor, \textcolor, \colorbox and \fcolorbox from the
package color;
6) the macros \rotatebox, \reflectbox and \scalebox from the package graphicx;
7) the most of latin unicode characters are available and cyrillic or
greek characters are detected for the loading of the different fonts;
8) the commands \newcommand and \newenvironment; (Only the first 15 lines of the commit message are shown above ) |