Ticket #44880: Portfile

File Portfile, 1.7 KB (added by Schamschula (Marius Schamschula), 10 years ago)
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: Portfile 121357 2014-06-24 01:48:47Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                littleutils
7version             1.0.32
8categories          sysutils
9maintainers         gmail.com:mschamschula openmaintainer
10platforms           darwin
11license             GPL-2+
12
13description         littleutils includes various small and useful command-line utilities
14
15long_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
23master_sites        sourceforge
24use_xz              yes
25
26checksums           rmd160  5586e6b0f3d41cd3f96b512d6f1dcdb0cedde1da \
27                    sha256  990ab6fbe07333a909d249256e45246a6850f8b1394ad7ad933eb729f08e7ac8
28
29depends_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
43configure.env       PROGPYTHON=/opt/local/bin/python