1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

FSEvents API with Signals catching (without RubyCocoa).

WWW: http://rubygems.org/gems/rb-fsevent/

PR:		ports/187587
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
Steve Wills 2014-03-15 22:44:32 +00:00
parent 08c27167c9
commit 99d281e040
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348383
4 changed files with 24 additions and 0 deletions

View File

@ -4311,6 +4311,7 @@
SUBDIR += rubygem-rake-compiler
SUBDIR += rubygem-rapt
SUBDIR += rubygem-rash
SUBDIR += rubygem-rb-fsevent
SUBDIR += rubygem-rb-inotify
SUBDIR += rubygem-rb-kqueue
SUBDIR += rubygem-rcov

View File

@ -0,0 +1,18 @@
# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= rb-fsevent
PORTVERSION= 0.9.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= FSEvents API with Signals catching (without RubyCocoa)
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rb-fsevent-0.9.4.gem) = 474d45dfeb737f71dd3ee7e3f40ef125954bb7f29aabe23a8c939819752f2e8a
SIZE (rubygem/rb-fsevent-0.9.4.gem) = 128000

View File

@ -0,0 +1,3 @@
FSEvents API with Signals catching (without RubyCocoa).
WWW: http://rubygems.org/gems/rb-fsevent/