Port details |
- ruby-rdtool RD to HTML/man/etc. converter (RD is to Ruby as POD is to Perl)
- 0.6.38 textproc =7 0.6.38Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2000-08-07 14:56:53
- Last Update: 2024-01-21 12:51:17
- Commit Hash: f8c91cc
- People watching this port, also watch:: expat, pcre, freetype2, boehm-gc, m4
- Also Listed In: ruby
- License: not specified in port
- WWW:
- https://github.com/uwabami/rdtool
- Description:
- RDtool converts RD to HTML, man, etc.
RD is a multipurpose documentation format created for documentating
Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to
Perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ruby31-rdtool>0:textproc/ruby-rdtool
- To install the port:
- cd /usr/ports/textproc/ruby-rdtool/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/ruby-rdtool
- pkg install ruby31-rdtool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby31-rdtool
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ruby/uwabami-rdtool-v0.6.38_GH0.tar.gz) = 2d679e8ac0705136ebbcea771f0cd410490d164dc3bcbf9fd5493346df179ded
SIZE (ruby/uwabami-rdtool-v0.6.38_GH0.tar.gz) = 91379
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- racc : devel/rubygem-racc
- ruby31 : lang/ruby31
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- Patch dependencies:
-
- ruby31 : lang/ruby31
-
- This port is required by:
- for Build
-
- textproc/ruby-rd-mode.el
- textproc/ruby-rttool
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ruby31-rdtool-0.6.38:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- textproc_ruby-rdtool
- USES:
- ruby:setup
- pkg-message:
- For install:
- If you are an Emacs/XEmacs user, also install
textproc/ruby-rd-mode.el that helps you edit RD files.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.38 21 Jan 2024 12:51:17 |
Muhammad Moinur Rahman (bofh) |
textproc/ruby-rdtool: Marked BROKEN with ruby32
PR: 276466
Approved by: portmgr (blanket) |
0.6.38 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.38 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.38 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.6.38 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.38 02 Nov 2020 22:07:22 |
rene |
Return knu@'s ports to the pool after his commit bit was safekept. |
0.6.38 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
0.6.38 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.6.38 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.6.38 28 Apr 2016 14:02:21 |
swills |
textproc/ruby-rdtool: remove unneeded USE_RAKE |
0.6.38 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6.38 27 May 2015 00:09:56 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
0.6.38 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.6.38 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.6.38 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
0.6.38 25 Feb 2014 09:07:48 |
miwi |
- Stage support |
0.6.38 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.6.38 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.6.38 11 Jun 2013 07:09:40 |
knu |
Update to 0.6.38. |
0.6.37 19 Jun 2012 05:02:55 |
knu |
Update to 0.6.37.
PR: ports/169029
Submitted by: MAINTAINER
Remove a post-build hook that's no longer necessary while at it. |
0.6.33_2 12 Jun 2012 01:29:59 |
swills |
- Switch to rubygem-racc which works with ruby 1.9 |
0.6.33_1 24 Apr 2012 02:44:33 |
knu |
Generate necessary files with Racc, which were removed from the
upstream source tree. |
0.6.33 18 Apr 2012 06:19:38 |
knu |
Update to 0.6.33.
PR: ports/165687
Submitted by: Shin-ya Murakami |
0.6.31 06 Jan 2012 05:54:12 |
knu |
Update to 0.6.31 (new upstream) and unbreak with Ruby 1.9.
PR: ports/163846 (with slight fixes)
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> |
0.6.22 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.6.22 21 May 2010 05:59:23 |
knu |
Update to 0.6.22, which supposedly supports Ruby 1.9. |
0.6.20 25 Mar 2006 18:14:21 |
garga |
Remove WWW, since site is gone
PR: ports/94351
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout (14 days) |
0.6.20 14 Nov 2005 13:03:17 |
knu |
Update to 0.6.20. |
0.6.16_1 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.6.16_1 03 Jan 2005 14:02:16 |
knu |
Install dot.rd2rc into a library directory, which is required when
user does not have ~/.rd2rc.
PR: ports/75738
Submitted by: IWATSUKI Hiroyuki <don :at: na.rim.or.jp>
Approved by: portmgr (krion) |
0.6.16 25 Dec 2004 21:32:53 |
knu |
Update to 0.6.16. |
0.6.14 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.6.14 06 Sep 2003 17:23:06 |
knu |
Update to 0.6.14. |
0.6.13 23 Mar 2003 06:51:39 |
knu |
Update to 0.6.13. |
0.6.12_1 18 Feb 2003 05:38:27 |
knu |
De-pkg-comment. |
0.6.12_1 14 Dec 2002 17:21:27 |
knu |
Update the checksum. Just document fixes.
Submitted by: bento |
0.6.12 01 Nov 2002 21:37:45 |
knu |
Update to 0.6.12. |
0.6.11 06 Oct 2002 21:36:31 |
knu |
Use RUBY_MOD*. |
0.6.11 21 Sep 2002 07:11:33 |
knu |
Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS. |
0.6.11 03 Aug 2002 09:03:21 |
knu |
ruby-optparse is now part of ruby16-shim-ruby18. |
0.6.11 08 Jun 2002 18:23:55 |
knu |
devel/ruby-racc-runtime and devel/ruby-strscan have been replaced with
lang/ruby16-shim-ruby18. |
0.6.11 30 Mar 2002 11:57:22 |
knu |
cd dir && command -> cd dir; command |
02 Feb 2002 19:43:36 |
knu |
Update to 0.6.11. |
08 Dec 2001 13:12:13 |
knu |
Add ruby-amstd to RUN_DEPENDS which was hiding behind ruby-strscan before it
became independent of it. |
07 Jun 2001 04:39:49 |
knu |
Update to 0.6.10. |
16 May 2001 19:13:10 |
knu |
Update to 0.6.9. |
12 May 2001 21:26:17 |
knu |
Install dot.rd2rc properly. (The bug has been submitted to the author) |
11 May 2001 20:47:48 |
knu |
Update to 0.6.8. |
10 Apr 2001 17:13:37 |
knu |
Update ruby-optparse to 0.7.10. |
10 Feb 2001 12:39:32 |
knu |
Add %%PORTDOCS%%. |
30 Jan 2001 19:20:09 |
knu |
Update to 0.6.7. |
27 Jan 2001 09:49:20 |
knu |
Fix *_DEPENDS for the new version of ruby-strscan. |
08 Jan 2001 22:51:54 |
knu |
Now ruby-optparse 0.7.8 has included an English document, process it on
installation together with the Japanese document. |
06 Dec 2000 15:51:48 |
knu |
Add a piece of code that formats amstd's rd file, due to their chicken-or-egg
(cyclic) dependency. |
20 Oct 2000 22:15:57 |
knu |
Update to 0.6.6, with the patches merged. :) |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
26 Sep 2000 09:02:17 |
knu |
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY or
USE_LIBRUBY is defined, individual ruby ports no longer need to include it
explicitly. |
07 Sep 2000 19:55:29 |
knu |
Fix for Ruby 1.6. (Maybe Ruby 1.6-preview3's bug, but can be avoided cleanly)
|
07 Sep 2000 08:23:44 |
knu |
Update fundamental ruby ports first with bsd.ruby.mk. |
22 Aug 2000 10:51:58 |
knu |
Install namazu.rb as namazu.rb, and create a symlink to it as rbnamazu.
(Previously rbnamazu only) |
22 Aug 2000 10:49:04 |
knu |
Install rmi2html.rb as-is and create a symlink to it as rmi2html. (Previously
rmi2html.rb was installed as rmi2html, and no rmi2html.rb) |
22 Aug 2000 07:52:18 |
knu |
RUN_DEPENDS on devel/ruby-racc-runtime. |
16 Aug 2000 13:21:24 |
knu |
Make all these Ruby related ports belong also in the newly-added "ruby"
virtual category. |
15 Aug 2000 04:02:20 |
knu |
Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs. |
12 Aug 2000 21:09:41 |
knu |
Do The Right Thing. (R) |
10 Aug 2000 18:36:41 |
knu |
Omit building documents if NOPORTDOCS. |
10 Aug 2000 15:58:31 |
knu |
Add a bugfix patch. ("--- method#[]=(*p)" case) (Already submitted to the
author of RDTool) |
08 Aug 2000 17:08:31 |
knu |
Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile namespace
pollution. |
07 Aug 2000 18:56:53 |
knu |
Add ruby-rdtool, RD to HTML/man/etc. converter (RD is to Ruby as POD is to
Perl) |