Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 14:32:53 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426924 - in head/textproc: . rubygem-gitlab-markup
Message-ID:  <201611231432.uANEWrOK080154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Nov 23 14:32:53 2016
New Revision: 426924
URL: https://svnweb.freebsd.org/changeset/ports/426924

Log:
  New port: textproc/rubygem-gitlab-markup
  
  This gem is used by GitLab to render any fancy markup such as Markdown,
  Textile, Org-Mode, etc. Fork it and add your own!
  
  WWW: https://gitlab.com/gitlab-org/gitlab-markup
  
  Approved by: mentors (implicit)

Added:
  head/textproc/rubygem-gitlab-markup/
  head/textproc/rubygem-gitlab-markup/Makefile   (contents, props changed)
  head/textproc/rubygem-gitlab-markup/distinfo   (contents, props changed)
  head/textproc/rubygem-gitlab-markup/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Nov 23 14:31:14 2016	(r426923)
+++ head/textproc/Makefile	Wed Nov 23 14:32:53 2016	(r426924)
@@ -1440,6 +1440,7 @@
     SUBDIR += rubygem-github-markup
     SUBDIR += rubygem-gitlab-grit
     SUBDIR += rubygem-gitlab-linguist
+    SUBDIR += rubygem-gitlab-markup
     SUBDIR += rubygem-heredoc_unindent
     SUBDIR += rubygem-hikidoc
     SUBDIR += rubygem-html-pipeline

Added: head/textproc/rubygem-gitlab-markup/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-markup/Makefile	Wed Nov 23 14:32:53 2016	(r426924)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	gitlab-markup
+PORTVERSION=	1.5.0
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Render any fancy GitLab markup
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem shebangfix
+SHEBANG_FILES=	script/bootstrap \
+		script/cibuild
+
+PLIST_FILES=	bin/github-markup
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-gitlab-markup/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-markup/distinfo	Wed Nov 23 14:32:53 2016	(r426924)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479911001
+SHA256 (rubygem/gitlab-markup-1.5.0.gem) = aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b
+SIZE (rubygem/gitlab-markup-1.5.0.gem) = 26624

Added: head/textproc/rubygem-gitlab-markup/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-gitlab-markup/pkg-descr	Wed Nov 23 14:32:53 2016	(r426924)
@@ -0,0 +1,4 @@
+This gem is used by GitLab to render any fancy markup such as Markdown,
+Textile, Org-Mode, etc. Fork it and add your own!
+
+https://gitlab.com/gitlab-org/gitlab-markup



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231432.uANEWrOK080154>