[40067] trunk/dports/ruby

kimuraw at macports.org kimuraw at macports.org
Fri Sep 19 06:14:33 PDT 2008


Revision: 40067
          http://trac.macports.org/changeset/40067
Author:   kimuraw at macports.org
Date:     2008-09-19 06:14:32 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
ruby/rb-hikidoc: New Port

'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML).

Added Paths:
-----------
    trunk/dports/ruby/rb-hikidoc/
    trunk/dports/ruby/rb-hikidoc/Portfile

Added: trunk/dports/ruby/rb-hikidoc/Portfile
===================================================================
--- trunk/dports/ruby/rb-hikidoc/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-hikidoc/Portfile	2008-09-19 13:14:32 UTC (rev 40067)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem		1.0
+PortGroup		ruby 1.0
+
+ruby.setup		hikidoc 0.0.3 setup.rb \
+		{ README README.ja TextFormattingRules TextFormattingRules.ja } \
+				rubyforge:41901
+maintainers		kimuraw
+description		HikiDoc is a text-to-HTML conversion tool for web writers.
+long_description	\
+				'HikiDoc' is a text-to-HTML conversion tool for web writers. \
+				HikiDoc allows you to write using an easy-to-read, \
+				easy-to-write plain text format, then convert it to \
+				structurally valid HTML (or XHTML).
+
+categories-append	textproc
+platforms		darwin
+homepage        http://projects.netlab.jp/hikidoc/
+checksums		md5 a6c5e094c16ecab164f8c2b8388a9850 \
+				sha1 88bd0fbe868929453417767df88dc93f5e82b466 \
+				rmd160 10fed8a08bd63736065475419b518f941659d7df
+extract.suffix	.tgz
+post-build {
+	reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/bin/hikidoc
+}
+


Property changes on: trunk/dports/ruby/rb-hikidoc/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080919/fe852151/attachment.html 


More information about the macports-changes mailing list