1
0
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:
Steve Wills 2013-10-20 02:03:29 +00:00
parent 673466db8e
commit cfb2a7f0ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330959
4 changed files with 27 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92
SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840

View 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/