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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name renameutils |
---|
7 | version 0.10.0 |
---|
8 | categories systutils |
---|
9 | maintainers gmail.com:evangoldenberg \ |
---|
10 | openmaintainer |
---|
11 | |
---|
12 | description renameutils is a set of programs designed to make renaming \ |
---|
13 | files faster and less cumbersome |
---|
14 | long_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 | |
---|
21 | homepage http://www.nongnu.org/renameutils/ |
---|
22 | platforms darwin |
---|
23 | master_sites http://ftp.twaren.net/Unix/NonGNU/renameutils/ |
---|
24 | |
---|
25 | checksums md5 77f2bb9a18bb25c7cc3c23b64f2d394b \ |
---|
26 | sha1 e90cbc7cff75e639037c48c5d33cbfc21b9d618b \ |
---|
27 | rmd160 c67506035400917844fa2be7b095e6b5f65a3a91 |
---|
28 | |
---|
29 | depends_lib port:readline \ |
---|
30 | port:gettext \ |
---|
31 | port:coreutils |
---|
32 | |
---|
33 | patchfiles patch-use_coreutils.diff |
---|
34 | |
---|
35 | configure.ldflags-append -liconv -lintl |
---|