Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2009 15:31:00 +0000 (UTC)
From:      Dennis Herrmann <dhn@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/samesame Makefile distinfo pkg-descr
Message-ID:  <200904301531.n3UFV00N020201@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904301531.n3UFV00N020201>