[37097] trunk/dports/sysutils

simon at macports.org simon at macports.org
Mon May 26 12:39:07 PDT 2008


Revision: 37097
          http://trac.macosforge.org/projects/macports/changeset/37097
Author:   simon at macports.org
Date:     2008-05-26 12:39:06 -0700 (Mon, 26 May 2008)

Log Message:
-----------
sysutils/bsdsfv: New port, closes #15168. Thanks to simmel at soy.se.

Added Paths:
-----------
    trunk/dports/sysutils/bsdsfv/
    trunk/dports/sysutils/bsdsfv/Portfile
    trunk/dports/sysutils/bsdsfv/files/
    trunk/dports/sysutils/bsdsfv/files/patch-Makefile

Added: trunk/dports/sysutils/bsdsfv/Portfile
===================================================================
--- trunk/dports/sysutils/bsdsfv/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/bsdsfv/Portfile	2008-05-26 19:39:06 UTC (rev 37097)
@@ -0,0 +1,27 @@
+# $Id$
+# -*- 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
+
+PortSystem		1.0
+
+name			bsdsfv
+version			1.18
+categories		sysutils
+platforms		darwin
+maintainers		soy.se:simmel
+description		BSD-licensed simple file verification utility
+long_description \
+		bsdsfv can create and verify simple file verification (.sfv) files in \
+		a very flexible and compatible way.
+homepage		http://bsdsfv.sourceforge.net/
+master_sites	sourceforge
+checksums		md5 381df19a827d5a20097ab95ea9e760fa \
+				sha1 5e72c5e12bce2d5f77469d8f2425064a0ea6fc1e \
+				rmd160 5b1a0d31b5e0cb6814a08a438f8bfaf930f4005e
+
+patchfiles		patch-Makefile
+worksrcdir		${name}
+use_configure		no
+test.run		no
+
+build.args		PREFIX=${prefix} INSTALL="${configure.install}"
+destroot.args	PREFIX=${prefix} INSTALL="${configure.install}"


Property changes on: trunk/dports/sysutils/bsdsfv/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/sysutils/bsdsfv/files/patch-Makefile
===================================================================
--- trunk/dports/sysutils/bsdsfv/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/sysutils/bsdsfv/files/patch-Makefile	2008-05-26 19:39:06 UTC (rev 37097)
@@ -0,0 +1,22 @@
+--- Makefile	2003-10-05 02:35:34.000000000 +0200
++++ Makefile.new	2008-05-01 14:54:21.000000000 +0200
+@@ -4,10 +4,6 @@
+ 
+ CFLAGS += -Wall
+ 
+-INSTALL_PREFIX = /usr/local
+-INSTALL = /usr/bin/install -c
+-INSTALL_PROGRAM = ${INSTALL}
+-
+ STRIP = strip
+ INDENT = /usr/local/bin/gindent
+ 
+@@ -19,7 +15,7 @@
+ 	${STRIP} $@
+ 
+ install:
+-	${INSTALL_PROGRAM} bsdsfv ${INSTALL_PREFIX}/bin
++	$(INSTALL) bsdsfv $(DESTDIR)$(PREFIX)/bin
+ 
+ clean:
+ 	rm -f bsdsfv *.o *.c~ bsdsfv.tar.gz


Property changes on: trunk/dports/sysutils/bsdsfv/files/patch-Makefile
___________________________________________________________________
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/100fe810/attachment-0001.htm 


More information about the macports-changes mailing list