From owner-svn-ports-all@FreeBSD.ORG Fri Oct 25 03:35:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4BB1430; Fri, 25 Oct 2013 03:35:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91E69265C; Fri, 25 Oct 2013 03:35:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P3Z0KX070715; Fri, 25 Oct 2013 03:35:00 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9P3YxuF070686; Fri, 25 Oct 2013 03:34:59 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310250334.r9P3YxuF070686@svn.freebsd.org> From: Steve Wills Date: Fri, 25 Oct 2013 03:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331552 - in head/www: . rubygem-gitlab-gollum-lib rubygem-gitlab-gollum-lib/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:35:00 -0000 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 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 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