<!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 { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { 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>[19499] trunk/dports/sysutils</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>19499</dd>
<dt>Author</dt> <dd>yeled@macports.org</dd>
<dt>Date</dt> <dd>2006-09-11 06:04:50 -0700 (Mon, 11 Sep 2006)</dd>
</dl>
<h3>Log Message</h3>
<pre>closes #10675
thanks!</pre>
<h3>Added Paths</h3>
<ul>
<li>trunk/dports/sysutils/cksfv/</li>
<li><a href="#trunkdportssysutilscksfvPortfile">trunk/dports/sysutils/cksfv/Portfile</a></li>
<li>trunk/dports/sysutils/cksfv/files/</li>
<li><a href="#trunkdportssysutilscksfvfilespatchMakefilein">trunk/dports/sysutils/cksfv/files/patch-Makefile.in</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportssysutilscksfvPortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/sysutils/cksfv/Portfile (0 => 19499)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/cksfv/Portfile         (rev 0)
+++ trunk/dports/sysutils/cksfv/Portfile        2006-09-11 13:04:50 UTC (rev 19499)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+# $Id: $
+
+PortSystem                1.0
+name                        cksfv
+version                        1.3.9
+categories                sysutils
+maintainers                cedric.luthi@gmail.com
+description                simple file verification utility
+long_description        cksfv (Check SFV) creates simple file verification (.sfv) \
+                        listings and tests existing sfv files. It uses the crc32 \
+                        checksum.
+homepage                http://zakalwe.fi/~shd/foss/cksfv/
+master_sites                http://freshmeat.net/redir/cksfv/1305/url_tgz/
+checksums                md5 dfd8db438b9733ef07f41ff4c02ee2f2 \
+                        sha1 da83ffc1d68d98d3bd973bfbd5499f7c600452f8 \
+                        rmd160 e165dadb1f745da7ea6e3f7372bc69c7905929a1
+
+patchfiles                patch-Makefile.in
</ins></span></pre></div>
<a id="trunkdportssysutilscksfvfilespatchMakefilein"></a>
<div class="addfile"><h4>Added: trunk/dports/sysutils/cksfv/files/patch-Makefile.in (0 => 19499)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/sysutils/cksfv/files/patch-Makefile.in         (rev 0)
+++ trunk/dports/sysutils/cksfv/files/patch-Makefile.in        2006-09-11 13:04:50 UTC (rev 19499)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+--- Makefile.in        2005-10-24 18:38:05.000000000 +0200
++++ Makefile.in        2006-09-10 21:17:55.000000000 +0200
+@@ -23,9 +23,9 @@
+         cd src && $(MAKE)
+
+ install:        all
+-        mkdir -p "$(BINDIR)" "$(MANDIR)/man1/"
+-        install src/cksfv "$(BINDIR)"
+-        install cksfv.1 "$(MANDIR)/man1/"
++        mkdir -p "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)/man1/"
++        install src/cksfv "$(DESTDIR)$(BINDIR)"
++        install cksfv.1 "$(DESTDIR)$(MANDIR)/man1/"
+
+ clean:        
+         rm -f *.o *~ *.core core
</ins></span></pre>
</div>
</div>
</body>
</html>