misctools revision 284778
11539Srgrimes
21539Srgrimes#-----------------------------------------------------------------------------
31539Srgrimes# $File: misctools,v 1.15 2015/04/15 18:29:30 christos Exp $
41539Srgrimes# misctools:  file(1) magic for miscellaneous UNIX tools.
51539Srgrimes#
61539Srgrimes0	search/1	%%!!			X-Post-It-Note text
71539Srgrimes0	string/c	BEGIN:VCALENDAR		vCalendar calendar file
81539Srgrimes!:mime	text/calendar
91539Srgrimes# updated by Joerg Jenderek at Apr 2015
101539Srgrimes# Extension: .vcf
111539Srgrimes# http://en.wikipedia.org/wiki/VCard
121539Srgrimes0	string/c	BEGIN:VCARD		vCard visiting card
13203964Simp# deprecated
141539Srgrimes#!:mime	text/x-vcard
151539Srgrimes!:mime	text/vcard
161539Srgrimes# VERSION must come right after BEGIN for 3.0 or 4.0 except in 2.1 , where it can be anywhere
171539Srgrimes>12	search/14000/c	VERSION:		
181539Srgrimes# VERSION 2.1 , 3.0 or 4.0
191539Srgrimes>>&0	string		x			\b, version %-.3s
201539Srgrimes
211539Srgrimes# Summary: Libtool library file
221539Srgrimes# Extension: .la
231539Srgrimes# Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
241539Srgrimes0	search/80	.la\ -\ a\ libtool\ library\ file	libtool library file
251539Srgrimes
261539Srgrimes# Summary: Libtool object file
271539Srgrimes# Extension: .lo
281539Srgrimes# Submitted by: Abel Cheung <abelcheung@gmail.com>
291539Srgrimes0	search/80	.lo\ -\ a\ libtool\ object\ file	libtool object file
30203964Simp
31203964Simp# From: Daniel Novotny <dnovotny@redhat.com>
321539Srgrimes0	string		MDMP\x93\xA7				MDMP crash report data
331539Srgrimes
341539Srgrimes# Summary: abook addressbook file
35# Submitted by: Mark Schreiber <mark7@alumni.cmu.edu>
360	string	#\x20abook\x20addressbook\x20file abook address book
37!:mime application/x-abook-addressbook
38