Date: Fri, 15 Jun 2001 21:28:45 +0200 (CEST) From: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, sobomax@freebsd.org Subject: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Message-ID: <200106151928.f5FJSjK28235@catbert.jollem.com>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Ernst de Haan >Organization: Jollem Information Technology >Confidential: no >Synopsis: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.3-STABLE i386 >Environment: System: FreeBSD catbert.jollem.com 4.3-STABLE FreeBSD 4.3-STABLE #26: Mon May 14 19:59:54 CEST 2001 root@catbert.jollem.com:/usr/src/sys/compile/CATBERT i386 >Description: I've written a few ports for the Java SDK Documentation bundles, version 1.1, 1.2, 1.3 and 1.4. These ports are quite similar, and they're based on the java/jdk-doc port (but heavily modified afterwards) The ports are: java/jdk11-doc (will replace java/jdk-doc, which had no maintainer) java/jdk12-doc (new) java/jdk13-doc (new) java/jdk14-doc (new) >How-To-Repeat: N/A >Fix: The ports can be downloaded from: * http://jollem.com/~ernst/jdk-doc-ports_20010605.tar.gz The contents of this archive: $ tar ztvf jdk-doc_ports.tar.gz drwxr-xr-x ernst/ernst 0 Jun 6 11:37 2001 java/jdk11-doc/ -rw-r--r-- ernst/ernst 1244 Jun 6 11:37 2001 java/jdk11-doc/Makefile -rw-r--r-- ernst/ernst 66 Jun 1 14:45 2001 java/jdk11-doc/distinfo -rw-r--r-- ernst/ernst 39 Jun 1 14:45 2001 java/jdk11-doc/pkg-comment -rw-r--r-- ernst/ernst 244 Jun 5 16:52 2001 java/jdk11-doc/pkg-descr -rw-r--r-- ernst/ernst 46971 Jun 3 01:11 2001 java/jdk11-doc/pkg-plist drwxr-xr-x ernst/ernst 0 Jun 6 11:37 2001 java/jdk12-doc/ -rw-r--r-- ernst/ernst 245 Jun 5 16:52 2001 java/jdk12-doc/pkg-descr -rw-r--r-- ernst/ernst 39 Jun 1 12:35 2001 java/jdk12-doc/pkg-comment -rw-r--r-- ernst/ernst 66 Jun 1 11:56 2001 java/jdk12-doc/distinfo -rw-r--r-- ernst/ernst 1139 Jun 6 11:37 2001 java/jdk12-doc/Makefile -rw-r--r-- ernst/ernst 273371 Jun 3 01:11 2001 java/jdk12-doc/pkg-plist drwxr-xr-x ernst/ernst 0 Jun 6 11:36 2001 java/jdk13-doc/ -rw-r--r-- ernst/ernst 245 Jun 5 16:52 2001 java/jdk13-doc/pkg-descr -rw-r--r-- ernst/ernst 39 Jun 1 22:31 2001 java/jdk13-doc/pkg-comment -rw-r--r-- ernst/ernst 61 Jun 1 22:49 2001 java/jdk13-doc/distinfo -rw-r--r-- ernst/ernst 1123 Jun 6 11:36 2001 java/jdk13-doc/Makefile -rw-r--r-- ernst/ernst 339194 Jun 3 01:11 2001 java/jdk13-doc/pkg-plist drwxr-xr-x ernst/ernst 0 Jun 5 16:52 2001 java/jdk14-doc/ -rw-r--r-- ernst/ernst 245 Jun 5 16:52 2001 java/jdk14-doc/pkg-descr -rw-r--r-- ernst/ernst 39 Jun 5 16:47 2001 java/jdk14-doc/pkg-comment -rw-r--r-- ernst/ernst 66 Jun 3 00:37 2001 java/jdk14-doc/distinfo -rw-r--r-- ernst/ernst 1131 Jun 3 01:10 2001 java/jdk14-doc/Makefile -rw-r--r-- ernst/ernst 499932 Jun 3 01:10 2001 java/jdk14-doc/pkg-plist I know the sizes of the pkg-plist files are a bit largish, but I would like to submit these versions first, and look into generating the pkg-plist file later, or -even better- have someone else beat me to it ;-) To show how similar the ports actually are, here are the diffs between the port for 1.2 docs and 1.3 docs: $ diff jdk12-doc/Makefile jdk13-doc/Makefile 1c1 < # New ports collection makefile for: jdk-doc-1.2 --- > # New ports collection makefile for: jdk-doc-1.3 12c12 < DISTNAME= jdk-${JDK_VERSION:S/./_/g}-doc --- > DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}-doc 26,27c26,27 < WRKSRC= ${WRKDIR}/jdk${JDK_VERSION:C/_.*\$//g}/docs < JDK_VERSION= 1.2.2_006 --- > WRKSRC= ${WRKDIR}/docs > JDK_VERSION= 1.3.1 29c29 < DOWNLOAD_URL= http://java.sun.com/jdk/${JDK_MAJOR_VER}/download-docs.html --- > DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/docs.html\#Download 31a32 > USE_ZIP= yes And between 1.3 and 1.4: $ diff jdk13-doc/Makefile jdk14-doc/Makefile 1c1 < # New ports collection makefile for: jdk-doc-1.3 --- > # New ports collection makefile for: jdk-doc-1.4 9c9 < PORTVERSION= ${JDK_VERSION:S/_/./g} --- > PORTVERSION= ${JDK_VERSION:S/_/./g:S/-beta/b1/} 27c27 < JDK_VERSION= 1.3.1 --- > JDK_VERSION= 1.4.0-beta 29c29 < DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/docs.html\#Download --- > DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/\#download /Ernst (ernst@jollem.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106151928.f5FJSjK28235>