Port details |
- duff Duplicate file finder
- 0.5.2_2 sysutils
=2 0.5.2_2Version of this port present on the latest quarterly branch. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2009-07-16 02:17:17
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: nut, rtorrent, vimb, smartmontools, beadm
- License: ZLIB
- Description:
- Duff is a Unix command-line utility written in C for quickly finding
duplicates in a given set of files.
WWW: https://github.com/elmindreda/duff
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/duff/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/duff
- pkg install duff
- PKGNAME: duff
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (duff-0.5.2.tar.bz2) = 5615ce50f971d29f6a13bbf4d4ab2d5a7134aad157741515c51d3921aa1b755d
SIZE (duff-0.5.2.tar.bz2) = 174545
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for duff-0.5.2_2:
DOCS=on: Build and/or install documentation
JOIN=off: Add run-dependencies for join-duplicates.sh
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_duff
- USES:
- localbase tar:bzip2 shebangfix gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.5.2_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5.2_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Jan 2021 21:08:38
0.5.2_2
|
jhale  |
sysutils/duff: Update WWW |
10 Sep 2018 13:14:52
0.5.2_2
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
29 Dec 2017 15:47:00
0.5.2_2
|
jhale  |
Fix up the join-dupicates.sh script and add an option to pull in the required
dependecies for it.
While here, convert to USES=localbase.
PR: 224620
Submitted by: mat |
08 Dec 2016 19:52:20
0.5.2_1
|
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
22 Sep 2014 13:21:22
0.5.2
|
jhale  |
- Trim @dirrm[try] from pkg-plist |
20 Aug 2014 00:25:18
0.5.2
|
grembo  |
Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by: bdrewery
Approved by: bdrewery |
28 Jun 2014 14:28:17
0.5.2
|
jhale  |
- USE_BZIP2 -> USES=tar:bzip2 |
03 Oct 2013 03:26:21
0.5.2
|
jhale  |
- Support staging
- Convert to new options macros |
20 Sep 2013 23:06:00
0.5.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
14 Aug 2013 22:35:54
0.5.2 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Apr 2013 18:10:32
0.5.2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
16 Oct 2012 02:09:22
0.5.2
|
jhale  |
- Remove LICENSE_GROUPS, LICENSE_NAME, and LICENSE_PERMS since
the zlib license is now in bsd.licenses.db.mk
Reported by: pointyhat
Submitted by: tabthorpe
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
06 Oct 2012 17:26:54
0.5.2
|
eadler  |
Add 'GPL' as the ZLIB license is compatible. |
06 Oct 2012 15:27:55
0.5.2
|
eadler  |
Convert to OptionsNG
Note that GPL is not COPYFREE
LICENSE_PERMS should not use an internal variable
Trim headers
Approved by: jhale (maintainer) |
13 Sep 2012 04:45:59
0.5.2
|
jhale  |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
22 Feb 2012 11:06:52
0.5.2
|
makc  |
Update to 0.5.2
Add LICENSE (ZLIB license)
PR: ports/165266
Submitted by: Jason E. Hale (maintainer) |
23 Sep 2011 22:26:39
0.5
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
10 May 2011 09:52:58
0.5
|
martymac  |
- Update to 0.5 [1]
- Improve PORTDOCS handling [2]
PR: ports/156388 [1]
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) [1]
Approved by: maintainer timeout (22 days) [2] |
19 Mar 2011 12:38:54
0.4
|
miwi  |
- Get Rid MD5 support |
16 Jul 2009 02:16:49
0.4
|
amdmi3  |
Duff is a Unix command-line utility written in C for quickly finding
duplicates in a given set of files.
WWW: http://duff.sourceforge.net
PR: 136635
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |