added my/dedup

This commit is contained in:
2022-05-08 19:33:12 +02:00
parent 0f1d895631
commit 6231e186b3
4 changed files with 34 additions and 0 deletions

20
my/dedup/Makefile Normal file
View File

@@ -0,0 +1,20 @@
#
# $FreeBSD$
#
PORTNAME= dedup
PORTVERSION= 0.1
CATEGORIES= misc
MAINTAINER= onborodin@gmail.com
COMMENT= Utilite fot search for files with the same content
BUILD_DEPENDS = go:lang/go
GNU_CONFIGURE= yes
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= kindsoldier
GH_PROJECT= dedup
.include <bsd.port.mk>

3
my/dedup/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1651658517
SHA256 (kindsoldier-dedup-0.1_GH0.tar.gz) = 7a6dcda00026975fd244338c5eb95206f7ebfc1e6867e5b275c19f738212cc41
SIZE (kindsoldier-dedup-0.1_GH0.tar.gz) = 103155

9
my/dedup/pkg-descr Normal file
View File

@@ -0,0 +1,9 @@
Utility for finding files with the same content and creating hard links
to the first copy
The utility is written to find duplicates in the archive of photos and
videos. If when reading the next file the hash sum and size are the
same as the previous one, it is considered a duplicate. File
timestamps are not taken into account.
WWW: https://github.com/kindsoldier/dedup

2
my/dedup/pkg-plist Normal file
View File

@@ -0,0 +1,2 @@
bin/dedup
man/man1/dedup.1.gz