pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/licenses - Update to sun-jdk14-2.16 and sun-jre14-2.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a21c481b88c6
branches:  trunk
changeset: 537911:a21c481b88c6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jan 21 01:39:01 2008 +0000

description:
- Update to sun-jdk14-2.16 and sun-jre14-2.16.
    Update 16 adds a GlobalSign root certificate.
    Update 15 is a bugfix release, see
      http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_15
- Add the appropriate license files.

diffstat:

 lang/sun-jdk14/Makefile        |   11 +-
 lang/sun-jdk14/distinfo        |    8 +-
 lang/sun-jre14/Makefile        |   11 +-
 lang/sun-jre14/Makefile.common |    3 +-
 lang/sun-jre14/distinfo        |   11 +-
 licenses/sun-jdk14-license     |  332 +++++++++++++++++++++++++++++++++++++++++
 licenses/sun-jre14-license     |  294 ++++++++++++++++++++++++++++++++++++
 7 files changed, 650 insertions(+), 20 deletions(-)

diffs (truncated from 739 to 300 lines):

diff -r 5bb4c467cca2 -r a21c481b88c6 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Mon Jan 21 00:43:49 2008 +0000
+++ b/lang/sun-jdk14/Makefile   Mon Jan 21 01:39:01 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2007/08/22 14:03:47 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2008/01/21 01:39:01 tnn Exp $
 
-DISTNAME=      j2sdk-1_4_2_14-linux-${DIST_ARCH}
-PKGNAME=       sun-jdk14-2.14
-PKGREVISION=   1
+DISTNAME=      j2sdk-1_4_2_16-linux-${DIST_ARCH}
+PKGNAME=       sun-jdk14-2.16
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
@@ -11,10 +10,12 @@
 
 DEPENDS+=      sun-jre14>=2.9:../../lang/sun-jre14
 
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2_14
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_16
 JAVA_WRAPPERS+=        appletviewer extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
 
+LICENSE=       sun-jdk14-license
+
 .include "../../lang/sun-jre14/Makefile.common"
 
 # Remove parts that are in common with the JRE
diff -r 5bb4c467cca2 -r a21c481b88c6 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Mon Jan 21 00:43:49 2008 +0000
+++ b/lang/sun-jdk14/distinfo   Mon Jan 21 01:39:01 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/04/21 20:40:52 rillig Exp $
+$NetBSD: distinfo,v 1.20 2008/01/21 01:39:01 tnn Exp $
 
-SHA1 (j2sdk-1_4_2_14-linux-i586.bin) = 104a14f94b1ef168498e31bcaab0fb732db2cbca
-RMD160 (j2sdk-1_4_2_14-linux-i586.bin) = 8dfd1755625e50d0b2a3dc25ddcaff17afddca6c
-Size (j2sdk-1_4_2_14-linux-i586.bin) = 36368335 bytes
+SHA1 (j2sdk-1_4_2_16-linux-i586.bin) = d26cbf796b04f67d9d613049b799d2a168f48f98
+RMD160 (j2sdk-1_4_2_16-linux-i586.bin) = 01652579112db12b431940da39bbd4a6ea4748f0
+Size (j2sdk-1_4_2_16-linux-i586.bin) = 36397216 bytes
diff -r 5bb4c467cca2 -r a21c481b88c6 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Mon Jan 21 00:43:49 2008 +0000
+++ b/lang/sun-jre14/Makefile   Mon Jan 21 01:39:01 2008 +0000
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.45 2007/08/27 21:51:22 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2008/01/21 01:39:01 tnn Exp $
 
 # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
 
-DISTNAME=      j2re-1_4_2_14-linux-${DIST_ARCH}
-PKGNAME=       sun-jre14-2.14
-PKGREVISION=   3
+DISTNAME=      j2re-1_4_2_16-linux-${DIST_ARCH}
+PKGNAME=       sun-jre14-2.16
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
 
 SHORT=         JRE
 
-WRKSRC=                ${WRKDIR}/j2re1.4.2_14
+WRKSRC=                ${WRKDIR}/j2re1.4.2_16
 JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \
                servertool tnameserv
 
+LICENSE=       sun-jre14-license
+
 .include "../../lang/sun-jre14/Makefile.common"
 
 REQD_DIRS=     ${JAVA_HOME}
diff -r 5bb4c467cca2 -r a21c481b88c6 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Mon Jan 21 00:43:49 2008 +0000
+++ b/lang/sun-jre14/Makefile.common    Mon Jan 21 01:39:01 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2008/01/09 02:54:39 ghen Exp $
+# $NetBSD: Makefile.common,v 1.39 2008/01/21 01:39:02 tnn Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -8,7 +8,6 @@
 DOWNLOAD=      http://java.sun.com/j2se/1.4.2/download.html
 ARCHIVE=       http://java.sun.com/products/archive/index.html
 
-LICENSE=       jdk13-license
 RESTRICTED=    Redistribution of repackaged binaries not permitted
 NO_SRC_ON_CDROM=${RESTRICTED}
 NO_SRC_ON_FTP= ${RESTRICTED}
diff -r 5bb4c467cca2 -r a21c481b88c6 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Mon Jan 21 00:43:49 2008 +0000
+++ b/lang/sun-jre14/distinfo   Mon Jan 21 01:39:01 2008 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.23 2007/04/21 20:40:52 rillig Exp $
+$NetBSD: distinfo,v 1.24 2008/01/21 01:39:02 tnn Exp $
 
-SHA1 (j2re-1_4_2_14-linux-i586.bin) = 28704686d1200cc1830a03c48452731f04603888
-RMD160 (j2re-1_4_2_14-linux-i586.bin) = 7054f23ae3a4fd304dfbb7e9c73da8462507c720
-Size (j2re-1_4_2_14-linux-i586.bin) = 14373288 bytes
+SHA1 (j2re-1_4_2_16-linux-i586.bin) = 7abc5f9354bc00109766f8f6302e39c4da938bcb
+RMD160 (j2re-1_4_2_16-linux-i586.bin) = 46885501b413a73a08f50695c335e11291389376
+Size (j2re-1_4_2_16-linux-i586.bin) = 14388621 bytes
+SHA1 (jce_policy-1_4_2.zip) = ea17b649ebcaaf4246e9dd28dbc77926176c64ee
+RMD160 (jce_policy-1_4_2.zip) = 323340fa8a96f315a35b0ebc918731e6fe56c370
+Size (jce_policy-1_4_2.zip) = 12195 bytes
diff -r 5bb4c467cca2 -r a21c481b88c6 licenses/sun-jdk14-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/sun-jdk14-license        Mon Jan 21 01:39:01 2008 +0000
@@ -0,0 +1,332 @@
+
+               Sun Microsystems, Inc.
+            Binary Code License Agreement
+                    for the
+JAVA 2 SOFTWARE DEVELOPMENT KIT (J2SDK), STANDARD EDITION,
+                VERSION 1.4.2_X
+
+SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
+SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION THAT
+YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY CODE
+LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY
+"AGREEMENT").  PLEASE READ THE AGREEMENT CAREFULLY.  BY
+DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU ACCEPT THE TERMS OF
+THE AGREEMENT. INDICATE ACCEPTANCE BY SELECTING THE "ACCEPT"
+BUTTON AT THE BOTTOM OF THE AGREEMENT. IF YOU ARE NOT WILLING TO
+BE BOUND BY ALL THE TERMS, SELECT THE "DECLINE" BUTTON AT THE
+BOTTOM OF THE AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL
+NOT CONTINUE.
+
+1.DEFINITIONS. "Software" means the identified above in binary
+form, any other machine readable materials (including, but not
+limited to, libraries, source files, header files, and data
+files), any updates or error corrections provided by Sun, and
+any user manuals, programming guides and other documentation
+provided to you by Sun under this Agreement. "Programs" mean
+Java applets and applications intended to run on the Java 2
+Platform, Standard Edition (J2SETM platform) platform on
+Java-enabled general purpose desktop computers and servers.
+
+2.LICENSE TO USE. Subject to the terms and conditions of this
+Agreement, including, but not limited to the Java Technology
+Restrictions of the Supplemental License Terms, Sun grants you a
+non-exclusive, non-transferable, limited license without license
+fees to reproduce and use internally Software complete and
+unmodified for the sole purpose of running Programs. Additional
+licenses for developers and/or publishers are granted in the
+Supplemental License Terms.
+
+3.RESTRICTIONS. Software is confidential and copyrighted. Title
+to Software and all associated intellectual property rights is
+retained by Sun and/or its licensors. Unless enforcement is
+prohibited by applicable law, you may not modify, decompile, or
+reverse engineer Software.  Licensee acknowledges that Licensed
+Software is not designed or intended for use in the design,
+construction, operation or maintenance of any nuclear facility.
+Sun Microsystems, Inc. disclaims any express or implied warranty
+of fitness for such uses. No right, title or interest in or to
+any trademark, service mark, logo or trade name of Sun or its
+licensors is granted under this Agreement. Additional
+restrictions for developers and/or publishers licenses are set
+forth in the Supplemental License Terms.
+
+4.LIMITED WARRANTY.  Sun warrants to you that for a period of
+ninety (90) days from the date of purchase, as evidenced by a
+copy of the receipt, the media on which Software is furnished
+(if any) will be free of defects in materials and workmanship
+under normal use.  Except for the foregoing, Software is
+provided "AS IS".  Your exclusive remedy and Sun's entire
+liability under this limited warranty will be at Sun's option to
+replace Software media or refund the fee paid for Software.
+Any implied warranties on the Software are limited to 90 days.
+Some states do not allow limitations on duration of an implied
+warranty, so the above may not apply to you. This limited
+warranty gives you specific legal rights. You may have others,
+which vary from state to state.
+
+5.DISCLAIMER OF WARRANTY.  UNLESS SPECIFIED IN THIS AGREEMENT,
+ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE
+DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD
+TO BE LEGALLY INVALID.
+
+6.LIMITATION OF LIABILITY.  TO THE EXTENT NOT PROHIBITED BY LAW,
+IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
+REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
+CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED
+REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED
+TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  In no event will
+Sun's liability to you, whether in contract, tort (including
+negligence), or otherwise, exceed the amount paid by you for
+Software under this Agreement.  The foregoing limitations will
+apply even if the above stated warranty fails of its essential
+purpose.   Some states do not allow the exclusion of incidental
+or consequential damages, so some of the terms above may not be
+applicable to you.
+
+7.SOFTWARE UPDATES FROM SUN. You acknowledge that at your
+request or consent optional features of the Software may
+download, install, and execute applets, applications, software
+extensions, and updated versions of the Software from Sun
+("Software Updates"), which may require you to accept updated
+terms and conditions for installation. If additional terms and
+conditions are not presented on installation, the Software
+Updates will be considered part of the Software and subject to
+the terms and conditions of the Agreement.
+
+8.SOFTWARE FROM SOURCES OTHER THAN SUN. You acknowledge that, by
+your use of optional features of the Software and/or by
+requesting services that require use of the optional features of
+the Software, the Software may automatically download, install,
+and execute software applications from sources other than Sun
+("Other Software"). Sun makes no representations of a
+relationship of any kind to licensors of Other Software. TO THE
+EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS
+LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
+SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
+DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY,
+ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE
+OTHER SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY
+OF SUCH DAMAGES.  Some states do not allow the exclusion of
+incidental or consequential damages, so some of the terms above
+may not be applicable to you.
+
+9.TERMINATION.  This Agreement is effective until terminated.
+You may terminate this Agreement at any time by destroying all
+copies of Software.  This Agreement will terminate immediately
+without notice from Sun if you fail to comply with any provision
+of this Agreement.  Either party may terminate this Agreement
+immediately should any Software become, or in either party's
+opinion be likely to become, the subject of a claim of
+infringement of any intellectual property right. Upon
+Termination, you must destroy all copies of Software.
+
+10.EXPORT REGULATIONS. All Software and technical data delivered
+under this Agreement are subject to US export control laws and
+may be subject to export or import regulations in other
+countries.  You agree to comply strictly with all such laws and
+regulations and acknowledge that you have the responsibility to
+obtain such licenses to export, re-export, or import as may be
+required after delivery to you.
+
+11.TRADEMARKS AND LOGOS. You acknowledge and agree as between
+you and Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE,
+and iPLANET trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE,
+and iPLANET-related trademarks, service marks, logos and other
+brand designations ("Sun Marks"), and you agree to comply with
+the Sun Trademark and Logo Usage Requirements currently located
+at http://www.sun.com/policies/trademarks. Any use you make of
+the Sun Marks inures to Sun's benefit.
+
+12.U.S. GOVERNMENT RESTRICTED RIGHTS.  If Software is being
+acquired by or on behalf of the U.S. Government or by a U.S.
+Government prime contractor or subcontractor (at any tier), then
+the Government's rights in Software and accompanying
+documentation will be only as set forth in this Agreement; this
+is in accordance with 48 CFR 227.7201 through 227.7202-4 (for
+Department of Defense (DOD) acquisitions) and with 48 CFR 2.101
+and 12.212 (for non-DOD acquisitions).
+
+13.GOVERNING LAW.  Any action related to this Agreement will be
+governed by California law and controlling U.S. federal law.  No
+choice of law rules of any jurisdiction will apply.
+
+14. SEVERABILITY. If any provision of this Agreement is held to
+be unenforceable, this Agreement will remain in effect with the
+provision omitted, unless omission would frustrate the intent of
+the parties, in which case this Agreement will immediately
+terminate.
+
+15. INTEGRATION.  This Agreement is the entire agreement between
+you and Sun relating to its subject matter.  It supersedes all
+prior or contemporaneous oral or written communications,
+proposals, representations and warranties and prevails over any
+conflicting or additional terms of any quote, order,
+acknowledgment, or other communication between the parties
+relating to its subject matter during the term of this
+Agreement.  No modification of this Agreement will be binding,
+unless in writing and signed by an authorized representative of
+each party.
+
+            SUPPLEMENTAL LICENSE TERMS
+
+These Supplemental License Terms add to or modify the terms of
+the Binary Code License Agreement. Capitalized terms not defined
+in these Supplemental Terms shall have the same meanings
+ascribed to them in the Binary Code License Agreement . These
+Supplemental Terms shall supersede any inconsistent or
+conflicting terms in the Binary Code License Agreement, or in
+any license contained within the Software.
+
+A.Software Internal Use and Development License Grant. Subject
+to the terms and conditions of this Agreement, including, but
+not limited to the Java Technology Restrictions of these
+Supplemental Terms, Sun grants you a non-exclusive,
+non-transferable, limited license without fees to reproduce
+internally and use internally the Software complete and
+unmodified for the purpose of designing, developing, and testing
+your Programs.
+



Home | Main Index | Thread Index | Old Index