head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.6.1
	RELENG_4_11:1.1.6.1.0.18
	RELENG_4_11_BP:1.1.6.1
	RELENG_4_10_0_RELEASE:1.1.6.1
	RELENG_4_10:1.1.6.1.0.16
	RELENG_4_10_BP:1.1.6.1
	RELENG_4_9_0_RELEASE:1.1.6.1
	RELENG_4_9:1.1.6.1.0.14
	RELENG_4_9_BP:1.1.6.1
	RELENG_4_8_0_RELEASE:1.1.6.1
	RELENG_4_8:1.1.6.1.0.12
	RELENG_4_8_BP:1.1.6.1
	RELENG_4_7_0_RELEASE:1.1.6.1
	RELENG_4_7:1.1.6.1.0.10
	RELENG_4_7_BP:1.1.6.1
	RELENG_4_6_2_RELEASE:1.1.6.1
	RELENG_4_6_1_RELEASE:1.1.6.1
	RELENG_4_6_0_RELEASE:1.1.6.1
	RELENG_4_6:1.1.6.1.0.8
	RELENG_4_6_BP:1.1.6.1
	RELENG_4_5_0_RELEASE:1.1.6.1
	RELENG_4_5:1.1.6.1.0.6
	RELENG_4_5_BP:1.1.6.1
	RELENG_4_4_0_RELEASE:1.1.6.1
	RELENG_4_4:1.1.6.1.0.4
	RELENG_4_4_BP:1.1.6.1
	RELENG_4_3_0_RELEASE:1.1.6.1
	RELENG_4_3:1.1.6.1.0.2
	RELENG_4_3_BP:1.1.6.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1
	RELENG_3_5_0_RELEASE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.6
	RELENG_4_BP:1.1
	RELENG_3_4_0_RELEASE:1.1
	RELENG_3_3_0_RELEASE:1.1
	RELENG_3_2_PAO:1.1.0.4
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.2
	RELENG_3_BP:1.1
	RELENG_3_0_0_RELEASE:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.05.09.06.03;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	98.08.07.06.26.37;	author phk;	state Exp;
branches
	1.1.6.1;
next	;

1.1.6.1
date	2000.11.29.19.32.49;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Switch over to using the Christos Zoulas maintained version in contrib/
This also gives use the same exact results as NetBSD, thus sharing more
code with our bretheren.
@
text
@
#------------------------------------------------------------------------------
# adventure:  file(1) magic for Infocom (and other) adventure games
#
# Adventure game formats
#
# from Allen Garvin <earendil@@faeryland.tamu-commerce.edu>
# Edited by Dave Chapeskie <dchapes@@ddm.on.ca> Jun 28, 1998
#
# Contributed to FreeBSD by Lyndon Nerenberg <lyndon@@orthanc.ab.ca>
# This file was taken from the Interactive Fiction archives at
# ftp://ftp.gmd.de/if-archive/ (*the* place for text based
# adventure games from a by-gone era). Please send me updates and
# I'll make sure they get back to the GMD archives. (1998 AUG 1)
#
# ALAN
# I assume there are other, lower versions, but these are the only ones I
# saw in the archive.
#
0	beshort	0x0206	ALAN text adventure code data
>2	byte	<10	version 2.6%d
#
# Infocom
#
# (Note: to avoid false matches Z-machine version 1 and 2 are not
# recognized since only the oldest Zork I and II used them.  Similarly
# there are 4 Infocom games that use verion 4 that are not recognized.)
#
0	byte	3	Infocom game data (Z-machine 3,
>2	beshort	<0x7fff	Release %3d,
#>26	beshort >0	Size %d*2
>18	string	>\0	Serial %.6s)
0	byte	5	Infocom game data (Z-machine 5,
>2	beshort	<0x7fff	Release %3d,
#>26	beshort >0	Size %d*4
>18	string	>\0	Serial %.6s)
0	byte	6	Infocom game data (Z-machine 6,
>2	beshort	<0x7fff	Release %3d,
#>26	beshort >0	Size %d*8
>18	string	>\0	Serial %.6s)
0	byte	8	Infocom game data (Z-machine 8,
>2	beshort	<0x7fff	Release %3d,
#>26	beshort >0	Size %d*8
>18	string	>\0	Serial %.6s)
#
# TADS (Text Adventure Development System)
#
0	string	TADS	TADS adventure game data
>13	string	>\0	(ver. %.6s,
>22	string	>\0	date %s)
@


1.1
log
@This PR contains additional magic for file(1) describing
various adventure game data files.

from Allen Garvin <earendil@@faeryland.tamu-commerce.edu>
Edited by Dave Chapeskie <dchapes@@ddm.on.ca> Jun 28, 1998

PR:		7466
Reviewed by:	phk
Submitted by:	The Frobozz Magic Homing Pigeon Company
@
text
@@


1.1.6.1
log
@MFC: switch over to using the Christos Zoulas maintained version in contrib/
@
text
@@


