math/octave-forge-fileio: New port.

I/O function for files holding structured data, such as JSON and XML
files.
This commit is contained in:
Stephen Montgomery-Smith 2023-05-03 00:41:51 -05:00
parent f247211eb7
commit d9ed0715aa
4 changed files with 34 additions and 0 deletions

View file

@ -561,6 +561,7 @@
SUBDIR += octave-forge-fda
SUBDIR += octave-forge-femoctave
SUBDIR += octave-forge-fenv
SUBDIR += octave-forge-fileio
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fits
SUBDIR += octave-forge-fpl

View file

@ -0,0 +1,22 @@
PORTNAME= octave-forge-fileio
DISTVERSION= 1.1.0
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= reprostat
GH_PROJECT= fileio
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1683091855
SHA256 (octave-forge/reprostat-fileio-1.1.0_GH0.tar.gz) = c984e160b15858f061d60bfaa72fa0b4bd80d0c34799ef0ac900e7b5f4a226cd
SIZE (octave-forge/reprostat-fileio-1.1.0_GH0.tar.gz) = 1482299

View file

@ -0,0 +1,8 @@
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 fileio.
I/O function for files holding structured data, such as JSON and XML files.