[19499] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 11 06:04:52 PDT 2006


Revision: 19499
Author:   yeled at macports.org
Date:     2006-09-11 06:04:50 -0700 (Mon, 11 Sep 2006)

Log Message:
-----------
closes #10675

thanks!

Added Paths:
-----------
    trunk/dports/sysutils/cksfv/
    trunk/dports/sysutils/cksfv/Portfile
    trunk/dports/sysutils/cksfv/files/
    trunk/dports/sysutils/cksfv/files/patch-Makefile.in

Added: trunk/dports/sysutils/cksfv/Portfile
===================================================================
--- trunk/dports/sysutils/cksfv/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/cksfv/Portfile	2006-09-11 13:04:50 UTC (rev 19499)
@@ -0,0 +1,18 @@
+# $Id: $
+
+PortSystem		1.0
+name			cksfv
+version			1.3.9
+categories		sysutils
+maintainers		cedric.luthi at 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

Added: trunk/dports/sysutils/cksfv/files/patch-Makefile.in
===================================================================
--- 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)
@@ -0,0 +1,15 @@
+--- 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060911/3c5314f2/attachment.html


More information about the macports-changes mailing list