1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

textproc/rubygem-asciidoctor-epub3: New port

Convert AsciiDoc documents to EPUB3

Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc
documents directly to the EPUB3 and KF8/MOBI e-book formats. It's a tool for
creating highly aesthetic, professional, easy-to-read e-books.

WWW: https://github.com/asciidoctor/asciidoctor-epub3
This commit is contained in:
Danilo G. Baio 2021-08-26 08:08:57 -03:00
parent 8a11a68de5
commit 9b532a543d
4 changed files with 33 additions and 0 deletions

View File

@ -1564,6 +1564,7 @@
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor
SUBDIR += rubygem-asciidoctor-diagram
SUBDIR += rubygem-asciidoctor-epub3
SUBDIR += rubygem-asciidoctor-include-ext
SUBDIR += rubygem-asciidoctor-kroki
SUBDIR += rubygem-asciidoctor-pdf

View File

@ -0,0 +1,24 @@
PORTNAME= asciidoctor-epub3
PORTVERSION= 1.5.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= doceng@FreeBSD.org
COMMENT= Convert AsciiDoc documents to EPUB3
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-asciidoctor>=1.5.6<3:textproc/rubygem-asciidoctor \
rubygem-mime-types>=3.0:misc/rubygem-mime-types \
rubygem-gepub>=1.0.0:textproc/rubygem-gepub
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/asciidoctor-epub3 \
bin/adb-push-ebook
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1629945100
SHA256 (rubygem/asciidoctor-epub3-1.5.1.gem) = efff22bcd2e8562f8ab0df7e13de0247dd8edb3fc41e6286b36ca330c5a69e16
SIZE (rubygem/asciidoctor-epub3-1.5.1.gem) = 2051072

View File

@ -0,0 +1,5 @@
Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc
documents directly to the EPUB3 and KF8/MOBI e-book formats. It's a tool for
creating highly aesthetic, professional, easy-to-read e-books.
WWW: https://github.com/asciidoctor/asciidoctor-epub3