Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13133 (closed enhancement: fixed)

Opened 13 months ago

Last modified 13 months ago

fdupes needs a portfile

Reported by: adamore@… Owned by: ryandesign@…
Priority: Normal Milestone: Port Submissions
Component: ports Version: 1.5.2
Keywords: fdupes utility duplicate files Cc: adamore@…, ryandesign@…
Port:

Description

Small utility to search duplicates files in a directory tree. It has no dependencies just one C file, so it's really simple to port.

Attachments

fdupes (0.6 KB) - added by adamore@… 13 months ago.

Change History

Changed 13 months ago by adamore@…

Changed 13 months ago by nox@…

  • type changed from defect to enhancement
  • milestone changed from MacPorts 1.5 to Port Requests

Changed 13 months ago by adamore@…

This portfile has to be tested:

# $Id$ PortSystem 1.0 name fdupes version 1.40 categories maintainers nomantainer description long_description homepage http://premium.caribe.net/~adrian2/fdupes.html platforms darwin master_sites http://premium.caribe.net/~adrian2/programs/

checksums md5 11de9ab4466089b6acbb62816b30b189 \

sha1 e1bce9bdf50d7bf700dda3eb8a3d218b181b3931 \ rmd160 0abd2f0dfee38cb333c1069363a65f8ab37e18dd

depends_lib use_configure no

post-patch { reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/Makefile }

Changed 13 months ago by adamore@…

Changed 13 months ago by ryandesign@…

  • cc adamore@…, ryandesign@… added
  • owner changed from macports-dev@… to ryandesign@…
  • milestone changed from Port Requests to Port Submissions

Changed 13 months ago by ryandesign@…

  • status changed from new to closed
  • resolution set to fixed

Andrea, thanks for the contribution. I made several changes to the portfile and committed it in r30837 (you may want to take a look).

If you would like to be this port's maintainer, please send me an email and I'll take care of it.

Note: See TracTickets for help on using tickets.