OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../jakarta-regexp/jakarta-regexp.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY]
  8. [COPY] More information can be found in the files COPYING and README.
  9. [COPY]
  10. [COPY] This program is free software; you can redistribute it and/or modify
  11. [COPY] it under the terms of the GNU General Public License as published by
  12. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  13. [COPY] GNU General Public License can be found in the file COPYING.
  14. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  15. [I] 100% Java Regular Expressions Package
  16. [T] Apache Jakarta Regexp is a 100% pure Java regular expression
  17. [T] package. Expression syntax supports all of Perl5 syntax, with the
  18. [T] exception of back reference substitution markers (several people
  19. [T] have mentioned this lack, so please feel free to contribute
  20. [T] a solution). It also supports a very limited subset of POSIX
  21. [T] features. Performance and features are somewhat inferior to ORO,
  22. [T] and the new JDK 1.4 (java.util.regex) package, but the package is
  23. [T] especially small and features the ability to precompile expressions
  24. [T] (without using object serialization) into byte arrays, thus avoiding
  25. [T] the need to load the expression compiler.
  26. [U] http://jakarta.apache.org/regexp/
  27. [A] Jonathan Locke
  28. [M] The OpenSDE Community <list@opensde.org>
  29. [C] extra/development
  30. [L] APL
  31. [S] Stable
  32. [V] 1.4
  33. [P] X -----5---9 800.000
  34. [O] . $base/package/*/*/java-conf.in
  35. [D] 3418937004 jakarta-regexp-1.4.tar.gz http://www.apache.org/dist/jakarta/regexp/source/