cvs commit: ports/sysutils Makefile ports/sysutils/samesame
Makefile distinfo pkg-descr
Dennis Herrmann
dhn at FreeBSD.org
Thu Apr 30 15:31:00 UTC 2009
dhn 2009-04-30 15:31:00 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/samesame Makefile distinfo pkg-descr
Log:
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 at akruijff.dds.nl> (maintainer)
Approved by: tabthorpe (co-mentor)
Revision Changes Path
1.1101 +1 -0 ports/sysutils/Makefile
1.1 +55 -0 ports/sysutils/samesame/Makefile (new)
1.1 +3 -0 ports/sysutils/samesame/distinfo (new)
1.1 +16 -0 ports/sysutils/samesame/pkg-descr (new)
More information about the cvs-all
mailing list