[99609] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Nov 11 14:57:24 PST 2012


Revision: 99609
          http://trac.macports.org//changeset/99609
Author:   ryandesign at macports.org
Date:     2012-11-11 14:57:24 -0800 (Sun, 11 Nov 2012)
Log Message:
-----------
vcs: new port, version 1.12.2 (#36936)

Added Paths:
-----------
    trunk/dports/graphics/vcs/
    trunk/dports/graphics/vcs/Portfile

Added: trunk/dports/graphics/vcs/Portfile
===================================================================
--- trunk/dports/graphics/vcs/Portfile	                        (rev 0)
+++ trunk/dports/graphics/vcs/Portfile	2012-11-11 22:57:24 UTC (rev 99609)
@@ -0,0 +1,37 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                vcs
+version             1.12.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:ImageMagick
+
+use_configure       no
+
+destroot.args       prefix=${prefix}
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/graphics/vcs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121111/f2d1b85e/attachment.html>


More information about the macports-changes mailing list