mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- 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
|
|
version 1.13.4
|
|
revision 0
|
|
checksums rmd160 ec7b62431a2ed8857cf3937be9b172041282ace9 \
|
|
sha256 dc1d6145e10eeed61d16c3591cfe3496a6ac392c9c2f7c2393cbdb0cf248544b \
|
|
size 112763
|
|
|
|
categories graphics
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license LGPL-2.1+
|
|
supported_archs noarch
|
|
platforms any
|
|
|
|
description creates video contact sheets (previews) of videos
|
|
|
|
long_description ${name} {*}${description}.
|
|
|
|
homepage http://p.outlyer.net/vcs/
|
|
master_sites ${homepage}files/
|
|
|
|
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}
|