Bug 182770 - new port textproc/gitlab-grit
Summary: new port textproc/gitlab-grit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 19:10 UTC by loic.blot
Modified: 2013-10-25 04:10 UTC (History)
0 users

See Also:


Attachments
rubygem-gitlab-grit.shar (1.85 KB, text/plain)
2013-10-06 19:10 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 19:10:00 UTC
	Here is a gitlab fork from rubygem-grit, needed by future gitlab port
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-25 04:02:00 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-25 04:02:07 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!