mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Add optional dependency math/octave-forge-optics.
- Update to 20141214.
This commit is contained in:
parent
b31de2e539
commit
9cfd0575f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374727
1 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge
|
||||
PORTVERSION= 20141008
|
||||
PORTVERSION= 20141214
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= #none
|
||||
DISTFILES= #none
|
||||
|
@ -23,8 +23,8 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \
|
|||
INFORMATIONTHEORY INTEGRATION IO IRSA LINEAR_ALGEBRA LSSA \
|
||||
MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \
|
||||
MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \
|
||||
OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTIM \
|
||||
OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \
|
||||
OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTICS \
|
||||
OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \
|
||||
QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \
|
||||
SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \
|
||||
STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO XRAYLIB ZENITY
|
||||
|
@ -89,6 +89,7 @@ OCTGPR_DESC= Install package: octgpr
|
|||
OCTPROJ_DESC= Install package: octproj
|
||||
ODEBVP_DESC= Install package: odebvp
|
||||
ODEPKG_DESC= Install package: odepkg
|
||||
OPTICS_DESC= Install package: optics
|
||||
OPTIM_DESC= Install package: optim
|
||||
OPTIMINTERP_DESC= Install package: optiminterp
|
||||
OUTLIERS_DESC= Install package: outliers
|
||||
|
@ -301,6 +302,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/odebvp.tar.gz:${PORTSDIR}/math/octave-forge-odebvp
|
|||
.if ${PORT_OPTIONS:MODEPKG}
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MOPTICS}
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/optics.tar.gz:${PORTSDIR}/math/octave-forge-optics
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MOPTIM}
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue