diff --git a/my/dedup/Makefile b/my/dedup/Makefile new file mode 100644 index 00000000..e7b8b19f --- /dev/null +++ b/my/dedup/Makefile @@ -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 diff --git a/my/dedup/distinfo b/my/dedup/distinfo new file mode 100644 index 00000000..65a805a6 --- /dev/null +++ b/my/dedup/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1651658517 +SHA256 (kindsoldier-dedup-0.1_GH0.tar.gz) = 7a6dcda00026975fd244338c5eb95206f7ebfc1e6867e5b275c19f738212cc41 +SIZE (kindsoldier-dedup-0.1_GH0.tar.gz) = 103155 diff --git a/my/dedup/pkg-descr b/my/dedup/pkg-descr new file mode 100644 index 00000000..3afe43bc --- /dev/null +++ b/my/dedup/pkg-descr @@ -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 diff --git a/my/dedup/pkg-plist b/my/dedup/pkg-plist new file mode 100644 index 00000000..71a88f48 --- /dev/null +++ b/my/dedup/pkg-plist @@ -0,0 +1,2 @@ +bin/dedup +man/man1/dedup.1.gz