mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
added my/dedup
This commit is contained in:
20
my/dedup/Makefile
Normal file
20
my/dedup/Makefile
Normal 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
3
my/dedup/distinfo
Normal 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
9
my/dedup/pkg-descr
Normal 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
2
my/dedup/pkg-plist
Normal file
@@ -0,0 +1,2 @@
|
||||
bin/dedup
|
||||
man/man1/dedup.1.gz
|
||||
Reference in New Issue
Block a user