summaryrefslogtreecommitdiff
path: root/textproc/saxon
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-18 01:43:42 +0000
committerrodent <rodent@pkgsrc.org>2013-05-18 01:43:42 +0000
commitbc3c1974a43477bf7f1ae39eb3f1b713e5a291dd (patch)
treebe7b507d46e0b178c9fa8df1441ea90b8551f674 /textproc/saxon
parent37f69e1b3b50cc9aa3042b6b961f5d1860ad2730 (diff)
downloadpkgsrc-bc3c1974a43477bf7f1ae39eb3f1b713e5a291dd.tar.gz
Update to latest release. This is supposedly the last version which requires
Java 5. Changes from 9.4 to 9.5: The bulk of the open source parts of Saxon (the parts maintained by Saxonica) are now licensed under Mozilla Public License version 2.0, replacing MPL 1.0. There have been some other changes to third-party open source components, notably the introduction of a new regular expression engine derived from Jakarta (Apache license), and the dropping of the old Base64 conversion code (Netscape license). Users interested in building the product from source code need to be aware that the build process now includes a preprocessing phase that generate separate Java code for the EE, PE, and HE editions. The raw (before preprocessing) source code is published in the Subversion repository, but for building Saxon-HE, a more convenient place to start is the post-preprocessing Java code issued on SourceForge as a source.zip download. A consequence of this change is that the JAR files for Saxon-HE, Saxon-PE, and Saxon-EE contain different class files having the same names. Therefore, the JAR files for different editions should not co-exist on the classpath. If you use internal Saxon APIs in an application, you may need to check that the methods you call are available in all three editions. This won't be a problem for interfaces that are clearly user-facing, but it could be an issue for applications that penetrate deeper into the internals. More changes here: http://www.saxonica.com/documentation/index.html#!changes
Diffstat (limited to 'textproc/saxon')
-rw-r--r--textproc/saxon/Makefile10
-rw-r--r--textproc/saxon/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile
index 29d062aaa10..b907e7598a9 100644
--- a/textproc/saxon/Makefile
+++ b/textproc/saxon/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.23 2013/04/03 00:39:18 rodent Exp $
+# $NetBSD: Makefile,v 1.24 2013/05/18 01:43:42 rodent Exp $
-DISTNAME= SaxonHE9-4-0-7J
-PKGNAME= ${DISTNAME:tl:S/-/./g:S/he/-/}
+DISTNAME= SaxonHE9-5-0-1J
+PKGNAME= ${DISTNAME:tl:S/-/./g:S/he/-/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=saxon/}
EXTRACT_SUFX= .zip
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://saxon.sourceforge.net/
COMMENT= Michael H. Kay's Java XSLT processor
-LICENSE= mpl-1.1
+LICENSE= mpl-2.0
WRKSRC= ${WRKDIR}
USE_JAVA= run
diff --git a/textproc/saxon/distinfo b/textproc/saxon/distinfo
index 46d18596950..b4535ca6071 100644
--- a/textproc/saxon/distinfo
+++ b/textproc/saxon/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/04/03 00:39:18 rodent Exp $
+$NetBSD: distinfo,v 1.5 2013/05/18 01:43:42 rodent Exp $
-SHA1 (SaxonHE9-4-0-7J.zip) = 5a166a7d0c6ae46f664467e6789bf25a5244d225
-RMD160 (SaxonHE9-4-0-7J.zip) = 55995080dcd5dd6a4945971c8f266eef80e43190
-Size (SaxonHE9-4-0-7J.zip) = 2797471 bytes
+SHA1 (SaxonHE9-5-0-1J.zip) = 6fd636137cf879088608fdeb9cf49e165d14f96e
+RMD160 (SaxonHE9-5-0-1J.zip) = e35e9e73090fd68abcfd2454ccf9cb0e08f6b438
+Size (SaxonHE9-5-0-1J.zip) = 2987601 bytes