# -*- 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 102089 2013-01-27 20:08:36Z jeremyhu@macports.org $

PortSystem          1.0

name                vcs
version             1.12.2
revision            2
categories          graphics
platforms           darwin
maintainers         ryandesign openmaintainer
license             LGPL-2.1+
supported_archs     noarch

# 1.12.3 is not compatible with OS X.
# http://b.outlyer.net/task/189
# 1.12.3 increases the minimum bash version to 3.1

description         creates video contact sheets (previews) of videos

long_description    ${name} ${description}.

homepage            http://p.outlyer.net/vcs/
master_sites        ${homepage}files/

checksums           rmd160  09d7c0e8451546827aa7997bb0e93bb978fca8ab \
                    sha256  249e01550ec99b33c69b55a89de3b6d014b8707a61adb3d5bc659b34dbc41fb6

depends_run         path:bin/ffmpeg:ffmpeg \
                    port:grep \
                    port:ImageMagick

use_configure       no

destroot.args       prefix=${prefix}

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
