diff options
author | pat <pat@FreeBSD.org> | 2002-03-30 19:43:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-30 19:43:17 +0000 |
commit | 5e945527a64b90eee20a25c9ffbd6b9f04d93595 (patch) | |
tree | fe40cf737fa67e679952f4bd3c50b143fadd5c92 | |
parent | 7c898ea7893089d0c7ba37129b585fac93899aff (diff) | |
download | FreeBSD-ports-5e945527a64b90eee20a25c9ffbd6b9f04d93595.zip FreeBSD-ports-5e945527a64b90eee20a25c9ffbd6b9f04d93595.tar.gz |
Update latest tutorial and bump PORTREVISION
PR: 36497
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-rw-r--r-- | java/java-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/java-tutorial/distinfo | 2 | ||||
-rw-r--r-- | java/java-tutorial/pkg-plist | 8 | ||||
-rw-r--r-- | java/jdk-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/jdk-tutorial/distinfo | 2 | ||||
-rw-r--r-- | java/jdk-tutorial/pkg-plist | 8 |
6 files changed, 20 insertions, 4 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 28aa033..78ce959 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk-tutorial PORTVERSION= 1.1.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial diff --git a/java/java-tutorial/distinfo b/java/java-tutorial/distinfo index fda39b5..08a957a 100644 --- a/java/java-tutorial/distinfo +++ b/java/java-tutorial/distinfo @@ -1 +1 @@ -MD5 (tutorial.tar.gz) = 1708be8c5d86b7539a17ccf2eb7b8bf9 +MD5 (tutorial.tar.gz) = e7bf3465aa746f3b50bfc8de898b3fb9 diff --git a/java/java-tutorial/pkg-plist b/java/java-tutorial/pkg-plist index 2330e03..30b3570 100644 --- a/java/java-tutorial/pkg-plist +++ b/java/java-tutorial/pkg-plist @@ -1063,13 +1063,18 @@ jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-textfield.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-toolbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tooltip.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tree.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/dt-spinner.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/indprogressbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/layeredPaneLayers.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/mac-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Error.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Inform.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Question.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Warn.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/object.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/positions.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/progressbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollarchitecture.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollbarparts.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollpanecorners.gif @@ -1083,6 +1088,7 @@ jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smpanel.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smrootpane.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tablemodel.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tree.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/windows-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/13ui11.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/AWTConverter.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/ButtonDemoApplet.gif @@ -2633,6 +2639,7 @@ jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorial.htm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorialcont.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/vm.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/filechooser.html +jdk%%VERSION%%/docs/books/tutorial/uiswing/components/formattedtextfield.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/frame.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/generaltext.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/index.html @@ -2651,6 +2658,7 @@ jdk%%VERSION%%/docs/books/tutorial/uiswing/components/scrollpane.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/simpletext.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/slider.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/splitpane.html +jdk%%VERSION%%/docs/books/tutorial/uiswing/components/spinner.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/tabbedpane.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/table.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/text.html diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile index 28aa033..78ce959 100644 --- a/java/jdk-tutorial/Makefile +++ b/java/jdk-tutorial/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk-tutorial PORTVERSION= 1.1.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial diff --git a/java/jdk-tutorial/distinfo b/java/jdk-tutorial/distinfo index fda39b5..08a957a 100644 --- a/java/jdk-tutorial/distinfo +++ b/java/jdk-tutorial/distinfo @@ -1 +1 @@ -MD5 (tutorial.tar.gz) = 1708be8c5d86b7539a17ccf2eb7b8bf9 +MD5 (tutorial.tar.gz) = e7bf3465aa746f3b50bfc8de898b3fb9 diff --git a/java/jdk-tutorial/pkg-plist b/java/jdk-tutorial/pkg-plist index 2330e03..30b3570 100644 --- a/java/jdk-tutorial/pkg-plist +++ b/java/jdk-tutorial/pkg-plist @@ -1063,13 +1063,18 @@ jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-textfield.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-toolbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tooltip.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tree.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/dt-spinner.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/indprogressbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/layeredPaneLayers.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/mac-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Error.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Inform.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Question.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Warn.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/object.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/positions.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/progressbar.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollarchitecture.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollbarparts.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollpanecorners.gif @@ -1083,6 +1088,7 @@ jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smpanel.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smrootpane.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tablemodel.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tree.gif +jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/windows-spinner.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/13ui11.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/AWTConverter.gif jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/ButtonDemoApplet.gif @@ -2633,6 +2639,7 @@ jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorial.htm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorialcont.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/vm.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/filechooser.html +jdk%%VERSION%%/docs/books/tutorial/uiswing/components/formattedtextfield.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/frame.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/generaltext.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/index.html @@ -2651,6 +2658,7 @@ jdk%%VERSION%%/docs/books/tutorial/uiswing/components/scrollpane.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/simpletext.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/slider.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/splitpane.html +jdk%%VERSION%%/docs/books/tutorial/uiswing/components/spinner.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/tabbedpane.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/table.html jdk%%VERSION%%/docs/books/tutorial/uiswing/components/text.html |