misctools 1.3 KB

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