aboutsummaryrefslogtreecommitdiff
path: root/sysutils/samesame/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5Dmitry Marakasov2009-09-091-11/+11
| | | | | | | | PR: 138590 Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) Notes: svn path=/head/; revision=241064
* - Fix typo and WWW in pkg-descr.Wesley Shields2009-06-221-4/+5
| | | | | | | | PR: ports/135912 Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) Notes: svn path=/head/; revision=236478
* - Update to 1.2Dennis Herrmann2009-05-271-1/+1
| | | | | | | | | | | | - Fix build PR: ports/134970 ports/134982 ports/134999 Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer) Notes: svn path=/head/; revision=234676
* - Update pkg-descrDennis Herrmann2009-05-191-5/+11
| | | | | | | | | | | - Update maintainer mail address PR: ports/134634 Submitted by: Alex de Kruijff <akruijff@dds.nl> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=234207
* These applications find identical / duplicate files and hard- or symlinkDennis Herrmann2009-04-301-0/+16
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) Notes: svn path=/head/; revision=232986