git: 12c185fd20db - main - math/octave-forge-velas: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Apr 2023 19:48:43 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12c185fd20db3669873b17fc9d743a6b07fc9e31
commit 12c185fd20db3669873b17fc9d743a6b07fc9e31
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2023-04-21 19:46:44 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2023-04-21 19:48:16 +0000
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.
---
math/Makefile | 1 +
math/octave-forge-velas/Makefile | 23 +++++++++++++++++++++++
math/octave-forge-velas/distinfo | 3 +++
math/octave-forge-velas/pkg-descr | 10 ++++++++++
4 files changed, 37 insertions(+)
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.