[csw-devel] SF.net SVN: gar:[21442] csw/mgar/pkg

opk at users.sourceforge.net opk at users.sourceforge.net
Fri Jul 5 11:24:09 CEST 2013


Revision: 21442
          http://gar.svn.sourceforge.net/gar/?rev=21442&view=rev
Author:   opk
Date:     2013-07-05 09:24:09 +0000 (Fri, 05 Jul 2013)
Log Message:
-----------
add duff: duplicate file finder

Added Paths:
-----------
    csw/mgar/pkg/duff/
    csw/mgar/pkg/duff/Makefile
    csw/mgar/pkg/duff/branches/
    csw/mgar/pkg/duff/tags/
    csw/mgar/pkg/duff/trunk/
    csw/mgar/pkg/duff/trunk/Makefile
    csw/mgar/pkg/duff/trunk/checksums
    csw/mgar/pkg/duff/trunk/files/

Copied: csw/mgar/pkg/duff/Makefile (from rev 21431, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/duff/Makefile	                        (rev 0)
+++ csw/mgar/pkg/duff/Makefile	2013-07-05 09:24:09 UTC (rev 21442)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/duff/trunk
___________________________________________________________________
Added: svn:ignore
   + work



Added: csw/mgar/pkg/duff/trunk/Makefile
===================================================================
--- csw/mgar/pkg/duff/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/duff/trunk/Makefile	2013-07-05 09:24:09 UTC (rev 21442)
@@ -0,0 +1,24 @@
+# $Id$
+
+NAME = duff
+VERSION = 0.5.2
+GARTYPE = v2
+
+DESCRIPTION = Duplicate file finder
+define BLURB
+  Duff is a command-line utility for quickly finding duplicates in a given set of
+  files.  It attempts to be usably fast and uses the SHA family of message
+  digests as a part of the comparisons.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.gz
+VENDOR_URL = http://duff.sourceforge.net/
+
+RUNTIME_DEP_PKGS += CSWlibintl8
+PATCHFILES += 0001-add-missing-include.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/duff/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/duff/trunk/checksums
===================================================================
--- csw/mgar/pkg/duff/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/duff/trunk/checksums	2013-07-05 09:24:09 UTC (rev 21442)
@@ -0,0 +1 @@
+483f9216ebea14b090e0d71dbf7077ff  duff-0.5.2.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list