From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/proto/vol/lib/helpdb.mip | Bin 0 -> 2966 bytes pkg/proto/vol/lib/mkpkg.inc | 7 +++++++ pkg/proto/vol/lib/root.hd | 5 +++++ pkg/proto/vol/lib/rootvol.hd | 8 ++++++++ pkg/proto/vol/lib/strip.vol | 12 ++++++++++++ pkg/proto/vol/lib/zzsetenv.def | 7 +++++++ 6 files changed, 39 insertions(+) create mode 100644 pkg/proto/vol/lib/helpdb.mip create mode 100644 pkg/proto/vol/lib/mkpkg.inc create mode 100644 pkg/proto/vol/lib/root.hd create mode 100644 pkg/proto/vol/lib/rootvol.hd create mode 100644 pkg/proto/vol/lib/strip.vol create mode 100644 pkg/proto/vol/lib/zzsetenv.def (limited to 'pkg/proto/vol/lib') diff --git a/pkg/proto/vol/lib/helpdb.mip b/pkg/proto/vol/lib/helpdb.mip new file mode 100644 index 00000000..18d59be5 Binary files /dev/null and b/pkg/proto/vol/lib/helpdb.mip differ diff --git a/pkg/proto/vol/lib/mkpkg.inc b/pkg/proto/vol/lib/mkpkg.inc new file mode 100644 index 00000000..de1341ab --- /dev/null +++ b/pkg/proto/vol/lib/mkpkg.inc @@ -0,0 +1,7 @@ +# Global MKPKG definitions for the VOL package. + +$set XFLAGS = "$(XFLAGS) -p vol" + +# Special file lists, not needed at present + +#$include "vol$lib/mkpkg.sf.SUN3" diff --git a/pkg/proto/vol/lib/root.hd b/pkg/proto/vol/lib/root.hd new file mode 100644 index 00000000..db09387f --- /dev/null +++ b/pkg/proto/vol/lib/root.hd @@ -0,0 +1,5 @@ +# Root help directory for the VOL packages. This dummy package is necessary +# in order to have `vol' appear as a module in some package, so that the user +# can type "help vol" (with the `vol' given as a task). + +_vol pkg = vol$lib/rootvol.hd diff --git a/pkg/proto/vol/lib/rootvol.hd b/pkg/proto/vol/lib/rootvol.hd new file mode 100644 index 00000000..ceba8059 --- /dev/null +++ b/pkg/proto/vol/lib/rootvol.hd @@ -0,0 +1,8 @@ +# Root task entry for the VOL package help tree. Defines `vol' +# as both a task and a package in the vol help database. + +vol men = vol$vol.men, + hlp = vol$vol.men, + sys = vol$vol.hlp, + pkg = vol$vol.hd, + src = vol$vol.cl diff --git a/pkg/proto/vol/lib/strip.vol b/pkg/proto/vol/lib/strip.vol new file mode 100644 index 00000000..12157035 --- /dev/null +++ b/pkg/proto/vol/lib/strip.vol @@ -0,0 +1,12 @@ +# STRIP.VOL -- Rmfiles command script, used to strip the VOL directory +# of all files not required for ordinary runtime use of the system. + +src -allbut .hlp .hd .men .cl .par .key .dat .mip + +# Sun/IRAF only. +# --------------- +-file bin.f68881/OBJS.arc +-file bin.ffpa/OBJS.arc +-file bin.sparc/OBJS.arc +-file bin.generic/OBJS.arc +-file bin.pg/OBJS.arc diff --git a/pkg/proto/vol/lib/zzsetenv.def b/pkg/proto/vol/lib/zzsetenv.def new file mode 100644 index 00000000..637e5015 --- /dev/null +++ b/pkg/proto/vol/lib/zzsetenv.def @@ -0,0 +1,7 @@ +# Global environment definitions for the VOL package. + +set vollib = "vol$lib/" +set volsrc = "vol$src/" +set volbin = "vol$bin(arch)/" + +keep -- cgit