From owner-svn-ports-all@freebsd.org Wed Nov 23 14:32:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 441B5C51E9C; Wed, 23 Nov 2016 14:32:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 073C21DA8; Wed, 23 Nov 2016 14:32:54 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANEWsjc080159; Wed, 23 Nov 2016 14:32:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEWrOK080154; Wed, 23 Nov 2016 14:32:53 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611231432.uANEWrOK080154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 14:32:53 +0000 (UTC) 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 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.23 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: Wed, 23 Nov 2016 14:32:55 -0000 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 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