You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
name dupd
|
|
version 1.7.1
|
|
revision 1
|
|
description Convenient and fast CLI to find duplicate files.
|
|
homepage http://www.virkki.com/dupd
|
|
license GPL-3
|
|
categories sysutils
|
|
platforms darwin
|
|
build.target dupd
|
|
use_parallel_build no
|
|
test.run yes
|
|
|
|
maintainers {@jvirkki virkki.com:jyri}
|
|
|
|
long_description Convenient and fast CLI to find duplicate files. Supports an interactive style for exploring duplicates in the filesystem.
|
|
|
|
master_sites http://www.virkki.com/dupd
|
|
checksums rmd160 b406afc0490caad54f46225f9ca938faafc4b374 \
|
|
sha256 70aaad030d88acd561f8f58bd5189964bc30f40d7027e6acff5c5b28df32ffc1 \
|
|
size 983951
|
|
|
|
depends_lib port:sqlite3 \
|
|
path:lib/libcrypto.dylib:openssl
|
|
|
|
destroot.destdir INSTALL_PREFIX=${destroot}${prefix} \
|
|
MAN_BASE=${destroot}${prefix}/share/man
|