Skip to content

Commit

Permalink
Updated packages files for 1.0.2.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@557 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Apr 23, 1999
1 parent 6c25ba6 commit e46a0be
Show file tree
Hide file tree
Showing 12 changed files with 181 additions and 181 deletions.
8 changes: 4 additions & 4 deletions packages/dunix/fltk.key
@@ -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'
14 changes: 7 additions & 7 deletions packages/dunix/makedist.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions packages/hpux/fltk.info
@@ -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
Expand All @@ -13,15 +13,15 @@ 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
end

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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/hpux/makedist.sh
Expand Up @@ -26,14 +26,14 @@ 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..."

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

16 changes: 8 additions & 8 deletions packages/install.html
Expand Up @@ -46,9 +46,9 @@ <H1><FONT FACE="Arial,HELVETICA"><A NAME="dunix">Installing the Digital UNIX Dis
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
Expand All @@ -59,7 +59,7 @@ <H1><FONT FACE="Arial,HELVETICA"><A NAME="hpux">Installing the HP-UX Distributio

<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>

Expand All @@ -70,7 +70,7 @@ <H1><FONT FACE="Arial,HELVETICA"><A NAME="irix">Installing the IRIX Distribution
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
Expand All @@ -87,7 +87,7 @@ <H1><FONT FACE="Arial,HELVETICA"><A NAME="linux">Installing the Linux Distributi
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).
Expand All @@ -100,8 +100,8 @@ <H1><FONT FACE="Arial,HELVETICA"><A NAME="solaris">Installing the Solaris Distri

<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).
Expand Down
18 changes: 9 additions & 9 deletions packages/irix/fltk.spec
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/irix/makedist.sh
Expand Up @@ -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

0 comments on commit e46a0be

Please sign in to comment.