svn commit: r331550 - in head/textproc: . rubygem-gitlab-grit
Steve Wills
swills at FreeBSD.org
Fri Oct 25 03:01:54 UTC 2013
Author: swills
Date: Fri Oct 25 03:01:52 2013
New Revision: 331550
URL: http://svnweb.freebsd.org/changeset/ports/331550
Log:
Grit is a Ruby library for extracting information from a git repository in an
object oriented manner. GitLab fork
WWW: http://github.com/gitlabhq/grit
PR: ports/182770
Submitted by: Loic Blot <loic.blot at unix-experience.fr>
Added:
head/textproc/rubygem-gitlab-grit/
head/textproc/rubygem-gitlab-grit/Makefile (contents, props changed)
head/textproc/rubygem-gitlab-grit/distinfo (contents, props changed)
head/textproc/rubygem-gitlab-grit/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Fri Oct 25 02:52:15 2013 (r331549)
+++ head/textproc/Makefile Fri Oct 25 03:01:52 2013 (r331550)
@@ -1304,6 +1304,7 @@
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-markdown
SUBDIR += rubygem-github-markup
+ SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-htmlentities
Added: head/textproc/rubygem-gitlab-grit/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-grit/Makefile Fri Oct 25 03:01:52 2013 (r331550)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= gitlab-grit
+PORTVERSION= 2.6.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Library for extracting information from a git repository in an object oriented manner
+
+RUN_DEPENDS= rubygem-charlock_holmes>=0.6.9:${PORTSDIR}/textproc/rubygem-charlock_holmes \
+ rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \
+ rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
+ rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
Added: head/textproc/rubygem-gitlab-grit/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-grit/distinfo Fri Oct 25 03:01:52 2013 (r331550)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab-grit-2.6.0.gem) = b2900956c11e46c76f4b6dee9f04180be69e3090fde626e29e4f0f466ce09257
+SIZE (rubygem/gitlab-grit-2.6.0.gem) = 46080
Added: head/textproc/rubygem-gitlab-grit/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-grit/pkg-descr Fri Oct 25 03:01:52 2013 (r331550)
@@ -0,0 +1,4 @@
+Grit is a Ruby library for extracting information from a git repository in an
+object oriented manner. GitLab fork
+
+WWW: http://github.com/gitlabhq/grit
More information about the svn-ports-head
mailing list