[77832] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Thu Apr 14 04:07:57 PDT 2011


Revision: 77832
          http://trac.macports.org/changeset/77832
Author:   ryandesign at macports.org
Date:     2011-04-14 04:07:57 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
graphviz, graphviz-devel: remove obsolete patchfiles (part of graphviz-oldgui)

Removed Paths:
-------------
    trunk/dports/graphics/graphviz/files/graphviz-dispatcher.php.in
    trunk/dports/graphics/graphviz/files/patch-gv-extension.diff
    trunk/dports/graphics/graphviz-devel/files/graphviz-dispatcher.php.in
    trunk/dports/graphics/graphviz-devel/files/patch-gv-extension.diff

Deleted: trunk/dports/graphics/graphviz/files/graphviz-dispatcher.php.in
===================================================================
--- trunk/dports/graphics/graphviz/files/graphviz-dispatcher.php.in	2011-04-14 10:02:58 UTC (rev 77831)
+++ trunk/dports/graphics/graphviz/files/graphviz-dispatcher.php.in	2011-04-14 11:07:57 UTC (rev 77832)
@@ -1,26 +0,0 @@
-#!/usr/bin/php
-<?php
-
-# Graphviz Dispatcher by Ryan Schmidt
-
-define('GRAPHVIZ_DIR', '@PREFIX@/bin');
-
-$args = $_SERVER['argv'];
-
-$prog = basename(array_shift($args));
-if ('cvtgxl' == $prog) $prog = 'dot2gxl';
-
-$cmd = escapeshellarg(GRAPHVIZ_DIR . '/' . $prog);
-foreach ($args as $arg) {
-	if ('-Tepdf' == $arg) {
-		$arg = '-Tpdf';
-		$cmd .= ' -Gmargin="0,0"';
-		$cmd .= ' -Gdpi=96';
-	}
-	$cmd .= ' ' . escapeshellarg($arg);
-}
-
-passthru($cmd, $return_code);
-exit($return_code);
-
-?>

Deleted: trunk/dports/graphics/graphviz/files/patch-gv-extension.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-gv-extension.diff	2011-04-14 10:02:58 UTC (rev 77831)
+++ trunk/dports/graphics/graphviz/files/patch-gv-extension.diff	2011-04-14 11:07:57 UTC (rev 77832)
@@ -1,20 +0,0 @@
---- Graphviz.app/Contents/Info.plist	2004-08-23 07:43:31.000000000 -0500
-+++ Graphviz.app/Contents/Info.plist	2008-10-08 02:49:36.000000000 -0500
-@@ -10,6 +10,7 @@
- 			<key>CFBundleTypeExtensions</key>
- 			<array>
- 				<string>dot</string>
-+				<string>gv</string>
- 			</array>
- 			<key>CFBundleTypeIconFile</key>
- 			<string>dot.icns</string>
---- Graphviz.app/Contents/Resources/Info.plist	2004-08-23 07:45:39.000000000 -0500
-+++ Graphviz.app/Contents/Resources/Info.plist	2008-10-08 02:49:56.000000000 -0500
-@@ -10,6 +10,7 @@
- 			<key>CFBundleTypeExtensions</key>
- 			<array>
- 				<string>dot</string>
-+				<string>gv</string>
- 			</array>
- 			<key>CFBundleTypeIconFile</key>
- 			<string>dot.icns</string>

Deleted: trunk/dports/graphics/graphviz-devel/files/graphviz-dispatcher.php.in
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/graphviz-dispatcher.php.in	2011-04-14 10:02:58 UTC (rev 77831)
+++ trunk/dports/graphics/graphviz-devel/files/graphviz-dispatcher.php.in	2011-04-14 11:07:57 UTC (rev 77832)
@@ -1,26 +0,0 @@
-#!/usr/bin/php
-<?php
-
-# Graphviz Dispatcher by Ryan Schmidt
-
-define('GRAPHVIZ_DIR', '@PREFIX@/bin');
-
-$args = $_SERVER['argv'];
-
-$prog = basename(array_shift($args));
-if ('cvtgxl' == $prog) $prog = 'dot2gxl';
-
-$cmd = escapeshellarg(GRAPHVIZ_DIR . '/' . $prog);
-foreach ($args as $arg) {
-	if ('-Tepdf' == $arg) {
-		$arg = '-Tpdf';
-		$cmd .= ' -Gmargin="0,0"';
-		$cmd .= ' -Gdpi=96';
-	}
-	$cmd .= ' ' . escapeshellarg($arg);
-}
-
-passthru($cmd, $return_code);
-exit($return_code);
-
-?>

Deleted: trunk/dports/graphics/graphviz-devel/files/patch-gv-extension.diff
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/patch-gv-extension.diff	2011-04-14 10:02:58 UTC (rev 77831)
+++ trunk/dports/graphics/graphviz-devel/files/patch-gv-extension.diff	2011-04-14 11:07:57 UTC (rev 77832)
@@ -1,32 +0,0 @@
---- Graphviz.app/Contents/Info.plist	2004-08-23 07:43:31.000000000 -0500
-+++ Graphviz.app/Contents/Info.plist	2008-10-08 02:49:36.000000000 -0500
-@@ -10,6 +10,7 @@
- 			<key>CFBundleTypeExtensions</key>
- 			<array>
- 				<string>dot</string>
-+				<string>gv</string>
- 			</array>
- 			<key>CFBundleTypeIconFile</key>
- 			<string>dot.icns</string>
---- Graphviz.app/Contents/Resources/FormatExtensions.strings	2004-08-23 07:45:39.000000000 -0500
-+++ Graphviz.app/Contents/Resources/FormatExtensions.strings	2008-10-08 01:48:53.000000000 -0500
-@@ -1,6 +1,6 @@
--"format.dot" = "dot";
--"format.canon" = "dot";
--"format.xdot" = "dot";
-+"format.dot" = "gv";
-+"format.canon" = "gv";
-+"format.xdot" = "gv";
- "format.imap" = "map";
- "format.cmap" = "html";
- "format.cmapx" = "xhtml";
---- Graphviz.app/Contents/Resources/Info.plist	2004-08-23 07:45:39.000000000 -0500
-+++ Graphviz.app/Contents/Resources/Info.plist	2008-10-08 02:49:56.000000000 -0500
-@@ -10,6 +10,7 @@
- 			<key>CFBundleTypeExtensions</key>
- 			<array>
- 				<string>dot</string>
-+				<string>gv</string>
- 			</array>
- 			<key>CFBundleTypeIconFile</key>
- 			<string>dot.icns</string>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/2595524a/attachment-0001.html>


More information about the macports-changes mailing list