[27343] trunk/dports/aqua

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 30 05:02:19 PDT 2007


Revision: 27343
          http://trac.macosforge.org/projects/macports/changeset/27343
Author:   yves at macports.org
Date:     2007-07-30 05:02:19 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
New Gimp.app port

Added Paths:
-----------
    trunk/dports/aqua/gimp-app/
    trunk/dports/aqua/gimp-app/Portfile
    trunk/dports/aqua/gimp-app/files/
    trunk/dports/aqua/gimp-app/files/Gimp.icns
    trunk/dports/aqua/gimp-app/files/Info.plist
    trunk/dports/aqua/gimp-app/files/PkgInfo
    trunk/dports/aqua/gimp-app/files/xcf.icns

Added: trunk/dports/aqua/gimp-app/Portfile
===================================================================
--- trunk/dports/aqua/gimp-app/Portfile	                        (rev 0)
+++ trunk/dports/aqua/gimp-app/Portfile	2007-07-30 12:02:19 UTC (rev 27343)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+name            gimp-app
+version         2.3.18
+maintainers     yves
+description     Gimp.app application bundle
+long_description ${description}
+
+categories      aqua graphics
+homepage        http://gimp-app.sourceforge.net/
+
+depends_run     bin:gimp:gimp2
+
+master_sites    sourceforge
+distfiles       ScriptExec.tar.gz \
+                gimp.app.skel.tar.gz
+checksums       ScriptExec.tar.gz md5 fc444a1e18cf2664f29af6ca6ca335ef \
+                gimp.app.skel.tar.gz md5 66ad4912a3c71056c479c8eeef11fd43
+worksrcdir      ScriptExec
+
+patch {
+    cd ${workpath}/Gimp.app/Contents
+    delete Info.plist PkgInfo
+    xinstall -m 644 ${filespath}/Info.plist ${filespath}/PkgInfo .
+    reinplace "s|__VERSION__|${version}|g" Info.plist
+    reinplace "s|`dirname \\\\\"\$0\\\\\"`|${prefix}|g" \
+        Resources/openDoc Resources/script
+}
+
+destroot {
+    xinstall -m 755 \
+        ${worksrcpath}/build/Deployment/ScriptExec.app/Contents/MacOS/ScriptExec \
+            ${workpath}/Gimp.app/Contents/MacOS/Gimp
+    
+    cd ${workpath}/Gimp.app/Contents/Resources
+    xinstall -m 755 bin/getdisplay.sh ${destroot}${prefix}/bin
+    delete Gimp.icns bin etc lib share
+    xinstall -m 644 ${filespath}/Gimp.icns .
+    xinstall -m 644 ${filespath}/xcf.icns .
+
+    xinstall -d ${destroot}/Applications/MacPorts
+    copy ${workpath}/Gimp.app ${destroot}/Applications/MacPorts
+}


Property changes on: trunk/dports/aqua/gimp-app/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/aqua/gimp-app/files/Gimp.icns
===================================================================
(Binary files differ)


Property changes on: trunk/dports/aqua/gimp-app/files/Gimp.icns
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dports/aqua/gimp-app/files/Info.plist
===================================================================
--- trunk/dports/aqua/gimp-app/files/Info.plist	                        (rev 0)
+++ trunk/dports/aqua/gimp-app/files/Info.plist	2007-07-30 12:02:19 UTC (rev 27343)
@@ -0,0 +1,1085 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDocumentTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>xcf</string>
+				<string>XCF</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/x-xcf</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XCF </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>org.gimp.xcf</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>xcfbz2</string>
+				<string>XCFBZ2</string>
+				<string>xcfgz</string>
+				<string>XCFGZ</string>
+				<string>xjt</string>
+				<string>XJT</string>
+				<string>xjtgz</string>
+				<string>XJTGZ</string>
+				<string>xjtbz2</string>
+				<string>XJTBZ2</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/x-compressed-xcf</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Compressed Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XJT </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>org.gimp.xjt</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>bz2</string>
+				<string>BZ2</string>
+				<string>gz</string>
+				<string>GZ</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/x-compressed-xcf</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Compressed Image</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>gbr</string>
+				<string>GBR</string>
+				<string>gbp</string>
+				<string>GBP</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Brush</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>GBR </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>org.gimp.gbr</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>gih</string>
+				<string>GIH</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Animated Brush</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>GIH </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>org.gimp.gih</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pat</string>
+				<string>PAT</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Gimp Pattern</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PAT </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>org.gimp.pat</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pdf</string>
+				<string>PDF</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>application/pdf</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>NSPDFPboardType</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PDF </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.adobe.pdf</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVPDFDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>ai</string>
+				<string>AI</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>application/pdf</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>NSPDFPboardType</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<false/>
+			<key>NSDocumentClass</key>
+			<string>PVPDFDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>ps</string>
+				<string>PS</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>application/postscript</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>PostScript document</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>NSDocumentClass</key>
+			<string>PVPDFDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>epi</string>
+				<string>EPI</string>
+				<string>eps</string>
+				<string>EPS</string>
+				<string>epsf</string>
+				<string>EPSF</string>
+				<string>epsi</string>
+				<string>EPSI</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>application/postscript</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>PostScript document</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>NSDocumentClass</key>
+			<string>PVPDFDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>tiff</string>
+				<string>TIFF</string>
+				<string>tif</string>
+				<string>TIF</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/tiff</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>NSTIFFPboardType</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>TIFF</string>
+				<string>****</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>public.tiff</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>CRW</string>
+				<string>crw</string>
+				<string>CR2</string>
+				<string>cr2</string>
+				<string>NEF</string>
+				<string>nef</string>
+				<string>RAF</string>
+				<string>raf</string>
+				<string>ORF</string>
+				<string>orf</string>
+				<string>MRW</string>
+				<string>mrw</string>
+				<string>SRF</string>
+				<string>srf</string>
+				<string>DCR</string>
+				<string>dcr</string>
+				<string>ARW</string>
+				<string>arw</string>
+				<string>PEF</string>
+				<string>pef</string>
+				<string>RAW</string>
+				<string>raw</string>
+				<string>MOS</string>
+				<string>mos</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/raw</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Camera Raw</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>CRW </string>
+				<string>CR2 </string>
+				<string>NEF </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>DNG</string>
+				<string>dng</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/raw</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Camera Raw</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>DNG </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<false/>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>XBM</string>
+				<string>xbm</string>
+				<string>icon</string>
+				<string>ICON</string>
+				<string>bitmap</string>
+				<string>BITMAP</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>XBM</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XBM </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>bmp</string>
+				<string>BMP</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Windows Bitmap Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>BMP </string>
+				<string>BMPf</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.microsoft.bmp</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>gif</string>
+				<string>GIF</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/gif</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Graphics Interchange Format Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>GIFf</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.compuserve.gif</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>ico</string>
+				<string>ICO</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Windows Icon Image</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.microsoft.ico</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>jpg</string>
+				<string>JPG</string>
+				<string>jpeg</string>
+				<string>JPEG</string>
+				<string>jpe</string>
+				<string>JPE</string>
+				<string>thm</string>
+				<string>THM</string>
+				<string>*</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/jpeg</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>JPEG Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>JPEG</string>
+				<string>????</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>public.jpeg</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pict</string>
+				<string>PICT</string>
+				<string>pct</string>
+				<string>PCT</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>NSPICTPboardType</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PICT</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.apple.pict</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>png</string>
+				<string>PNG</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/png</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Portable Network Graphics Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PNGf</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>public.png</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>tga</string>
+				<string>TGA</string>
+				<string>vda</string>
+				<string>VDA</string>
+				<string>icb</string>
+				<string>ICB</string>
+				<string>vst</string>
+				<string>VST</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Targa Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>TPIC</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.truevision.tga-image</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>sgi</string>
+				<string>SGI</string>
+				<string>rgb</string>
+				<string>RGB</string>
+				<string>bw</string>
+				<string>BW</string>
+				<string>icon</string>
+				<string>ICON</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Silicon Graphics Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>.SGI</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.sgi.sgi-image</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>psd</string>
+				<string>PSD</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Adobe Photoshop Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>8BPS</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<false/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.adobe.photoshop-image</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>icns</string>
+				<string>ICNS</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>Apple Icon Image</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>com.apple.icns</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>jp2</string>
+				<string>JP2</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>JPEG 2000 Image</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>LSIsAppleDefaultForType</key>
+			<true/>
+			<key>LSItemContentTypes</key>
+			<array>
+				<string>public.jpeg-2000</string>
+			</array>
+			<key>NSDocumentClass</key>
+			<string>PVDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>svg</string>
+			</array>
+			<key>CFBundleTypeMIMETypes</key>
+			<array>
+				<string>image/svg+xml</string>
+			</array>
+			<key>CFBundleTypeName</key>
+			<string>SVG document</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+			<key>NSDocumentClass</key>
+			<string>BrowserDocument</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>sun</string>
+				<string>sr</string>
+				<string>im1</string>
+				<string>im8</string>
+				<string>im24</string>
+				<string>im32</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Sun Rasterfile document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>SUNn</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>fli</string>
+				<string>flc</string>
+				<string>flh</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>FLI/FLC/FLH document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>FLI </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>xwd</string>
+				<string>x10</string>
+				<string>x11</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>X/Windows Dump document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XWDd</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>wmf</string>
+				<string>apm</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Windows Metafile document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>WMF </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pix</string>
+				<string>mask</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>ALIAS pix document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>APIX</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pnm</string>
+				<string>pbm</string>
+				<string>pgm</string>
+				<string>ppm</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Portable Bitmap document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PPGM</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>psp</string>
+				<string>tub</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Paintshop Pro document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>.PSP</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>pcx</string>
+				<string>pcc</string>
+				<string>scr</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Paintbrush document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>PCXx</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>fax</string>
+				<string>g3</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>CCITT3 native fax document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>FAX3</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>xpm</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>XPM (ASCII Bitmap) document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>XPM </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>cel</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>KISS CEL document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>CEL </string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>fits</string>
+				<string>fit</string>
+				<string>fts</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Flexible Image Transport System document</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>FITS</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>desktop</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Desktop Alias</string>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
+				<string>dcm</string>
+				<string>DCM</string>
+				<string>dicom</string>
+				<string>DICOM</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>DICOM Image</string>
+			<key>CFBundleTypeOSTypes</key>
+			<array>
+				<string>DCOM</string>
+			</array>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+		</dict>
+	</array>
+	<key>CFBundleExecutable</key>
+	<string>Gimp</string>
+	<key>CFBundleGetInfoString</key>
+	<string>__VERSION__, © 2001-2007 The GIMP Team</string>
+	<key>CFBundleIconFile</key>
+	<string>Gimp.icns</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.gimp.Gimp</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Gimp</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>__VERSION__</string>
+	<key>CFBundleSignature</key>
+	<string>GiMP</string>
+	<key>CFBundleVersion</key>
+	<string>__VERSION__</string>
+	<key>NSHumanReadableCopyright</key>
+	<string>© 2001-2007 The GIMP Team</string>
+	<key>UTExportedTypeDeclarations</key>
+	<array>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+				<string>public.image</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Gimp Image</string>
+			<key>UTTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.gimp.xcf</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://www.gimp.org/</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<string>XCF </string>
+				<key>public.filename-extension</key>
+				<array>
+					<string>xcf</string>
+					<string>XCF</string>
+				</array>
+				<key>public.mime-type</key>
+				<array>
+					<string>image/x-xcf</string>
+				</array>
+			</dict>
+		</dict>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+				<string>public.image</string>
+				<string>public.archive</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Gimp Compressed Image</string>
+			<key>UTTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.gimp.xjt</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://www.gimp.org/</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<string>XJT </string>
+				<key>public.filename-extension</key>
+				<array>
+					<string>xcf.bz2</string>
+					<string>XCF.BZ2</string>
+					<string>xcfbz2</string>
+					<string>XCFBZ2</string>
+					<string>xcf.gz</string>
+					<string>XCF.GZ</string>
+					<string>xcfgz</string>
+					<string>XCFGZ</string>
+					<string>xjt</string>
+					<string>XJT</string>
+					<string>xjtgz</string>
+					<string>XJTGZ</string>
+					<string>xjtbz2</string>
+					<string>XJTBZ2</string>
+				</array>
+				<key>public.mime-type</key>
+				<array>
+					<string>image/x-compressed-xcf</string>
+				</array>
+			</dict>
+		</dict>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+				<string>public.image</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Gimp Brush</string>
+			<key>UTTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.gimp.xbr</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://www.gimp.org/</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<string>GBR </string>
+				<key>public.filename-extension</key>
+				<array>
+					<string>gbr</string>
+					<string>GBR</string>
+					<string>gbp</string>
+					<string>GBP</string>
+				</array>
+			</dict>
+		</dict>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+				<string>public.image</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Gimp Animated Brush</string>
+			<key>UTTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.gimp.gih</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://www.gimp.org/</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<string>GIH </string>
+				<key>public.filename-extension</key>
+				<array>
+					<string>gih</string>
+					<string>GIH</string>
+				</array>
+			</dict>
+		</dict>
+		<dict>
+			<key>UTTypeConformsTo</key>
+			<array>
+				<string>public.data</string>
+				<string>public.image</string>
+			</array>
+			<key>UTTypeDescription</key>
+			<string>Gimp Pattern</string>
+			<key>UTTypeIconFile</key>
+			<string>xcf.icns</string>
+			<key>UTTypeIdentifier</key>
+			<string>org.gimp.pat</string>
+			<key>UTTypeReferenceURL</key>
+			<string>http://www.gimp.org/</string>
+			<key>UTTypeTagSpecification</key>
+			<dict>
+				<key>com.apple.ostype</key>
+				<string>PAT </string>
+				<key>public.filename-extension</key>
+				<array>
+					<string>pat</string>
+					<string>PAT</string>
+				</array>
+			</dict>
+		</dict>
+	</array>
+</dict>
+</plist>

Added: trunk/dports/aqua/gimp-app/files/PkgInfo
===================================================================
--- trunk/dports/aqua/gimp-app/files/PkgInfo	                        (rev 0)
+++ trunk/dports/aqua/gimp-app/files/PkgInfo	2007-07-30 12:02:19 UTC (rev 27343)
@@ -0,0 +1 @@
+APPLGiMP

Added: trunk/dports/aqua/gimp-app/files/xcf.icns
===================================================================
(Binary files differ)


Property changes on: trunk/dports/aqua/gimp-app/files/xcf.icns
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070730/275a97e8/attachment.html


More information about the macports-changes mailing list