svn commit: r386191 - in head/textproc: . rubygem-html-pipeline-gitlab rubygem-html-pipeline-gitlab/files
Michael Moll
mmoll at FreeBSD.org
Wed May 13 00:45:30 UTC 2015
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 <ports at toco-domains.de>
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 at 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 <bsd.port.mk>
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<pry>, ["~> 0.9"])
+ s.add_runtime_dependency(%q<html-pipeline>, ["~> 1.11.0"])
+ s.add_runtime_dependency(%q<gitlab_emoji>, ["~> 0.1"])
+- s.add_runtime_dependency(%q<sanitize>, ["~> 2.1"])
++ s.add_runtime_dependency(%q<sanitize>, [">= 2.1"])
+ s.add_runtime_dependency(%q<actionpack>, ["~> 4"])
+ s.add_runtime_dependency(%q<mime-types>, [">= 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
More information about the svn-ports-all
mailing list