<!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" />
<title>[136565] trunk/dports/audio/sctk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/136565">136565</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2015-05-21 14:36:56 -0700 (Thu, 21 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>sctk: update to 2.4.9; update homepage; simplify and modernize destroot; add modeline; take over as maintainer</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsaudiosctkPortfile">trunk/dports/audio/sctk/Portfile</a></li>
<li><a href="#trunkdportsaudiosctkfilesDESTDIRpatch">trunk/dports/audio/sctk/files/DESTDIR.patch</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsaudiosctkPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/audio/sctk/Portfile (136564 => 136565)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/audio/sctk/Portfile        2015-05-21 21:36:35 UTC (rev 136564)
+++ trunk/dports/audio/sctk/Portfile        2015-05-21 21:36:56 UTC (rev 136565)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</ins><span class="cx"> # $Id$
</span><span class="cx"> 
</span><span class="cx"> PortSystem          1.0
</span><span class="lines">@@ -3,20 +4,21 @@
</span><span class="cx"> 
</span><span class="cx"> name                sctk
</span><del>-version             2.4.0
</del><ins>+version             2.4.9
</ins><span class="cx"> description         Speech Recognition Scoring Toolkit
</span><span class="cx"> long_description    \
</span><span class="cx">     NIST ${description}
</span><del>-maintainers         nomaintainer
</del><ins>+maintainers         ryandesign openmaintainer
</ins><span class="cx"> categories          audio
</span><span class="cx"> license             public-domain
</span><span class="cx"> platforms           darwin freebsd
</span><del>-homepage            http://www.itl.nist.gov/iad/mig/
</del><ins>+
+homepage            http://nist.gov/itl/iad/mig/tools.cfm
</ins><span class="cx"> master_sites        ftp://jaguar.ncsl.nist.gov/pub/
</span><del>-distname            ${name}-${version}-20091110-0958
</del><ins>+distname            ${name}-${version}-20141015-1634Z
</ins><span class="cx"> use_bzip2           yes
</span><del>-checksums           md5     77912e75304098ffcc6850ecf641d1a4 \
-                    sha1    6c0fdc2806cd9d19fe635806517e6f0517d4dba2 \
-                    rmd160  3022f4b49c100f61ca9c818f5f5e3c3ab20a64d5
</del><span class="cx"> 
</span><ins>+checksums           rmd160  92d0376f62b806ff3954c38ab223c09a6836d80e \
+                    sha256  262c92cca47755539dfa28add6120aa3ec4983b44b51f053f601e601c064617c
+
</ins><span class="cx"> worksrcdir          ${name}-${version}
</span><span class="cx"> configure.cmd       make
</span><span class="lines">@@ -28,15 +30,12 @@
</span><span class="cx"> patchfiles          DESTDIR.patch
</span><span class="cx"> 
</span><span class="cx"> post-destroot {
</span><del>-    system &quot;cd ${worksrcpath}/doc &amp;&amp; make all&quot;
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    set mandir ${destroot}${prefix}/share/man/man1
-    xinstall -d ${docdir} ${mandir}
</del><ins>+    system -W ${worksrcpath}/doc &quot;make all&quot;
</ins><span class="cx"> 
</span><del>-    eval xinstall [glob ${worksrcpath}/doc/*.htm] ${docdir}
-    eval xinstall [glob ${worksrcpath}/doc/*.html] ${docdir}
-    eval xinstall [glob ${worksrcpath}/doc/*.gif] ${docdir}
-    eval xinstall [glob ${worksrcpath}/doc/*.txt] ${docdir}
-    file copy ${worksrcpath}/doc/rover ${docdir}
-    eval xinstall [glob ${worksrcpath}/doc/*.1] ${mandir}
</del><ins>+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+
+    xinstall -m 644 {*}[glob -directory ${worksrcpath}/doc/ *.gif *.htm *.html *.txt] ${destroot}${docdir}
+    copy ${worksrcpath}/doc/rover ${destroot}${docdir}
+    xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.1] ${destroot}${prefix}/share/man/man1
</ins><span class="cx"> }
</span></span></pre></div>
<a id="trunkdportsaudiosctkfilesDESTDIRpatch"></a>
<div class="modfile"><h4>Modified: trunk/dports/audio/sctk/files/DESTDIR.patch (136564 => 136565)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/audio/sctk/files/DESTDIR.patch        2015-05-21 21:36:35 UTC (rev 136564)
+++ trunk/dports/audio/sctk/files/DESTDIR.patch        2015-05-21 21:36:56 UTC (rev 136565)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>---- src/acomp/makefile.in        2004-08-30 11:02:07.000000000 -0400
-+++ src/acomp/makefile.in        2010-04-03 23:30:06.000000000 -0400
</del><ins>+--- src/acomp/makefile.in.orig        2004-08-30 10:02:07.000000000 -0500
++++ src/acomp/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -19,7 +19,7 @@
</span><span class="cx">          @echo &quot;   No tests defined for acomp.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -9,9 +9,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>- 
---- src/align2html/makefile.in        2009-05-12 10:33:21.000000000 -0400
-+++ src/align2html/makefile.in        2010-04-03 23:30:06.000000000 -0400
</del><ins>+--- src/align2html/makefile.in.orig        2009-05-12 09:33:21.000000000 -0500
++++ src/align2html/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -12,8 +12,8 @@
</span><span class="cx">          @echo &quot;No Tests for align2html.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -23,9 +22,8 @@
</span><span class="cx">  
</span><span class="cx">  buildPackFile:
</span><span class="cx">          buildPack.pl &gt; packImageTarFile
</span><del>-
---- src/asclite/core/makefile.in        2009-01-12 17:08:35.000000000 -0500
-+++ src/asclite/core/makefile.in        2010-04-03 23:30:06.000000000 -0400
</del><ins>+--- src/asclite/core/makefile.in.orig        2009-01-12 16:08:35.000000000 -0600
++++ src/asclite/core/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -74,7 +74,7 @@
</span><span class="cx">  
</span><span class="cx">  install: all
</span><span class="lines">@@ -35,10 +33,8 @@
</span><span class="cx">          done
</span><span class="cx">  
</span><span class="cx">  check:
</span><del>-
-diff -r -u sctk-2.4.0/src/chfilt/makefile.in sckt-c2/src/chfilt/makefile.in
---- src/chfilt/makefile.in        2004-10-22 11:49:58.000000000 -0400
-+++ src/chfilt/makefile.in        2010-04-03 23:30:06.000000000 -0400
</del><ins>+--- src/chfilt/makefile.in.orig        2004-10-22 10:49:58.000000000 -0500
++++ src/chfilt/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -32,7 +32,7 @@
</span><span class="cx">          @echo &quot;   chfilt.pl tests successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -48,8 +44,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/csrfilt/makefile.in        2004-09-01 10:19:59.000000000 -0400
-+++ src/csrfilt/makefile.in        2010-04-03 23:30:06.000000000 -0400
</del><ins>+--- src/csrfilt/makefile.in.orig        2004-09-01 09:19:59.000000000 -0500
++++ src/csrfilt/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -20,7 +20,7 @@
</span><span class="cx">          @echo &quot;   csrfilt.sh successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -59,8 +55,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/ctmValidator/makefile.in        2007-06-06 15:32:55.000000000 -0400
-+++ src/ctmValidator/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/ctmValidator/makefile.in.orig        2007-06-06 14:32:55.000000000 -0500
++++ src/ctmValidator/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -11,7 +11,7 @@
</span><span class="cx">          (cd test_suite; $(SHELL) RunTest.sh ../ctmValidator.pl)
</span><span class="cx">  
</span><span class="lines">@@ -70,8 +66,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/def_art/makefile.in        2004-08-30 11:06:21.000000000 -0400
-+++ src/def_art/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/def_art/makefile.in.orig        2004-08-30 10:06:21.000000000 -0500
++++ src/def_art/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -19,7 +19,7 @@
</span><span class="cx">          @echo &quot;   def_art.pl passed without tests&quot;
</span><span class="cx">  
</span><span class="lines">@@ -81,8 +77,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/hamzaNorm/makefile.in        2004-09-07 10:29:47.000000000 -0400
-+++ src/hamzaNorm/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/hamzaNorm/makefile.in.orig        2004-09-07 09:29:47.000000000 -0500
++++ src/hamzaNorm/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -25,7 +25,7 @@
</span><span class="cx">          @echo &quot;   hamzaNorm.pl tests successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -92,8 +88,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/hubscr/makefile.in        2004-08-30 11:03:33.000000000 -0400
-+++ src/hubscr/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/hubscr/makefile.in.orig        2004-08-30 10:03:33.000000000 -0500
++++ src/hubscr/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -21,7 +21,7 @@
</span><span class="cx">          @echo &quot;   hubscr.pl tests successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -103,8 +99,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/md-eval/makefile.in        2007-03-13 10:55:57.000000000 -0400
-+++ src/md-eval/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/md-eval/makefile.in.orig        2007-03-13 09:55:57.000000000 -0500
++++ src/md-eval/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><span class="cx">          @echo &quot;No Tests for md-eval.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -114,8 +110,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/mergectm2rttm/makefile.in        2007-03-13 10:56:00.000000000 -0400
-+++ src/mergectm2rttm/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/mergectm2rttm/makefile.in.orig        2007-03-13 09:56:00.000000000 -0500
++++ src/mergectm2rttm/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><span class="cx">          @echo &quot;No Tests for mergectm2rttm.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -125,9 +121,9 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/rfilter1/makefile.in        2004-10-22 11:49:58.000000000 -0400
-+++ src/rfilter1/makefile.in        2010-04-03 23:30:07.000000000 -0400
-@@ -29,7 +29,7 @@
</del><ins>+--- src/rfilter1/makefile.in.orig        2012-03-12 14:31:17.000000000 -0500
++++ src/rfilter1/makefile.in        2015-05-21 15:23:28.000000000 -0500
+@@ -31,7 +31,7 @@
</ins><span class="cx">          @echo &quot;   rfilter1 tests successfully completed&quot;
</span><span class="cx">  
</span><span class="cx">  install: all
</span><span class="lines">@@ -136,9 +132,20 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">          rm -f rfilter1
</span><del>---- src/rttmSmooth/makefile.in        2007-03-13 10:56:00.000000000 -0400
-+++ src/rttmSmooth/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/rttm2ctm/makefile.in.orig        2012-09-10 08:45:10.000000000 -0500
++++ src/rttm2ctm/makefile.in        2015-05-21 15:25:07.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><ins>+         @echo &quot;No Tests for rttm2ctm.pl&quot;

+ install: all
+-        cp rttm2ctm.pl $(bindir)
++        cp rttm2ctm.pl $(DESTDIR)$(bindir)

+ clean:

+--- src/rttmSmooth/makefile.in.orig        2007-03-13 09:56:00.000000000 -0500
++++ src/rttmSmooth/makefile.in        2015-05-21 15:23:28.000000000 -0500
+@@ -15,7 +15,7 @@
</ins><span class="cx">          @echo &quot;No Tests for rttmSmooth.pl&quot;
</span><span class="cx">  
</span><span class="cx">  install: all
</span><span class="lines">@@ -147,8 +154,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/rttmSort/makefile.in        2007-03-13 10:56:00.000000000 -0400
-+++ src/rttmSort/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/rttmSort/makefile.in.orig        2007-03-13 09:56:00.000000000 -0500
++++ src/rttmSort/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><span class="cx">          @echo &quot;No Tests for rttmSort.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -158,8 +165,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/rttmValidator/makefile.in        2007-06-05 14:38:57.000000000 -0400
-+++ src/rttmValidator/makefile.in        2010-04-03 23:30:07.000000000 -0400
</del><ins>+--- src/rttmValidator/makefile.in.orig        2007-06-05 13:38:57.000000000 -0500
++++ src/rttmValidator/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -11,7 +11,7 @@
</span><span class="cx">          (cd test_suite; $(SHELL) RunTest.sh ../rttmValidator.pl)
</span><span class="cx">  
</span><span class="lines">@@ -169,9 +176,9 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/sclite/makefile.in        2007-09-21 10:15:19.000000000 -0400
-+++ src/sclite/makefile.in        2010-04-03 23:30:07.000000000 -0400
-@@ -154,17 +154,17 @@
</del><ins>+--- src/sclite/makefile.in.orig        2014-06-30 20:02:03.000000000 -0500
++++ src/sclite/makefile.in        2015-05-21 15:23:28.000000000 -0500
+@@ -158,17 +158,17 @@
</ins><span class="cx">  
</span><span class="cx">  install: all testinstalldirs
</span><span class="cx">          for p in $(PROGRAMS); do \
</span><span class="lines">@@ -192,8 +199,8 @@
</span><span class="cx">             if test ! -d $$p ; then \
</span><span class="cx">                  echo &quot;Error: directory $$p doesn't exist&quot;; \
</span><span class="cx">             fi ; \
</span><del>---- src/slatreport/makefile.in        2009-03-03 14:55:25.000000000 -0500
-+++ src/slatreport/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/slatreport/makefile.in.orig        2009-03-03 13:55:25.000000000 -0600
++++ src/slatreport/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -24,7 +24,7 @@
</span><span class="cx">          @echo &quot;   slatreport.pl tests successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -203,8 +210,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/spkr2sad/makefile.in        2007-03-13 10:56:00.000000000 -0400
-+++ src/spkr2sad/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/spkr2sad/makefile.in.orig        2007-03-13 09:56:00.000000000 -0500
++++ src/spkr2sad/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><span class="cx">          @echo &quot;No Tests for spkr2sad.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -214,8 +221,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/stm2rttm/makefile.in        2007-03-13 10:56:00.000000000 -0400
-+++ src/stm2rttm/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/stm2rttm/makefile.in.orig        2007-03-13 09:56:00.000000000 -0500
++++ src/stm2rttm/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -15,7 +15,7 @@
</span><span class="cx">          @echo &quot;No Tests for stm2rttm.pl&quot;
</span><span class="cx">  
</span><span class="lines">@@ -225,8 +232,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/stmValidator/makefile.in        2009-04-30 15:10:09.000000000 -0400
-+++ src/stmValidator/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/stmValidator/makefile.in.orig        2009-04-30 14:10:09.000000000 -0500
++++ src/stmValidator/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -13,8 +13,8 @@
</span><span class="cx">          (cd test_suite; $(SHELL) RunTest.sh ../stmValidator.pl)
</span><span class="cx">  
</span><span class="lines">@@ -238,8 +245,8 @@
</span><span class="cx">  
</span><span class="cx">  STMList.pl:
</span><span class="cx">  
</span><del>---- src/tanweenFilt/makefile.in        2004-10-12 10:52:06.000000000 -0400
-+++ src/tanweenFilt/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/tanweenFilt/makefile.in.orig        2004-10-12 09:52:06.000000000 -0500
++++ src/tanweenFilt/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -31,7 +31,7 @@
</span><span class="cx">          @echo &quot;   tanweenFilt.pl tests successfully completed&quot;
</span><span class="cx">  
</span><span class="lines">@@ -249,8 +256,8 @@
</span><span class="cx">  
</span><span class="cx">  clean:
</span><span class="cx">  
</span><del>---- src/utf_filt/makefile.in        2007-03-13 10:56:01.000000000 -0400
-+++ src/utf_filt/makefile.in        2010-04-03 23:30:08.000000000 -0400
</del><ins>+--- src/utf_filt/makefile.in.orig        2007-03-13 09:56:01.000000000 -0500
++++ src/utf_filt/makefile.in        2015-05-21 15:23:28.000000000 -0500
</ins><span class="cx"> @@ -26,8 +26,8 @@
</span><span class="cx">          fi        
</span><span class="cx">  
</span></span></pre>
</div>
</div>

</body>
</html>