# -*- 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
# $Id: Portfile 67149 2010-04-30 08:44:48Z ryandesign@macports.org $

PortSystem          1.0

name                renameutils
version             0.10.0
categories          sysutils
platforms           darwin
maintainers         gmail.com:evangoldenberg openmaintainer

description         renameutils is a set of programs designed to make renaming \
                    files faster and less cumbersome
long_description    The file renaming utilities consists of five programs - \
                    qmv, qcp, imv, icp and deurlname. qmv and qcp allow the \
                    use of a text editor to edit filenames. imv and icp are \
                    interactive tools with GNU readline support. deurlname \
                    removes URL encoded characters from filenames.

homepage            http://www.nongnu.org/renameutils/
master_sites        http://ftp.twaren.net/Unix/NonGNU/renameutils/

checksums           md5     77f2bb9a18bb25c7cc3c23b64f2d394b \
                    sha1    e90cbc7cff75e639037c48c5d33cbfc21b9d618b \
                    rmd160  c67506035400917844fa2be7b095e6b5f65a3a91

depends_lib         port:readline \
                    port:gettext \
                    port:coreutils

patchfiles          patch-use_coreutils.diff

configure.ldflags-append    -liconv -lintl
