<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[31265] trunk/dports/tex/disvf</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/31265">31265</a></dd>
<dt>Author</dt> <dd>takanori@macports.org</dd>
<dt>Date</dt> <dd>2007-11-18 21:26:56 -0800 (Sun, 18 Nov 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>disvf: Linted.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportstexdisvfPortfile">trunk/dports/tex/disvf/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportstexdisvffilespatchdisvfpldiff">trunk/dports/tex/disvf/files/patch-disvf.pl.diff</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportstexdisvffilespatchdisvfpl">trunk/dports/tex/disvf/files/patch-disvf.pl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportstexdisvfPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/tex/disvf/Portfile (31264 => 31265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/tex/disvf/Portfile        2007-11-19 05:26:32 UTC (rev 31264)
+++ trunk/dports/tex/disvf/Portfile        2007-11-19 05:26:56 UTC (rev 31265)
</span><span class="lines">@@ -1,29 +1,36 @@
</span><span class="cx"> # $Id$
</span><span class="cx"> 
</span><del>-PortSystem        1.0
-name                disvf
-version                0
-description        A perl script to convert Japanese Virtual Font files to Virtual Property Lists.
-long_description ${description}
-platforms        darwin
-categories        tex print japanese
-maintainers        takanori@macports.org
-homepage        http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
-master_sites        http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
-distfiles        disvf.pl
-checksums        md5 0f0dcf00e79977962fc3e618e7bcdae4 \
-                sha1 a19234f53224b77212a9fa2f8d2b93e7d2540a99 \
-                rmd160 8d935e1d90c2df4fd58d6a97df362120718e6da9
-patchfiles        patch-disvf.pl
-depends_run        bin:perl:perl5.8
</del><ins>+PortSystem      1.0
</ins><span class="cx"> 
</span><del>-extract                {
-        file mkdir ${worksrcpath}
-        file copy ${distpath}/disvf.pl ${worksrcpath}/disvf.pl
</del><ins>+name            disvf
+version         0
+categories      tex print japanese
+maintainers     takanori
+description     A perl script to convert Japanese Virtual Font files to Virtual Property Lists.
+long_description \
+                ${description}
+platforms       darwin
+homepage        http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
+master_sites    http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/
+distfiles       disvf.pl
+patchfiles      patch-disvf.pl.diff
+checksums       md5 0f0dcf00e79977962fc3e618e7bcdae4 \
+                sha1 a19234f53224b77212a9fa2f8d2b93e7d2540a99 \
+                rmd160 8d935e1d90c2df4fd58d6a97df362120718e6da9
+
+depends_run     bin:perl:perl5.8
+
+extract {
+    file mkdir ${worksrcpath}
+    copy ${distpath}/disvf.pl ${worksrcpath}/disvf.pl
</ins><span class="cx"> }
</span><del>-configure        {}
-build                {}
</del><span class="cx"> 
</span><del>-destroot        {
-        xinstall -m 755 ${worksrcpath}/disvf.pl ${destroot}${prefix}/bin/disvf.pl
</del><ins>+configure {}
+
+build {}
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/disvf.pl ${destroot}${prefix}/bin/disvf.pl
</ins><span class="cx"> }
</span><ins>+
+livecheck.check none
</ins></span></pre></div>
<a id="trunkdportstexdisvffilespatchdisvfpl"></a>
<div class="delfile"><h4>Deleted: trunk/dports/tex/disvf/files/patch-disvf.pl (31264 => 31265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/tex/disvf/files/patch-disvf.pl        2007-11-19 05:26:32 UTC (rev 31264)
+++ trunk/dports/tex/disvf/files/patch-disvf.pl        2007-11-19 05:26:56 UTC (rev 31265)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>---- disvf.pl.orig        2006-12-08 02:25:18.000000000 +0900
-+++ disvf.pl        2006-12-08 02:25:31.000000000 +0900
-@@ -1,4 +1,4 @@
--#! /usr/local/bin/perl
-+#! /usr/bin/env perl

- if ($#ARGV != 0) {
-         print &quot;usage: perl disvf.pl virtualfont\n&quot;;
-@@ -48,7 +48,7 @@
-                 ($cc, $_) = unpack('Ca*', $_);
-                 $tfm = &amp;get_num($_, 0);
-         }
--        print  &quot;(CHARACTER D $cc\n&quot;;
-+        printf &quot;(CHARACTER H %X\n&quot;, $cc;
-         printf &quot;   (CHARWD R %f)\n&quot;, $tfm/(1&lt;&lt;20);
-         print  &quot;   (MAP\n&quot;;
-         read(FILE, $dvi, $pl);
-@@ -87,7 +87,7 @@
-                                 ($_, $dvi) = unpack(&quot;a$cmd a*&quot;, $dvi);
-                                 $k = &amp;get_num($_, 0);
-                         }
--                        print  &quot;      (SETCHAR D $k)\n&quot;;
-+                        printf &quot;      (SETCHAR H %X)\n&quot;,$k;
-                 } elsif ($cmd == 132) {                        # set_rule
-                         ($a, $b, $dvi) = unpack('a4a4a*', $dvi);
-                         $a = &amp;get_num($a, 1);
-@@ -155,4 +155,4 @@
-                         print  &quot;      (SPECIAL $_)\n&quot;;
-                 }
-         }
--}
-\ No newline at end of file
-+}
</del></span></pre></div>
<a id="trunkdportstexdisvffilespatchdisvfpldifffromrev30574trunkdportstexdisvffilespatchdisvfpl"></a>
<div class="copfile"><h4>Copied: trunk/dports/tex/disvf/files/patch-disvf.pl.diff (from rev 30574, trunk/dports/tex/disvf/files/patch-disvf.pl) (0 => 31265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/tex/disvf/files/patch-disvf.pl.diff                                (rev 0)
+++ trunk/dports/tex/disvf/files/patch-disvf.pl.diff        2007-11-19 05:26:56 UTC (rev 31265)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+--- disvf.pl.orig        2006-12-08 02:25:18.000000000 +0900
++++ disvf.pl        2006-12-08 02:25:31.000000000 +0900
+@@ -1,4 +1,4 @@
+-#! /usr/local/bin/perl
++#! /usr/bin/env perl

+ if ($#ARGV != 0) {
+         print &quot;usage: perl disvf.pl virtualfont\n&quot;;
+@@ -48,7 +48,7 @@
+                 ($cc, $_) = unpack('Ca*', $_);
+                 $tfm = &amp;get_num($_, 0);
+         }
+-        print  &quot;(CHARACTER D $cc\n&quot;;
++        printf &quot;(CHARACTER H %X\n&quot;, $cc;
+         printf &quot;   (CHARWD R %f)\n&quot;, $tfm/(1&lt;&lt;20);
+         print  &quot;   (MAP\n&quot;;
+         read(FILE, $dvi, $pl);
+@@ -87,7 +87,7 @@
+                                 ($_, $dvi) = unpack(&quot;a$cmd a*&quot;, $dvi);
+                                 $k = &amp;get_num($_, 0);
+                         }
+-                        print  &quot;      (SETCHAR D $k)\n&quot;;
++                        printf &quot;      (SETCHAR H %X)\n&quot;,$k;
+                 } elsif ($cmd == 132) {                        # set_rule
+                         ($a, $b, $dvi) = unpack('a4a4a*', $dvi);
+                         $a = &amp;get_num($a, 1);
+@@ -155,4 +155,4 @@
+                         print  &quot;      (SPECIAL $_)\n&quot;;
+                 }
+         }
+-}
+\ No newline at end of file
++}
</ins></span></pre>
</div>
</div>

</body>
</html>