svn commit: r331552 - in head/www: . rubygem-gitlab-gollum-lib rubygem-gitlab-gollum-lib/files
Steve Wills
swills at FreeBSD.org
Fri Oct 25 03:35:00 UTC 2013
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 at 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 at 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
More information about the svn-ports-all
mailing list