aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-guard
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-22 13:04:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-22 13:04:14 +0000
commit4cb49c57a98e64e6d7d4008dfc0609b1b3b35300 (patch)
tree1cec76f5e3df806918781606dbde9e80a27b373d /sysutils/rubygem-guard
parente12bf516502e0aa2209e451f879490d42f8b031f (diff)
downloadports-4cb49c57a98e64e6d7d4008dfc0609b1b3b35300.tar.gz
ports-4cb49c57a98e64e6d7d4008dfc0609b1b3b35300.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
Notes
Notes: svn path=/head/; revision=284098
Diffstat (limited to 'sysutils/rubygem-guard')
-rw-r--r--sysutils/rubygem-guard/Makefile24
-rw-r--r--sysutils/rubygem-guard/distinfo2
-rw-r--r--sysutils/rubygem-guard/pkg-descr3
3 files changed, 29 insertions, 0 deletions
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