Date: Fri, 24 Feb 2017 17:18:01 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434736 - in head/comms: . rubygem-serialport Message-ID: <201702241718.v1OHI1hW063919@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702241718.v1OHI1hW063919>