From owner-svn-ports-head@FreeBSD.ORG Wed May 13 00:45:30 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73BF9113; Wed, 13 May 2015 00:45:30 +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 60F0F1E77; Wed, 13 May 2015 00:45:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4D0jUqg003964; Wed, 13 May 2015 00:45:30 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4D0jTZP003953; Wed, 13 May 2015 00:45:29 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505130045.t4D0jTZP003953@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Wed, 13 May 2015 00:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386191 - in head/textproc: . rubygem-html-pipeline-gitlab rubygem-html-pipeline-gitlab/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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 13 May 2015 00:45:30 -0000 Author: mmoll Date: Wed May 13 00:45:28 2015 New Revision: 386191 URL: https://svnweb.freebsd.org/changeset/ports/386191 Log: new port: textproc/rubygem-html-pipeline-gitlab Rubygem containing extension filters for html-pipeline used by GitLab WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab PR: 199917 Differential Revision: https://reviews.freebsd.org/D2529 Submitted by: Torsten Zuehlsdorff Reviewed by: mat (mentor) Added: head/textproc/rubygem-html-pipeline-gitlab/ head/textproc/rubygem-html-pipeline-gitlab/Makefile (contents, props changed) head/textproc/rubygem-html-pipeline-gitlab/distinfo (contents, props changed) head/textproc/rubygem-html-pipeline-gitlab/files/ head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec (contents, props changed) head/textproc/rubygem-html-pipeline-gitlab/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 13 00:43:04 2015 (r386190) +++ head/textproc/Makefile Wed May 13 00:45:28 2015 (r386191) @@ -1351,6 +1351,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml Added: head/textproc/rubygem-html-pipeline-gitlab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-html-pipeline-gitlab/Makefile Wed May 13 00:45:28 2015 (r386191) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= html-pipeline-gitlab +PORTVERSION= 0.2.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extension filters for html-pipeline used by GitLab + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-gitlab_emoji>=0.1.0:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ + rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \ + rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-html-pipeline-gitlab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-html-pipeline-gitlab/distinfo Wed May 13 00:45:28 2015 (r386191) @@ -0,0 +1,2 @@ +SHA256 (rubygem/html-pipeline-gitlab-0.2.0.gem) = 3631eedbf33ff56eda6a6ee898277fe47f188377c19e55b20d4eac8f95208448 +SIZE (rubygem/html-pipeline-gitlab-0.2.0.gem) = 9216 Added: head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec Wed May 13 00:45:28 2015 (r386191) @@ -0,0 +1,11 @@ +--- html-pipeline-gitlab.gemspec.orig 2015-05-12 18:41:42 UTC ++++ html-pipeline-gitlab.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q, ["~> 0.9"]) + s.add_runtime_dependency(%q, ["~> 1.11.0"]) + s.add_runtime_dependency(%q, ["~> 0.1"]) +- s.add_runtime_dependency(%q, ["~> 2.1"]) ++ s.add_runtime_dependency(%q, [">= 2.1"]) + s.add_runtime_dependency(%q, ["~> 4"]) + s.add_runtime_dependency(%q, [">= 0"]) + else Added: head/textproc/rubygem-html-pipeline-gitlab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-html-pipeline-gitlab/pkg-descr Wed May 13 00:45:28 2015 (r386191) @@ -0,0 +1,3 @@ +This gem contains extension filters for html-pipeline used by GitLab. + +WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab