mirror of https://git.FreeBSD.org/ports.git
math/octave-forge-mboct-octave-pkg: New port.
This package belongs to a suite of packages which can be used for pre- and postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. It contains general purpose utility functions used in all mboct-* packages.
This commit is contained in:
parent
dbcd00a6d6
commit
49b5964f76
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= octave-forge-mboct-octave-pkg
|
||||
DISTVERSION= 0.1.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
WWW= https://packages.octave.org/
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/../COPYING
|
||||
|
||||
LIB_DEPENDS+= libgtest.so:devel/googletest
|
||||
|
||||
USES= octave autoreconf
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= octave-user
|
||||
GH_PROJECT= mboct-octave-pkg
|
||||
|
||||
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1756175886
|
||||
SHA256 (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 1157f33c6993939e1e3498c280a55283f98283f63b604cf2a47ff135c588deca
|
||||
SIZE (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 54021
|
|
@ -0,0 +1,10 @@
|
|||
The octave-forge package is the result of The GNU Octave Repository 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 mboct-octave-pkg.
|
||||
|
||||
This package belongs to a suite of packages which can be used for pre- and
|
||||
postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave.
|
||||
It contains general purpose utility functions used in all mboct-* packages.
|
Loading…
Reference in New Issue