From owner-dev-commits-ports-all@freebsd.org Sun May 30 22:48:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8114E639146; Sun, 30 May 2021 22:48:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtYVt3Chvz4fQJ; Sun, 30 May 2021 22:48:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56D4D25142; Sun, 30 May 2021 22:48:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14UMmcHF094370; Sun, 30 May 2021 22:48:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UMmclk094369; Sun, 30 May 2021 22:48:38 GMT (envelope-from git) Date: Sun, 30 May 2021 22:48:38 GMT Message-Id: <202105302248.14UMmclk094369@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rodrigo Osorio Subject: git: 2ae62d5a2d18 - main - comm/rtl-445: New port : Generic RF data receiver and decoder for ISM band device MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rodrigo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ae62d5a2d18450a8a1cb34f7961630749c7fc0e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 22:48:38 -0000 The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ae62d5a2d18450a8a1cb34f7961630749c7fc0e commit 2ae62d5a2d18450a8a1cb34f7961630749c7fc0e Author: Rodrigo Osorio AuthorDate: 2021-05-31 00:23:03 +0000 Commit: Rodrigo Osorio CommitDate: 2021-05-31 00:47:59 +0000 comm/rtl-445: New port : Generic RF data receiver and decoder for ISM band device --- comms/Makefile | 1 + comms/rtl-443/Makefile | 21 +++++++++++++++++++++ comms/rtl-443/distinfo | 3 +++ comms/rtl-443/pkg-descr | 8 ++++++++ comms/rtl-443/pkg-plist | 30 ++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+) diff --git a/comms/Makefile b/comms/Makefile index 0708891bf88f..292366f08766 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -151,6 +151,7 @@ SUBDIR += qtel SUBDIR += redsea SUBDIR += remserial + SUBDIR += rtl-443 SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios diff --git a/comms/rtl-443/Makefile b/comms/rtl-443/Makefile new file mode 100644 index 000000000000..7e5d5c3d7b2a --- /dev/null +++ b/comms/rtl-443/Makefile @@ -0,0 +1,21 @@ +# Created by: Rodrigo Osorio + +PORTNAME= rtl-433 +PORTVERSION= 21.05 +CATEGORIES= comms hamradio + +MAINTAINER= rodrigo@FeeBSD.org +COMMENT= Generic RF data receiver and decoder for ISM band devices + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= merbanan +GH_PROJECT= rtl_433 + +.include diff --git a/comms/rtl-443/distinfo b/comms/rtl-443/distinfo new file mode 100644 index 000000000000..f95d99799064 --- /dev/null +++ b/comms/rtl-443/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622363752 +SHA256 (merbanan-rtl_433-21.05_GH0.tar.gz) = d8b87535b4e65264018771b6b288259d81137482fc938d01e0c03ac071c03bd5 +SIZE (merbanan-rtl_433-21.05_GH0.tar.gz) = 915608 diff --git a/comms/rtl-443/pkg-descr b/comms/rtl-443/pkg-descr new file mode 100644 index 000000000000..1cb41c5e793d --- /dev/null +++ b/comms/rtl-443/pkg-descr @@ -0,0 +1,8 @@ +rtl_433 is a generic data receiver, mainly for the 433.92 MHz, 868 MHz +(SRD), 315 MHz, and 915 MHz ISM bands. It works with RTL-SDR and/or +SoapySDR. Actively tested and supported are Realtek RTL2832 based DVB +dongles (using RTL-SDR) and LimeSDR (LimeSDR USB and LimeSDR mini +engineering samples kindly provided by MyriadRf), PlutoSDR, HackRF One +(using SoapySDR drivers), as well as SoapyRemote. + +WWW: https://github.com/merbanan/rtl_433 diff --git a/comms/rtl-443/pkg-plist b/comms/rtl-443/pkg-plist new file mode 100644 index 000000000000..45f9551a5211 --- /dev/null +++ b/comms/rtl-443/pkg-plist @@ -0,0 +1,30 @@ +bin/rtl_433 +etc/rtl_433/CAME-TOP432.conf +etc/rtl_433/EV1527-4Button-Universal-Remote.conf +etc/rtl_433/EV1527-PIR-Sgooway.conf +etc/rtl_433/FAN-53T.conf +etc/rtl_433/HeatmiserPRT-W.conf +etc/rtl_433/MightyMule-FM231.conf +etc/rtl_433/SMC5326-Remote.conf +etc/rtl_433/SalusRT300RF.conf +etc/rtl_433/Skylink_HA-434TL.conf +etc/rtl_433/adlm_fprf.conf +etc/rtl_433/atc-technology_lmt-430.conf +etc/rtl_433/car_fob.conf +etc/rtl_433/chungear_bcf-0019x2.conf +etc/rtl_433/dooya_curtain.conf +etc/rtl_433/energy_count_3000.conf +etc/rtl_433/fan-11t.conf +etc/rtl_433/friedlandevo.conf +etc/rtl_433/led-light-remote.conf +etc/rtl_433/pir-ef4.conf +etc/rtl_433/rtl_433.example.conf +etc/rtl_433/silverline_doorbell.conf +etc/rtl_433/sonoff_rm433.conf +etc/rtl_433/steffen_switch.conf +etc/rtl_433/tesla_charge-port-opener.conf +etc/rtl_433/valeo_car_key.conf +etc/rtl_433/verisure_alarm.conf +include/rtl_433.h +include/rtl_433_devices.h +share/man/man1/rtl_433.1.gz