git: d9ed0715aa6b - main - math/octave-forge-fileio: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 05:44:51 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9ed0715aa6baff29e9efc3d877c58753eff613a commit d9ed0715aa6baff29e9efc3d877c58753eff613a Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-05-03 05:41:51 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-05-03 05:41:51 +0000 math/octave-forge-fileio: New port. I/O function for files holding structured data, such as JSON and XML files. --- math/Makefile | 1 + math/octave-forge-fileio/Makefile | 22 ++++++++++++++++++++++ math/octave-forge-fileio/distinfo | 3 +++ math/octave-forge-fileio/pkg-descr | 8 ++++++++ 4 files changed, 34 insertions(+) diff --git a/math/Makefile b/math/Makefile index 384530c4ef4b..f6834fde91ec 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-fileio/Makefile b/math/octave-forge-fileio/Makefile new file mode 100644 index 000000000000..c9b81a432ba7 --- /dev/null +++ b/math/octave-forge-fileio/Makefile @@ -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> diff --git a/math/octave-forge-fileio/distinfo b/math/octave-forge-fileio/distinfo new file mode 100644 index 000000000000..93881bf4cbe6 --- /dev/null +++ b/math/octave-forge-fileio/distinfo @@ -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 diff --git a/math/octave-forge-fileio/pkg-descr b/math/octave-forge-fileio/pkg-descr new file mode 100644 index 000000000000..0d83ea29ad45 --- /dev/null +++ b/math/octave-forge-fileio/pkg-descr @@ -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.