mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
A fast, open source text processor and publishing toolchain, written in Ruby,
for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and custom outupt formats. WWW: http://asciidoctor.org/ PR: ports/182650 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
673466db8e
commit
cfb2a7f0ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330959
@ -1282,6 +1282,7 @@
|
||||
SUBDIR += ruby-xmlparser
|
||||
SUBDIR += ruby-xmlscan
|
||||
SUBDIR += rubygem-albino
|
||||
SUBDIR += rubygem-asciidoctor
|
||||
SUBDIR += rubygem-augeas
|
||||
SUBDIR += rubygem-charlock_holmes
|
||||
SUBDIR += rubygem-coderay
|
||||
|
19
textproc/rubygem-asciidoctor/Makefile
Normal file
19
textproc/rubygem-asciidoctor/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asciidoctor
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A fast, open source text processor and publishing toolchain
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-asciidoctor/distinfo
Normal file
2
textproc/rubygem-asciidoctor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92
|
||||
SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840
|
5
textproc/rubygem-asciidoctor/pkg-descr
Normal file
5
textproc/rubygem-asciidoctor/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A fast, open source text processor and publishing toolchain, written in Ruby,
|
||||
for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
|
||||
custom outupt formats.
|
||||
|
||||
WWW: http://asciidoctor.org/
|
Loading…
Reference in New Issue
Block a user