diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-05-03 00:41:51 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-05-03 00:41:51 -0500 |
commit | d9ed0715aa6baff29e9efc3d877c58753eff613a (patch) | |
tree | 6f015a9a848d5e43aa80cea6a80d660111d50321 | |
parent | security/gpgme-qt: Flavorize for new Qt6 bindings (diff) |
math/octave-forge-fileio: New port.
I/O function for files holding structured data, such as JSON and XML
files.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-fileio/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-fileio/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-fileio/pkg-descr | 8 |
4 files changed, 34 insertions, 0 deletions
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. |