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
This commit is contained in:
parent
5a2dda6134
commit
6d776241f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436730
@ -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
|
||||
|
20
textproc/rubygem-asciidoctor-plantuml/Makefile
Normal file
20
textproc/rubygem-asciidoctor-plantuml/Makefile
Normal file
@ -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>
|
3
textproc/rubygem-asciidoctor-plantuml/distinfo
Normal file
3
textproc/rubygem-asciidoctor-plantuml/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1490206283
|
||||
SHA256 (rubygem/asciidoctor-plantuml-0.0.8.gem) = ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974
|
||||
SIZE (rubygem/asciidoctor-plantuml-0.0.8.gem) = 7680
|
4
textproc/rubygem-asciidoctor-plantuml/pkg-descr
Normal file
4
textproc/rubygem-asciidoctor-plantuml/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user