Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2026 07:56:07 +0000
From:      Vanilla I. Shu <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3cd0bc8ec8bb - main - devel/p5-Device-Modbus: add new ports.
Message-ID:  <6a1e8c97.257d5.2d906351@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cd0bc8ec8bb367e42b0c78a75a0bf26df3ddb35

commit 3cd0bc8ec8bb367e42b0c78a75a0bf26df3ddb35
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2026-06-02 07:54:59 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2026-06-02 07:55:49 +0000

    devel/p5-Device-Modbus: add new ports.
    
    PR:             295770
---
 devel/Makefile                   |  1 +
 devel/p5-Device-Modbus/Makefile  | 20 ++++++++++++++++++++
 devel/p5-Device-Modbus/distinfo  |  3 +++
 devel/p5-Device-Modbus/pkg-descr |  1 +
 devel/p5-Device-Modbus/pkg-plist | 13 +++++++++++++
 5 files changed, 38 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ccf0d6b3ff80..d0f42c284e61 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2559,6 +2559,7 @@
     SUBDIR += p5-Devel-TraceUse
     SUBDIR += p5-Devel-ebug
     SUBDIR += p5-Devel-ptkdb
+    SUBDIR += p5-Device-Modbus
     SUBDIR += p5-Device-USB
     SUBDIR += p5-Digest-TransformPath
     SUBDIR += p5-Dir-Project
diff --git a/devel/p5-Device-Modbus/Makefile b/devel/p5-Device-Modbus/Makefile
new file mode 100644
index 000000000000..8544c6a761a3
--- /dev/null
+++ b/devel/p5-Device-Modbus/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	Device-Modbus
+PORTVERSION=	0.021
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	bugs-freebsd-org916@ketas.si.pri.ee
+COMMENT=	Perl distribution to implement Modbus communications
+WWW=		https://metacpan.org/dist/Device-Modbus
+
+LICENSE=	ART10 ART20 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Device-Modbus/distinfo b/devel/p5-Device-Modbus/distinfo
new file mode 100644
index 000000000000..edffbbbf8532
--- /dev/null
+++ b/devel/p5-Device-Modbus/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1780305643
+SHA256 (Device-Modbus-0.021.tar.gz) = 0b17d9d06e34324ebd2662ce30557f13a2e018780d762033112208604bf0bf81
+SIZE (Device-Modbus-0.021.tar.gz) = 29053
diff --git a/devel/p5-Device-Modbus/pkg-descr b/devel/p5-Device-Modbus/pkg-descr
new file mode 100644
index 000000000000..8a330bbfee34
--- /dev/null
+++ b/devel/p5-Device-Modbus/pkg-descr
@@ -0,0 +1 @@
+Perl distribution to implement Modbus communications
diff --git a/devel/p5-Device-Modbus/pkg-plist b/devel/p5-Device-Modbus/pkg-plist
new file mode 100644
index 000000000000..fb5634ea973d
--- /dev/null
+++ b/devel/p5-Device-Modbus/pkg-plist
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/Device/Modbus.pm
+%%SITE_PERL%%/Device/Modbus/ADU.pm
+%%SITE_PERL%%/Device/Modbus/Client.pm
+%%SITE_PERL%%/Device/Modbus/Exception.pm
+%%SITE_PERL%%/Device/Modbus/Request.pm
+%%SITE_PERL%%/Device/Modbus/Response.pm
+%%SITE_PERL%%/Device/Modbus/Server.pm
+%%SITE_PERL%%/Device/Modbus/Unit.pm
+%%SITE_PERL%%/Device/Modbus/Unit/Route.pm
+%%PERL5_MAN3%%/Device::Modbus.3.gz
+%%PERL5_MAN3%%/Device::Modbus::Client.3.gz
+%%PERL5_MAN3%%/Device::Modbus::Request.3.gz
+%%PERL5_MAN3%%/Device::Modbus::Server.3.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1e8c97.257d5.2d906351>