Port details |
- apache-commons-lang3 Apache library with helper utilities for the java.lang API
- 3.17.0 java
=4 3.17.0Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2019-10-07 22:37:50
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: psutils, libevent, indexinfo, xorg-fonts-truetype, dbus
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://commons.apache.org/proper/commons-lang/
- Description:
- The standard Java libraries fail to provide enough methods for
manipulation of its core classes. Apache Commons Lang provides these
extra methods.
Lang provides a host of helper utilities for the java.lang API,
notably String manipulation methods, basic numerical methods, object
reflection, concurrency, creation and serialization and System
properties. Additionally it contains basic enhancements to
java.util.Date and a series of utilities dedicated to help with
building methods, such as hashCode, toString and equals.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-commons-lang3>0:java/apache-commons-lang3
- To install the port:
- cd /usr/ports/java/apache-commons-lang3/ && make install clean
- To add the package, run one of these commands:
- pkg install java/apache-commons-lang3
- pkg install apache-commons-lang3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-commons-lang3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731006452
SHA256 (commons-lang3-3.17.0-bin.tar.gz) = 08b93712bed7f48725d93c44d70c71e7e661af390f22f0f3e6ba61e3af3cea36
SIZE (commons-lang3-3.17.0-bin.tar.gz) = 9772415
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:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- editors/libreoffice
- editors/openoffice-devel
- print/pdftk
- for Run
-
- editors/openoffice-devel
- math/R-cran-XLConnect
- print/pdftk
Configuration Options:
- ===> The following configuration options are available for apache-commons-lang3-3.17.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_apache-commons-lang3
- USES:
- java
- 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.17.0 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 |
3.17.0 18 Nov 2024 02:48:02
    |
Don Lewis (truckman)  |
java/apache-commons-lang3: Upgrade to 3.17.0
Upgrade apache-commons-lang3 to the newest version.
Release notes:
https://commons.apache.org/proper/commons-lang/changes-report.html#a3.17.0 |
3.14.0 18 Dec 2023 01:34:07
    |
Don Lewis (truckman)  |
java/apache-commons-lang3: Upgrade to version 3.14.0 |
3.13.0 11 Sep 2023 10:49:49
    |
Don Lewis (truckman)  |
java/apache-commons-lang3: Upgrade to 3.13.0 |
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) |
3.12.0 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 ) |
3.12.0 29 Jun 2022 16:33:03
    |
Po-Chuan Hsieh (sunpoet)  |
java/apache-commons-lang3: Update WWW
Approved by: portmgr (blanket) |
3.12.0 09 Oct 2021 22:55:11
    |
Don Lewis (truckman)  |
java/apache-commons-lang3: Upgrade to 3.12.0
This version is present on the Apache mirror sites.
MFH: 2021Q4 |
3.8.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.8.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.8.1 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.8.1 07 Oct 2019 22:37:42
  |
truckman  |
Rename jakarta-commons-lang3 to apache-commons-lang3 and upgrade to
version 3.8.1.
Version 3.9 is out, but requires java 8.
Update pkg-descr. |