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: Portfile 121357 2014-06-24 01:48:47Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name littleutils |
---|
7 | version 1.0.32 |
---|
8 | categories sysutils |
---|
9 | maintainers gmail.com:mschamschula openmaintainer |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description littleutils includes various small and useful command-line utilities |
---|
14 | |
---|
15 | long_description The littleutils include a duplicate file finder (repeats), \ |
---|
16 | image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), \ |
---|
17 | file rename tools (lowercase, uppercase, pren), archive \ |
---|
18 | recompressors (to-gzip, to-bzip, to-7zip, to-lzma, \ |
---|
19 | to-lzip, to-xz), a tempfile utility (tempname), file \ |
---|
20 | property tools (filedate, filemode, filenode, fileown, \ |
---|
21 | filesize, and lrealpath), and others. |
---|
22 | |
---|
23 | master_sites sourceforge |
---|
24 | use_xz yes |
---|
25 | |
---|
26 | checksums rmd160 5586e6b0f3d41cd3f96b512d6f1dcdb0cedde1da \ |
---|
27 | sha256 990ab6fbe07333a909d249256e45246a6850f8b1394ad7ad933eb729f08e7ac8 |
---|
28 | |
---|
29 | depends_lib port:bash \ |
---|
30 | port:perl5 \ |
---|
31 | port:python27 \ |
---|
32 | port:gettext \ |
---|
33 | port:gifsicle \ |
---|
34 | port:pngcrush \ |
---|
35 | port:file \ |
---|
36 | port:ghostscript \ |
---|
37 | port:gzip \ |
---|
38 | port:bzip2 \ |
---|
39 | port:lzma \ |
---|
40 | port:p7zip \ |
---|
41 | port:xz |
---|
42 | |
---|
43 | configure.env PROGPYTHON=/opt/local/bin/python |
---|