svn commit: r385194 - in head/www: . rubygem-gollum-grit_adapter
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 2 16:55:38 UTC 2015
Author: sunpoet
Date: Sat May 2 16:55:36 2015
New Revision: 385194
URL: https://svnweb.freebsd.org/changeset/ports/385194
Log:
- 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
Added:
head/www/rubygem-gollum-grit_adapter/
head/www/rubygem-gollum-grit_adapter/Makefile (contents, props changed)
head/www/rubygem-gollum-grit_adapter/distinfo (contents, props changed)
head/www/rubygem-gollum-grit_adapter/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sat May 2 16:55:31 2015 (r385193)
+++ head/www/Makefile Sat May 2 16:55:36 2015 (r385194)
@@ -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
Added: head/www/rubygem-gollum-grit_adapter/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-gollum-grit_adapter/Makefile Sat May 2 16:55:36 2015 (r385194)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gollum-grit_adapter
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/www/rubygem-gollum-grit_adapter/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-gollum-grit_adapter/distinfo Sat May 2 16:55:36 2015 (r385194)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gollum-grit_adapter-1.0.0.gem) = 87a9bb1e8a508bd3ef3eecff0f593ed4a122cc7fcbae6b5d147d020db0c38509
+SIZE (rubygem/gollum-grit_adapter-1.0.0.gem) = 7680
Added: head/www/rubygem-gollum-grit_adapter/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-gollum-grit_adapter/pkg-descr Sat May 2 16:55:36 2015 (r385194)
@@ -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
More information about the svn-ports-head
mailing list