On Mon, 23 Jan 2006 11:54:55 +0100, Aleksander Piotrowski <[EMAIL PROTECTED]> 
said:
>Pascal Vizeli <[EMAIL PROTECTED]> wrote:
>
>> This email attachment have updates for fltk.
>> fltk.1.1.4 to fltk.1.1.7
>
>Please your update as an unidiff (like: diff -urN -xCVS fltk.orig fltk.new).
>
Ok: (and also as attachmend)
Is that well?

diff -urN -xCVS ports/x11/fltk/Makefile /usr/ports/x11/fltk/Makefile
--- ports/x11/fltk/Makefile     Sun Dec 19 18:45:19 2004
+++ /usr/ports/x11/fltk/Makefile        Wed Jan 18 21:00:27 2006
@@ -2,7 +2,7 @@
 
 COMMENT=       "Fast-Light Tool Kit"
 
-VER=           1.1.4
+VER=           1.1.7
 DISTNAME=      fltk-${VER}
 CATEGORIES=    x11
 
@@ -20,24 +20,20 @@
 DISTFILES=     ${DISTNAME}-source${EXTRACT_SUFX}
 MASTER_SITES=  ftp://ftp.easysw.com/pub/fltk/${VER}/ \
                ftp://ftp2.easysw.com/pub/fltk/${VER}/ \
-               ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VER}/ \
-               ftp://gd.tuwien.ac.at/hci/fltk/${VER}/
+               ftp://ftp3.easysw.com/pub/fltk/${VER}/ \
+               
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VER}/
 
 LIB_DEPENDS=   jpeg.62::graphics/jpeg \
                png.2::graphics/png
 
 NO_REGRESS=    Yes
 USE_X11=       Yes
-CONFIGURE_STYLE=autoconf dest no-autoheader
-AUTOCONF_VERSION=2.54
-CONFIGURE_ARGS=        ${CONFIGURE_SHARED}
+USE_GMAKE=     YES
+CONFIGURE_STYLE=simple
+CONFIGURE_ARGS=        --with-x \
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
                CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
                LIBS="-L${LOCALBASE}/lib"
-
-pre-build:
-       perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR}," \
-               ${WRKSRC}/src/Fl_Preferences.cxx
 
 .include <bsd.port.mk>
diff -urN -xCVS ports/x11/fltk/distinfo /usr/ports/x11/fltk/distinfo
--- ports/x11/fltk/distinfo     Wed Jan 12 23:06:57 2005
+++ /usr/ports/x11/fltk/distinfo        Wed Jan 18 19:33:05 2006
@@ -1,4 +1,4 @@
-MD5 (fltk-1.1.4-source.tar.gz) = d0f334a46d583d26171f9071d1ff278a
-RMD160 (fltk-1.1.4-source.tar.gz) = accad8af6d9361a1012ff4d7c6476bd405da6f94
-SHA1 (fltk-1.1.4-source.tar.gz) = f990d5d2fbc6e3c39dc861fb870afb2e9400d4d3
-SIZE (fltk-1.1.4-source.tar.gz) = 1536963
+MD5 (fltk-1.1.7-source.tar.gz) = ec48c96fae058956e6e5c9c1cda6157d
+SHA1 (fltk-1.1.7-source.tar.gz) = 3f8a64c91ae4653e1300565dd678eb6db48055ba
+RMD160 (fltk-1.1.7-source.tar.gz) = e2648f8d02d3a6739cb9455940a4cebe9c01aa77
+SIZE (fltk-1.1.7-source.tar.gz) = 2517351
diff -urN -xCVS ports/x11/fltk/patches/patch-Makefile 
/usr/ports/x11/fltk/patches/patch-Makefile
--- ports/x11/fltk/patches/patch-Makefile       Tue Sep 17 17:19:29 2002
+++ /usr/ports/x11/fltk/patches/patch-Makefile  Thu Jan  1 01:00:00 1970
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.3 2002/09/17 15:19:29 wilfried Exp $
---- Makefile.orig      Tue Jul 30 16:07:24 2002
-+++ Makefile   Tue Sep 17 17:05:25 2002
-@@ -25,7 +25,7 @@
- 
- include makeinclude
- 
--DIRS  =       src fluid test documentation
-+DIRS  =       src fluid documentation
- 
- all: makeinclude
-       for dir in $(DIRS); do\
diff -urN -xCVS ports/x11/fltk/patches/patch-configure 
/usr/ports/x11/fltk/patches/patch-configure
--- ports/x11/fltk/patches/patch-configure      Sat Dec 27 20:57:46 2003
+++ /usr/ports/x11/fltk/patches/patch-configure Thu Jan  1 01:00:00 1970
@@ -1,34 +0,0 @@
-$OpenBSD: patch-configure,v 1.7 2003/12/26 14:18:30 wilfried Exp $
---- configure.orig     2003-09-08 21:18:58.000000000 +0200
-+++ configure  2003-12-26 14:54:28.000000000 +0100
-@@ -1208,9 +1208,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
- 
--FL_MAJOR_VERSION=1
--FL_MINOR_VERSION=1
--FL_PATCH_VERSION=4
-+FL_MAJOR_VERSION=4
-+FL_MINOR_VERSION=0
-+FL_PATCH_VERSION=0
- FL_RELEASE_VERSION=
- FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
- 
-@@ -8919,7 +8919,7 @@ echo "${ECHO_T}yes" >&6
-           ;;
-     esac
- 
--    CXX="$CC"
-+    : # CXX="$CC"
- 
-     # Show all standard warnings + unused variables when compiling...
-     OPTIM="-Wall -Wunused $OPTIM"
-@@ -8946,7 +8946,7 @@ echo "${ECHO_T}yes" >&6
-         if test "x$with_optim" != x; then
-           OPTIM="$with_optim $OPTIM"
-       else
--            OPTIM="-O2 $OPTIM"
-+            : # OPTIM="-O2 $OPTIM"
-       fi
-     fi
- 
diff -urN -xCVS ports/x11/fltk/patches/patch-configure_in 
/usr/ports/x11/fltk/patches/patch-configure_in
--- ports/x11/fltk/patches/patch-configure_in   Sat Dec 27 20:57:46 2003
+++ /usr/ports/x11/fltk/patches/patch-configure_in      Thu Jan  1 01:00:00 1970
@@ -1,34 +0,0 @@
-$OpenBSD: patch-configure_in,v 1.8 2003/12/26 14:18:30 wilfried Exp $
---- configure.in.orig  2003-08-06 00:40:45.000000000 +0200
-+++ configure.in       2003-12-26 14:53:25.000000000 +0100
-@@ -32,9 +32,9 @@ dnl Required file in package...
- AC_INIT(src/Fl.cxx)
- 
- dnl FLTK library versions...
--FL_MAJOR_VERSION=1
--FL_MINOR_VERSION=1
--FL_PATCH_VERSION=4
-+FL_MAJOR_VERSION=4
-+FL_MINOR_VERSION=0
-+FL_PATCH_VERSION=0
- FL_RELEASE_VERSION=
- FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
- 
-@@ -668,7 +668,7 @@ if test -n "$GCC"; then
-           ;;
-     esac
- 
--    CXX="$CC"
-+    : # CXX="$CC"
- 
-     # Show all standard warnings + unused variables when compiling...
-     OPTIM="-Wall -Wunused $OPTIM"
-@@ -695,7 +695,7 @@ if test -n "$GCC"; then
-         if test "x$with_optim" != x; then
-           OPTIM="$with_optim $OPTIM"
-       else
--            OPTIM="-O2 $OPTIM"
-+            : # OPTIM="-O2 $OPTIM"
-       fi
-     fi
- 
diff -urN -xCVS ports/x11/fltk/patches/patch-makeinclude_in 
/usr/ports/x11/fltk/patches/patch-makeinclude_in
--- ports/x11/fltk/patches/patch-makeinclude_in Mon Dec 16 17:58:12 2002
+++ /usr/ports/x11/fltk/patches/patch-makeinclude_in    Thu Jan  1 01:00:00 1970
@@ -1,36 +0,0 @@
-$OpenBSD: patch-makeinclude_in,v 1.2 2002/12/16 16:58:12 wilfried Exp $
---- makeinclude.in.orig        Mon Aug  5 19:58:16 2002
-+++ makeinclude.in     Mon Dec 16 17:27:38 2002
-@@ -98,32 +98,24 @@ POSTBUILD  = @POSTBUILD@
- CAT1EXT               = @CAT1EXT@
- CAT3EXT               = @CAT3EXT@
- 
--# Be quiet when building...
--.SILENT:
--
- # Build commands and filename extensions...
- .SUFFIXES:    .0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT)
- 
- .o$(EXEEXT):
--      echo Linking [EMAIL PROTECTED]
-       $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@
-       $(POSTBUILD) $@ ../FL/mac.r
- 
- .c.o:
--      echo Compiling $<...
-       $(CC) -I.. $(CFLAGS) -c $<
- 
- .cxx.o:
--      echo Compiling $<...
-       $(CXX) -I.. $(CXXFLAGS) -c $<
- 
- .man.0 .man.1 .man.3:
--      echo Formatting $<...
-       rm -f $@
-       $(NROFF) -man $< >$@
- 
- .man.z:
--      echo Formatting $<...
-       rm -f $@ t.z
-       $(NROFF) -man $< >t
-       pack -f t
diff -urN -xCVS ports/x11/fltk/patches/patch-src_Fl_Preferences_cxx 
/usr/ports/x11/fltk/patches/patch-src_Fl_Preferences_cxx
--- ports/x11/fltk/patches/patch-src_Fl_Preferences_cxx Thu Aug 28 12:56:02 2003
+++ /usr/ports/x11/fltk/patches/patch-src_Fl_Preferences_cxx    Thu Jan  1 
01:00:00 1970
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_Fl_Preferences_cxx,v 1.1 2003/08/28 10:56:02 sturm Exp $
---- src/Fl_Preferences.cxx.orig        2003-08-27 19:52:39.000000000 +0200
-+++ src/Fl_Preferences.cxx     2003-08-27 19:53:41.000000000 +0200
-@@ -663,7 +663,7 @@ Fl_Preferences::RootNode::RootNode( Fl_P
-       }
- 
-     case SYSTEM:
--      strcpy(filename, "/etc/fltk/");
-+      strlcpy(filename, "%%SYSCONFDIR%%/fltk/", sizeof(filename));
-       break;
-   }
- 
diff -urN -xCVS ports/x11/fltk/patches/patch-src_Makefile 
/usr/ports/x11/fltk/patches/patch-src_Makefile
--- ports/x11/fltk/patches/patch-src_Makefile   Sat Dec 27 20:57:46 2003
+++ /usr/ports/x11/fltk/patches/patch-src_Makefile      Thu Jan  1 01:00:00 1970
@@ -1,115 +0,0 @@
-$OpenBSD: patch-src_Makefile,v 1.6 2003/12/26 14:18:30 wilfried Exp $
---- src/Makefile.orig  2003-08-24 15:09:06.000000000 +0200
-+++ src/Makefile       2003-12-26 14:58:32.000000000 +0100
-@@ -198,11 +198,9 @@ $(LIBNAME): $(OBJECTS)
-       $(LIBCOMMAND) $@ $(OBJECTS)
-       $(RANLIB) $@
- 
--libfltk.so.1.1: $(OBJECTS)
-+libfltk.so.4.0: $(OBJECTS)
-       echo $(DSOCOMMAND) $@ ...
-       $(DSOCOMMAND) $@ $(OBJECTS)
--      -$(RM) libfltk.so
--      $(LN) libfltk.so.1.1 libfltk.so
- 
- libfltk.sl.1.1: $(OBJECTS)
-       echo $(DSOCOMMAND) $@ ...
-@@ -234,11 +232,9 @@ $(FLLIBNAME): $(FLOBJECTS)
-       $(LIBCOMMAND) $@ $(FLOBJECTS)
-       $(RANLIB) $@
- 
--libfltk_forms.so.1.1: $(FLOBJECTS) libfltk.so.1.1
-+libfltk_forms.so.4.0: $(FLOBJECTS) libfltk.so.4.0
-       echo $(DSOCOMMAND) $@ ...
-       $(DSOCOMMAND) $@ $(FLOBJECTS) -L. -lfltk
--      -$(RM) libfltk_forms.so
--      $(LN) libfltk_forms.so.1.1 libfltk_forms.so
- 
- libfltk_forms.sl.1.1: $(FLOBJECTS) libfltk.sl.1.1
-       echo $(DSOCOMMAND) $@ ...
-@@ -270,11 +266,9 @@ $(GLLIBNAME): $(GLOBJECTS)
-       $(LIBCOMMAND) $@ $(GLOBJECTS)
-       $(RANLIB) $@
- 
--libfltk_gl.so.1.1: $(GLOBJECTS) libfltk.so.1.1
-+libfltk_gl.so.4.0: $(GLOBJECTS) libfltk.so.4.0
-       echo $(DSOCOMMAND) $@ ...
-       $(DSOCOMMAND) $@ $(GLOBJECTS) -L. -lfltk
--      -$(RM) libfltk_gl.so
--      $(LN) libfltk_gl.so.1.1 libfltk_gl.so
- 
- libfltk_gl.sl.1.1: $(GLOBJECTS) libfltk.sl.1.1
-       echo $(DSOCOMMAND) $@ ...
-@@ -306,11 +300,9 @@ $(IMGLIBNAME): $(IMGOBJECTS)
-       $(LIBCOMMAND) $@ $(IMGOBJECTS)
-       $(RANLIB) $@
- 
--libfltk_images.so.1.1: $(IMGOBJECTS) libfltk.so.1.1
-+libfltk_images.so.4.0: $(IMGOBJECTS) libfltk.so.4.0
-       echo $(DSOCOMMAND) $@ ...
-       $(DSOCOMMAND) $@ $(IMGOBJECTS) $(IMAGELIBS) -L. -lfltk
--      -$(RM) libfltk_images.so
--      $(LN) libfltk_images.so.1.1 libfltk_images.so
- 
- libfltk_images.sl.1.1: $(IMGOBJECTS) libfltk.sl.1.1
-       echo $(DSOCOMMAND) $@ ...
-@@ -428,11 +420,10 @@ install: $(LIBNAME) $(DSONAME) \
-               $(RANLIB) $(libdir)/$(GLLIBNAME); \
-       fi
-       $(RANLIB) $(libdir)/$(IMGLIBNAME)
--      if test x$(DSONAME) = xlibfltk.so.1.1; then\
-+      if test x$(DSONAME) = xlibfltk.so.4.0; then\
-               $(RM) $(libdir)/libfltk.so*;\
--              $(CP) libfltk.so.1.1 $(libdir); \
--              $(CHMOD) 755 $(libdir)/libfltk.so.1.1; \
--              $(LN) libfltk.so.1.1 $(libdir)/libfltk.so;\
-+              $(CP) libfltk.so.4.0 $(libdir); \
-+              $(CHMOD) 755 $(libdir)/libfltk.so.4.0; \
-       fi
-       if test x$(DSONAME) = xlibfltk.sl.1.1; then\
-               $(RM) $(libdir)/libfltk.sl*;\
-@@ -451,11 +442,10 @@ install: $(LIBNAME) $(DSONAME) \
-               $(CP) libfltk_s.a $(libdir); \
-               $(CHMOD) 755 $(libdir)/libfltk_s.a; \
-       fi
--      if test x$(FLDSONAME) = xlibfltk_forms.so.1.1; then\
-+      if test x$(FLDSONAME) = xlibfltk_forms.so.4.0; then\
-               $(RM) $(libdir)/libfltk_forms.so*;\
--              $(CP) libfltk_forms.so.1.1 $(libdir); \
--              $(CHMOD) 755 $(libdir)/libfltk_forms.so.1.1; \
--              $(LN) libfltk_forms.so.1.1 $(libdir)/libfltk_forms.so;\
-+              $(CP) libfltk_forms.so.4.0 $(libdir); \
-+              $(CHMOD) 755 $(libdir)/libfltk_forms.so.4.0; \
-       fi
-       if test x$(FLDSONAME) = xlibfltk_forms.sl.1.1; then\
-               $(RM) $(libdir)/libfltk_forms.sl*;\
-@@ -474,11 +464,10 @@ install: $(LIBNAME) $(DSONAME) \
-               $(CP) libfltk_forms_s.a $(libdir); \
-               $(CHMOD) 755 $(libdir)/libfltk_forms.a; \
-       fi
--      if test x$(GLDSONAME) = xlibfltk_gl.so.1.1; then\
-+      if test x$(GLDSONAME) = xlibfltk_gl.so.4.0; then\
-               $(RM) $(libdir)/libfltk_gl.so*;\
--              $(CP) libfltk_gl.so.1.1 $(libdir); \
--              $(CHMOD) 755 $(libdir)/libfltk_gl.so.1.1; \
--              $(LN) libfltk_gl.so.1.1 $(libdir)/libfltk_gl.so;\
-+              $(CP) libfltk_gl.so.4.0 $(libdir); \
-+              $(CHMOD) 755 $(libdir)/libfltk_gl.so.4.0; \
-       fi
-       if test x$(GLDSONAME) = xlibfltk_gl.sl.1.1; then\
-               $(RM) $(libdir)/libfltk_gl.sl*;\
-@@ -497,11 +486,10 @@ install: $(LIBNAME) $(DSONAME) \
-               $(CP) libfltk_gl_s.a $(libdir); \
-               $(CHMOD) 755 $(libdir)/libfltk_gl.a; \
-       fi
--      if test x$(IMGDSONAME) = xlibfltk_images.so.1.1; then\
-+      if test x$(IMGDSONAME) = xlibfltk_images.so.4.0; then\
-               $(RM) $(libdir)/libfltk_images.so*;\
--              $(CP) libfltk_images.so.1.1 $(libdir); \
--              $(CHMOD) 755 $(libdir)/libfltk_images.so.1.1; \
--              $(LN) libfltk_images.so.1.1 $(libdir)/libfltk_images.so;\
-+              $(CP) libfltk_images.so.4.0 $(libdir); \
-+              $(CHMOD) 755 $(libdir)/libfltk_images.so.4.0; \
-       fi
-       if test x$(IMGDSONAME) = xlibfltk_images.sl.1.1; then\
-               $(RM) $(libdir)/libfltk_images.sl*;\
diff -urN -xCVS ports/x11/fltk/pkg/DESCR /usr/ports/x11/fltk/pkg/DESCR
--- ports/x11/fltk/pkg/DESCR    Tue Dec 16 05:46:59 2003
+++ /usr/ports/x11/fltk/pkg/DESCR       Wed Jan 18 21:54:18 2006
@@ -1,6 +1,8 @@
-The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
-C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
-and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
-developed by Mr. Bill Spitzak and is currently maintained by a
-small group of developers across the world with a central
-repository in the US.
+The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
+a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
+Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
+modern GUI functionality without the bloat and supports 3D
+graphics via OpenGL(r) and its built-in GLUT emulation. It
+was originally developed by Mr. Bill Spitzak and is
+currently maintained by a small group of developers across
+the world with a central repository in the US.
diff -urN -xCVS ports/x11/fltk/pkg/PFRAG.no-shared 
/usr/ports/x11/fltk/pkg/PFRAG.no-shared
diff -urN -xCVS ports/x11/fltk/pkg/PFRAG.shared 
/usr/ports/x11/fltk/pkg/PFRAG.shared
--- ports/x11/fltk/pkg/PFRAG.shared     Tue Nov 23 21:36:18 2004
+++ /usr/ports/x11/fltk/pkg/PFRAG.shared        Thu Jan  1 01:00:00 1970
@@ -1,5 +0,0 @@
[EMAIL PROTECTED] $OpenBSD: PFRAG.shared,v 1.9 2004/09/15 19:26:28 espie Exp $
[EMAIL PROTECTED] lib/libfltk.so.4.0
[EMAIL PROTECTED] lib/libfltk_forms.so.4.0
[EMAIL PROTECTED] lib/libfltk_gl.so.4.0
[EMAIL PROTECTED] lib/libfltk_images.so.4.0
diff -urN -xCVS ports/x11/fltk/pkg/PLIST /usr/ports/x11/fltk/pkg/PLIST
--- ports/x11/fltk/pkg/PLIST    Tue Nov 23 21:36:18 2004
+++ /usr/ports/x11/fltk/pkg/PLIST       Wed Jan 18 21:31:41 2006
@@ -86,6 +86,8 @@
 include/FL/Fl_Input.h
 include/FL/Fl_Input_.H
 include/FL/Fl_Input_.h
+include/FL/Fl_Input_Choice.H
+include/FL/Fl_Input_Choice.h
 include/FL/Fl_Int_Input.H
 include/FL/Fl_Int_Input.h
 include/FL/Fl_JPEG_Image.H
@@ -168,6 +170,8 @@
 include/FL/Fl_Single_Window.h
 include/FL/Fl_Slider.H
 include/FL/Fl_Slider.h
+include/FL/Fl_Spinner.H
+include/FL/Fl_Spinner.h
 include/FL/Fl_Sys_Menu_Bar.H
 include/FL/Fl_Sys_Menu_Bar.h
 include/FL/Fl_Tabs.H
@@ -291,6 +295,7 @@
 share/doc/fltk/Fl_Image.html
 share/doc/fltk/Fl_Input.html
 share/doc/fltk/Fl_Input_.html
+share/doc/fltk/Fl_Input_Choice.html
 share/doc/fltk/Fl_Int_Input.html
 share/doc/fltk/Fl_JPEG_Image.html
 share/doc/fltk/Fl_Light_Button.gif
@@ -328,6 +333,7 @@
 share/doc/fltk/Fl_Shared_Image.html
 share/doc/fltk/Fl_Single_Window.html
 share/doc/fltk/Fl_Slider.html
+share/doc/fltk/Fl_Spinner.html
 share/doc/fltk/Fl_Tabs.html
 share/doc/fltk/Fl_Text_Buffer.html
 share/doc/fltk/Fl_Text_Display.html
@@ -365,6 +371,126 @@
 share/doc/fltk/editor.html
 share/doc/fltk/enumerations.html
 share/doc/fltk/events.html
+share/doc/fltk/examples/
+share/doc/fltk/examples/CubeMain.cxx
+share/doc/fltk/examples/CubeView.cxx
+share/doc/fltk/examples/CubeView.h
+share/doc/fltk/examples/CubeViewUI.cxx
+share/doc/fltk/examples/CubeViewUI.fl
+share/doc/fltk/examples/CubeViewUI.h
+share/doc/fltk/examples/adjuster.cxx
+share/doc/fltk/examples/arc.cxx
+share/doc/fltk/examples/ask.cxx
+share/doc/fltk/examples/bitmap.cxx
+share/doc/fltk/examples/black_1.xbm
+share/doc/fltk/examples/black_2.xbm
+share/doc/fltk/examples/black_3.xbm
+share/doc/fltk/examples/black_4.xbm
+share/doc/fltk/examples/blackking_1.xbm
+share/doc/fltk/examples/blackking_2.xbm
+share/doc/fltk/examples/blackking_3.xbm
+share/doc/fltk/examples/blackking_4.xbm
+share/doc/fltk/examples/boxtype.cxx
+share/doc/fltk/examples/browser.cxx
+share/doc/fltk/examples/button.cxx
+share/doc/fltk/examples/buttons.cxx
+share/doc/fltk/examples/checkers.cxx
+share/doc/fltk/examples/clock.cxx
+share/doc/fltk/examples/colbrowser.cxx
+share/doc/fltk/examples/color_chooser.cxx
+share/doc/fltk/examples/connect.cxx
+share/doc/fltk/examples/cube.cxx
+share/doc/fltk/examples/cursor.cxx
+share/doc/fltk/examples/curve.cxx
+share/doc/fltk/examples/demo.cxx
+share/doc/fltk/examples/demo.menu
+share/doc/fltk/examples/doublebuffer.cxx
+share/doc/fltk/examples/editor.cxx
+share/doc/fltk/examples/fast_slow.cxx
+share/doc/fltk/examples/fast_slow.fl
+share/doc/fltk/examples/fast_slow.h
+share/doc/fltk/examples/file_chooser.cxx
+share/doc/fltk/examples/fl_jpeg_image.cxx
+share/doc/fltk/examples/fonts.cxx
+share/doc/fltk/examples/forms.cxx
+share/doc/fltk/examples/fractals.cxx
+share/doc/fltk/examples/fracviewer.cxx
+share/doc/fltk/examples/fracviewer.h
+share/doc/fltk/examples/fullscreen.cxx
+share/doc/fltk/examples/gl_overlay.cxx
+share/doc/fltk/examples/glpuzzle.cxx
+share/doc/fltk/examples/hello.cxx
+share/doc/fltk/examples/help.cxx
+share/doc/fltk/examples/iconize.cxx
+share/doc/fltk/examples/image.cxx
+share/doc/fltk/examples/inactive.cxx
+share/doc/fltk/examples/inactive.fl
+share/doc/fltk/examples/inactive.h
+share/doc/fltk/examples/input.cxx
+share/doc/fltk/examples/input_choice.cxx
+share/doc/fltk/examples/keyboard.cxx
+share/doc/fltk/examples/keyboard.h
+share/doc/fltk/examples/keyboard_ui.cxx
+share/doc/fltk/examples/keyboard_ui.fl
+share/doc/fltk/examples/keyboard_ui.h
+share/doc/fltk/examples/label.cxx
+share/doc/fltk/examples/line_style.cxx
+share/doc/fltk/examples/list_visuals.cxx
+share/doc/fltk/examples/mandelbrot.cxx
+share/doc/fltk/examples/mandelbrot.h
+share/doc/fltk/examples/mandelbrot_ui.cxx
+share/doc/fltk/examples/mandelbrot_ui.fl
+share/doc/fltk/examples/mandelbrot_ui.h
+share/doc/fltk/examples/menubar.cxx
+share/doc/fltk/examples/message.cxx
+share/doc/fltk/examples/minimum.cxx
+share/doc/fltk/examples/navigation.cxx
+share/doc/fltk/examples/output.cxx
+share/doc/fltk/examples/overlay.cxx
+share/doc/fltk/examples/pack.cxx
+share/doc/fltk/examples/pixmap.cxx
+share/doc/fltk/examples/pixmap_browser.cxx
+share/doc/fltk/examples/porsche.xpm
+share/doc/fltk/examples/porsche1.xpm
+share/doc/fltk/examples/preferences.cxx
+share/doc/fltk/examples/preferences.fl
+share/doc/fltk/examples/preferences.h
+share/doc/fltk/examples/radio.cxx
+share/doc/fltk/examples/radio.fl
+share/doc/fltk/examples/radio.h
+share/doc/fltk/examples/resize.cxx
+share/doc/fltk/examples/resize.fl
+share/doc/fltk/examples/resize.h
+share/doc/fltk/examples/resizebox.cxx
+share/doc/fltk/examples/scroll.cxx
+share/doc/fltk/examples/shape.cxx
+share/doc/fltk/examples/srs.xbm
+share/doc/fltk/examples/subwindow.cxx
+share/doc/fltk/examples/sudoku.cxx
+share/doc/fltk/examples/sudoku.xbm
+share/doc/fltk/examples/sudokurc.h
+share/doc/fltk/examples/symbols.cxx
+share/doc/fltk/examples/tabs.cxx
+share/doc/fltk/examples/tabs.fl
+share/doc/fltk/examples/tabs.h
+share/doc/fltk/examples/threads.cxx
+share/doc/fltk/examples/threads.h
+share/doc/fltk/examples/tile.cxx
+share/doc/fltk/examples/tile.xpm
+share/doc/fltk/examples/tiled_image.cxx
+share/doc/fltk/examples/trackball.h
+share/doc/fltk/examples/unittests.cxx
+share/doc/fltk/examples/valuators.cxx
+share/doc/fltk/examples/valuators.fl
+share/doc/fltk/examples/valuators.h
+share/doc/fltk/examples/white_1.xbm
+share/doc/fltk/examples/white_2.xbm
+share/doc/fltk/examples/white_3.xbm
+share/doc/fltk/examples/white_4.xbm
+share/doc/fltk/examples/whiteking_1.xbm
+share/doc/fltk/examples/whiteking_2.xbm
+share/doc/fltk/examples/whiteking_3.xbm
+share/doc/fltk/examples/whiteking_4.xbm
 share/doc/fltk/fl_alert.gif
 share/doc/fltk/fl_ask.gif
 share/doc/fltk/fl_choice.gif
@@ -392,6 +518,7 @@
 share/doc/fltk/glut.html
 share/doc/fltk/hello.C.gif
 share/doc/fltk/index.html
+share/doc/fltk/input_choice.jpg
 share/doc/fltk/intro.html
 share/doc/fltk/license.html
 share/doc/fltk/menu.gif



*******************************
Pascal Vizeli
Bern (CH)
*******************************

www.openbsd.org
www.free4net.ch
www.dragonbsd.ch

Attachment: fltk.patch
Description: Binary data

Reply via email to