Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 01:25:29 +0000
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 34672849de1d - main - math/octave-forge-instrument-control: New port.
Message-ID:  <696ed989.83c6.5e23fa0a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34672849de1d3260c7176d0afd3f270384201318

commit 34672849de1d3260c7176d0afd3f270384201318
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2026-01-20 01:20:40 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2026-01-20 01:20:40 +0000

    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.
---
 math/Makefile                                  |  1 +
 math/octave-forge-instrument-control/Makefile  | 23 +++++++++++++++++++++++
 math/octave-forge-instrument-control/distinfo  |  3 +++
 math/octave-forge-instrument-control/pkg-descr | 10 ++++++++++
 4 files changed, 37 insertions(+)

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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696ed989.83c6.5e23fa0a>