mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Resurrect port.
- Update to 2.0.0.
This commit is contained in:
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
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
34
math/octave-forge-video/Makefile
Normal file
34
math/octave-forge-video/Makefile
Normal 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>
|
3
math/octave-forge-video/distinfo
Normal file
3
math/octave-forge-video/distinfo
Normal 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
|
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/
|
Loading…
Add table
Reference in a new issue