2012-11-11 22:57:24 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
name vcs
|
2022-01-24 05:34:26 -06:00
|
|
|
version 1.13.4
|
2019-08-14 11:37:10 +02:00
|
|
|
revision 0
|
2022-01-24 05:34:26 -06:00
|
|
|
checksums rmd160 ec7b62431a2ed8857cf3937be9b172041282ace9 \
|
|
|
|
|
sha256 dc1d6145e10eeed61d16c3591cfe3496a6ac392c9c2f7c2393cbdb0cf248544b \
|
|
|
|
|
size 112763
|
|
|
|
|
|
2012-11-11 22:57:24 +00:00
|
|
|
categories graphics
|
2022-01-24 05:34:26 -06:00
|
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
2012-11-11 22:57:24 +00:00
|
|
|
license LGPL-2.1+
|
|
|
|
|
supported_archs noarch
|
2022-12-03 11:10:16 +11:00
|
|
|
platforms any
|
2012-11-11 22:57:24 +00:00
|
|
|
|
|
|
|
|
description creates video contact sheets (previews) of videos
|
|
|
|
|
|
2022-12-03 11:10:16 +11:00
|
|
|
long_description ${name} {*}${description}.
|
2012-11-11 22:57:24 +00:00
|
|
|
|
|
|
|
|
homepage http://p.outlyer.net/vcs/
|
|
|
|
|
master_sites ${homepage}files/
|
|
|
|
|
|
|
|
|
|
depends_run path:bin/ffmpeg:ffmpeg \
|
2012-11-12 19:50:58 +00:00
|
|
|
port:grep \
|
2012-11-11 22:57:24 +00:00
|
|
|
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}
|