Date: Wed, 22 Mar 2017 21:04:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436730 - in head/textproc: . rubygem-asciidoctor-plantuml Message-ID: <201703222104.v2ML43bK013532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Mar 22 21:04:03 2017 New Revision: 436730 URL: https://svnweb.freebsd.org/changeset/ports/436730 Log: Add rubygem-asciidoctor-plantuml 0.0.8 Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams to your AsciiDoc documents. WWW: https://github.com/hsanson/asciidoctor-plantuml Added: head/textproc/rubygem-asciidoctor-plantuml/ head/textproc/rubygem-asciidoctor-plantuml/Makefile (contents, props changed) head/textproc/rubygem-asciidoctor-plantuml/distinfo (contents, props changed) head/textproc/rubygem-asciidoctor-plantuml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 22 21:03:58 2017 (r436729) +++ head/textproc/Makefile Wed Mar 22 21:04:03 2017 (r436730) @@ -1437,6 +1437,7 @@ SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor + SUBDIR += rubygem-asciidoctor-plantuml SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-babel-source SUBDIR += rubygem-babel-transpiler Added: head/textproc/rubygem-asciidoctor-plantuml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-plantuml/Makefile Wed Mar 22 21:04:03 2017 (r436730) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= asciidoctor-plantuml +PORTVERSION= 0.0.8 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Asciidoctor PlantUML extension + +LICENSE= MIT + +RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/textproc/rubygem-asciidoctor-plantuml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-plantuml/distinfo Wed Mar 22 21:04:03 2017 (r436730) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490206283 +SHA256 (rubygem/asciidoctor-plantuml-0.0.8.gem) = ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974 +SIZE (rubygem/asciidoctor-plantuml-0.0.8.gem) = 7680 Added: head/textproc/rubygem-asciidoctor-plantuml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-asciidoctor-plantuml/pkg-descr Wed Mar 22 21:04:03 2017 (r436730) @@ -0,0 +1,4 @@ +Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams +to your AsciiDoc documents. + +WWW: https://github.com/hsanson/asciidoctor-plantuml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703222104.v2ML43bK013532>