Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-11-11 22:37:19 +0300
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-11-11 22:37:19 +0300
commitff43a40901b73ff492094b718d9fc2ba81fd7b56 (patch)
treee27d672682492c8cb84bfa7f00fef7f23ecf0486 /math
parent7c194bc244ea58d28aad9dd55f67711d08175c2a (diff)
math/octave-forge-sole: New port.
A package for transient and steady state simulation of organic solar cells.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-sole/Makefile32
-rw-r--r--math/octave-forge-sole/distinfo3
-rw-r--r--math/octave-forge-sole/pkg-descr8
4 files changed, 44 insertions, 0 deletions
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 <bsd.port.mk>
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.