summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-teamocil/Makefile22
-rw-r--r--sysutils/rubygem-teamocil/distinfo2
-rw-r--r--sysutils/rubygem-teamocil/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 470639ab76a2..5924ab5ae9de 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -781,6 +781,7 @@
SUBDIR += rubygem-sys-proctable
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
+ SUBDIR += rubygem-teamocil
SUBDIR += runit
SUBDIR += runwhen
SUBDIR += safe-rm
diff --git a/sysutils/rubygem-teamocil/Makefile b/sysutils/rubygem-teamocil/Makefile
new file mode 100644
index 000000000000..d67bf25893dd
--- /dev/null
+++ b/sysutils/rubygem-teamocil/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rubygem-teamocil
+# Date created: 2012-01-30
+# Whom: Dennis Herrmann <dhn@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= teamocil
+PORTVERSION= 0.3.1
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= dhn@FreeBSD.org
+COMMENT= Helps you to set up window and splits layouts for tmux
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+USE_RAKE= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/teamocil
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-teamocil/distinfo b/sysutils/rubygem-teamocil/distinfo
new file mode 100644
index 000000000000..a11788277b03
--- /dev/null
+++ b/sysutils/rubygem-teamocil/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/teamocil-0.3.1.gem) = 64515d8ce5e33d6515fff763e9bb24b2f9373d441cd684505d23e1fe0f8ee7e3
+SIZE (rubygem/teamocil-0.3.1.gem) = 10752
diff --git a/sysutils/rubygem-teamocil/pkg-descr b/sysutils/rubygem-teamocil/pkg-descr
new file mode 100644
index 000000000000..60e19fcbd92a
--- /dev/null
+++ b/sysutils/rubygem-teamocil/pkg-descr
@@ -0,0 +1,4 @@
+Teamocil is a simple tool used to automatically create sessions,
+windows and splits in tmux with YAML files.
+
+WWW: https://github.com/remiprev/teamocil