java/jakarta-regexp: deprecate.
This is not used by any port. According the the Apache Software Foundation: As of 2011-04-17, the Regexp project is retired. ... Users are encouraged to use similar features in newer Java versions, such as java.util.regexp. Pet portlint while here. Approved by: thierry (mentor, implicit)
This commit is contained in:
parent
880396f84b
commit
aff5cde00f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524656
@ -12,6 +12,8 @@ COMMENT= Regular expressions for Java
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
DEPRECATED= EOL: As of 2011-04-17, the Regexp project is retired
|
||||
EXPIRATION_DATE= 2020-02-29
|
||||
BROKEN_armv6= fails to build: build.xml: Java returned: 1
|
||||
BROKEN_armv7= fails to build: build.xml: Java returned: 1
|
||||
|
||||
@ -22,7 +24,7 @@ MAKE_ARGS= -Djakarta-site.dir=${WRKSRC}
|
||||
|
||||
JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -2,4 +2,7 @@ A 100% Pure Java Regular Expression package by Jonathan Locke.
|
||||
|
||||
As of 2011-04-17, the Regexp project is retired.
|
||||
|
||||
Users are encouraged to use similar features in newer Java versions, such as
|
||||
java.util.regexp.
|
||||
|
||||
WWW: http://jakarta.apache.org/regexp/
|
||||
|
Loading…
Reference in New Issue
Block a user