aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2023-04-21 19:46:44 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2023-04-21 19:48:16 +0000
commit12c185fd20db3669873b17fc9d743a6b07fc9e31 (patch)
treeef2bd652655a24cee2ef7a2ec611cec0a2c48664
parent9462a2300eb5ac7bfba4532259ebb6cd0e501238 (diff)
downloadports-12c185fd20db3669873b17fc9d743a6b07fc9e31.tar.gz
ports-12c185fd20db3669873b17fc9d743a6b07fc9e31.zip
math/octave-forge-velas: New port.
VELAS is a user-friendly open-source toolbox for the visualization and analysis of elastic anisotropy written in GNU Octave that can be used for any crystal symmetry.
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-velas/Makefile23
-rw-r--r--math/octave-forge-velas/distinfo3
-rw-r--r--math/octave-forge-velas/pkg-descr10
4 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 988e051ba799..4c5fdd42abdb 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -639,6 +639,7 @@
SUBDIR += octave-forge-symbolic
SUBDIR += octave-forge-tcl-octave
SUBDIR += octave-forge-tsa
+ SUBDIR += octave-forge-velas
SUBDIR += octave-forge-video
SUBDIR += octave-forge-websockets
SUBDIR += octave-forge-zenity
diff --git a/math/octave-forge-velas/Makefile b/math/octave-forge-velas/Makefile
new file mode 100644
index 000000000000..e7c07b8c9548
--- /dev/null
+++ b/math/octave-forge-velas/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= octave-forge-velas
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.5
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+WWW= https://packages.octave.org/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
+
+USES= octave
+USE_GITHUB= yes
+GH_ACCOUNT= ranzhengcode
+GH_PROJECT= VELAS
+
+OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-velas/distinfo b/math/octave-forge-velas/distinfo
new file mode 100644
index 000000000000..555ea0470ec4
--- /dev/null
+++ b/math/octave-forge-velas/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682105901
+SHA256 (octave-forge/ranzhengcode-VELAS-v1.0.5_GH0.tar.gz) = 74a6e66fe77c6d618315a6f4466026d48c8d70c3131a6d5d442dad4137759d07
+SIZE (octave-forge/ranzhengcode-VELAS-v1.0.5_GH0.tar.gz) = 4026033
diff --git a/math/octave-forge-velas/pkg-descr b/math/octave-forge-velas/pkg-descr
new file mode 100644
index 000000000000..ccb5356921f6
--- /dev/null
+++ b/math/octave-forge-velas/pkg-descr
@@ -0,0 +1,10 @@
+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 velas.
+
+ VELAS is a user-friendly open-source toolbox for the visualization and
+analysis of elastic anisotropy written in GNU Octave that can be used for any
+crystal symmetry.