mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
f247211eb7
commit
d9ed0715aa
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
22
math/octave-forge-fileio/Makefile
Normal file
22
math/octave-forge-fileio/Makefile
Normal 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>
|
3
math/octave-forge-fileio/distinfo
Normal file
3
math/octave-forge-fileio/distinfo
Normal 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
|
8
math/octave-forge-fileio/pkg-descr
Normal file
8
math/octave-forge-fileio/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue