Port details |
- jakarta-commons-math3 Java library of self-contained mathematics and statistics components
- 3.3 math
=0 3.3Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
IGNORE: is marked as broken: unfetchable
- Maintainer: bofh@FreeBSD.org
- Port Added: 2012-05-25 13:52:07
- Last Update: 2020-01-24 19:02:45
- SVN Revision: 523978
- Also Listed In: java
- License: APACHE20
- WWW:
- http://jakarta.apache.org/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.
WWW: http://jakarta.apache.org/commons/math/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jakarta-commons-math3>0:math/jakarta-commons-math3
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-commons-math3
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (commons-math3-3.3-src.tar.gz) = f0803e31a6361fe6a0fc105e33b084211dbf7efb8c419415e783fa1fe4855e0b
SIZE (commons-math3-3.3-src.tar.gz) = 3409107
SHA256 (junit-4.8.2.jar) = a2aa2c3bb2b72da76c3e6a71531f1eefdc350494819baf2b1d80d7146e020f9e
SIZE (junit-4.8.2.jar) = 237344
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jakarta-commons-math3-3.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3 24 Jan 2020 19:02:45 |
pfg |
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) |
3.3 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 |
3.3 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
3.3 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
3.3 27 May 2017 00:20:19 |
linimon |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.3 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.3 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
3.3 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
3.3 14 Jun 2014 02:23:01 |
swills |
- Update to 3.3
- Enabled build on JDK 1.7 since newer version builds with 1.7 with the MAKE_ENV
set
- Disable tests since they are fail intermittently due to system load
- Remove echo during install and unmute install commands
PR: 190721
Submitted by: swills (myself)
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) (all
except test disable) |
3.2 06 Jun 2014 17:52:35 |
swills |
- Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
With hat: portmgr@ |
3.2 26 Apr 2014 18:15:37 |
sunpoet |
- Update to 3.2
- Add LICENSE
- Convert to new options framework
- Support STAGEDIR
Changes: http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt
PR: ports/188801
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
3.1 21 Feb 2014 13:38:05 |
ehaupt |
Remove trailing whitespaces from category math |
3.1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.1 02 May 2013 22:15:09 |
bapt |
Please bmake(1) |
3.1 21 Feb 2013 23:28:22 |
pawel |
- Update to version 3.1
- Convert to OptionsNG
PR: ports/175095
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
3.0 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
3.0 25 May 2012 13:51:37 |
miwi |
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.
WWW: http://jakarta.apache.org/commons/math/
PR: ports/166398
Submitted by: Muhammad Moinur Rahmanh <5u623l20@gmail.com> |