[39810] trunk/dports/ruby
kimuraw at macports.org
kimuraw at macports.org
Fri Sep 5 23:08:39 PDT 2008
Revision: 39810
http://trac.macports.org/changeset/39810
Author: kimuraw at macports.org
Date: 2008-09-05 23:08:39 -0700 (Fri, 05 Sep 2008)
Log Message:
-----------
ruby/rb-rttool: New Port rb-rttool
RT is a simple and human-readable table format. RTtool is a converter from RT
into various formats. RT can be incorporated into RD (RD is a document formar
for Ruby that supported by rb-rdtool).
Added Paths:
-----------
trunk/dports/ruby/rb-rttool/
trunk/dports/ruby/rb-rttool/Portfile
Added: trunk/dports/ruby/rb-rttool/Portfile
===================================================================
--- trunk/dports/ruby/rb-rttool/Portfile (rev 0)
+++ trunk/dports/ruby/rb-rttool/Portfile 2008-09-06 06:08:39 UTC (rev 39810)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rttool 1.0.2 setup.rb {rttool.en.html rttool.ja.html ChangeLog examples}
+revision 0
+maintainers kimuraw at i.nifty.jp
+description Simple table generator
+long_description \
+ RT is a simple and human-readable table format. \
+ RTtool is a converter from RT into various formats. \
+ RT can be incorporated into RD.
+categories-append textproc
+extract.suffix .tar.gz
+checksums md5 daa2b4d2dc23ef3cc6f31220e01e39a8 \
+ rmd160 59964eccdbcc369862289f3209ca2b5b4b9bec25 \
+ sha1 a4267f7b34edee29d359cba54638164f47261211
+
+homepage http://www.rubyist.net/~rubikitch/computer/rttool/
+master_sites http://www.rubyist.net/~rubikitch/archive/
+
+configure.args-append --site-ruby="${prefix}/lib/ruby/vendor_ruby/${ruby.version}"
+post-build {
+ reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/bin/rt/rt2
+ reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${worksrcpath}/bin/rt/rdrt2
+}
+
Property changes on: trunk/dports/ruby/rb-rttool/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/20080905/f20248a1/attachment-0001.html
More information about the macports-changes
mailing list