diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:33:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:33:36 +0000 |
commit | df44ebf172293f1a0d27d57f07192764eff455ef (patch) | |
tree | 1d16aacc576f6a319a1bb5668895f9ca7b75a421 /math/octave-forge-video | |
parent | b8ca1c979a454b98387e5f9a762b17e41f096ab4 (diff) | |
download | ports-df44ebf172293f1a0d27d57f07192764eff455ef.tar.gz ports-df44ebf172293f1a0d27d57f07192764eff455ef.zip |
Notes
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r-- | math/octave-forge-video/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-video/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-video/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-video/pkg-plist | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile new file mode 100644 index 000000000000..584b5031f55e --- /dev/null +++ b/math/octave-forge-video/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-video +PORTVERSION= 1.0.1 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-video/distinfo b/math/octave-forge-video/distinfo new file mode 100644 index 000000000000..0dac378cb3ad --- /dev/null +++ b/math/octave-forge-video/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/video-1.0.1.tar.gz) = c9088a7391e11c0fad654cd677197c1e +SHA256 (octave-forge/video-1.0.1.tar.gz) = 829beb6b19a206bb93d47ece06d919c374169bf63a5c32c4831ebaec33e01cda +SIZE (octave-forge/video-1.0.1.tar.gz) = 50206 diff --git a/math/octave-forge-video/pkg-descr b/math/octave-forge-video/pkg-descr new file mode 100644 index 000000000000..9818327f6b51 --- /dev/null +++ b/math/octave-forge-video/pkg-descr @@ -0,0 +1,11 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is video. + +Implements addframe, avifile, aviinfo, and aviread, using ffmpeg. +(and approximately conforms to Matlab interface) + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-video/pkg-plist b/math/octave-forge-video/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-video/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |