Updated packages files for 1.0.2.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-04-23 20:27:27 +00:00
parent 6c25ba6d73
commit e46a0be2b5
12 changed files with 181 additions and 181 deletions

View File

@ -1,9 +1,9 @@
NAME='Fast Light Tool Kit, 1.0.1'
NAME='Fast Light Tool Kit, 1.0.2'
CODE=FLT
VERS=100
MI=fltk.mi
COMPRESS=1
%%
FLTDSO100 . 2 'FLTK DSOs, 1.0.1'
FLTDEV100 . 2 'FLTK Development Software, 1.0.1'
FLTDOC100 . 2 'FLTK Documentation, 1.0.1'
FLTDSO100 . 2 'FLTK DSOs, 1.0.2'
FLTDEV100 . 2 'FLTK Development Software, 1.0.2'
FLTDOC100 . 2 'FLTK Documentation, 1.0.2'

View File

@ -3,8 +3,8 @@
# makedist - make a digital unix distribution.
#
rm -rf fltk-1.0.1-dunix
mkdir fltk-1.0.1-dunix
rm -rf fltk-1.0.2-dunix
mkdir fltk-1.0.2-dunix
echo "Building distribution tree..."
rm -rf usr
@ -40,16 +40,16 @@ for file in *.H; do
done
cd ../../..
kits fltk.key . fltk-1.0.1-dunix
kits fltk.key . fltk-1.0.2-dunix
echo "Archiving distribution..."
tar cf fltk-1.0.1-dunix.tar fltk-1.0.1-dunix
tar cf fltk-1.0.2-dunix.tar fltk-1.0.2-dunix
echo "Compressing distribution..."
rm -f fltk-1.0.1-dunix.tar.gz
gzip -9 fltk-1.0.1-dunix.tar
rm -f fltk-1.0.2-dunix.tar.gz
gzip -9 fltk-1.0.2-dunix.tar
echo "Removing temporary distribution files..."
rm -rf fltk-1.0.1-dunix
rm -rf fltk-1.0.2-dunix
rm -rf usr

View File

@ -1,7 +1,7 @@
product
tag fltk
revision 1.0.1
title Fast Light Tool Kit, 1.0.1
revision 1.0.2
title Fast Light Tool Kit, 1.0.2
description C++ GUI toolkit for UNIX and Microsoft Windows.
copyright Copyright 1998-1999, see the GNU Library General Public License for details.
number HP-FLTK
@ -13,7 +13,7 @@ product
fileset
tag dso
title FLTK - Shared Libraries, 1.0.1
title FLTK - Shared Libraries, 1.0.2
file -m 0000 -o root -g sys packages/hpux/links/libfltk.sl /usr/lib/libfltk.sl
file -m 0555 -o root -g sys src/libfltk.sl.1 /usr/lib/libfltk.sl.1
@ -21,7 +21,7 @@ product
fileset
tag doc
title FLTK - Documentation, 1.0.1
title FLTK - Documentation, 1.0.2
file -m 0444 -o root -g sys documentation/adjuster1.gif /usr/info/fltk/adjuster1.gif
file -m 0444 -o root -g sys documentation/ask.C.gif /usr/info/fltk/ask.C.gif
@ -158,7 +158,7 @@ product
fileset
tag dev
title FLTK - Development Software, 1.0.1
title FLTK - Development Software, 1.0.2
file -m 0444 -o root -g sys fluid/fluid /usr/bin/X11/fluid
file -m 0444 -o root -g sys FL/dirent.h /usr/include/FL/dirent.h

View File

@ -26,7 +26,7 @@ ln -sf libfltk.sl.1 links/libfltk.sl
cd ../..
/usr/sbin/swpackage -v -s packages/hpux/fltk.info \
-d packages/hpux/fltk-1.0.1-hpux.depot -x write_remote_files=true \
-d packages/hpux/fltk-1.0.2-hpux.depot -x write_remote_files=true \
-x target_type=tape fltk
echo "Compressing distribution..."
@ -34,6 +34,6 @@ echo "Compressing distribution..."
cd packages/hpux
rm -rf links
rm -f fltk-1.0.1-hpux.depot.gz
gzip -9 fltk-1.0.1-hpux.depot
rm -f fltk-1.0.2-hpux.depot.gz
gzip -9 fltk-1.0.2-hpux.depot

View File

@ -46,9 +46,9 @@ The Digital UNIX distribution is in <tt>setld</tt> format. To install the
distribution type:
<UL><PRE>
gunzip fltk-1.0.1-dunix.tar.gz <B>Enter</B>
tar xvf fltk-1.0.1-dunix.tar <B>Enter</B>
setld -l fltk-1.0.1-dunix <B>Enter</B>
gunzip fltk-1.0.2-dunix.tar.gz <B>Enter</B>
tar xvf fltk-1.0.2-dunix.tar <B>Enter</B>
setld -l fltk-1.0.2-dunix <B>Enter</B>
</PRE></UL>
<H1><FONT FACE="Arial,HELVETICA"><A NAME="hpux">Installing the HP-UX Distribution
@ -59,7 +59,7 @@ distribution type:
<UL><PRE>
swremove fltk <B>Enter</B>
gunzip fltk-1.0.1-hpux.depot.gz <B>Enter</B>
gunzip fltk-1.0.2-hpux.depot.gz <B>Enter</B>
swinstall -s <I>/full/path/to/</I>fltk.depot <B>Enter</B>
</PRE></UL>
@ -70,7 +70,7 @@ The IRIX distribution is in <tt>tardist</tt> format. To install the
distribution type:
<UL><PRE>
tardist fltk-1.0.1-irix-<I>version</I>.tardist <B>Enter</B>
tardist fltk-1.0.2-irix-<I>version</I>.tardist <B>Enter</B>
</PRE></UL>
where <I>version</I> is the version of IRIX you have (5.x, 6.x, etc.) The
@ -87,7 +87,7 @@ popular by the RedHat Linux distribution. To install the distribution
type:
<UL><PRE>
rpm fltk-1.0.1-1.<I>processor</I>.rpm <B>Enter</B>
rpm fltk-1.0.2-1.<I>processor</I>.rpm <B>Enter</B>
</PRE></UL>
where <I>processor</I> is your processor (alpha, i386, mips, or sparc).
@ -100,8 +100,8 @@ distribution type:
<UL><PRE>
pkgrm fltk <B>Enter</B>
gunzip fltk-1.0.1-solaris-<I>processor</I>.pkg.gz <B>Enter</B>
pkgadd fltk-1.0.1-solaris-<I>processor</I>.pkg <B>Enter</B>
gunzip fltk-1.0.2-solaris-<I>processor</I>.pkg.gz <B>Enter</B>
pkgadd fltk-1.0.2-solaris-<I>processor</I>.pkg <B>Enter</B>
</PRE></UL>
where <I>processor</I> is your processor (intel or sparc).

View File

@ -1,31 +1,31 @@
product fltk
id "Fast Light Tool Kit, 1.0.1"
id "Fast Light Tool Kit, 1.0.2"
image sw
id "FLTK Execution Environment, 1.0.1"
version 010001000
id "FLTK Execution Environment, 1.0.2"
version 010002000
subsys eoe default
id "FLTK - Execution-Only Environment, 1.0.1"
id "FLTK - Execution-Only Environment, 1.0.2"
exp fltk.sw.eoe
endsubsys
subsys dev default
id "FLTK - Development Environment, 1.0.1"
id "FLTK - Development Environment, 1.0.2"
exp fltk.sw.dev
prereq
(
fltk.sw.eoe 010001000 010001999
fltk.sw.eoe 010002000 010002999
)
endsubsys
endimage
image man
id "FLTK Documentation, 1.0.1"
version 010001000
id "FLTK Documentation, 1.0.2"
version 010002000
subsys eoe default
id "FLTK - Development Manuals, 1.0.1"
id "FLTK - Development Manuals, 1.0.2"
exp fltk.man.dev
endsubsys
endimage

View File

@ -12,5 +12,5 @@ case `uname -r` in
;;
esac
tar cvf fltk-1.0.1-irix-`uname -r`.tardist fltk fltk.idb fltk.man fltk.sw
tar cvf fltk-1.0.2-irix-`uname -r`.tardist fltk fltk.idb fltk.man fltk.sw

View File

@ -1,10 +1,10 @@
Summary: Fast Light Tool Kit
Name: fltk
Version: 1.0.1
Version: 1.0.2
Release: 1
Copyright: LGPL
Group: Development/Libraries
Source: ftp://ftp.fltk.org/pub/fltk/1.0.1/fltk-1.0.1-source.tar.gz
Source: ftp://ftp.fltk.org/pub/fltk/1.0.2/fltk-1.0.2-source.tar.gz
URL: http://www.fltk.org
Packager: Michael Sweet <mike@easysw.com>
%description
@ -208,133 +208,133 @@ repository in the US.
/usr/include/FL/x.h
/usr/include/Fl
%doc /usr/man/man1/fluid.1
%doc /usr/doc/fltk-1.0.1/FL.gif
%doc /usr/doc/fltk-1.0.1/Fl_Adjuster.html
%doc /usr/doc/fltk-1.0.1/Fl_Box.html
%doc /usr/doc/fltk-1.0.1/Fl_Browser.html
%doc /usr/doc/fltk-1.0.1/Fl_Browser_.html
%doc /usr/doc/fltk-1.0.1/Fl_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Chart.html
%doc /usr/doc/fltk-1.0.1/Fl_Check_Button.gif
%doc /usr/doc/fltk-1.0.1/Fl_Check_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Choice.html
%doc /usr/doc/fltk-1.0.1/Fl_Clock.html
%doc /usr/doc/fltk-1.0.1/Fl_Color_Chooser.html
%doc /usr/doc/fltk-1.0.1/Fl_Counter.html
%doc /usr/doc/fltk-1.0.1/Fl_Dial.html
%doc /usr/doc/fltk-1.0.1/Fl_Double_Window.html
%doc /usr/doc/fltk-1.0.1/Fl_End.html
%doc /usr/doc/fltk-1.0.1/Fl_Float_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Free.html
%doc /usr/doc/fltk-1.0.1/Fl_Gl_Window.html
%doc /usr/doc/fltk-1.0.1/Fl_Group.html
%doc /usr/doc/fltk-1.0.1/Fl_Hold_Browser.html
%doc /usr/doc/fltk-1.0.1/Fl_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Input_.html
%doc /usr/doc/fltk-1.0.1/Fl_Int_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Light_Button.gif
%doc /usr/doc/fltk-1.0.1/Fl_Light_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Menu_.html
%doc /usr/doc/fltk-1.0.1/Fl_Menu_Bar.html
%doc /usr/doc/fltk-1.0.1/Fl_Menu_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Menu_Item.html
%doc /usr/doc/fltk-1.0.1/Fl_Menu_Window.html
%doc /usr/doc/fltk-1.0.1/Fl_Multi_Browser.html
%doc /usr/doc/fltk-1.0.1/Fl_Multiline_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Multiline_Output.html
%doc /usr/doc/fltk-1.0.1/Fl_Output.html
%doc /usr/doc/fltk-1.0.1/Fl_Overlay_Window.html
%doc /usr/doc/fltk-1.0.1/Fl_Pack.html
%doc /usr/doc/fltk-1.0.1/Fl_Positioner.html
%doc /usr/doc/fltk-1.0.1/Fl_Repeat_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Return_Button.gif
%doc /usr/doc/fltk-1.0.1/Fl_Return_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Roller.gif
%doc /usr/doc/fltk-1.0.1/Fl_Roller.html
%doc /usr/doc/fltk-1.0.1/Fl_Round_Button.gif
%doc /usr/doc/fltk-1.0.1/Fl_Round_Button.html
%doc /usr/doc/fltk-1.0.1/Fl_Scroll.gif
%doc /usr/doc/fltk-1.0.1/Fl_Scroll.html
%doc /usr/doc/fltk-1.0.1/Fl_Scrollbar.html
%doc /usr/doc/fltk-1.0.1/Fl_Secret_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Select_Browser.html
%doc /usr/doc/fltk-1.0.1/Fl_Single_Window.html
%doc /usr/doc/fltk-1.0.1/Fl_Slider.html
%doc /usr/doc/fltk-1.0.1/Fl_Tabs.html
%doc /usr/doc/fltk-1.0.1/Fl_Tile.gif
%doc /usr/doc/fltk-1.0.1/Fl_Tile.html
%doc /usr/doc/fltk-1.0.1/Fl_Timer.html
%doc /usr/doc/fltk-1.0.1/Fl_Valuator.html
%doc /usr/doc/fltk-1.0.1/Fl_Value_Input.gif
%doc /usr/doc/fltk-1.0.1/Fl_Value_Input.html
%doc /usr/doc/fltk-1.0.1/Fl_Value_Output.gif
%doc /usr/doc/fltk-1.0.1/Fl_Value_Output.html
%doc /usr/doc/fltk-1.0.1/Fl_Value_Slider.html
%doc /usr/doc/fltk-1.0.1/Fl_Widget.html
%doc /usr/doc/fltk-1.0.1/Fl_Window.html
%doc /usr/doc/fltk-1.0.1/adjuster1.gif
%doc /usr/doc/fltk-1.0.1/ask.C.gif
%doc /usr/doc/fltk-1.0.1/basics.html
%doc /usr/doc/fltk-1.0.1/bglogo.gif
%doc /usr/doc/fltk-1.0.1/boxtypes.gif
%doc /usr/doc/fltk-1.0.1/button.C.gif
%doc /usr/doc/fltk-1.0.1/buttons.gif
%doc /usr/doc/fltk-1.0.1/charts.gif
%doc /usr/doc/fltk-1.0.1/choice.gif
%doc /usr/doc/fltk-1.0.1/clock.gif
%doc /usr/doc/fltk-1.0.1/common.html
%doc /usr/doc/fltk-1.0.1/counter.gif
%doc /usr/doc/fltk-1.0.1/cubeview.gif
%doc /usr/doc/fltk-1.0.1/dial.gif
%doc /usr/doc/fltk-1.0.1/drawing.html
%doc /usr/doc/fltk-1.0.1/editor-replace.gif
%doc /usr/doc/fltk-1.0.1/editor.gif
%doc /usr/doc/fltk-1.0.1/editor.html
%doc /usr/doc/fltk-1.0.1/enumerations.html
%doc /usr/doc/fltk-1.0.1/events.html
%doc /usr/doc/fltk-1.0.1/filechooser.gif
%doc /usr/doc/fltk-1.0.1/fl_alert.gif
%doc /usr/doc/fltk-1.0.1/fl_ask.gif
%doc /usr/doc/fltk-1.0.1/fl_choice.gif
%doc /usr/doc/fltk-1.0.1/fl_color_chooser.jpg
%doc /usr/doc/fltk-1.0.1/fl_input.gif
%doc /usr/doc/fltk-1.0.1/fl_message.gif
%doc /usr/doc/fltk-1.0.1/fl_password.gif
%doc /usr/doc/fltk-1.0.1/fl_show_colormap.gif
%doc /usr/doc/fltk-1.0.1/fluid-org.gif
%doc /usr/doc/fltk-1.0.1/fluid.gif
%doc /usr/doc/fltk-1.0.1/fluid.html
%doc /usr/doc/fltk-1.0.1/fluid1.gif
%doc /usr/doc/fltk-1.0.1/fluid2.gif
%doc /usr/doc/fltk-1.0.1/fluid3.gif
%doc /usr/doc/fltk-1.0.1/fluid4.gif
%doc /usr/doc/fltk-1.0.1/fluid_main.gif
%doc /usr/doc/fltk-1.0.1/fluid_prefs.gif
%doc /usr/doc/fltk-1.0.1/fluid_widget.gif
%doc /usr/doc/fltk-1.0.1/forms.html
%doc /usr/doc/fltk-1.0.1/functions.html
%doc /usr/doc/fltk-1.0.1/glut.html
%doc /usr/doc/fltk-1.0.1/hello.C.gif
%doc /usr/doc/fltk-1.0.1/index.html
%doc /usr/doc/fltk-1.0.1/intro.html
%doc /usr/doc/fltk-1.0.1/license.html
%doc /usr/doc/fltk-1.0.1/menu.gif
%doc /usr/doc/fltk-1.0.1/menu_button.gif
%doc /usr/doc/fltk-1.0.1/menubar.gif
%doc /usr/doc/fltk-1.0.1/opengl.html
%doc /usr/doc/fltk-1.0.1/osissues.html
%doc /usr/doc/fltk-1.0.1/positioner.gif
%doc /usr/doc/fltk-1.0.1/preface.html
%doc /usr/doc/fltk-1.0.1/resizebox1.gif
%doc /usr/doc/fltk-1.0.1/resizebox2.gif
%doc /usr/doc/fltk-1.0.1/round_clock.gif
%doc /usr/doc/fltk-1.0.1/scrollbar.gif
%doc /usr/doc/fltk-1.0.1/shape.C.gif
%doc /usr/doc/fltk-1.0.1/slider.gif
%doc /usr/doc/fltk-1.0.1/subclassing.html
%doc /usr/doc/fltk-1.0.1/symbols.gif
%doc /usr/doc/fltk-1.0.1/tabs.gif
%doc /usr/doc/fltk-1.0.1/text.gif
%doc /usr/doc/fltk-1.0.1/valuators.gif
%doc /usr/doc/fltk-1.0.1/value_slider.gif
%doc /usr/doc/fltk-1.0.1/widgets.html
%doc /usr/doc/fltk-1.0.2/FL.gif
%doc /usr/doc/fltk-1.0.2/Fl_Adjuster.html
%doc /usr/doc/fltk-1.0.2/Fl_Box.html
%doc /usr/doc/fltk-1.0.2/Fl_Browser.html
%doc /usr/doc/fltk-1.0.2/Fl_Browser_.html
%doc /usr/doc/fltk-1.0.2/Fl_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Chart.html
%doc /usr/doc/fltk-1.0.2/Fl_Check_Button.gif
%doc /usr/doc/fltk-1.0.2/Fl_Check_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Choice.html
%doc /usr/doc/fltk-1.0.2/Fl_Clock.html
%doc /usr/doc/fltk-1.0.2/Fl_Color_Chooser.html
%doc /usr/doc/fltk-1.0.2/Fl_Counter.html
%doc /usr/doc/fltk-1.0.2/Fl_Dial.html
%doc /usr/doc/fltk-1.0.2/Fl_Double_Window.html
%doc /usr/doc/fltk-1.0.2/Fl_End.html
%doc /usr/doc/fltk-1.0.2/Fl_Float_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Free.html
%doc /usr/doc/fltk-1.0.2/Fl_Gl_Window.html
%doc /usr/doc/fltk-1.0.2/Fl_Group.html
%doc /usr/doc/fltk-1.0.2/Fl_Hold_Browser.html
%doc /usr/doc/fltk-1.0.2/Fl_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Input_.html
%doc /usr/doc/fltk-1.0.2/Fl_Int_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Light_Button.gif
%doc /usr/doc/fltk-1.0.2/Fl_Light_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Menu_.html
%doc /usr/doc/fltk-1.0.2/Fl_Menu_Bar.html
%doc /usr/doc/fltk-1.0.2/Fl_Menu_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Menu_Item.html
%doc /usr/doc/fltk-1.0.2/Fl_Menu_Window.html
%doc /usr/doc/fltk-1.0.2/Fl_Multi_Browser.html
%doc /usr/doc/fltk-1.0.2/Fl_Multiline_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Multiline_Output.html
%doc /usr/doc/fltk-1.0.2/Fl_Output.html
%doc /usr/doc/fltk-1.0.2/Fl_Overlay_Window.html
%doc /usr/doc/fltk-1.0.2/Fl_Pack.html
%doc /usr/doc/fltk-1.0.2/Fl_Positioner.html
%doc /usr/doc/fltk-1.0.2/Fl_Repeat_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Return_Button.gif
%doc /usr/doc/fltk-1.0.2/Fl_Return_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Roller.gif
%doc /usr/doc/fltk-1.0.2/Fl_Roller.html
%doc /usr/doc/fltk-1.0.2/Fl_Round_Button.gif
%doc /usr/doc/fltk-1.0.2/Fl_Round_Button.html
%doc /usr/doc/fltk-1.0.2/Fl_Scroll.gif
%doc /usr/doc/fltk-1.0.2/Fl_Scroll.html
%doc /usr/doc/fltk-1.0.2/Fl_Scrollbar.html
%doc /usr/doc/fltk-1.0.2/Fl_Secret_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Select_Browser.html
%doc /usr/doc/fltk-1.0.2/Fl_Single_Window.html
%doc /usr/doc/fltk-1.0.2/Fl_Slider.html
%doc /usr/doc/fltk-1.0.2/Fl_Tabs.html
%doc /usr/doc/fltk-1.0.2/Fl_Tile.gif
%doc /usr/doc/fltk-1.0.2/Fl_Tile.html
%doc /usr/doc/fltk-1.0.2/Fl_Timer.html
%doc /usr/doc/fltk-1.0.2/Fl_Valuator.html
%doc /usr/doc/fltk-1.0.2/Fl_Value_Input.gif
%doc /usr/doc/fltk-1.0.2/Fl_Value_Input.html
%doc /usr/doc/fltk-1.0.2/Fl_Value_Output.gif
%doc /usr/doc/fltk-1.0.2/Fl_Value_Output.html
%doc /usr/doc/fltk-1.0.2/Fl_Value_Slider.html
%doc /usr/doc/fltk-1.0.2/Fl_Widget.html
%doc /usr/doc/fltk-1.0.2/Fl_Window.html
%doc /usr/doc/fltk-1.0.2/adjuster1.gif
%doc /usr/doc/fltk-1.0.2/ask.C.gif
%doc /usr/doc/fltk-1.0.2/basics.html
%doc /usr/doc/fltk-1.0.2/bglogo.gif
%doc /usr/doc/fltk-1.0.2/boxtypes.gif
%doc /usr/doc/fltk-1.0.2/button.C.gif
%doc /usr/doc/fltk-1.0.2/buttons.gif
%doc /usr/doc/fltk-1.0.2/charts.gif
%doc /usr/doc/fltk-1.0.2/choice.gif
%doc /usr/doc/fltk-1.0.2/clock.gif
%doc /usr/doc/fltk-1.0.2/common.html
%doc /usr/doc/fltk-1.0.2/counter.gif
%doc /usr/doc/fltk-1.0.2/cubeview.gif
%doc /usr/doc/fltk-1.0.2/dial.gif
%doc /usr/doc/fltk-1.0.2/drawing.html
%doc /usr/doc/fltk-1.0.2/editor-replace.gif
%doc /usr/doc/fltk-1.0.2/editor.gif
%doc /usr/doc/fltk-1.0.2/editor.html
%doc /usr/doc/fltk-1.0.2/enumerations.html
%doc /usr/doc/fltk-1.0.2/events.html
%doc /usr/doc/fltk-1.0.2/filechooser.gif
%doc /usr/doc/fltk-1.0.2/fl_alert.gif
%doc /usr/doc/fltk-1.0.2/fl_ask.gif
%doc /usr/doc/fltk-1.0.2/fl_choice.gif
%doc /usr/doc/fltk-1.0.2/fl_color_chooser.jpg
%doc /usr/doc/fltk-1.0.2/fl_input.gif
%doc /usr/doc/fltk-1.0.2/fl_message.gif
%doc /usr/doc/fltk-1.0.2/fl_password.gif
%doc /usr/doc/fltk-1.0.2/fl_show_colormap.gif
%doc /usr/doc/fltk-1.0.2/fluid-org.gif
%doc /usr/doc/fltk-1.0.2/fluid.gif
%doc /usr/doc/fltk-1.0.2/fluid.html
%doc /usr/doc/fltk-1.0.2/fluid1.gif
%doc /usr/doc/fltk-1.0.2/fluid2.gif
%doc /usr/doc/fltk-1.0.2/fluid3.gif
%doc /usr/doc/fltk-1.0.2/fluid4.gif
%doc /usr/doc/fltk-1.0.2/fluid_main.gif
%doc /usr/doc/fltk-1.0.2/fluid_prefs.gif
%doc /usr/doc/fltk-1.0.2/fluid_widget.gif
%doc /usr/doc/fltk-1.0.2/forms.html
%doc /usr/doc/fltk-1.0.2/functions.html
%doc /usr/doc/fltk-1.0.2/glut.html
%doc /usr/doc/fltk-1.0.2/hello.C.gif
%doc /usr/doc/fltk-1.0.2/index.html
%doc /usr/doc/fltk-1.0.2/intro.html
%doc /usr/doc/fltk-1.0.2/license.html
%doc /usr/doc/fltk-1.0.2/menu.gif
%doc /usr/doc/fltk-1.0.2/menu_button.gif
%doc /usr/doc/fltk-1.0.2/menubar.gif
%doc /usr/doc/fltk-1.0.2/opengl.html
%doc /usr/doc/fltk-1.0.2/osissues.html
%doc /usr/doc/fltk-1.0.2/positioner.gif
%doc /usr/doc/fltk-1.0.2/preface.html
%doc /usr/doc/fltk-1.0.2/resizebox1.gif
%doc /usr/doc/fltk-1.0.2/resizebox2.gif
%doc /usr/doc/fltk-1.0.2/round_clock.gif
%doc /usr/doc/fltk-1.0.2/scrollbar.gif
%doc /usr/doc/fltk-1.0.2/shape.C.gif
%doc /usr/doc/fltk-1.0.2/slider.gif
%doc /usr/doc/fltk-1.0.2/subclassing.html
%doc /usr/doc/fltk-1.0.2/symbols.gif
%doc /usr/doc/fltk-1.0.2/tabs.gif
%doc /usr/doc/fltk-1.0.2/text.gif
%doc /usr/doc/fltk-1.0.2/valuators.gif
%doc /usr/doc/fltk-1.0.2/value_slider.gif
%doc /usr/doc/fltk-1.0.2/widgets.html

View File

@ -1,11 +1,11 @@
PKG=fltk
NAME=Fast Light Tool Kit, 1.0.1
NAME=Fast Light Tool Kit, 1.0.2
ARCH=i86pc
VERSION=1.0.1
VERSION=1.0.2
CATEGORY=development
DESC=C++ GUI Toolkit for UNIX and Windows.
VENDOR=GNU
HOTLINE=http://www.fltk.org
EMAIL=fltk-bugs@fltk.org
CLASSES=dev doc dso
PSTAMP=fltk19990325000
PSTAMP=fltk19990423000

View File

@ -22,10 +22,10 @@ cd packages/solaris-intel
echo "Packing distribution..."
pkgtrans -s . fltk-1.0.1-solaris-intel.pkg fltk
pkgtrans -s . fltk-1.0.2-solaris-intel.pkg fltk
rm -rf fltk
echo "Compressing distribution..."
rm -f fltk-1.0.1-solaris-intel.pkg.gz
gzip -9 fltk-1.0.1-solaris-intel.pkg
rm -f fltk-1.0.2-solaris-intel.pkg.gz
gzip -9 fltk-1.0.2-solaris-intel.pkg

View File

@ -1,11 +1,11 @@
PKG=fltk
NAME=Fast Light Tool Kit, 1.0.1
NAME=Fast Light Tool Kit, 1.0.2
ARCH=sun4m
VERSION=1.0.1
VERSION=1.0.2
CATEGORY=development
DESC=C++ GUI Toolkit for UNIX and Windows.
VENDOR=GNU
HOTLINE=http://www.fltk.org
EMAIL=fltk-bugs@fltk.org
CLASSES=dev doc dso
PSTAMP=fltk19990325000
PSTAMP=fltk19990423000

View File

@ -22,10 +22,10 @@ cd packages/solaris-sparc
echo "Packing distribution..."
pkgtrans -s . fltk-1.0.1-solaris-sparc.pkg fltk
pkgtrans -s . fltk-1.0.2-solaris-sparc.pkg fltk
rm -rf fltk
echo "Compressing distribution..."
rm -f fltk-1.0.1-solaris-sparc.pkg.gz
gzip -9 fltk-1.0.1-solaris-sparc.pkg
rm -f fltk-1.0.2-solaris-sparc.pkg.gz
gzip -9 fltk-1.0.2-solaris-sparc.pkg