diff options
author | agc <agc@pkgsrc.org> | 2001-02-22 16:45:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-22 16:45:49 +0000 |
commit | 6c33a45b948e0273e797db4f031f814664b7b110 (patch) | |
tree | fd3cfbf6399bbec5025cdf70a43a1279572be75e | |
parent | 44e5ce7b8a466ba3bbf9eefa102e628058762b52 (diff) | |
download | pkgsrc-6c33a45b948e0273e797db4f031f814664b7b110.tar.gz |
Import of the mftr images for Hercules into the packages collection.
These are images with which you can IPL Hercules, the S/370 emulator,
and include DASD images, etc.
From the Hercules FAQ:
3. Alternatively, you can download the mftr33.tar.gz package which
contains a minimal MFT system on a 3330 image, with some minimal
documentation. The configuration is that of a 370/145 with 2
megabytes of main storage, running OS/MFT Release 21.0, with several
volumes of pre-loaded DASD. 2 program partitions (P0 and P1) have
been genned. There is no working TOD clock, and no SMF. Volume
DLIB01 which is specified does not exist in the zipped file, but can
be created using a plf file with the CDROM of OS/360. DLIB01 can be
commented-out from the config (cnf) file if desired. The mftr33
package also includes the IPL text and program for the standalone
IBCDASD program as file "ibcdasdi.rdr" which can be used if desired.
-rw-r--r-- | emulators/hercules-images/Makefile | 23 | ||||
-rw-r--r-- | emulators/hercules-images/files/md5 | 3 | ||||
-rw-r--r-- | emulators/hercules-images/pkg/DESCR | 2 | ||||
-rw-r--r-- | emulators/hercules-images/pkg/PLIST | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/emulators/hercules-images/Makefile b/emulators/hercules-images/Makefile new file mode 100644 index 00000000000..93dd89af38d --- /dev/null +++ b/emulators/hercules-images/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/22 16:45:49 agc Exp $ + +DISTNAME= mftr33 +PKGNAME= hercules-images-20010222 +CATEGORIES= emulators +MASTER_SITES= http://www.conmicro.cx/hercules/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.conmicro.cx/hercules/ +COMMENT= Images to IPL the Hercules emulator + +NO_BUILD= yes +NO_CONFIGURE= yes +NO_PATCH= yes +EXTRACT_ONLY= +WRKSRC= ${WRKDIR} + +do-install: + ${MKDIR} ${PREFIX}/share/data/hercules + cd ${PREFIX}/share/data/hercules; \ + (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ; dd if=/dev/zero bs=10k count=2) | ${PAX} -r + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/hercules-images/files/md5 b/emulators/hercules-images/files/md5 new file mode 100644 index 00000000000..2c7ca2eea9d --- /dev/null +++ b/emulators/hercules-images/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/22 16:45:49 agc Exp $ + +MD5 (mftr33.tar.gz) = 1e7ef41556eb185a376f00fc2476b959 diff --git a/emulators/hercules-images/pkg/DESCR b/emulators/hercules-images/pkg/DESCR new file mode 100644 index 00000000000..04b54fc83af --- /dev/null +++ b/emulators/hercules-images/pkg/DESCR @@ -0,0 +1,2 @@ +The files contained in this package are used to IPL the Hercules +emulator. diff --git a/emulators/hercules-images/pkg/PLIST b/emulators/hercules-images/pkg/PLIST new file mode 100644 index 00000000000..ba8bacbe84a --- /dev/null +++ b/emulators/hercules-images/pkg/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/22 16:45:49 agc Exp $ +share/data/hercules/mftipl.txt +share/data/hercules/os360.cnf +share/data/hercules/sysgen.txt +share/data/hercules/listvtoc.prn +share/data/hercules/nucmap.prn +share/data/hercules/mftr33.plf +share/data/hercules/mftr33.lst +share/data/hercules/ibcdasdi.rdr +share/data/hercules/ibcdmprs.rdr +share/data/hercules/ieaipl00.rdr +share/data/hercules/dlib01.plf +share/data/hercules/init3330.txt +share/data/hercules/init2311.txt +share/data/hercules/mftr33.150 +share/data/hercules/work01.151 +share/data/hercules/work02.192 +@dirrm share/data/hercules |