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) combination for a given watch list. This is what FreshPorts will look for.

Port details
apache-commons-math Java library of self-contained mathematics and statistics components
3.6.1_2 math 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 3.6.1_2Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-01-24 19:02:51
Last Update: 2024-01-16 07:12:00
Commit Hash: 11fc1e4
Also Listed In: java
License: APACHE20
WWW:
https://commons.apache.org/proper/commons-math/
Description:
Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang. Guiding principles: * Real-world application use cases determine development priority. * This package emphasizes small, easily integrated components rather than large libraries with complex dependencies and configurations. * All algorithms are fully documented and follow generally accepted best practices. * In situations where multiple standard algorithms exist, a Strategy pattern is used to support multiple implementations. * Limited dependencies. No external dependencies beyond Commons components and the core Java platform.
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 (4 items)
Collapse this list.
  1. /usr/local/share/java/classes/commons-math.jar
  2. /usr/local/share/licenses/apache-commons-math-3.6.1_2/catalog.mk
  3. /usr/local/share/licenses/apache-commons-math-3.6.1_2/LICENSE
  4. /usr/local/share/licenses/apache-commons-math-3.6.1_2/APACHE20
Collapse this list.
Dependency lines:
  • apache-commons-math>0:math/apache-commons-math
To install the port:
cd /usr/ports/math/apache-commons-math/ && make install clean
To add the package, run one of these commands:
  • pkg install math/apache-commons-math
  • pkg install apache-commons-math
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: apache-commons-math
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1571601170 SHA256 (commons-math3-3.6.1-src.tar.gz) = 46171449bcfb7d76912275ed1af9ef7de03f7eb1cb9a801e3faf304cc8f586a6 SIZE (commons-math3-3.6.1-src.tar.gz) = 3665572

Expand this list (2 items)

Collapse this list.

SHA256 (junit-4.8.2.jar) = a2aa2c3bb2b72da76c3e6a71531f1eefdc350494819baf2b1d80d7146e020f9e SIZE (junit-4.8.2.jar) = 237344

Collapse this list.


Packages (timestamps in pop-ups are UTC):
apache-commons-math
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.6.1_23.6.1_2--3.6.1_2---
FreeBSD:13:quarterly3.6.1_23.6.1_2--3.6.1_2-3.6.1_23.6.1_2
FreeBSD:14:latest3.6.1_23.6.1_2--3.6.1_2--3.6.1_1
FreeBSD:14:quarterly3.6.1_23.6.1_2--3.6.1_2-3.6.1_23.6.1_2
FreeBSD:15:latest3.6.1_23.6.1_2n/a-n/a-3.6.1_23.6.1_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. ant : devel/apache-ant
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Run
  1. math/R-cran-XLConnect
  2. textproc/apache-poi

Configuration Options:
===> The following configuration options are available for apache-commons-math-3.6.1_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
math_apache-commons-math
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (7 items)
Collapse this list.
  1. http://ftp.kddi-research.jp/infosystems/apache/commons/math/source/
  2. http://miroir.univ-lorraine.fr/apache/commons/math/source/
  3. http://mirror.cogentco.com/pub/apache/commons/math/source/
  4. http://mirror.navercorp.com/apache/commons/math/source/
  5. https://dlcdn.apache.org/commons/math/source/
  6. https://ftp.wayne.edu/apache/commons/math/source/
  7. https://mirror.its.dal.ca/apache/commons/math/source/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.6.1_2
16 Jan 2024 07:12:00
commit hash: 11fc1e476c9d02bff164f4f37f7ba24ca6d7d87ccommit hash: 11fc1e476c9d02bff164f4f37f7ba24ca6d7d87ccommit hash: 11fc1e476c9d02bff164f4f37f7ba24ca6d7d87ccommit hash: 11fc1e476c9d02bff164f4f37f7ba24ca6d7d87c files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
math/apache-commons-math: build empty jar file (without classes) and doesn't
build with jdk 11+

1. Without target "compile" commons-math.jar was ~8KB only and without
classes - whit patch it's ~2MB.
2. Doesn't build with OpenJDK 11+: "compile.source" and "compile.target"
1.5 deprecated and was removed in newer OpenJDKs.

Approved by:		bofh (maintainer), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D43462
MFH:			2024Q1
3.6.1_1
17 Sep 2023 05:30:09
commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
Author: Michael Osipov
*/*: Use only HTTPS to fetch ports from Maven Central

Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.

Source: https://blog.sonatype.com/central-repository-moving-to-https

PR:		272867
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)
3.6.1_1
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)
3.6.1_1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.6.1_1
29 Jun 2022 16:33:06
commit hash: ad36ef5c0161ea22babce1ec087789577c180c00commit hash: ad36ef5c0161ea22babce1ec087789577c180c00commit hash: ad36ef5c0161ea22babce1ec087789577c180c00commit hash: ad36ef5c0161ea22babce1ec087789577c180c00 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/apache-commons-math: Update WWW

Approved by:	portmgr (blanket)
3.6.1_1
06 Jun 2021 17:19:00
commit hash: a55c02860799a75557845ab1740f01f5db737a8fcommit hash: a55c02860799a75557845ab1740f01f5db737a8fcommit hash: a55c02860799a75557845ab1740f01f5db737a8fcommit hash: a55c02860799a75557845ab1740f01f5db737a8f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/apache-commons-math: Fix DOCS build and PORTDOCS

- Mark NO_ARCH
3.6.1
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.
3.6.1
24 Jan 2020 19:02:45
Revision:523978Original commit files touched by this commit
pfg search for other commits by this committer
math/jakarta-commons-math3 update and rename to apache-commons-math

Unbreak and move as it now an Apache Commons project.

PR:		241380
Approved by:	bofh (maintainer)

Number of commits found: 9