12345678910111213141516171819202122232425262728293031323334353637 |
- #-----------------------------------------------------------------------------
- # $File: misctools,v 1.15 2015/04/15 18:29:30 christos Exp $
- # misctools: file(1) magic for miscellaneous UNIX tools.
- #
- 0 search/1 %%!! X-Post-It-Note text
- 0 string/c BEGIN:VCALENDAR vCalendar calendar file
- !:mime text/calendar
- # updated by Joerg Jenderek at Apr 2015
- # Extension: .vcf
- # http://en.wikipedia.org/wiki/VCard
- 0 string/c BEGIN:VCARD vCard visiting card
- # deprecated
- #!:mime text/x-vcard
- !:mime text/vcard
- # VERSION must come right after BEGIN for 3.0 or 4.0 except in 2.1 , where it can be anywhere
- >12 search/14000/c VERSION:
- # VERSION 2.1 , 3.0 or 4.0
- >>&0 string x \b, version %-.3s
- # Summary: Libtool library file
- # Extension: .la
- # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
- 0 search/80 .la\ -\ a\ libtool\ library\ file libtool library file
- # Summary: Libtool object file
- # Extension: .lo
- # Submitted by: Abel Cheung <abelcheung@gmail.com>
- 0 search/80 .lo\ -\ a\ libtool\ object\ file libtool object file
- # From: Daniel Novotny <dnovotny@redhat.com>
- 0 string MDMP\x93\xA7 MDMP crash report data
- # Summary: abook addressbook file
- # Submitted by: Mark Schreiber <mark7@alumni.cmu.edu>
- 0 string #\x20abook\x20addressbook\x20file abook address book
- !:mime application/x-abook-addressbook
|