svn commit: r369371 - in head/www: . rubygem-gollum-lib

Steve Wills swills at FreeBSD.org
Sat Sep 27 06:27:12 UTC 2014


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 <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	gollum-lib
+PORTVERSION=	3.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list