New port: sysutils/jdupes
jdupes is a program for identifying and taking actions upon duplicate files. It is a fork of fdupes, but not a drop-in replacement. See http://www.virkki.com/jyri/articles/index.php/dupd-vs-jdupes-take-2/ for a comparision to dupd. WWW: https://github.com/jbruchon/jdupes PR: 218665 Submitted by: Thomas Hurst <tom@hur.st>
This commit is contained in:
parent
d3289c6b1b
commit
510c2f2355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439788
@ -489,6 +489,7 @@
|
||||
SUBDIR += jailutils
|
||||
SUBDIR += javaservicewrapper
|
||||
SUBDIR += jdiskreport
|
||||
SUBDIR += jdupes
|
||||
SUBDIR += jkill
|
||||
SUBDIR += jobd
|
||||
SUBDIR += jps
|
||||
|
30
sysutils/jdupes/Makefile
Normal file
30
sysutils/jdupes/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Thomas Hurst <tom@hur.st>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jdupes
|
||||
PORTVERSION= 1.8
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tom@hur.st
|
||||
COMMENT= Powerful duplicate file finder and an enhanced fork of 'fdupes'
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jbruchon
|
||||
|
||||
USES= gmake
|
||||
|
||||
PLIST_FILES= bin/jdupes man/man1/jdupes.1.gz
|
||||
|
||||
OPTIONS_DEFINE= LOW_MEMORY
|
||||
LOW_MEMORY_DESC= Build for lower memory usage instead of speed
|
||||
LOW_MEMORY_MAKE_ENV= CFLAGS_EXTRA=-DLOW_MEMORY
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/jdupes/distinfo
Normal file
3
sysutils/jdupes/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1491179702
|
||||
SHA256 (jbruchon-jdupes-v1.8_GH0.tar.gz) = f2ba7cfecbc77cb2c43ec490994f3363754b6a84d6a5ca9728a2c33601acd6a0
|
||||
SIZE (jbruchon-jdupes-v1.8_GH0.tar.gz) = 59362
|
7
sysutils/jdupes/pkg-descr
Normal file
7
sysutils/jdupes/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
jdupes is a program for identifying and taking actions upon duplicate
|
||||
files. It is a fork of fdupes, but not a drop-in replacement.
|
||||
|
||||
See http://www.virkki.com/jyri/articles/index.php/dupd-vs-jdupes-take-2/
|
||||
for a comparision to dupd.
|
||||
|
||||
WWW: https://github.com/jbruchon/jdupes
|
Loading…
Reference in New Issue
Block a user