pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fdupes: Remove, used to update sysutils/fdupes to 1.51



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 12 05:05:33 2015 +0100
Changeset:	5a5ec6d8fda6d60397bbac686c7019c7f2841745

Removed Files:
	fdupes/COMMIT_MSG
	fdupes/DESCR
	fdupes/Makefile
	fdupes/PLIST
	fdupes/distinfo
	fdupes/patches/patch-aa
	fdupes/patches/patch-ac

Log Message:
fdupes: Remove, used to update sysutils/fdupes to 1.51

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a5ec6d8fda6d60397bbac686c7019c7f2841745

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fdupes/COMMIT_MSG       | 42 ------------------------------------------
 fdupes/DESCR            |  2 --
 fdupes/Makefile         | 19 -------------------
 fdupes/PLIST            |  3 ---
 fdupes/distinfo         |  8 --------
 fdupes/patches/patch-aa | 37 -------------------------------------
 fdupes/patches/patch-ac | 43 -------------------------------------------
 7 files changed, 154 deletions(-)

diffs:
diff --git a/fdupes/COMMIT_MSG b/fdupes/COMMIT_MSG
deleted file mode 100644
index 4dd2bf1..0000000
--- a/fdupes/COMMIT_MSG
+++ /dev/null
@@ -1,42 +0,0 @@
-fdupes: Update sysutils/fdupes to 1.51.
-
- fdupes/Makefile         |  7 +++----
- fdupes/distinfo         | 13 ++++++-------
- fdupes/patches/patch-aa | 26 +++++++++++++++++++-------
- fdupes/patches/patch-ab | 21 ---------------------
- fdupes/patches/patch-ac | 45 +++++++++++++++++++++++++++++++++++----------
- 5 files changed, 63 insertions(+), 49 deletions(-)
-
-Changes from 1.50 to 1.51
-
-- Added support for 64-bit file offsets on 32-bit systems.
-- Using tty for interactive input instead of regular stdin. This is to
-  allow  feeding filenames via stdin in future versions of fdupes without
-  breaking interactive deletion feature.
-- Fixed some typos in --help.
-- Turned C++ style comments into C style comments.
-
-Changes from 1.40 to 1.50-PR2
-
-- Fixed memory leak. [JB]
-- Added "--summarize" option. [AL]
-- Added "--recurse:" selective recursion option. [AL]
-- Added "--noprompt" option for totally automated deletion of
-  duplicate files.
-- Now sorts duplicates (old to new) for consistent order when
-  listing or deleteing duplicate files.
-- Now tests for early matching of files, which should help speed up
-  the matching process when large files are involved.
-- Added warning whenever a file cannot be deleted. [CHL, AL]
-- Fixed bug where some files would not be closed after failure. [AL]
-- Fixed bug where confirmmatch() function wouldn't always deal
-  properly with zero-length files. [AL]
-- Fixed bug where progress indicator would not be cleared
-  when no files were found. [AL]
-- Removed experimental red-black tree code (it was slower on
-  my system than the default code). [AL]
-- Modified md5/md5.c to avoid compiler warning. [CHL]
-- Changes to fdupes.c for compilation under platforms where
-  getopt_long is unavailable. [LR, AL]
-- Changes to help text for clarity. [AL]
-- Various changes and improvements to Makefile. [PB, AL]
diff --git a/fdupes/DESCR b/fdupes/DESCR
deleted file mode 100644
index ad2b1c4..0000000
--- a/fdupes/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-FDUPES is a program for identifying or deleting duplicate files residing
-within specified directories.
diff --git a/fdupes/Makefile b/fdupes/Makefile
deleted file mode 100644
index 9447541..0000000
--- a/fdupes/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:01 asau Exp $
-
-DISTNAME=	fdupes-1.51
-CATEGORIES=	sysutils
-MASTER_SITES=	http://fdupes.googlecode.com/files/
-
-MAINTAINER=	ef%math.uni-bonn.de@localhost
-HOMEPAGE=	http://netdial.caribe.net/~adrian2/fdupes.html
-COMMENT=	Program for identifying or deleting duplicate files
-LICENSE=	mit
-
-USE_LANGUAGES=	c
-NO_CONFIGURE=	yes
-
-MAKE_FLAGS=	INSTALLDIR=${PREFIX}/bin MANPAGEDIR=${PREFIX}/${PKGMANDIR}
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/fdupes/PLIST b/fdupes/PLIST
deleted file mode 100644
index 05edbd1..0000000
--- a/fdupes/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
-bin/fdupes
-man/man1/fdupes.1
diff --git a/fdupes/distinfo b/fdupes/distinfo
deleted file mode 100644
index 61a2799..0000000
--- a/fdupes/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:32:13 agc Exp $
-
-SHA1 (fdupes-1.51.tar.gz) = 8276b39026f57a2f9503d7af18efca0a7d42b8ec
-RMD160 (fdupes-1.51.tar.gz) = cf2c3524a2f827c50ce2ef257d3d7f9b75951c48
-SHA512 (fdupes-1.51.tar.gz) = 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d
-Size (fdupes-1.51.tar.gz) = 48942 bytes
-SHA1 (patch-aa) = 925d3c4923fe1d784273b292ef3be0a36371a9f2
-SHA1 (patch-ac) = be0d27bfbf58fae478f54133d16e01012a24c5cf
diff --git a/fdupes/patches/patch-aa b/fdupes/patches/patch-aa
deleted file mode 100644
index e144dac..0000000
--- a/fdupes/patches/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
-
-Add casts to silence printf errors.
-Do not overwrite stdin.
-
---- fdupes.c.orig	2013-04-20 18:02:18.000000000 +0000
-+++ fdupes.c
-@@ -643,7 +643,7 @@ void printmatches(file_t *files)
-   while (files != NULL) {
-     if (files->hasdupes) {
-       if (!ISFLAG(flags, F_OMITFIRST)) {
--	if (ISFLAG(flags, F_SHOWSIZE)) printf("%lld byte%seach:\n", files->size,
-+	if (ISFLAG(flags, F_SHOWSIZE)) printf("%lld byte%seach:\n", (long long)files->size,
- 	 (files->size != 1) ? "s " : " ");
- 	if (ISFLAG(flags, F_DSAMELINE)) escapefilename("\\ ", &files->d_name);
- 	printf("%s%c", files->d_name, ISFLAG(flags, F_DSAMELINE)?' ':'\n');
-@@ -796,7 +796,7 @@ void deletefiles(file_t *files, int prom
-       do {
- 	printf("Set %d of %d, preserve files [1 - %d, all]", 
-           curgroup, groups, counter);
--	if (ISFLAG(flags, F_SHOWSIZE)) printf(" (%lld byte%seach)", files->size,
-+	if (ISFLAG(flags, F_SHOWSIZE)) printf(" (%lld byte%seach)", (long long)files->size,
- 	  (files->size != 1) ? "s " : " ");
- 	printf(": ");
- 	fflush(stdout);
-@@ -1164,8 +1164,9 @@ int main(int argc, char **argv) {
-     }
-     else
-     {
--      stdin = freopen("/dev/tty", "r", stdin);
--      deletefiles(files, 1, stdin);
-+      FILE* fd;
-+      fd = freopen("/dev/tty", "r", stdin);
-+      deletefiles(files, 1, fd);
-     }
-   }
- 
diff --git a/fdupes/patches/patch-ac b/fdupes/patches/patch-ac
deleted file mode 100644
index 774fb4a..0000000
--- a/fdupes/patches/patch-ac
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $
-
-Fix various target paths.
-Add a rule in order not to depend on gmake.
-
---- Makefile.orig	2013-04-20 17:51:58.000000000 +0000
-+++ Makefile
-@@ -11,7 +11,7 @@
- # determination of the actual installation directories.
- # Suggested values are "/usr/local", "/usr", "/pkgs/fdupes-$(VERSION)"
- #
--PREFIX = /usr/local
-+PREFIX ?= /usr/local
- 
- #
- # When compiling for 32-bit systems, FILEOFFSET_64BIT must be enabled
-@@ -50,13 +50,13 @@ PROGRAM_NAME=fdupes
- # BIN_DIR indicates directory where program is to be installed. 
- # Suggested value is "$(PREFIX)/bin"
- #
--BIN_DIR = $(PREFIX)/bin
-+BIN_DIR = $(DESTDIR)$(PREFIX)/bin
- 
- #
- # MAN_DIR indicates directory where the fdupes man page is to be 
- # installed. Suggested value is "$(PREFIX)/man/man1"
- #
--MAN_BASE_DIR = $(PREFIX)/man
-+MAN_BASE_DIR = $(DESTDIR)$(PREFIX)/man
- MAN_DIR = $(MAN_BASE_DIR)/man1
- MAN_EXT = 1
- 
-@@ -91,7 +91,9 @@ INSTALL_DATA    = $(INSTALL) -c -m 0644
- #
- #ADDITIONAL_OBJECTS = getopt.o
- 
--OBJECT_FILES = fdupes.o md5/md5.o $(ADDITIONAL_OBJECTS)
-+OBJECT_FILES = fdupes.o md5.o $(ADDITIONAL_OBJECTS)
-+
-+md5.o: md5/md5.c
- 
- #####################################################################
- # no need to modify anything beyond this point                      #


Home | Main Index | Thread Index | Old Index