mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add port math/octave-forge-video.
This is video. Implements addframe, avifile, aviinfo, and aviread, using ffmpeg. (and approximately conforms to Matlab interface) 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
b8ca1c979a
commit
df44ebf172
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220266
@ -234,6 +234,7 @@
|
||||
SUBDIR += octave-forge-symband
|
||||
SUBDIR += octave-forge-time
|
||||
SUBDIR += octave-forge-triangular
|
||||
SUBDIR += octave-forge-video
|
||||
SUBDIR += oleo
|
||||
SUBDIR += orpie
|
||||
SUBDIR += p5-AI-DecisionTree
|
||||
|
19
math/octave-forge-video/Makefile
Normal file
19
math/octave-forge-video/Makefile
Normal file
@ -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>
|
3
math/octave-forge-video/distinfo
Normal file
3
math/octave-forge-video/distinfo
Normal file
@ -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
|
11
math/octave-forge-video/pkg-descr
Normal file
11
math/octave-forge-video/pkg-descr
Normal file
@ -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/
|
1
math/octave-forge-video/pkg-plist
Normal file
1
math/octave-forge-video/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user