xref: /freebsd/contrib/file/magic/Magdir/claris (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
1b6cee71dSXin LI
2b6cee71dSXin LI#------------------------------------------------------------------------------
3*ae316d1dSXin LI# $File: claris,v 1.9 2024/07/07 14:36:49 christos Exp $
4b6cee71dSXin LI# claris:  file(1) magic for claris
5b6cee71dSXin LI# "H. Nanosecond" <aldomel@ix.netcom.com>
6*ae316d1dSXin LI# Update:	Joerg Jenderek 2024 May
7*ae316d1dSXin LI# URL:		https://en.wikipedia.org/wiki/AppleWorks
8b6cee71dSXin LI# Claris Works a word processor, etc.
9b6cee71dSXin LI# Version 3.0
10b6cee71dSXin LI
11b6cee71dSXin LI# .pct claris works clip art files
12b6cee71dSXin LI#0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
13b6cee71dSXin LI#*
14b6cee71dSXin LI#0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
15b6cee71dSXin LI#null to byte 1000 octal
16b6cee71dSXin LI514	string	\377\377\377\377\000
17*ae316d1dSXin LI# https://sembiance.com/fileFormatSamples/image/pict/
18*ae316d1dSXin LI# Claris clip art (strength=80) after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1  and Y=0x00?? like PICT_2012.pict
19*ae316d1dSXin LI#!:strength +0
20b6cee71dSXin LI>0	string	\0\0\0\0\0\0\0\0\0\0\0\0\0	Claris clip art
21b6cee71dSXin LI514	string	\377\377\377\377\001
22*ae316d1dSXin LI# https://sembiance.com/fileFormatSamples/image/pict/
23*ae316d1dSXin LI# Claris clip art (strength=80) after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1 and Y=0x01?? like PICT_129.pict
24*ae316d1dSXin LI#!:strength +0
25b6cee71dSXin LI>0	string	\0\0\0\0\0\0\0\0\0\0\0\0\0	Claris clip art
26b6cee71dSXin LI
27b6cee71dSXin LI# Claris works files
28b6cee71dSXin LI# .cwk
29a5d223e6SXin LI# Moved to Apple AppleWorks document
30a5d223e6SXin LI#0	string	\002\000\210\003\102\117\102\117\000\001\206 Claris works document
31b6cee71dSXin LI# .plt
32b6cee71dSXin LI0	string	\020\341\000\000\010\010	Claris Works palette files .plt
33b6cee71dSXin LI
34b6cee71dSXin LI# .msp a dictionary file I am not sure about this I have only one .msp file
35b6cee71dSXin LI0	string	\002\271\262\000\040\002\000\164	Claris works dictionary
36b6cee71dSXin LI
37b6cee71dSXin LI# .usp are user dictionary bits
38b6cee71dSXin LI# I am not sure about a magic header:
39b6cee71dSXin LI#0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
40b6cee71dSXin LI#        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
41b6cee71dSXin LI#0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
42b6cee71dSXin LI#          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
43b6cee71dSXin LI
44b6cee71dSXin LI# .mth Thesaurus
45b6cee71dSXin LI# starts with \0 but no magic header
46b6cee71dSXin LI
47b6cee71dSXin LI# .chy Hyphenation file
48b6cee71dSXin LI# I am not sure: 000 210 034 000 000
49b6cee71dSXin LI
50b6cee71dSXin LI# other claris files
51b6cee71dSXin LI#./windows/claris/useng.ndx: data
52b6cee71dSXin LI#./windows/claris/xtndtran.l32: data
53b6cee71dSXin LI#./windows/claris/xtndtran.lst: data
54b6cee71dSXin LI#./windows/claris/clworks.lbl: data
55b6cee71dSXin LI#./windows/claris/clworks.prf: data
56b6cee71dSXin LI#./windows/claris/userd.spl: data
57