diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-01-20 01:20:40 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-01-20 01:20:40 +0000 |
| commit | 34672849de1d3260c7176d0afd3f270384201318 (patch) | |
| tree | 853366d9401ea7b6c749025dfc70449e686ceaae | |
| parent | 96fb41419355b30458ed87c11187f049d0933ed7 (diff) | |
math/octave-forge-instrument-control: New port.
Octave low level I/O functions for serial, i2c, parallel, tcp, gpib,
udp and usbtmc interfaces. Not vxi11 as there doesn't seem to be
FreeBSD support.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-instrument-control/Makefile | 23 | ||||
| -rw-r--r-- | math/octave-forge-instrument-control/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-instrument-control/pkg-descr | 10 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 945105c3a0a8..7a52b662ceca 100644 --- a/math/Makefile +++ b/math/Makefile @@ -600,6 +600,7 @@ SUBDIR += octave-forge-ident SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory + SUBDIR += octave-forge-instrument-control SUBDIR += octave-forge-integration SUBDIR += octave-forge-internal-fluid-flow SUBDIR += octave-forge-interval diff --git a/math/octave-forge-instrument-control/Makefile b/math/octave-forge-instrument-control/Makefile new file mode 100644 index 000000000000..4510c51bbb36 --- /dev/null +++ b/math/octave-forge-instrument-control/Makefile @@ -0,0 +1,23 @@ +PORTNAME= octave-forge-instrument-control +DISTVERSIONPREFIX= release- +DISTVERSION= 0.10.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 autoreconf pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= instrument-control + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-librpc + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-instrument-control/distinfo b/math/octave-forge-instrument-control/distinfo new file mode 100644 index 000000000000..90d97910f547 --- /dev/null +++ b/math/octave-forge-instrument-control/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768863952 +SHA256 (octave-forge/gnu-octave-instrument-control-release-0.10.0_GH0.tar.gz) = 211426bcafc1447028dbb3d7b63eba3ec47392f6d8a44cc924e97ddf58e3b1c9 +SIZE (octave-forge/gnu-octave-instrument-control-release-0.10.0_GH0.tar.gz) = 216622 diff --git a/math/octave-forge-instrument-control/pkg-descr b/math/octave-forge-instrument-control/pkg-descr new file mode 100644 index 000000000000..4f8a88221129 --- /dev/null +++ b/math/octave-forge-instrument-control/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repository 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 instrument-control. + + Low level I/O functions for serial, i2c, parallel, tcp, gpib, udp +and usbtmc interfaces. Not vxi11 as there doesn't seem to be FreeBSD +support. |
