aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-guard-compat/Makefile18
-rw-r--r--sysutils/rubygem-guard-compat/distinfo2
-rw-r--r--sysutils/rubygem-guard-compat/pkg-descr5
4 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 273ae46b9eb3..f2131906860a 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -815,6 +815,7 @@
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god
SUBDIR += rubygem-guard
+ SUBDIR += rubygem-guard-compat
SUBDIR += rubygem-guard-livereload
SUBDIR += rubygem-guard-minitest
SUBDIR += rubygem-guard-rspec
diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile
new file mode 100644
index 000000000000..bf34698fcfa6
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/Makefile
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= guard-compat
+PORTVERSION= 1.2.0
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Helps creating valid Guard plugins and testing them
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-guard-compat/distinfo b/sysutils/rubygem-guard-compat/distinfo
new file mode 100644
index 000000000000..155aed4aacf7
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/guard-compat-1.2.0.gem) = 7cf9edfa400306bdc64e66950749230d1379bf9076fdb716c5fdf223f6739909
+SIZE (rubygem/guard-compat-1.2.0.gem) = 11264
diff --git a/sysutils/rubygem-guard-compat/pkg-descr b/sysutils/rubygem-guard-compat/pkg-descr
new file mode 100644
index 000000000000..7709dda8cf36
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/pkg-descr
@@ -0,0 +1,5 @@
+Guard::Compat provides only a test helper for testing custom Guard plugins
+currently.
+
+WWW: https://github.com/guard/guard-compat
+RG: https://rubygems.org/gems/guard-compat