Add ruby-termios, a Ruby interface to termios.

This commit is contained in:
Akinori MUSHA 2001-08-30 07:26:32 +00:00
parent ec3a4a6023
commit 7b796de734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47146
6 changed files with 50 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += pr
SUBDIR += qico
SUBDIR += qpage
SUBDIR += ruby-termios
SUBDIR += seyon
SUBDIR += sms_client
SUBDIR += snooper

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: ruby-termios
# Date created: 30 August 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= termios
PORTVERSION= 0
CATEGORIES= comms ruby
MASTER_SITES= http://arika.org/pub/Tools/Ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
post-patch:
${RUBY} -i -pe 'gsub /ttyS\d/, "cuaa0"' ${WRKSRC}/test/*.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${CP} -R ${WRKSRC}/test/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/termios.tar.gz) = 7de192eb6f6b16cd17cb6e87df3ef333

View File

@ -0,0 +1 @@
A Ruby interface to termios

View File

@ -0,0 +1,5 @@
Ruby-termios is a Ruby interface to termios.
Authors: Akira Yamada <akira@arika.org>,
Goto Kentaro <gotoken@math.sci.hokudai.ac.jp>
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=ruby-termios+%28serial+ports%29

View File

@ -0,0 +1,8 @@
%%RUBY_SITEARCHLIBDIR%%/termios.so
%%PORTDOCS%%%%RUBY_DOCDIR%%/termios/ChangeLog
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/termios
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test0.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test1.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test2.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test3.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/termios