diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-22 21:04:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-22 21:04:14 +0800 |
commit | 82e23f3e868b5cdf7f4a5c8ebe58a1f1161c4b38 (patch) | |
tree | fac27a9fe573aea01d992ba02381ab6363431fa1 /sysutils | |
parent | 2255791cb3a7b4b4370f161a2658143a6a77358b (diff) | |
download | freebsd-ports-gnome-82e23f3e868b5cdf7f4a5c8ebe58a1f1161c4b38.tar.gz freebsd-ports-gnome-82e23f3e868b5cdf7f4a5c8ebe58a1f1161c4b38.tar.zst freebsd-ports-gnome-82e23f3e868b5cdf7f4a5c8ebe58a1f1161c4b38.zip |
- Add rubygem-guard 0.8.7
Guard is a command line tool that easily handle events on files modifications.
WWW: https://github.com/guard/guard
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-guard/Makefile | 24 | ||||
-rw-r--r-- | sysutils/rubygem-guard/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-guard/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a91de9d149b6..caea07b85608 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -771,6 +771,7 @@ SUBDIR += rubygem-chef SUBDIR += rubygem-fssm SUBDIR += rubygem-god + SUBDIR += rubygem-guard SUBDIR += rubygem-log4r SUBDIR += rubygem-murder SUBDIR += rubygem-ohai diff --git a/sysutils/rubygem-guard/Makefile b/sysutils/rubygem-guard/Makefile new file mode 100644 index 000000000000..7e52ed831879 --- /dev/null +++ b/sysutils/rubygem-guard/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rubygem-guard +# Date created: 2011-10-20 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= guard +PORTVERSION= 0.8.7 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Command line tool to easily handle events on file system modifications + +RUN_DEPENDS= rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/guard + +.include <bsd.port.mk> diff --git a/sysutils/rubygem-guard/distinfo b/sysutils/rubygem-guard/distinfo new file mode 100644 index 000000000000..4c2f022bcbce --- /dev/null +++ b/sysutils/rubygem-guard/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/guard-0.8.7.gem) = b579d9eac4d81555584e724c3b1b1d965cb5eee615ba35636c0bc2b970ca81f6 +SIZE (rubygem/guard-0.8.7.gem) = 48640 diff --git a/sysutils/rubygem-guard/pkg-descr b/sysutils/rubygem-guard/pkg-descr new file mode 100644 index 000000000000..376343590900 --- /dev/null +++ b/sysutils/rubygem-guard/pkg-descr @@ -0,0 +1,3 @@ +Guard is a command line tool that easily handle events on files modifications. + +WWW: https://github.com/guard/guard |