mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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.
This commit is contained in:
parent
9462a2300e
commit
12c185fd20
4 changed files with 37 additions and 0 deletions
|
@ -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
|
||||
|
|
23
math/octave-forge-velas/Makefile
Normal file
23
math/octave-forge-velas/Makefile
Normal file
|
@ -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>
|
3
math/octave-forge-velas/distinfo
Normal file
3
math/octave-forge-velas/distinfo
Normal file
|
@ -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
|
10
math/octave-forge-velas/pkg-descr
Normal file
10
math/octave-forge-velas/pkg-descr
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue