diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-24 03:30:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-24 03:30:00 +0800 |
commit | 972523ab9e322fe0232c5e5a9fb11761ed033dff (patch) | |
tree | a0c3da8a71fbc8a67c404503617f155e60af9d8b /devel | |
parent | 6526a6b9bafd64409f2196b345877a3e7d91baac (diff) | |
download | freebsd-ports-gnome-972523ab9e322fe0232c5e5a9fb11761ed033dff.tar.gz freebsd-ports-gnome-972523ab9e322fe0232c5e5a9fb11761ed033dff.tar.zst freebsd-ports-gnome-972523ab9e322fe0232c5e5a9fb11761ed033dff.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-rb-inotify/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-rb-inotify/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-rb-inotify/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e4c54c6ef438..d439f540dfb6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-rb-inotify/Makefile b/devel/rubygem-rb-inotify/Makefile new file mode 100644 index 000000000000..3d19d0ea9367 --- /dev/null +++ b/devel/rubygem-rb-inotify/Makefile @@ -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> diff --git a/devel/rubygem-rb-inotify/distinfo b/devel/rubygem-rb-inotify/distinfo new file mode 100644 index 000000000000..874135ea0cbb --- /dev/null +++ b/devel/rubygem-rb-inotify/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rb-inotify-0.8.8.gem) = 92e0ca792cbf403acb3e51ab15d1f937e9a1adb6e98a05f878ec9387eed423e1 +SIZE (rubygem/rb-inotify-0.8.8.gem) = 13312 diff --git a/devel/rubygem-rb-inotify/pkg-descr b/devel/rubygem-rb-inotify/pkg-descr new file mode 100644 index 000000000000..cfbd0a5c1dd0 --- /dev/null +++ b/devel/rubygem-rb-inotify/pkg-descr @@ -0,0 +1,3 @@ +rubygem-rb-inotify is a ruby wrapper for libinotify, using ffi. + +WWW: http://github.com/nex3/rb-inotify |