Ticket #24525: Portfile

File Portfile, 1.4 KB (added by evangoldenberg@…, 14 years ago)

Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                renameutils
7version             0.10.0
8categories          systutils
9maintainers         gmail.com:evangoldenberg \
10                    openmaintainer
11
12description         renameutils is a set of programs designed to make renaming \
13                    files faster and less cumbersome
14long_description    The file renaming utilities consists of five programs - \
15                    qmv, qcp, imv, icp and deurlname. qmv and qcp allow the \
16                    use of a text editor to edit filenames. imv and icp are \
17                    interactive tools with GNU readline support. deurlname \
18                    removes URL encoded characters from filenames.
19
20
21homepage            http://www.nongnu.org/renameutils/
22platforms           darwin
23master_sites        http://ftp.twaren.net/Unix/NonGNU/renameutils/
24
25checksums           md5 77f2bb9a18bb25c7cc3c23b64f2d394b \
26                    sha1 e90cbc7cff75e639037c48c5d33cbfc21b9d618b \
27                    rmd160 c67506035400917844fa2be7b095e6b5f65a3a91
28
29depends_lib         port:readline \
30                    port:gettext \
31                    port:coreutils
32
33patchfiles          patch-use_coreutils.diff
34
35configure.ldflags-append    -liconv -lintl