[147968] trunk/dports/textproc

cal at macports.org cal at macports.org
Thu Apr 21 11:35:58 PDT 2016


Revision: 147968
          https://trac.macports.org/changeset/147968
Author:   cal at macports.org
Date:     2016-04-21 11:35:57 -0700 (Thu, 21 Apr 2016)
Log Message:
-----------
asciidoctor: new port, closes #51087

Added Paths:
-----------
    trunk/dports/textproc/asciidoctor/
    trunk/dports/textproc/asciidoctor/Portfile

Added: trunk/dports/textproc/asciidoctor/Portfile
===================================================================
--- trunk/dports/textproc/asciidoctor/Portfile	                        (rev 0)
+++ trunk/dports/textproc/asciidoctor/Portfile	2016-04-21 18:35:57 UTC (rev 147968)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          asciidoctor 1.5.4 gem {} rubygems ruby22
+name                asciidoctor
+
+# Prevent addition of the ruby interpreter version number as suffix to command line tools
+set ruby.link_binaries_suffix ""
+
+categories          textproc
+platforms           darwin
+
+license             MIT
+maintainers         kollerie.com:guido \
+                    openmaintainer
+description         Formatter/translator for text files to numerous formats
+long_description    Asciidoctor is a fast text processor and publishing \
+                    toolchain for converting AsciiDoc content to HTML5, \
+                    DocBook 5 (or 4.5) and other formats. Asciidoctor is \
+                    written in Ruby, packaged as a RubyGem and published \
+                    to RubyGems.org. The gem is also included in several \
+                    Linux distributions, including Fedora, Debian and \
+                    Ubuntu. Asciidoctor is open source, hosted on GitHub \
+                    and released under the MIT license.
+homepage            http://asciidoctor.org/
+checksums           rmd160 eedbb93e9a338061f63d2d803301aed1f6481a8c \
+                    sha256 0ca7c78528165b194b678a71f5bc600aafbee3dfa5bcd40c042e382d5d883477


Property changes on: trunk/dports/textproc/asciidoctor/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160421/0c65b0a9/attachment.html>


More information about the macports-changes mailing list