From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 06:27:12 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 08685CB0; Sat, 27 Sep 2014 06:27:12 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD268274; Sat, 27 Sep 2014 06:27:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R6RBDt055116; Sat, 27 Sep 2014 06:27:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R6RAtq055110; Sat, 27 Sep 2014 06:27:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270627.s8R6RAtq055110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 06:27:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369371 - in head/www: . rubygem-gollum-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 06:27:12 -0000 Author: swills Date: Sat Sep 27 06:27:10 2014 New Revision: 369371 URL: http://svnweb.freebsd.org/changeset/ports/369371 QAT: https://qat.redports.org/buildarchive/r369371/ Log: www/rubygem-gollum-lib: create port A simple, Git-powered wiki with a sweet API and local frontend. WWW: http://github.com/gollum/gollum-lib Submitted by: xmj Added: head/www/rubygem-gollum-lib/ head/www/rubygem-gollum-lib/Makefile (contents, props changed) head/www/rubygem-gollum-lib/distinfo (contents, props changed) head/www/rubygem-gollum-lib/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 27 06:22:28 2014 (r369370) +++ head/www/Makefile Sat Sep 27 06:27:10 2014 (r369371) @@ -1769,6 +1769,7 @@ SUBDIR += rubygem-geminabox SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack + SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gon SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay Added: head/www/rubygem-gollum-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gollum-lib/Makefile Sat Sep 27 06:27:10 2014 (r369371) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= gollum-lib +PORTVERSION= 3.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple, Git-powered wiki with a sweet API and local frontend + +LICENSE= MIT + +RUN_DEPENDS= rubygem-github-markup>=1.1.0:${PORTSDIR}/textproc/rubygem-github-markup \ + rubygem-gitlab-grit>=2.6.5:${PORTSDIR}/textproc/rubygem-gitlab-grit \ + rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-rouge>=1.3.3:${PORTSDIR}/textproc/rubygem-rouge \ + rubygem-sanitize>=2.1.0:${PORTSDIR}/textproc/rubygem-sanitize \ + rubygem-stringex>=2.5.1:${PORTSDIR}/devel/rubygem-stringex + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-gollum-lib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gollum-lib/distinfo Sat Sep 27 06:27:10 2014 (r369371) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gollum-lib-3.0.0.gem) = 7a0896cae6d443e42b19e1353f1f900684b63109844cfdb52c48d40f2824e7a1 +SIZE (rubygem/gollum-lib-3.0.0.gem) = 43008 Added: head/www/rubygem-gollum-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gollum-lib/pkg-descr Sat Sep 27 06:27:10 2014 (r369371) @@ -0,0 +1,3 @@ +A simple, Git-powered wiki with a sweet API and local frontend. + +WWW: http://github.com/gollum/gollum-lib