debian-extra-magic 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # sorted by Debian bug report number
  2. # AutoCAD Drawing Exchange Format
  3. # https://bugs.debian.org/702744
  4. # https://bugs.astron.com/view.php?id=16
  5. 0 regex \^[\ \t]*0\r?\000$
  6. >1 regex \^[\ \t]*SECTION\r?$
  7. >>2 regex \^[\ \t]*2\r?$
  8. >>>3 regex \^[\ \t]*HEADER\r?$ AutoCAD Drawing Exchange Format
  9. !:mime application/x-dxf
  10. !:ext dxf
  11. >>>>&1 search/8192 AC1006 \b, R10
  12. >>>>&1 search/8192 AC1009 \b, R11/R12
  13. >>>>&1 search/8192 AC1012 \b, R13
  14. >>>>&1 search/8192 AC1014 \b, R14
  15. >>>>&1 search/8192 AC1015 \b, version 2000
  16. >>>>&1 search/8192 AC1018 \b, version 2004
  17. >>>>&1 search/8192 AC1021 \b, version 2007
  18. >>>>&1 search/8192 AC1024 \b, version 2010
  19. # Extended Display Identification Data (EDID)
  20. # https://bugs.debian.org/896932
  21. # https://bugs.astron.com/view.php?id=12
  22. # https://en.wikipedia.org/wiki/Extended_Display_Identification_Data
  23. 0 string \x00\xFF\xFF\xFF\xFF\xFF\xFF\x00
  24. >19 byte x
  25. >>18 byte x EDID data, version %u.
  26. >>19 byte x \b%u
  27. # SketchUp files
  28. # https://bugs.debian.org/903693
  29. # https://bugs.astron.com/view.php?id=10
  30. 0 string \xff\xfe\xff\x0e\x53\x00\x6b\x00\x65\x00\x74\x00\x63\x00\x68\x00\x55\x00\x70\x00\x20\x00\x4d\x00\x6f\x00\x64\x00\x65\x00\x6c\x00 SketchUp Model
  31. !:mime application/vnd.sketchup.skp
  32. !:ext skp