- Resurrect port.

- Update to 2.0.0.
This commit is contained in:
Stephen Montgomery-Smith 2021-02-21 23:42:08 +00:00
parent cef63c5c0b
commit 1c5330cb0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566255
5 changed files with 49 additions and 1 deletions

1
MOVED
View file

@ -12868,7 +12868,6 @@ mail/qmail-ldap||2019-09-05|Has expired: Broken for more than 6 months
math/fityk||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-strings||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-tisean||2019-09-05|Has expired: Broken for more than 6 months
math/octave-forge-video||2019-09-05|Has expired: Broken for more than 6 months
misc/gnustep-examples||2019-09-05|Has expired: Broken for more than 6 months
net/turses||2019-09-05|Has expired: Depends on expiring net/py-tweepy
security/clamcour||2019-09-05|Has expired: Broken for more than 6 months

View file

@ -533,6 +533,7 @@
SUBDIR += octave-forge-symbolic
SUBDIR += octave-forge-tcl-octave
SUBDIR += octave-forge-tsa
SUBDIR += octave-forge-video
SUBDIR += octave-forge-zenity
SUBDIR += octave-forge-zeromq
SUBDIR += octomap

View file

@ -0,0 +1,34 @@
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-video
PORTVERSION= 2.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${DISTNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1613950323
SHA256 (octave-forge/video-2.0.0.tar.gz) = 3b5724281f9059cfb2678eac03ec0bde2b269568761f4d105cda16d8081bd268
SIZE (octave-forge/video-2.0.0.tar.gz) = 61998

View 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/