diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-02-13 00:17:57 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-02-13 00:21:33 +0000 |
| commit | a2924dc321a379e16031c0c856634cb75aaae8ed (patch) | |
| tree | 7a471839f6f46251f304a217975e22923d81a79e | |
| parent | bf05adada04b1fca880a8bf4001e6537bb441feb (diff) | |
math/octave-forge-tablicious: New port.
Matlab-compatible Octave table class for storing tabular/relational
data. Similar to R and Python Pandas DataFrames.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-tablicious/Makefile | 22 | ||||
| -rw-r--r-- | math/octave-forge-tablicious/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-tablicious/pkg-descr | 9 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b93887c211ff..d417801fc648 100644 --- a/math/Makefile +++ b/math/Makefile @@ -651,6 +651,7 @@ SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband SUBDIR += octave-forge-symbolic + SUBDIR += octave-forge-tablicious SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-tsa SUBDIR += octave-forge-velas diff --git a/math/octave-forge-tablicious/Makefile b/math/octave-forge-tablicious/Makefile new file mode 100644 index 000000000000..a8dadd3feb68 --- /dev/null +++ b/math/octave-forge-tablicious/Makefile @@ -0,0 +1,22 @@ +PORTNAME= octave-forge-tablicious +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +LIB_DEPENDS+= libzmq.so:net/libzmq4 + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= apjanke +GH_PROJECT= octave-tablicious + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-tablicious/distinfo b/math/octave-forge-tablicious/distinfo new file mode 100644 index 000000000000..d813fe5e4328 --- /dev/null +++ b/math/octave-forge-tablicious/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1707782372 +SHA256 (octave-forge/apjanke-octave-tablicious-v0.4.2_GH0.tar.gz) = 8759d3a8023f84c0ff671d3e2d7d970ed5eaf1038feba4562e5472c6d7105d08 +SIZE (octave-forge/apjanke-octave-tablicious-v0.4.2_GH0.tar.gz) = 7045375 diff --git a/math/octave-forge-tablicious/pkg-descr b/math/octave-forge-tablicious/pkg-descr new file mode 100644 index 000000000000..87f656c0be70 --- /dev/null +++ b/math/octave-forge-tablicious/pkg-descr @@ -0,0 +1,9 @@ +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 tablicious. + + Matlab-compatible Octave table class for storing tabular/relational data. +Similar to R and Python Pandas DataFrames. |
