diff options
author | krion <krion@FreeBSD.org> | 2017-02-25 01:18:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-25 01:18:00 +0800 |
commit | f96e9fdccc2511418a82190d3af533be4380feaf (patch) | |
tree | 678f240a9f0e530d061dfeaa5d471a619e6d0aed /comms | |
parent | 91907aacc085a18cc963915f2a454e66e5d37a17 (diff) | |
download | freebsd-ports-gnome-f96e9fdccc2511418a82190d3af533be4380feaf.tar.gz freebsd-ports-gnome-f96e9fdccc2511418a82190d3af533be4380feaf.tar.zst freebsd-ports-gnome-f96e9fdccc2511418a82190d3af533be4380feaf.zip |
New port: comms/rubygem-serialport
Ruby/SerialPort is a Ruby library that provides a class for using
RS-232 serial ports.
PR: 216821
Submitted by: tj+freebsd_bugs@a13.fr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9774
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/rubygem-serialport/Makefile | 16 | ||||
-rw-r--r-- | comms/rubygem-serialport/distinfo | 3 | ||||
-rw-r--r-- | comms/rubygem-serialport/pkg-descr | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 81aa52e0133e..d8529ccd5c8c 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -154,6 +154,7 @@ SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios + SUBDIR += rubygem-serialport SUBDIR += rxtx SUBDIR += scmxx SUBDIR += sdr-wspr diff --git a/comms/rubygem-serialport/Makefile b/comms/rubygem-serialport/Makefile new file mode 100644 index 000000000000..0ed31cb1f97e --- /dev/null +++ b/comms/rubygem-serialport/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= serialport +PORTVERSION= 1.3.1 +CATEGORIES= comms rubygems +MASTER_SITES= RG + +MAINTAINER= tj+freebsd_ports@a13.fr +COMMENT= Library for using RS-232 serial ports + +LICENSE= GPLv2 + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/comms/rubygem-serialport/distinfo b/comms/rubygem-serialport/distinfo new file mode 100644 index 000000000000..bcd83d72455b --- /dev/null +++ b/comms/rubygem-serialport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1485022418 +SHA256 (rubygem/serialport-1.3.1.gem) = 59293f68d8d6fe8e54726a238f46143f0e5541d4232cc211f10cb627c8219747 +SIZE (rubygem/serialport-1.3.1.gem) = 25088 diff --git a/comms/rubygem-serialport/pkg-descr b/comms/rubygem-serialport/pkg-descr new file mode 100644 index 000000000000..44e78618920b --- /dev/null +++ b/comms/rubygem-serialport/pkg-descr @@ -0,0 +1,4 @@ +Ruby-SerialPort is a Ruby library that provides a class for using +RS-232 serial ports. + +WWW: https://rubygems.org/gems/serialport |