* Support for JAXP 1.3
* New default error handling behavior
* Support for XML 1.1
* Support for Alternative BSF Implementations
* New serializer.jar
- Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for 3 years now
- Install documentation using ${FIND} | ${INSTALL_DATA}
- Add SHA256 info
- Use SUB_FILES to configure the launcher shell script
- Forbid build with JDK 1.5 as I can't find a workaround (yet)
- Use ${JAVALIBDIR} for JAR dependencies
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for several
years now
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
- The shell script to run Xalan-J is now installed (and working)
- bsd.java.mk 2.0 compliance
- Use ${ECHO_MSG} rather than ${ECHO}
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- Additional design documentation installed
- Updated RUN_DEPENDS
- Fixed LOCALBASE/PREFIX issue in RUN_DEPENDS and bin/xalan-j [1]
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Updated pkg-descr (added information and improved text layout)
PR: 68553
Submitted by: me
Reviewed by: glewis [1]
Approved by: znerd (maintainer), glewis (mentor)
- fixed distfile location (use MASTER_SITE_APACHE_XML)
- use JAVAJARDIR provided by bsd.java.mk
- use PORTDOCS and PLIST_FILES (thus no more pkg-plist)
- added SIZE info
PR: 65061
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
Brush up pkg-plist. (sorting entries, and replacing version number
to %%PORTVERSION%% by using ${PLIST_SUB})
Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and
${PORTVERSION})
PR: 27609
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>