diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-20 02:03:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-20 02:03:29 +0000 |
commit | cfb2a7f0cab857171677d272b1ad869887f76997 (patch) | |
tree | ad57e2b4f7b09323f267ebc6abc224885805fd7c /textproc/rubygem-asciidoctor | |
parent | 673466db8e00f6e9b71aaf7077d2a704efc47da7 (diff) | |
download | ports-cfb2a7f0cab857171677d272b1ad869887f76997.tar.gz ports-cfb2a7f0cab857171677d272b1ad869887f76997.zip |
Notes
Diffstat (limited to 'textproc/rubygem-asciidoctor')
-rw-r--r-- | textproc/rubygem-asciidoctor/Makefile | 19 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor/pkg-descr | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-asciidoctor/Makefile b/textproc/rubygem-asciidoctor/Makefile new file mode 100644 index 000000000000..57d742c2a7d0 --- /dev/null +++ b/textproc/rubygem-asciidoctor/Makefile @@ -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> diff --git a/textproc/rubygem-asciidoctor/distinfo b/textproc/rubygem-asciidoctor/distinfo new file mode 100644 index 000000000000..9063b5da2aec --- /dev/null +++ b/textproc/rubygem-asciidoctor/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92 +SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840 diff --git a/textproc/rubygem-asciidoctor/pkg-descr b/textproc/rubygem-asciidoctor/pkg-descr new file mode 100644 index 000000000000..e1ab58a3e1c6 --- /dev/null +++ b/textproc/rubygem-asciidoctor/pkg-descr @@ -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/ |