diff options
author | tota <tota@FreeBSD.org> | 2010-10-06 20:42:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-10-06 20:42:24 +0800 |
commit | 81bb50a39d625cd71addb4200f7c40a027748033 (patch) | |
tree | c41755d183989e0d071ed8614fb03dcaeacf0e98 /textproc/Makefile | |
parent | 41cd4606282b4e810692b97b5110441f44c64b14 (diff) | |
download | freebsd-ports-graphics-81bb50a39d625cd71addb4200f7c40a027748033.tar.gz freebsd-ports-graphics-81bb50a39d625cd71addb4200f7c40a027748033.tar.zst freebsd-ports-graphics-81bb50a39d625cd71addb4200f7c40a027748033.zip |
- Add a new port: textproc/ruby-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.
At this time, RTtool can convert RT into HTML and plain text.
To convert into plain text, you need w3m.
WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0e427d48574..ccb217a3561 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1100,6 +1100,7 @@ SUBDIR += ruby-rdtool SUBDIR += ruby-rss SUBDIR += ruby-rss.alt + SUBDIR += ruby-rttool SUBDIR += ruby-sablot SUBDIR += ruby-sary SUBDIR += ruby-tempura |