From f484b3d8a0da8ad81e0de13d44322e071abae822 Mon Sep 17 00:00:00 2001 From: dhn Date: Tue, 19 May 2009 14:25:13 +0000 Subject: - Update pkg-descr - Update maintainer mail address PR: ports/134634 Submitted by: Alex de Kruijff (maintainer) Approved by: miwi (mentor implicit) --- sysutils/samesame/Makefile | 4 ++-- sysutils/samesame/pkg-descr | 16 +++++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'sysutils/samesame') diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index 74f685b02b04..2145655607e1 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://www.akruijff.dds.nl/samesame/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dhn -MAINTAINER= freebsd@akruijff.dds.nl -COMMENT= Find files with identical contents and replaces them with links +MAINTAINER= samesame@akruijff.dds.nl +COMMENT= Find identical files and optionally link them together CONFLICTS= samefile-[0-9]* diff --git a/sysutils/samesame/pkg-descr b/sysutils/samesame/pkg-descr index 7db57ce5c202..9519d01023e7 100644 --- a/sysutils/samesame/pkg-descr +++ b/sysutils/samesame/pkg-descr @@ -1,12 +1,16 @@ -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. +Samesame is a collection of tools that fall in to the categorie 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 collaction 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 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. +to samearchive. The application samelink hard link identical files for you. Typical usage would be: @@ -14,3 +18,5 @@ Typical usage would be: 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. + +WWW: http://www.akruijff.dds.nl/samesame/ -- cgit