git: a2924dc321a3 - main - math/octave-forge-tablicious: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 00:21:43 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2924dc321a379e16031c0c856634cb75aaae8ed commit a2924dc321a379e16031c0c856634cb75aaae8ed Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2024-02-13 00:17:57 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2024-02-13 00:21:33 +0000 math/octave-forge-tablicious: New port. Matlab-compatible Octave table class for storing tabular/relational data. Similar to R and Python Pandas DataFrames. --- math/Makefile | 1 + math/octave-forge-tablicious/Makefile | 22 ++++++++++++++++++++++ math/octave-forge-tablicious/distinfo | 3 +++ math/octave-forge-tablicious/pkg-descr | 9 +++++++++ 4 files changed, 35 insertions(+) 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.