svn commit: r434736 - in head/comms: . rubygem-serialport
Kirill Ponomarew
krion at FreeBSD.org
Fri Feb 24 17:18:02 UTC 2017
Author: krion
Date: Fri Feb 24 17:18:00 2017
New Revision: 434736
URL: https://svnweb.freebsd.org/changeset/ports/434736
Log:
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 at a13.fr
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9774
Added:
head/comms/rubygem-serialport/
head/comms/rubygem-serialport/Makefile (contents, props changed)
head/comms/rubygem-serialport/distinfo (contents, props changed)
head/comms/rubygem-serialport/pkg-descr (contents, props changed)
Modified:
head/comms/Makefile
Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile Fri Feb 24 17:16:31 2017 (r434735)
+++ head/comms/Makefile Fri Feb 24 17:18:00 2017 (r434736)
@@ -154,6 +154,7 @@
SUBDIR += rtl-sdr
SUBDIR += rubygem-callsign
SUBDIR += rubygem-ruby-termios
+ SUBDIR += rubygem-serialport
SUBDIR += rxtx
SUBDIR += scmxx
SUBDIR += sdr-wspr
Added: head/comms/rubygem-serialport/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/rubygem-serialport/Makefile Fri Feb 24 17:18:00 2017 (r434736)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= serialport
+PORTVERSION= 1.3.1
+CATEGORIES= comms rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tj+freebsd_ports at a13.fr
+COMMENT= Library for using RS-232 serial ports
+
+LICENSE= GPLv2
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/comms/rubygem-serialport/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/rubygem-serialport/distinfo Fri Feb 24 17:18:00 2017 (r434736)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1485022418
+SHA256 (rubygem/serialport-1.3.1.gem) = 59293f68d8d6fe8e54726a238f46143f0e5541d4232cc211f10cb627c8219747
+SIZE (rubygem/serialport-1.3.1.gem) = 25088
Added: head/comms/rubygem-serialport/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/comms/rubygem-serialport/pkg-descr Fri Feb 24 17:18:00 2017 (r434736)
@@ -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
More information about the svn-ports-all
mailing list