diff --git a/math/Makefile b/math/Makefile index f6f710b4489b..9b3bfefd7bc8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -613,6 +613,7 @@ SUBDIR += octave-forge-signal SUBDIR += octave-forge-simp SUBDIR += octave-forge-sockets + SUBDIR += octave-forge-sole SUBDIR += octave-forge-sparsersb SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix diff --git a/math/octave-forge-sole/Makefile b/math/octave-forge-sole/Makefile new file mode 100644 index 000000000000..cef579cf3108 --- /dev/null +++ b/math/octave-forge-sole/Makefile @@ -0,0 +1,32 @@ +PORTNAME= octave-forge-sole +PORTVERSION= 0.1.1 +CATEGORIES= math +MASTER_SITES= https://sourceforge.net/projects/sole/files/latest/ +DISTNAME= download +DIST_SUBDIR= octave-forge/sole + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-forge-bim + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + @${DO_NADA} + +NO_ARCH= yes + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} + +.include diff --git a/math/octave-forge-sole/distinfo b/math/octave-forge-sole/distinfo new file mode 100644 index 000000000000..494b50b0a928 --- /dev/null +++ b/math/octave-forge-sole/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668194981 +SHA256 (octave-forge/sole/download.tar.gz) = e4b52464e46e0f15a9589fc58047e02452fb7e67690d7df86abde4510efeb2c7 +SIZE (octave-forge/sole/download.tar.gz) = 41384 diff --git a/math/octave-forge-sole/pkg-descr b/math/octave-forge-sole/pkg-descr new file mode 100644 index 000000000000..aaef4d43bd06 --- /dev/null +++ b/math/octave-forge-sole/pkg-descr @@ -0,0 +1,8 @@ +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 sole. + + A package for transient and steady state simulation of organic solar cells.