diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-20 12:44:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-20 12:44:47 +0000 |
commit | c732eff7944f93c19ce30ea26eb876932845cd85 (patch) | |
tree | fcf45adcae3b20fc5f923de4891aaeb4b8438cf3 | |
parent | d9f2c0c23d2de474f27b114baafbcf418dbf05e2 (diff) | |
download | ports-c732eff7944f93c19ce30ea26eb876932845cd85.tar.gz ports-c732eff7944f93c19ce30ea26eb876932845cd85.zip |
Update fox and fox-xunicode to 0.99.174.
Install documents under share/doc/fox instead of share/fox.
Support NOPORTDOCS.
Do parallel build to reduce build time.
Notes
Notes:
svn path=/head/; revision=45282
-rw-r--r-- | x11-toolkits/fox-devel/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox-devel/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox-devel/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox-devel/files/patch-ac | 2 | ||||
-rw-r--r-- | x11-toolkits/fox-devel/pkg-plist | 99 | ||||
-rw-r--r-- | x11-toolkits/fox-xunicode/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox/files/patch-ac | 2 | ||||
-rw-r--r-- | x11-toolkits/fox/pkg-plist | 99 | ||||
-rw-r--r-- | x11-toolkits/fox10/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox10/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox10/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox10/files/patch-ac | 2 | ||||
-rw-r--r-- | x11-toolkits/fox10/pkg-plist | 99 | ||||
-rw-r--r-- | x11-toolkits/fox14/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fox14/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox14/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox14/files/patch-ac | 2 | ||||
-rw-r--r-- | x11-toolkits/fox14/pkg-plist | 99 |
21 files changed, 257 insertions, 221 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index 280a9f8ef3f2..f6c1f881e717 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 0.99.172 +PORTVERSION?= 0.99.174 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -51,6 +51,12 @@ CONFIGURE_ARGS+=--enable-release .if defined(WANT_PROFILE) CONFIGURE_ARGS+=--with-profiling=gprof .endif +MAKE_ARGS+= -j3 +.if defined(NOPORTDOCS) +MAKE_ARGS+= DOC= +.else +MAKE_ARGS+= DOC=doc +.endif USE_LIBTOOL= yes SHLIB_MAJ= 1 SHLIB_MIN= 0 diff --git a/x11-toolkits/fox-devel/distinfo b/x11-toolkits/fox-devel/distinfo index ade21916b6fe..6d9800063f0a 100644 --- a/x11-toolkits/fox-devel/distinfo +++ b/x11-toolkits/fox-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e -MD5 (fox-unicode-0.99.172.diff) = b52b0305d2d18207a4101856af5a2d8e +MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 +MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 diff --git a/x11-toolkits/fox-devel/files/patch-ab b/x11-toolkits/fox-devel/files/patch-ab index 85bd6141f487..a88f2e97dd4e 100644 --- a/x11-toolkits/fox-devel/files/patch-ab +++ b/x11-toolkits/fox-devel/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox-devel/files/patch-ac b/x11-toolkits/fox-devel/files/patch-ac index e670d025bdcc..c9c9fb464e2b 100644 --- a/x11-toolkits/fox-devel/files/patch-ac +++ b/x11-toolkits/fox-devel/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps diff --git a/x11-toolkits/fox-devel/pkg-plist b/x11-toolkits/fox-devel/pkg-plist index c8eb9c73fa1a..dc62d1bda8fe 100644 --- a/x11-toolkits/fox-devel/pkg-plist +++ b/x11-toolkits/fox-devel/pkg-plist @@ -106,6 +106,7 @@ include/fox/FXPopup.h include/fox/FXPrintDialog.h include/fox/FXProfiler.h include/fox/FXProgressBar.h +include/fox/FXProgressDialog.h include/fox/FXQuat.h include/fox/FXRadioButton.h include/fox/FXRange.h @@ -132,6 +133,8 @@ include/fox/FXStatusline.h include/fox/FXStream.h include/fox/FXString.h include/fox/FXSwitcher.h +include/fox/FXTIFIcon.h +include/fox/FXTIFImage.h include/fox/FXTab.h include/fox/FXTable.h include/fox/FXText.h @@ -160,54 +163,54 @@ include/fox/fxkeys.h include/fox/fxregex.h include/fox/fxver.h include/fox/xincs.h +@dirrm include/fox lib/libFOX.a lib/libFOX.so lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox +%%PORTDOCS%%share/doc/fox/html/app.html +%%PORTDOCS%%share/doc/fox/html/bigpenguin.png +%%PORTDOCS%%share/doc/fox/html/cfdrc.png +%%PORTDOCS%%share/doc/fox/html/cfdrclogo.png +%%PORTDOCS%%share/doc/fox/html/datatarget.html +%%PORTDOCS%%share/doc/fox/html/dlgedit1.gif +%%PORTDOCS%%share/doc/fox/html/dlgedit2.gif +%%PORTDOCS%%share/doc/fox/html/draganddrop.html +%%PORTDOCS%%share/doc/fox/html/faq.html +%%PORTDOCS%%share/doc/fox/html/focus.html +%%PORTDOCS%%share/doc/fox/html/fonts.html +%%PORTDOCS%%share/doc/fox/html/foreword.html +%%PORTDOCS%%share/doc/fox/html/fox.html +%%PORTDOCS%%share/doc/fox/html/foxback.png +%%PORTDOCS%%share/doc/fox/html/foxlogo.png +%%PORTDOCS%%share/doc/fox/html/guiupdate.html +%%PORTDOCS%%share/doc/fox/html/icons.html +%%PORTDOCS%%share/doc/fox/html/introduction.html +%%PORTDOCS%%share/doc/fox/html/layout.html +%%PORTDOCS%%share/doc/fox/html/messages.html +%%PORTDOCS%%share/doc/fox/html/nasafan.png +%%PORTDOCS%%share/doc/fox/html/oldfox.html +%%PORTDOCS%%share/doc/fox/html/opengl_logo.png +%%PORTDOCS%%share/doc/fox/html/owl-anim.png +%%PORTDOCS%%share/doc/fox/html/pathfinder.png +%%PORTDOCS%%share/doc/fox/html/pcboard.png +%%PORTDOCS%%share/doc/fox/html/platforms.html +%%PORTDOCS%%share/doc/fox/html/progress.png +%%PORTDOCS%%share/doc/fox/html/registry.html +%%PORTDOCS%%share/doc/fox/html/scribble.png +%%PORTDOCS%%share/doc/fox/html/serialization.html +%%PORTDOCS%%share/doc/fox/html/sgitextedit.png +%%PORTDOCS%%share/doc/fox/html/tb-paste.png +%%PORTDOCS%%share/doc/fox/html/textedit.png +%%PORTDOCS%%share/doc/fox/html/textedit2.png +%%PORTDOCS%%share/doc/fox/html/timers.html +%%PORTDOCS%%share/doc/fox/html/widgets.html +%%PORTDOCS%%share/doc/fox/html/win32-libraries.png +%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png +%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png +%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png +%%PORTDOCS%%share/doc/fox/html/win32-project.png +%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png +%%PORTDOCS%%share/doc/fox/html/win32.html +%%PORTDOCS%%share/doc/fox/html/wintextedit.png +%%PORTDOCS%%@dirrm share/doc/fox/html +%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/fox-xunicode/Makefile b/x11-toolkits/fox-xunicode/Makefile index b9186db0f3f1..fc12d8582fa6 100644 --- a/x11-toolkits/fox-xunicode/Makefile +++ b/x11-toolkits/fox-xunicode/Makefile @@ -7,7 +7,7 @@ MASTERDIR= ${.CURDIR}/../fox -PORTVERSION= 0.99.172 +PORTVERSION= 0.99.174 MAINTAINER= knu@FreeBSD.org diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile index 280a9f8ef3f2..f6c1f881e717 100644 --- a/x11-toolkits/fox/Makefile +++ b/x11-toolkits/fox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 0.99.172 +PORTVERSION?= 0.99.174 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -51,6 +51,12 @@ CONFIGURE_ARGS+=--enable-release .if defined(WANT_PROFILE) CONFIGURE_ARGS+=--with-profiling=gprof .endif +MAKE_ARGS+= -j3 +.if defined(NOPORTDOCS) +MAKE_ARGS+= DOC= +.else +MAKE_ARGS+= DOC=doc +.endif USE_LIBTOOL= yes SHLIB_MAJ= 1 SHLIB_MIN= 0 diff --git a/x11-toolkits/fox/distinfo b/x11-toolkits/fox/distinfo index ade21916b6fe..6d9800063f0a 100644 --- a/x11-toolkits/fox/distinfo +++ b/x11-toolkits/fox/distinfo @@ -1,2 +1,2 @@ -MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e -MD5 (fox-unicode-0.99.172.diff) = b52b0305d2d18207a4101856af5a2d8e +MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 +MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 diff --git a/x11-toolkits/fox/files/patch-ab b/x11-toolkits/fox/files/patch-ab index 85bd6141f487..a88f2e97dd4e 100644 --- a/x11-toolkits/fox/files/patch-ab +++ b/x11-toolkits/fox/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox/files/patch-ac b/x11-toolkits/fox/files/patch-ac index e670d025bdcc..c9c9fb464e2b 100644 --- a/x11-toolkits/fox/files/patch-ac +++ b/x11-toolkits/fox/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps diff --git a/x11-toolkits/fox/pkg-plist b/x11-toolkits/fox/pkg-plist index c8eb9c73fa1a..dc62d1bda8fe 100644 --- a/x11-toolkits/fox/pkg-plist +++ b/x11-toolkits/fox/pkg-plist @@ -106,6 +106,7 @@ include/fox/FXPopup.h include/fox/FXPrintDialog.h include/fox/FXProfiler.h include/fox/FXProgressBar.h +include/fox/FXProgressDialog.h include/fox/FXQuat.h include/fox/FXRadioButton.h include/fox/FXRange.h @@ -132,6 +133,8 @@ include/fox/FXStatusline.h include/fox/FXStream.h include/fox/FXString.h include/fox/FXSwitcher.h +include/fox/FXTIFIcon.h +include/fox/FXTIFImage.h include/fox/FXTab.h include/fox/FXTable.h include/fox/FXText.h @@ -160,54 +163,54 @@ include/fox/fxkeys.h include/fox/fxregex.h include/fox/fxver.h include/fox/xincs.h +@dirrm include/fox lib/libFOX.a lib/libFOX.so lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox +%%PORTDOCS%%share/doc/fox/html/app.html +%%PORTDOCS%%share/doc/fox/html/bigpenguin.png +%%PORTDOCS%%share/doc/fox/html/cfdrc.png +%%PORTDOCS%%share/doc/fox/html/cfdrclogo.png +%%PORTDOCS%%share/doc/fox/html/datatarget.html +%%PORTDOCS%%share/doc/fox/html/dlgedit1.gif +%%PORTDOCS%%share/doc/fox/html/dlgedit2.gif +%%PORTDOCS%%share/doc/fox/html/draganddrop.html +%%PORTDOCS%%share/doc/fox/html/faq.html +%%PORTDOCS%%share/doc/fox/html/focus.html +%%PORTDOCS%%share/doc/fox/html/fonts.html +%%PORTDOCS%%share/doc/fox/html/foreword.html +%%PORTDOCS%%share/doc/fox/html/fox.html +%%PORTDOCS%%share/doc/fox/html/foxback.png +%%PORTDOCS%%share/doc/fox/html/foxlogo.png +%%PORTDOCS%%share/doc/fox/html/guiupdate.html +%%PORTDOCS%%share/doc/fox/html/icons.html +%%PORTDOCS%%share/doc/fox/html/introduction.html +%%PORTDOCS%%share/doc/fox/html/layout.html +%%PORTDOCS%%share/doc/fox/html/messages.html +%%PORTDOCS%%share/doc/fox/html/nasafan.png +%%PORTDOCS%%share/doc/fox/html/oldfox.html +%%PORTDOCS%%share/doc/fox/html/opengl_logo.png +%%PORTDOCS%%share/doc/fox/html/owl-anim.png +%%PORTDOCS%%share/doc/fox/html/pathfinder.png +%%PORTDOCS%%share/doc/fox/html/pcboard.png +%%PORTDOCS%%share/doc/fox/html/platforms.html +%%PORTDOCS%%share/doc/fox/html/progress.png +%%PORTDOCS%%share/doc/fox/html/registry.html +%%PORTDOCS%%share/doc/fox/html/scribble.png +%%PORTDOCS%%share/doc/fox/html/serialization.html +%%PORTDOCS%%share/doc/fox/html/sgitextedit.png +%%PORTDOCS%%share/doc/fox/html/tb-paste.png +%%PORTDOCS%%share/doc/fox/html/textedit.png +%%PORTDOCS%%share/doc/fox/html/textedit2.png +%%PORTDOCS%%share/doc/fox/html/timers.html +%%PORTDOCS%%share/doc/fox/html/widgets.html +%%PORTDOCS%%share/doc/fox/html/win32-libraries.png +%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png +%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png +%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png +%%PORTDOCS%%share/doc/fox/html/win32-project.png +%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png +%%PORTDOCS%%share/doc/fox/html/win32.html +%%PORTDOCS%%share/doc/fox/html/wintextedit.png +%%PORTDOCS%%@dirrm share/doc/fox/html +%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 280a9f8ef3f2..f6c1f881e717 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 0.99.172 +PORTVERSION?= 0.99.174 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -51,6 +51,12 @@ CONFIGURE_ARGS+=--enable-release .if defined(WANT_PROFILE) CONFIGURE_ARGS+=--with-profiling=gprof .endif +MAKE_ARGS+= -j3 +.if defined(NOPORTDOCS) +MAKE_ARGS+= DOC= +.else +MAKE_ARGS+= DOC=doc +.endif USE_LIBTOOL= yes SHLIB_MAJ= 1 SHLIB_MIN= 0 diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo index ade21916b6fe..6d9800063f0a 100644 --- a/x11-toolkits/fox10/distinfo +++ b/x11-toolkits/fox10/distinfo @@ -1,2 +1,2 @@ -MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e -MD5 (fox-unicode-0.99.172.diff) = b52b0305d2d18207a4101856af5a2d8e +MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 +MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 diff --git a/x11-toolkits/fox10/files/patch-ab b/x11-toolkits/fox10/files/patch-ab index 85bd6141f487..a88f2e97dd4e 100644 --- a/x11-toolkits/fox10/files/patch-ab +++ b/x11-toolkits/fox10/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox10/files/patch-ac b/x11-toolkits/fox10/files/patch-ac index e670d025bdcc..c9c9fb464e2b 100644 --- a/x11-toolkits/fox10/files/patch-ac +++ b/x11-toolkits/fox10/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps diff --git a/x11-toolkits/fox10/pkg-plist b/x11-toolkits/fox10/pkg-plist index c8eb9c73fa1a..dc62d1bda8fe 100644 --- a/x11-toolkits/fox10/pkg-plist +++ b/x11-toolkits/fox10/pkg-plist @@ -106,6 +106,7 @@ include/fox/FXPopup.h include/fox/FXPrintDialog.h include/fox/FXProfiler.h include/fox/FXProgressBar.h +include/fox/FXProgressDialog.h include/fox/FXQuat.h include/fox/FXRadioButton.h include/fox/FXRange.h @@ -132,6 +133,8 @@ include/fox/FXStatusline.h include/fox/FXStream.h include/fox/FXString.h include/fox/FXSwitcher.h +include/fox/FXTIFIcon.h +include/fox/FXTIFImage.h include/fox/FXTab.h include/fox/FXTable.h include/fox/FXText.h @@ -160,54 +163,54 @@ include/fox/fxkeys.h include/fox/fxregex.h include/fox/fxver.h include/fox/xincs.h +@dirrm include/fox lib/libFOX.a lib/libFOX.so lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox +%%PORTDOCS%%share/doc/fox/html/app.html +%%PORTDOCS%%share/doc/fox/html/bigpenguin.png +%%PORTDOCS%%share/doc/fox/html/cfdrc.png +%%PORTDOCS%%share/doc/fox/html/cfdrclogo.png +%%PORTDOCS%%share/doc/fox/html/datatarget.html +%%PORTDOCS%%share/doc/fox/html/dlgedit1.gif +%%PORTDOCS%%share/doc/fox/html/dlgedit2.gif +%%PORTDOCS%%share/doc/fox/html/draganddrop.html +%%PORTDOCS%%share/doc/fox/html/faq.html +%%PORTDOCS%%share/doc/fox/html/focus.html +%%PORTDOCS%%share/doc/fox/html/fonts.html +%%PORTDOCS%%share/doc/fox/html/foreword.html +%%PORTDOCS%%share/doc/fox/html/fox.html +%%PORTDOCS%%share/doc/fox/html/foxback.png +%%PORTDOCS%%share/doc/fox/html/foxlogo.png +%%PORTDOCS%%share/doc/fox/html/guiupdate.html +%%PORTDOCS%%share/doc/fox/html/icons.html +%%PORTDOCS%%share/doc/fox/html/introduction.html +%%PORTDOCS%%share/doc/fox/html/layout.html +%%PORTDOCS%%share/doc/fox/html/messages.html +%%PORTDOCS%%share/doc/fox/html/nasafan.png +%%PORTDOCS%%share/doc/fox/html/oldfox.html +%%PORTDOCS%%share/doc/fox/html/opengl_logo.png +%%PORTDOCS%%share/doc/fox/html/owl-anim.png +%%PORTDOCS%%share/doc/fox/html/pathfinder.png +%%PORTDOCS%%share/doc/fox/html/pcboard.png +%%PORTDOCS%%share/doc/fox/html/platforms.html +%%PORTDOCS%%share/doc/fox/html/progress.png +%%PORTDOCS%%share/doc/fox/html/registry.html +%%PORTDOCS%%share/doc/fox/html/scribble.png +%%PORTDOCS%%share/doc/fox/html/serialization.html +%%PORTDOCS%%share/doc/fox/html/sgitextedit.png +%%PORTDOCS%%share/doc/fox/html/tb-paste.png +%%PORTDOCS%%share/doc/fox/html/textedit.png +%%PORTDOCS%%share/doc/fox/html/textedit2.png +%%PORTDOCS%%share/doc/fox/html/timers.html +%%PORTDOCS%%share/doc/fox/html/widgets.html +%%PORTDOCS%%share/doc/fox/html/win32-libraries.png +%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png +%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png +%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png +%%PORTDOCS%%share/doc/fox/html/win32-project.png +%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png +%%PORTDOCS%%share/doc/fox/html/win32.html +%%PORTDOCS%%share/doc/fox/html/wintextedit.png +%%PORTDOCS%%@dirrm share/doc/fox/html +%%PORTDOCS%%@dirrm share/doc/fox diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 280a9f8ef3f2..f6c1f881e717 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 0.99.172 +PORTVERSION?= 0.99.174 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -51,6 +51,12 @@ CONFIGURE_ARGS+=--enable-release .if defined(WANT_PROFILE) CONFIGURE_ARGS+=--with-profiling=gprof .endif +MAKE_ARGS+= -j3 +.if defined(NOPORTDOCS) +MAKE_ARGS+= DOC= +.else +MAKE_ARGS+= DOC=doc +.endif USE_LIBTOOL= yes SHLIB_MAJ= 1 SHLIB_MIN= 0 diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo index ade21916b6fe..6d9800063f0a 100644 --- a/x11-toolkits/fox14/distinfo +++ b/x11-toolkits/fox14/distinfo @@ -1,2 +1,2 @@ -MD5 (fox-0.99.172.tar.gz) = 34ac385e6e95a6567d65ef1a1a334b4e -MD5 (fox-unicode-0.99.172.diff) = b52b0305d2d18207a4101856af5a2d8e +MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 +MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 diff --git a/x11-toolkits/fox14/files/patch-ab b/x11-toolkits/fox14/files/patch-ab index 85bd6141f487..a88f2e97dd4e 100644 --- a/x11-toolkits/fox14/files/patch-ab +++ b/x11-toolkits/fox14/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox14/files/patch-ac b/x11-toolkits/fox14/files/patch-ac index e670d025bdcc..c9c9fb464e2b 100644 --- a/x11-toolkits/fox14/files/patch-ac +++ b/x11-toolkits/fox14/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist index c8eb9c73fa1a..dc62d1bda8fe 100644 --- a/x11-toolkits/fox14/pkg-plist +++ b/x11-toolkits/fox14/pkg-plist @@ -106,6 +106,7 @@ include/fox/FXPopup.h include/fox/FXPrintDialog.h include/fox/FXProfiler.h include/fox/FXProgressBar.h +include/fox/FXProgressDialog.h include/fox/FXQuat.h include/fox/FXRadioButton.h include/fox/FXRange.h @@ -132,6 +133,8 @@ include/fox/FXStatusline.h include/fox/FXStream.h include/fox/FXString.h include/fox/FXSwitcher.h +include/fox/FXTIFIcon.h +include/fox/FXTIFImage.h include/fox/FXTab.h include/fox/FXTable.h include/fox/FXText.h @@ -160,54 +163,54 @@ include/fox/fxkeys.h include/fox/fxregex.h include/fox/fxver.h include/fox/xincs.h +@dirrm include/fox lib/libFOX.a lib/libFOX.so lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox +%%PORTDOCS%%share/doc/fox/html/app.html +%%PORTDOCS%%share/doc/fox/html/bigpenguin.png +%%PORTDOCS%%share/doc/fox/html/cfdrc.png +%%PORTDOCS%%share/doc/fox/html/cfdrclogo.png +%%PORTDOCS%%share/doc/fox/html/datatarget.html +%%PORTDOCS%%share/doc/fox/html/dlgedit1.gif +%%PORTDOCS%%share/doc/fox/html/dlgedit2.gif +%%PORTDOCS%%share/doc/fox/html/draganddrop.html +%%PORTDOCS%%share/doc/fox/html/faq.html +%%PORTDOCS%%share/doc/fox/html/focus.html +%%PORTDOCS%%share/doc/fox/html/fonts.html +%%PORTDOCS%%share/doc/fox/html/foreword.html +%%PORTDOCS%%share/doc/fox/html/fox.html +%%PORTDOCS%%share/doc/fox/html/foxback.png +%%PORTDOCS%%share/doc/fox/html/foxlogo.png +%%PORTDOCS%%share/doc/fox/html/guiupdate.html +%%PORTDOCS%%share/doc/fox/html/icons.html +%%PORTDOCS%%share/doc/fox/html/introduction.html +%%PORTDOCS%%share/doc/fox/html/layout.html +%%PORTDOCS%%share/doc/fox/html/messages.html +%%PORTDOCS%%share/doc/fox/html/nasafan.png +%%PORTDOCS%%share/doc/fox/html/oldfox.html +%%PORTDOCS%%share/doc/fox/html/opengl_logo.png +%%PORTDOCS%%share/doc/fox/html/owl-anim.png +%%PORTDOCS%%share/doc/fox/html/pathfinder.png +%%PORTDOCS%%share/doc/fox/html/pcboard.png +%%PORTDOCS%%share/doc/fox/html/platforms.html +%%PORTDOCS%%share/doc/fox/html/progress.png +%%PORTDOCS%%share/doc/fox/html/registry.html +%%PORTDOCS%%share/doc/fox/html/scribble.png +%%PORTDOCS%%share/doc/fox/html/serialization.html +%%PORTDOCS%%share/doc/fox/html/sgitextedit.png +%%PORTDOCS%%share/doc/fox/html/tb-paste.png +%%PORTDOCS%%share/doc/fox/html/textedit.png +%%PORTDOCS%%share/doc/fox/html/textedit2.png +%%PORTDOCS%%share/doc/fox/html/timers.html +%%PORTDOCS%%share/doc/fox/html/widgets.html +%%PORTDOCS%%share/doc/fox/html/win32-libraries.png +%%PORTDOCS%%share/doc/fox/html/win32-linkoutput.png +%%PORTDOCS%%share/doc/fox/html/win32-postbuild.png +%%PORTDOCS%%share/doc/fox/html/win32-preprocessor.png +%%PORTDOCS%%share/doc/fox/html/win32-project.png +%%PORTDOCS%%share/doc/fox/html/win32-tooloptions.png +%%PORTDOCS%%share/doc/fox/html/win32.html +%%PORTDOCS%%share/doc/fox/html/wintextedit.png +%%PORTDOCS%%@dirrm share/doc/fox/html +%%PORTDOCS%%@dirrm share/doc/fox |