Port details |
- samefile Find files with identical contents
- 2.15_2 sysutils =13 2.15_2Version of this port present on the latest quarterly branch.
- Maintainer: schweikh@FreeBSD.org
- Port Added: 2001-03-21 04:26:21
- Last Update: 2024-03-22 20:18:18
- Commit Hash: daf777e
- People watching this port, also watch:: zip, unzip, wget, pcre, openssl
- License: not specified in port
- WWW:
- http://www.schweikhardt.net/samefile/
- Description:
- The samefile program finds files with identical contents (independent of
file name). Typical usage would be
find / -print | samefile
turning up megabytes of wasted disk space due to duplicates. Try it,
you'll be baffled.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- samefile>0:sysutils/samefile
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/samefile/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/samefile
- pkg install samefile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: samefile
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (samefile-2.15.tar.gz) = 26d322e3445ff7273867332311c33a90c8ef037cbd6b19d9468e1742833ea4b6
SIZE (samefile-2.15.tar.gz) = 66804
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_samefile
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15_2 22 Mar 2024 20:18:18 |
Nuno Teixeira (eduardo) |
sysutils/samefile: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.15_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.15_1 29 Oct 2021 09:50:18 |
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) |
2.15_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.15_1 09 Aug 2014 18:55:02 |
antoine |
Package something |
2.15 01 Jun 2014 13:23:50 |
schweikh |
Add staging support; update to 2.15.
PR: ports/189662 |
2.12 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.12 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.12 30 Apr 2009 15:35:00 |
dhn |
- Add CONFLICTS with sysutils/samesame
Approved by: schweikh (maintainer), tabthorpe (co-mentor) |
2.12 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
2.12 31 Aug 2005 18:11:21 |
vs |
Update to 2.12
PR: ports/84868
Submitted by: maintainer |
2.10 29 Feb 2004 13:41:06 |
pav |
- Portlint |
2.10 29 Feb 2004 13:39:17 |
pav |
- Add SIZE
PR: ports/63525
Submitted by: schweikh (maintainer) |
2.10 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.10 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
2.10 07 Mar 2003 06:11:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.10 16 Nov 2002 14:24:09 |
edwin |
Maintainer update to version 2.10
PR: ports/45335
Submitted by: Jens Schweikhardt <schweikh@FreeBSD.org> |
13 Mar 2002 21:02:53 |
ade |
Change MAINTAINER to more appropriate @FreeBSD.org address
Approved by: schweikh (MAINTAINER) |
21 Mar 2001 07:26:21 |
dinoex |
The samefile program finds files with identical contents (independent of file
name). Typical usage would be |