Bug 182773 - new port www/rubygem-gitlab-gollum-lib
Summary: new port www/rubygem-gitlab-gollum-lib
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-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 19:30 UTC by loic.blot
Modified: 2013-10-25 04:40 UTC (History)
0 users

See Also:


Attachments
rubygem-gitlab-gollum-lib.shar (2.13 KB, text/plain)
2013-10-06 19:30 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:30:00 UTC
	Here is the lab gitlab gem. Only two other deps are to add and we can begin to create gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 19:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-25 04:35:07 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-25 04:35:07 UTC
Author: swills
Date: Fri Oct 25 03:34:58 2013
New Revision: 331552
URL: http://svnweb.freebsd.org/changeset/ports/331552

Log:
  A simple, Git-powered wiki with a sweet API and local frontend.
  
  WWW: http://github.com/gollum/gollum-lib
  
  PR:		ports/182773
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-gitlab-gollum-lib/
  head/www/rubygem-gitlab-gollum-lib/Makefile   (contents, props changed)
  head/www/rubygem-gitlab-gollum-lib/distinfo   (contents, props changed)
  head/www/rubygem-gitlab-gollum-lib/files/
  head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec   (contents, props changed)
  head/www/rubygem-gitlab-gollum-lib/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Oct 25 03:20:53 2013	(r331551)
+++ head/www/Makefile	Fri Oct 25 03:34:58 2013	(r331552)
@@ -1760,6 +1760,7 @@
     SUBDIR += rubygem-feed-normalizer
     SUBDIR += rubygem-feedzirra
     SUBDIR += rubygem-geminabox
+    SUBDIR += rubygem-gitlab-gollum-lib
     SUBDIR += rubygem-gitlab-grack
     SUBDIR += rubygem-gon
     SUBDIR += rubygem-haml

Added: head/www/rubygem-gitlab-gollum-lib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-gollum-lib/Makefile	Fri Oct 25 03:34:58 2013	(r331552)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	gitlab-gollum-lib
+PORTVERSION=	1.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Simple, Git-powered wiki with a sweet API and local frontend.
+
+RUN_DEPENDS=	rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \
+		rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \
+		rubygem-gitlab-grit>=2.5.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \
+		rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb \
+		rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \
+		rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-gitlab-gollum-lib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-gollum-lib/distinfo	Fri Oct 25 03:34:58 2013	(r331552)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab-gollum-lib-1.0.1.gem) = bfd7aa157169be8f644885cb2ed6142b63c77eb362fba36c8fba81a183286528
+SIZE (rubygem/gitlab-gollum-lib-1.0.1.gem) = 41984

Added: head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec	Fri Oct 25 03:34:58 2013	(r331552)
@@ -0,0 +1,20 @@
+--- gitlab-gollum-lib-1.0.1.gemspec.orig	2013-10-25 03:30:05.274800136 +0000
++++ gitlab-gollum-lib-1.0.1.gemspec	2013-10-25 03:30:30.496797075 +0000
+@@ -65,7 +65,7 @@
+     requirements:
+     - - ~>
+       - !ruby/object:Gem::Version
+-        version: 0.4.2
++        version: 0.5.2
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+@@ -93,7 +93,7 @@
+     requirements:
+     - - ~>
+       - !ruby/object:Gem::Version
+-        version: 1.5.9
++        version: 1.6.0
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement

Added: head/www/rubygem-gitlab-gollum-lib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-gollum-lib/pkg-descr	Fri Oct 25 03:34:58 2013	(r331552)
@@ -0,0 +1,3 @@
+A simple, Git-powered wiki with a sweet API and local frontend.
+
+WWW: http://github.com/gollum/gollum-lib
_______________________________________________
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"