aboutsummaryrefslogtreecommitdiff
path: root/astro/google-earth/files/googleearth-mimetypes.xml
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2012-01-18 17:56:15 +0000
committerJuergen Lock <nox@FreeBSD.org>2012-01-18 17:56:15 +0000
commite7f4cf168ed8400b976c52def803d5d284c78787 (patch)
tree131c6c2ece84cceb1534449b08c1f38c1db9f592 /astro/google-earth/files/googleearth-mimetypes.xml
parentd952697ebf8ebea3c2f95716e0855519f550dfc4 (diff)
downloadports-e7f4cf168ed8400b976c52def803d5d284c78787.tar.gz
ports-e7f4cf168ed8400b976c52def803d5d284c78787.zip
Update to 6.1.0.5001 (which unfortunately still crashes on >= 9.0/amd64 ):
PR: ports/160422 (the 9.x crash and backtrace) Noticed by: Yuri <yuri@rawbw.com> (via private email)
Notes
Notes: svn path=/head/; revision=289418
Diffstat (limited to 'astro/google-earth/files/googleearth-mimetypes.xml')
-rw-r--r--astro/google-earth/files/googleearth-mimetypes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/astro/google-earth/files/googleearth-mimetypes.xml b/astro/google-earth/files/googleearth-mimetypes.xml
new file mode 100644
index 000000000000..3ecfa97cdae0
--- /dev/null
+++ b/astro/google-earth/files/googleearth-mimetypes.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="application/vnd.google-earth.kml+xml">
+ <comment>Keyhole Markup Language data</comment>
+ <glob pattern="*.kml"/>
+ </mime-type>
+
+ <mime-type type="application/vnd.google-earth.kmz">
+ <comment>Keyhole Markup Language archive</comment>
+ <glob pattern="*.kmz"/>
+ </mime-type>
+
+ <mime-type type="application/keyhole">
+ <comment>Keyhole Markup Language data</comment>
+ </mime-type>
+
+ <mime-type type="application/earthviewer">
+ <comment>Keyhole Markup Language data</comment>
+ </mime-type>
+</mime-info>
+