1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Add rubygem-rb-inotify 0.8.8

rubygem-rb-inotify is a ruby wrapper for libinotify, using ffi.

WWW: http://github.com/nex3/rb-inotify
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-23 19:30:00 +00:00
parent fa7486f56e
commit f36cd3377b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284209
4 changed files with 29 additions and 0 deletions

View File

@ -3452,6 +3452,7 @@
SUBDIR += rubygem-rapt
SUBDIR += rubygem-rascut
SUBDIR += rubygem-rash
SUBDIR += rubygem-rb-inotify
SUBDIR += rubygem-rcov
SUBDIR += rubygem-rdoc
SUBDIR += rubygem-require_all

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-rb-inotify
# Date created: 2011-10-20
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rb-inotify
PORTVERSION= 0.8.8
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for libinotify, using ffi
LIB_DEPENDS= inotify:${PORTSDIR}/devel/libinotify
RUN_DEPENDS= rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rb-inotify-0.8.8.gem) = 92e0ca792cbf403acb3e51ab15d1f937e9a1adb6e98a05f878ec9387eed423e1
SIZE (rubygem/rb-inotify-0.8.8.gem) = 13312

View File

@ -0,0 +1,3 @@
rubygem-rb-inotify is a ruby wrapper for libinotify, using ffi.
WWW: http://github.com/nex3/rb-inotify