aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-03 00:55:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-03 00:55:36 +0800
commitc7dcb99c6a6fe515b5591fdff886fc5425c62533 (patch)
treec8eff33a203da2c4711c897f61ebd11bd2632d15 /www
parent9ac987c3921470bdd4f7a8f1f231a698bdb4a0c9 (diff)
downloadfreebsd-ports-gnome-c7dcb99c6a6fe515b5591fdff886fc5425c62533.tar.gz
freebsd-ports-gnome-c7dcb99c6a6fe515b5591fdff886fc5425c62533.tar.zst
freebsd-ports-gnome-c7dcb99c6a6fe515b5591fdff886fc5425c62533.zip
- Add rubygem-gollum-grit_adapter 1.0.0
rubygem-gollum-grit_adapter is an adapter for gollum to use Grit at the backend. WWW: https://github.com/gollum/grit_adapter
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-gollum-grit_adapter/Makefile20
-rw-r--r--www/rubygem-gollum-grit_adapter/distinfo2
-rw-r--r--www/rubygem-gollum-grit_adapter/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b2fac041dff4..12015e2501a2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1821,6 +1821,7 @@
SUBDIR += rubygem-gitlab-flowdock-git-hook
SUBDIR += rubygem-gitlab-gollum-lib
SUBDIR += rubygem-gitlab-grack
+ SUBDIR += rubygem-gollum-grit_adapter
SUBDIR += rubygem-gollum-lib
SUBDIR += rubygem-gon
SUBDIR += rubygem-gon-rails4
diff --git a/www/rubygem-gollum-grit_adapter/Makefile b/www/rubygem-gollum-grit_adapter/Makefile
new file mode 100644
index 000000000000..8a6a8ef33b4b
--- /dev/null
+++ b/www/rubygem-gollum-grit_adapter/Makefile
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gollum-grit_adapter
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Adapter for Gollum to use Grit at the backend
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-gollum-grit_adapter/distinfo b/www/rubygem-gollum-grit_adapter/distinfo
new file mode 100644
index 000000000000..ed16a31111a2
--- /dev/null
+++ b/www/rubygem-gollum-grit_adapter/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gollum-grit_adapter-1.0.0.gem) = 87a9bb1e8a508bd3ef3eecff0f593ed4a122cc7fcbae6b5d147d020db0c38509
+SIZE (rubygem/gollum-grit_adapter-1.0.0.gem) = 7680
diff --git a/www/rubygem-gollum-grit_adapter/pkg-descr b/www/rubygem-gollum-grit_adapter/pkg-descr
new file mode 100644
index 000000000000..d7e3dcae7802
--- /dev/null
+++ b/www/rubygem-gollum-grit_adapter/pkg-descr
@@ -0,0 +1,3 @@
+rubygem-gollum-grit_adapter is an adapter for gollum to use Grit at the backend.
+
+WWW: https://github.com/gollum/grit_adapter