From 333962fb94086dec5f79ac10da278ba40e60dd62 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sun, 26 Jun 2011 03:21:27 +0000 Subject: - Update to 0.9.6 - Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9 - Development of ruby's termios has moved - Name changed to termios -> ruby-termios - Bump PORTREVISION on ports with dependency changes With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Checked by: make index --- comms/rubygem-ruby-termios/Makefile | 19 +++++++++++++++++++ comms/rubygem-ruby-termios/distinfo | 2 ++ comms/rubygem-ruby-termios/pkg-descr | 3 +++ 3 files changed, 24 insertions(+) create mode 100644 comms/rubygem-ruby-termios/Makefile create mode 100644 comms/rubygem-ruby-termios/distinfo create mode 100644 comms/rubygem-ruby-termios/pkg-descr (limited to 'comms/rubygem-ruby-termios') diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile new file mode 100644 index 000000000000..489dfbb4a3be --- /dev/null +++ b/comms/rubygem-ruby-termios/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: rubygem-ruby-termios +# Date created: June 25, 2011 +# Whom: Philip M. Gollucci +# +# $FreeBSD$ + +PORTNAME= ruby-termios +PORTVERSION= 0.9.6 +CATEGORIES= comms rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A Ruby interface to termios + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/comms/rubygem-ruby-termios/distinfo b/comms/rubygem-ruby-termios/distinfo new file mode 100644 index 000000000000..0602bc2bbbc4 --- /dev/null +++ b/comms/rubygem-ruby-termios/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-termios-0.9.6.gem) = 1ca5f258535db66613de6bbf04a1c34894972a0dd1e6e475a9adba5a74e1a2c3 +SIZE (rubygem/ruby-termios-0.9.6.gem) = 15360 diff --git a/comms/rubygem-ruby-termios/pkg-descr b/comms/rubygem-ruby-termios/pkg-descr new file mode 100644 index 000000000000..40822b1a8163 --- /dev/null +++ b/comms/rubygem-ruby-termios/pkg-descr @@ -0,0 +1,3 @@ +Ruby-termios is a Ruby interface to termios. + +WWW: https://github.com/arika/ruby-termios -- cgit v1.2.3