diff options
author | Don Lewis <truckman@FreeBSD.org> | 2019-10-07 22:37:41 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2019-10-07 22:37:41 +0000 |
commit | 3bbbcae687400dfb0aa8d6fc44e325f206e7d559 (patch) | |
tree | 2c009e0f80ec915f2ecbc4f8a3dc81dfae703cfb /java/apache-commons-lang3/pkg-descr | |
parent | databases/mroonga: Update version 9.07=>9.08 (diff) |
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.
Diffstat (limited to 'java/apache-commons-lang3/pkg-descr')
-rw-r--r-- | java/apache-commons-lang3/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/apache-commons-lang3/pkg-descr b/java/apache-commons-lang3/pkg-descr new file mode 100644 index 000000000000..348adf500984 --- /dev/null +++ b/java/apache-commons-lang3/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://commons.apache.org/proper/commons-lang/ |