diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-19 22:25:13 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-19 22:25:13 +0800 |
commit | f484b3d8a0da8ad81e0de13d44322e071abae822 (patch) | |
tree | 68f375cdfc71a25046014a0eddfa8ca975f42000 /sysutils | |
parent | 4c2a88ed5b79467a514bff66c54c5084648c8bc1 (diff) | |
download | freebsd-ports-gnome-f484b3d8a0da8ad81e0de13d44322e071abae822.tar.gz freebsd-ports-gnome-f484b3d8a0da8ad81e0de13d44322e071abae822.tar.zst freebsd-ports-gnome-f484b3d8a0da8ad81e0de13d44322e071abae822.zip |
- Update pkg-descr
- Update maintainer mail address
PR: ports/134634
Submitted by: Alex de Kruijff <akruijff@dds.nl> (maintainer)
Approved by: miwi (mentor implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/samesame/Makefile | 4 | ||||
-rw-r--r-- | sysutils/samesame/pkg-descr | 16 |
2 files changed, 13 insertions, 7 deletions
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/ |