Path to this page:
./
wip/apache-commons-lang,
Extension of the java.lang package
Branch: CURRENT,
Version: 2.5,
Package name: apache-commons-lang-2.5,
Maintainer: pkgsrc-usersThe Lang Component contains a set of Java classes that provide helper methods
for standard Java classes, especially those found in the java.lang package
in the Sun JDK. The following classes are included:
* StringUtils - Helper for java.lang.String.
* CharSetUtils - Methods for dealing with CharSets, which are sets of
characters such as [a-z] and [abcdez].
* RandomStringUtils - Helper for creating randomised Strings.
* NumberUtils - Helper for java.lang.Number and its subclasses.
* NumberRange - A range of numbers with an upper and lower bound.
* ObjectUtils - Helper for java.lang.Object.
* SerializationUtils - Helper for serializing Objects.
* SystemUtils - Utility class defining the Java system properties.
* NestedException package - A sub-package for the creation of nested
exceptions.
* Enum package - A sub-package for the creation of enumerated types.
* Builder package - A sub-package for the creation of equals, hashCode,
compareTo and toString methods.
Required to build:[
lang/sun-jre7] [
lang/sun-jdk7] [
pkgtools/cwrappers]
Master sites:
RMD160: 597ddae24694b542c74f499bd5c6d85a3e33cd56
Filesize: 3278.332 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
|
2012-01-01 16:33:28 by Kamel Derouiche | Files touched by this commit (1) |
Log message:
Update Maintainer
|
2010-09-09 01:46:13 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import apache-commons-lang-2.5 as wip/apache-commons-lang.
The Lang Component contains a set of Java classes that provide helper methods
for standard Java classes, especially those found in the java.lang package
in the Sun JDK. The following classes are included:
* StringUtils - Helper for java.lang.String.
* CharSetUtils - Methods for dealing with CharSets, which are sets of
characters such as [a-z] and [abcdez].
* RandomStringUtils - Helper for creating randomised Strings.
* NumberUtils - Helper for java.lang.Number and its subclasses.
* NumberRange - A range of numbers with an upper and lower bound.
* ObjectUtils - Helper for java.lang.Object.
* SerializationUtils - Helper for serializing Objects.
* SystemUtils - Utility class defining the Java system properties.
* NestedException package - A sub-package for the creation of nested
exceptions.
* Enum package - A sub-package for the creation of enumerated types.
* Builder package - A sub-package for the creation of equals, hashCode,
compareTo and toString methods.
|