aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/samefile
Commit message (Collapse)AuthorAgeFilesLines
* Package somethingantoine2014-08-101-0/+3
|
* Add staging support; update to 2.15.schweikh2014-06-013-12/+7
| | | | PR: ports/189662
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | sysutils)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Add CONFLICTS with sysutils/samesamedhn2009-04-301-0/+2
| | | | Approved by: schweikh (maintainer), tabthorpe (co-mentor)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update to 2.12vs2005-09-012-3/+3
| | | | | PR: ports/84868 Submitted by: maintainer
* - Portlintpav2004-02-291-11/+11
|
* - Add SIZEpav2004-02-291-0/+1
| | | | | PR: ports/63525 Submitted by: schweikh (maintainer)
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Maintainer update to version 2.10edwin2002-11-162-3/+3
| | | | | PR: ports/45335 Submitted by: Jens Schweikhardt <schweikh@FreeBSD.org>
* Change MAINTAINER to more appropriate @FreeBSD.org addressade2002-03-141-1/+1
| | | | Approved by: schweikh (MAINTAINER)
* The samefile program finds files with identical contents (independent ofdinoex2001-03-215-0/+42
file name). Typical usage would be find / -print | samefile turning up megabytes of wasted disk space due to duplicates. Try it, you'll be baffled. Jens Schweikhardt samefile@schweikhardt.net PR: 25857 Submitted by: schweikh@schweikhardt.net