Upgrade to 2.0.1.
Approved by: kevlo
This commit is contained in:
parent
48dd7f793d
commit
0dd55e5970
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58594
@ -6,30 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= xerces-j
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= textproc
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= textproc java
|
||||
MASTER_SITES= http://xml.apache.org/dist/xerces-j/
|
||||
DISTNAME= Xerces-J-bin.${PORTVERSION}
|
||||
DISTNAME= xerces-${PORTVERSION:S/./_/g}
|
||||
DISTFILES= Xerces-J-bin.${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper
|
||||
USE_JAVA= 1.2+
|
||||
|
||||
WRKSRC= ${WRKDIR}/xerces-${PORTVERSION:S/./_/g}
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}; \
|
||||
${MKDIR} ${PREFIX}/share/java/classes/; \
|
||||
${INSTALL_DATA} ${WRKSRC}/xerces.jar ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/java/classes/; \
|
||||
${MKDIR} ${PREFIX}/share/java/${PKGNAME}/; \
|
||||
${CP} LICENSE ${PREFIX}/share/java/${PKGNAME}/; \
|
||||
${CP} -R docs ${PREFIX}/share/java/${PKGNAME}/; \
|
||||
${CP} -R data ${PREFIX}/share/java/${PKGNAME}/; \
|
||||
${CP} -R samples ${PREFIX}/share/java/${PKGNAME}/
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} xercesImpl.jar xmlParserAPIs.jar \
|
||||
${PREFIX}/share/java/classes)
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
(cd ${WRKSRC}/docs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Xerces-J-bin.1.4.4.tar.gz) = c43c1b779bf1251eecbb66d9316c432f
|
||||
MD5 (Xerces-J-bin.2.0.1.tar.gz) = ef6beadca8338ebc8794e708dd079dfb
|
||||
|
@ -3,10 +3,4 @@ contains advanced parser functionality, such as XML Schema, DOM
|
||||
Level 2 version 1.0, and SAX Version 2, in addition to supporting
|
||||
the industry-standard DOM Level 1 and SAX version 1 APIs.
|
||||
|
||||
This is the Apache Software Foundation project.
|
||||
|
||||
WWW: http://xml.apache.org/xerces-j/
|
||||
|
||||
--
|
||||
Marcin Cieslak
|
||||
saper@system.pl
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user