svn commit: r436730 - in head/textproc: . rubygem-asciidoctor-plantuml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 22 21:04:05 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	asciidoctor-plantuml
+PORTVERSION=	0.0.8
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list