notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ruby-rd-mode.el Emacs lisp module for editing RD files
0.6.38_1 textproc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.38_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-05-11 16:53:04
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
People watching this port, also watch:: zip, pcre
Also Listed In: elisp ruby
License: not specified in port
WWW:
https://github.com/uwabami/rdtool
Description:
An Emacs lisp module for editing RD files.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/emacs/site-lisp/rd-mode.el
  2. /usr/local/lib/ruby/elisp/rd-mode.el
  3. @owner
  4. @group
  5. @mode
Collapse this list.
Dependency lines:
  • ruby-rd-mode.el>0:textproc/ruby-rd-mode.el
To install the port:
cd /usr/ports/textproc/ruby-rd-mode.el/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/ruby-rd-mode.el
  • pkg install ruby-rd-mode.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ruby-rd-mode.el
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
ruby-rd-mode.el
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.38_1-0.6.38_10.6.38_1--0.6.38_1-
FreeBSD:13:quarterly0.6.38_10.6.38_10.6.38_10.6.38_10.6.38_10.6.38_10.6.38_10.6.38_1
FreeBSD:14:latest0.6.38_1-0.6.38_10.6.38_1-0.6.38_1-0.6.38_1
FreeBSD:14:quarterly0.6.38_10.6.38_1-0.6.38_10.6.38_10.6.38_10.6.38_10.6.38_1
FreeBSD:15:latest0.6.38_1-n/a0.6.38_1n/a0.6.38_10.6.38_10.6.38_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nonexistent : textproc/ruby-rdtool
  2. ruby30 : lang/ruby30
Runtime dependencies:
  1. ruby30 : lang/ruby30
Patch dependencies:
  1. ruby30 : lang/ruby30
Extract dependencies:
  1. ruby30 : lang/ruby30
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_ruby-rd-mode.el
USES:
ruby
pkg-message:
For install:
To use rd-mode in Emacs/XEmacs, add the following lines to your ~/.emacs: (autoload 'rd-mode "rd-mode" "major mode for ruby document formatter RD" t) (add-to-list 'auto-mode-alist '("\\.rd\\(\.en\\|\.ja\\)?$" . rd-mode))
Master Sites:
  1. There is no master site for this port.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.38_1
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6.38_1
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.6.38_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6.38_1
02 Nov 2020 22:07:22
Revision:553930Original commit files touched by this commit
rene search for other commits by this committer
Return knu@'s ports to the pool after his commit bit was safekept.
0.6.38_1
14 Aug 2019 12:16:41
Revision:508910Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories [t-u])
0.6.38_1
30 May 2019 07:26:31
Revision:503040Original commit files touched by this commit
tobik search for other commits by this committer
textproc/ruby-rd-mode.el: Do not install files for xemacs

It was removed in 2014.
0.6.38
19 Sep 2016 03:41:02
Revision:422412Original commit files touched by this commit
swills search for other commits by this committer
textproc/ruby-rd-mode.el: Define RUBY_ELISPDIR locally
0.6.38
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.6.38
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.6.38
15 Nov 2014 16:26:33
Revision:372605Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.6.38
03 Aug 2014 14:15:09
Revision:363904Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
0.6.38
07 Apr 2014 16:10:19
Revision:350517Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
0.6.38
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.6.38
11 Jun 2013 07:11:28
Revision:320537Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.6.38 and create a missing RUBY_ELISPDIR.
0.6.31
01 Feb 2013 15:04:01
Revision:311381Original commit files touched by this commit
ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
0.6.31
20 Oct 2012 13:26:27
Revision:306179Original commit files touched by this commit
bapt search for other commits by this committer
Fix build dependency line

Feature safe:	yes
0.6.31
06 Jan 2012 05:51:30
Original commit files touched by this commit
knu search for other commits by this committer
Add WWW.
0.6.31
06 Jan 2012 05:48:44
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.6.31 and unbreak with Ruby 1.9.

PR:             ports/163846
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org>
0.6.20
04 Jul 2011 17:46:12
Original commit files touched by this commit
swills search for other commits by this committer
- Mark as broken with Ruby 1.9

Approved by:    portmgr
0.6.20
05 Feb 2006 20:15:37
Original commit files touched by this commit
kris search for other commits by this committer
Try to clean up xemacs directories
0.6.20
14 Nov 2005 13:03:17
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.6.20.
0.6.16
11 Nov 2005 01:18:01
Original commit files touched by this commit
linimon search for other commits by this committer
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
25 Dec 2004 21:32:53
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.6.16.
0.6.10
18 Feb 2003 05:38:27
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.6.10
30 Mar 2002 12:12:55
Original commit files touched by this commit
knu search for other commits by this committer
cd dir && command -> cd dir; command
16 Jun 2001 09:46:37
commit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.orgcommit hash: fp1.15127@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Put dummy files in the empty directories so they are surely packed.    
09 Jun 2001 03:34:53
commit hash: fp1.14765@dev.null.freshports.orgcommit hash: fp1.14765@dev.null.freshports.orgcommit hash: fp1.14765@dev.null.freshports.orgcommit hash: fp1.14765@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of by   lang/ruby{,-devel}.  
 
11 May 2001 20:53:04
commit hash: fp1.13675@dev.null.freshports.orgcommit hash: fp1.13675@dev.null.freshports.orgcommit hash: fp1.13675@dev.null.freshports.orgcommit hash: fp1.13675@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add ruby-rd-mode.el, separated from textproc/ruby-rdtool, an Emacs   lisp module
for editing RD files.    

Number of commits found: 30