[NEW PORT] devel/rubygem-event-loop: Event loop for ruby applications

event-loop is a simple signal system and an event loop that
	uses said simple signal system.

	WWW: http://www.brockman.se/software/ruby-event-loop/

PR:		ports/95324
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
Edwin Groothuis 2006-04-05 01:10:34 +00:00
parent d10469eb92
commit 90ef065a9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158806
5 changed files with 42 additions and 0 deletions

View file

@ -1580,6 +1580,7 @@
SUBDIR += ruby-tzfile
SUBDIR += ruby-zoom
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-event-loop
SUBDIR += rubygem-needle
SUBDIR += rubygem-rake
SUBDIR += rubygem-rgl

View file

@ -0,0 +1,17 @@
# Ports collection makefile for: rubygem-event-loop
# Date created: Fri Mar 31 20:45:37 PST 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= event-loop
PORTVERSION= 0.2
CATEGORIES= devel rubygems
MASTER_SITES= http://www.brockman.se/software/ruby-event-loop/
MAINTAINER= alex@foxybanana.com
COMMENT= Event loop for ruby applications
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
SHA256 (rubygem/event-loop-0.2.gem) = 60a1b04aac651de4f653b6576a743bdf6117af713b8a39a933309100121c55fc
MD5 (rubygem/event-loop-0.2.gem) = af9405764977798f4e89188b92321226
SIZE (rubygem/event-loop-0.2.gem) = 36352

View file

@ -0,0 +1,4 @@
event-loop is a simple signal system and an event loop that uses
said simple signal system.
WWW: http://www.brockman.se/software/ruby-event-loop/

View file

@ -0,0 +1,17 @@
%%CACHE_DIR%%/event-loop-%%PORTVERSION%%.gem
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/AUTHORS
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/COPYING
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/ChangeLog
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/GFDL
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/README
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/README.utf-8
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/Rakefile
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/gemspec.rb
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib/event-loop.rb
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib/event-loop/better-definers.rb
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib/event-loop/event-loop.rb
%%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib/event-loop/signal-system.rb
%%SPEC_DIR%%/event-loop-%%PORTVERSION%%.gemspec
@dirrm %%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib/event-loop
@dirrm %%GEMS_DIR%%/event-loop-%%PORTVERSION%%/lib
@dirrm %%GEMS_DIR%%/event-loop-%%PORTVERSION%%