Port details |
- samesame Find duplicate files and optionally link them together
- 1.10_2 sysutils
=1 1.10_2Version of this port present on the latest quarterly branch. - Maintainer: samesame@akruijff.dds.nl
 - Port Added: 2009-04-30 15:31:28
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- People watching this port, also watch:: python, dspam
- License: BSD2CLAUSE
- Description:
- SameSame is a collection of tools that fall in to the category of file
management software. These tools will prevent that you need to delete
files or buy more disk space. Instead they solve low disk space problems
by linking identical files together and thus free up waisted disk space.
This collection was inspired by the application samefile written by Jens
Schweikhardt. The collection comes with its own version of samefile that
is noticeable faster and is able to process a much larger file list.
This port containt two set of application: the first are duplicate files
finder search for identical files and the second are duplicate file
removers perform some kind of action based on those results.
Typical usage would be: find / | samefile -i | sameln
This would search for identical files and clean up wasted disk space by
linking them together. If you prefer removing one of the identical file,
then you should replace sameln with samerm. You can add the option -vn
after both application for a verbose dry-run.
Please see the man page samesame for a introduction to all applications.
WWW: http://samesame.kruijff.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- samesame>0:sysutils/samesame
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/samesame/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/samesame
- pkg install samesame
- PKGNAME: samesame
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (samesame-1.10.tar.bz2) = 9793649925d70a2b9a44aeed4e8f475cfb544296371ddd7c37f8000d14e44d0a
SIZE (samesame-1.10.tar.bz2) = 121316
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for samesame-1.10_2:
DEBUG=off: Build with debugging support
DISK_STORAGE=off: Allows temporarily storage on disk
EXPERIMENTAL=off: Enables experimental functionality
LOW_MEMORY_PROFILE=off: Low memory profile reduces functionality
PROFILER=off: Enables gprof support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_samesame
- USES:
- tar:bzip2
- pkg-message:
- For install:
- A 2 clause BSD licence applies to this application:
http://samesame.kruijff.org/license.html
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 09:50:18 1.10_2
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:13 1.10_2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.10_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Oct 2019 22:44:24
1.10_2
|
tobik  |
sysutils/samesame: Spell PROFILER_CONFIGURE_ENABLE correctly |
14 Aug 2019 12:16:13
1.10_1
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
12 Apr 2018 06:34:30
1.10_1
|
krion  |
Fix build on CURRENT
PR: 225670
Submitted by: maintainer |
28 Mar 2018 08:33:26
1.10_1
|
amdmi3  |
- Switch to new test framework
- Switch to options helpers
Approved by: portmgr blanket |
20 Mar 2017 00:00:02
1.10_1
|
jbeich  |
sysutils/samesame: unbreak with clang 4.0
src/mainAction.cpp:184:19: error: ordered comparison between pointer and zero
('FILE *' (aka '__sFILE *') and 'int')
if (pipeLeafs < 0)
~~~~~~~~~ ^ ~
src/mainAction.cpp:197:21: error: ordered comparison between pointer and zero
('FILE *' (aka '__sFILE *') and 'int')
if (outputLeafs < 0)
~~~~~~~~~~~ ^ ~
PR: 216636
Submitted by: akruijff@dds.nl
Approved by: portmgr blanket |
14 May 2015 10:15:09
1.10
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
06 Jun 2014 22:23:55
1.10
|
marino  |
sysutils/samesame: forgotten files!
In addition to the provided stage support:
* separate pkg-plist was created
* install-strip was implified with the use of INSTALL_TARGET
* most configure switches pulled into options framework
* redundant post-install pkg-message removed
* 2-clause BSD license documented
* USE_BZIP2 converted
* patch to buffer.cpp added by maintainer
PR: ports/190164
Submitted by: Stephan Esser
Approved by: maintainer (Alex de Kruijff)
Simplified by: marino |
06 Jun 2014 22:22:47
1.10
|
marino  |
sysutils/samesame: Stage support and simplify
In addition to the provided stage support:
* separate pkg-plist was created
* install-strip was implified with the use of INSTALL_TARGET
* most configure switches pulled into options framework
* redundant post-install pkg-message removed
* 2-clause BSD license documented
* USE_BZIP2 converted
* patch to buffer.cpp added by maintainer
PR: ports/190164
Submitted by: Stephan Esser
Approved by: maintainer (Alex de Kruijff)
Simplified by: marino |
20 Sep 2013 23:06:00
1.10
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
28 Apr 2013 20:01:07
1.10 
|
bapt  |
Convert left sysutils ports to new options framework |
18 Jun 2012 09:48:49
1.10
|
se  |
Unbreak by removal of the assignment to malloc_options (which does not
exist in 10-CURRENT after the import of the new jemalloc).
Jason Evans announced in a mail to -current back in February 2008, that
the "H" option had been made obsolete due to a change in jemalloc, but
I leave the port unchanged for versions before 10-CURRENT. |
17 Jun 2012 23:59:58
1.10
|
sylvio  |
- Update to 1.10
PR: ports/168680[1]
ports/161981[2]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>[1]
Alex de Kruijff <akruijff@www.kruijff.org>[2]
Approved by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
19 Mar 2011 12:38:54
1.9
|
miwi  |
- Get Rid MD5 support |
16 Feb 2010 11:23:06
1.9
|
lwhsu  |
- Update to 1.9
PR: ports/143997
Submitted by: Alex de Kruijff <samesame AT akruijff.dds.nl> (maintainer)
Feature safe: yes |
24 Dec 2009 23:21:07
1.8
|
miwi  |
- Update to 1.8
PR: 141941
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
02 Dec 2009 15:33:35
1.7
|
miwi  |
- Update to 1.7
PR: 141056
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
17 Nov 2009 14:53:46
1.6
|
miwi  |
- Update to 1.6
PR: 140587 140601
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
09 Sep 2009 00:09:06
1.5
|
amdmi3  |
- Update to 1.5
PR: 138590
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
22 Aug 2009 20:41:02
1.4
|
miwi  |
- Update to 1.4
PR: 137986
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
07 Jul 2009 22:08:29
1.3
|
dhn  |
- Update to 1.3
PR: ports/136307
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
30 Jun 2009 20:43:11
1.2_1
|
dhn  |
- Fix a small Bug in samefile/samearchive
- Bump PORTREVISION
PR: ports/136194
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
22 Jun 2009 17:19:11
1.2
|
wxs  |
- Fix typo and WWW in pkg-descr.
PR: ports/135912
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
28 May 2009 16:15:04
1.2
|
dhn  |
- Update distinfo
PR: ports/135015
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
27 May 2009 20:43:39
1.2
|
dhn  |
- Update to 1.2
- Fix build
PR: ports/134970
ports/134982
ports/134999
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
25 May 2009 19:56:45
1.1
|
dhn  |
- Update to 1.1
PR: ports/134769
Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) |
19 May 2009 14:25:13
1.0
|
dhn  |
- Update pkg-descr
- Update maintainer mail address
PR: ports/134634
Submitted by: Alex de Kruijff <akruijff@dds.nl> (maintainer)
Approved by: miwi (mentor implicit) |
15 May 2009 11:13:53
1.0
|
pav  |
- Really disable tests
PR: ports/134234
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: maintainer |
01 May 2009 18:25:32
1.0
|
dhn  |
- Fix build
Reported by: QAT
Tested by: tabthorpe
Approved by: tabthorpe (co-mentor implicit) |
30 Apr 2009 15:31:00
1.0
|
dhn  |
These applications find identical / duplicate files and hard- or symlink
them to save space. This port was inspired by the application samefile
written by Jens Schweikhardt. It has a own version of samefile that is
noticeable faster and is able to process very large file list.
This port contains the applications: samefile, samelink and samearchive.
The latter does the same as samefile but for file-based archives. The
port also contains a version that uses just 10% of the resources compared
to samearchive. The application samelink (hard) links files for you.
Typical usage would be:
find / | samefile -i | samelink
This would search for identical files and clean up wasted disk space by
linking them together. Add the option -n after samelink for a dry-run.
PR: ports/133637
Submitted by: Alex de Kruijff <freebsd@akruijff.dds.nl> (maintainer)
Approved by: tabthorpe (co-mentor) |