Ticket #47266: take-control-of-fdupes.diff
File take-control-of-fdupes.diff, 1.2 KB (added by grimreaper (Eitan Adler), 10 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 6 github.setup adrianlopezroche fdupes 1.51 fdupes- 7 5 8 name fdupes 6 9 version 1.51 7 10 categories sysutils 8 maintainers nomaintainer11 maintainers eitanadler.com:lists 9 12 license MIT zlib 10 13 11 14 description identify and/or delete duplicate files 12 15 long_description ${name} identifies and/or deletes duplicate files in specified directories. 13 homepage https://code.google.com/p/fdupes/14 master_sites googlecode:${name}15 platforms darwin16 16 17 checksums sha1 8276b39026f57a2f9503d7af18efca0a7d42b8ec \18 sha256 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd06288119 17 18 platforms darwin freebsd 19 20 checksums rmd160 cf2c3524a2f827c50ce2ef257d3d7f9b75951c48 \ 21 sha256 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 22 20 23 use_configure no 21 24 22 25 variant universal {}