misctools revision 299236
1
2#-----------------------------------------------------------------------------
3# $File: misctools,v 1.15 2015/04/15 18:29:30 christos Exp $
4# misctools:  file(1) magic for miscellaneous UNIX tools.
5#
60	search/1	%%!!			X-Post-It-Note text
70	string/c	BEGIN:VCALENDAR		vCalendar calendar file
8!:mime	text/calendar
9# updated by Joerg Jenderek at Apr 2015
10# Extension: .vcf
11# http://en.wikipedia.org/wiki/VCard
120	string/c	BEGIN:VCARD		vCard visiting card
13# deprecated
14#!:mime	text/x-vcard
15!:mime	text/vcard
16# VERSION must come right after BEGIN for 3.0 or 4.0 except in 2.1 , where it can be anywhere
17>12	search/14000/c	VERSION:		
18# VERSION 2.1 , 3.0 or 4.0
19>>&0	string		x			\b, version %-.3s
20
21# Summary: Libtool library file
22# Extension: .la
23# Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
240	search/80	.la\ -\ a\ libtool\ library\ file	libtool library file
25
26# Summary: Libtool object file
27# Extension: .lo
28# Submitted by: Abel Cheung <abelcheung@gmail.com>
290	search/80	.lo\ -\ a\ libtool\ object\ file	libtool object file
30
31# From: Daniel Novotny <dnovotny@redhat.com>
320	string		MDMP\x93\xA7				MDMP crash report data
33
34# 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