Port details |
- apache-commons-lang3 Apache library with helper utilities for the java.lang API
- 3.14.0 java =5 3.14.0Version of this port present on the latest quarterly branch.
- Maintainer: truckman@FreeBSD.org
- Port Added: 2019-10-07 22:37:50
- Last Update: 2023-12-18 01:34:07
- Commit Hash: 02d7506
- People watching this port, also watch:: xorg-fonts-truetype, psutils, indexinfo, libevent, 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 = 1702845197
SHA256 (commons-lang3-3.14.0-bin.tar.gz) = 317c3e3fcd5fcca3781a7996ff1e0c50c13244ee961e94e5f6f6d84b84733b16
SIZE (commons-lang3-3.14.0-bin.tar.gz) = 9442785
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
- print/pdftk
Configuration Options:
- ===> The following configuration options are available for apache-commons-lang3-3.14.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_apache-commons-lang3
- 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.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. |