Added: trunk/dports/math/octave-video/Portfile (0 => 145173)
--- trunk/dports/math/octave-video/Portfile (rev 0)
+++ trunk/dports/math/octave-video/Portfile 2016-01-27 19:07:55 UTC (rev 145173)
@@ -0,0 +1,18 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup octave 1.0
+
+octave.setup video 1.2.2
+platforms darwin
+license FreeBSD
+maintainers gmail.com:mschamschula openmaintainer
+description A wrapper for ffmpeg's libavformat and libavcodec, implementing addframe, avifile, aviinfo, and aviread
+long_description ${description}
+
+checksums rmd160 bf296ac3ad589e02364cc291f7b0b4c65cc1ed19 \
+ sha256 b25f3e980d6820ddf3f6edb4250dafb72d6430a06a5e68294eb2f3bc936941ba
+
+# allow ffmpeg or ffmpeg-devel
+depends_lib-append path:lib/libavcodec.dylib:ffmpeg
Property changes on: trunk/dports/math/octave-video/Portfile
___________________________________________________________________