notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/ruby-rdtool/Makefile
SVNWeb

Number of commits found: 57

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 2 Nov 2020
[ 22:07 rene search for other commits by this committer ] Original commit   Revision:553930 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Return knu@'s ports to the pool after his commit bit was safekept.
Mon, 10 Sep 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:479407 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
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
Thu, 28 Apr 2016
[ 14:02 swills search for other commits by this committer ] Original commit   Revision:414173
textproc/ruby-rdtool: remove unneeded USE_RAKE
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 27 May 2015
[ 00:09 amdmi3 search for other commits by this committer ] Original commit   Revision:387528 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Mon, 18 May 2015
[ 17:07 mat search for other commits by this committer ] Original commit   Revision:386691 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 16 Jul 2014
[ 03:18 adamw search for other commits by this committer ] Original commit   Revision:362024 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Add DOCS option where PORTDOCS is in plist.
Tue, 25 Feb 2014
[ 09:07 miwi search for other commits by this committer ] Original commit   Revision:345942
- Stage support
Fri, 3 Jan 2014
[ 01:13 bapt search for other commits by this committer ] Original commit   Revision:338513 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Part 2 at removing now useless FETCH_ARGS redifition
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Tue, 11 Jun 2013
[ 07:09 knu search for other commits by this committer ] Original commit   Revision:320536
Update to 0.6.38.
Tue, 19 Jun 2012
[ 05:02 knu search for other commits by this committer ] Original commit 
Update to 0.6.37.

PR:             ports/169029
Submitted by:   MAINTAINER

Remove a post-build hook that's no longer necessary while at it.
Tue, 12 Jun 2012
[ 01:29 swills search for other commits by this committer ] Original commit 
- Switch to rubygem-racc which works with ruby 1.9
Tue, 24 Apr 2012
[ 02:44 knu search for other commits by this committer ] Original commit 
Generate necessary files with Racc, which were removed from the
upstream source tree.
Wed, 18 Apr 2012
[ 06:19 knu search for other commits by this committer ] Original commit 
Update to 0.6.33.

PR:             ports/165687
Submitted by:   Shin-ya Murakami
Fri, 6 Jan 2012
[ 05:54 knu search for other commits by this committer ] Original commit 
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>
Fri, 21 May 2010
[ 05:59 knu search for other commits by this committer ] Original commit 
Update to 0.6.22, which supposedly supports Ruby 1.9.
Mon, 14 Nov 2005
[ 13:03 knu search for other commits by this committer ] Original commit 
Update to 0.6.20.
Fri, 11 Nov 2005
[ 01:18 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 286 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 3 Jan 2005
[ 14:02 knu search for other commits by this committer ] Original commit 
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)
Sat, 25 Dec 2004
[ 21:32 knu search for other commits by this committer ] Original commit 
Update to 0.6.16.
Sat, 6 Sep 2003
[ 17:23 knu search for other commits by this committer ] Original commit 
Update to 0.6.14.
Sun, 23 Mar 2003
[ 06:51 knu search for other commits by this committer ] Original commit 
Update to 0.6.13.
Tue, 18 Feb 2003
[ 05:38 knu search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 14 Dec 2002
[ 17:21 knu search for other commits by this committer ] Original commit 
Update the checksum.  Just document fixes.

Submitted by:   bento
Fri, 1 Nov 2002
[ 21:37 knu search for other commits by this committer ] Original commit 
Update to 0.6.12.
Sun, 6 Oct 2002
[ 21:36 knu search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Use RUBY_MOD*.
Sat, 21 Sep 2002
[ 07:11 knu search for other commits by this committer ] Original commit 
Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.
Sat, 3 Aug 2002
[ 09:03 knu search for other commits by this committer ] Original commit 
ruby-optparse is now part of ruby16-shim-ruby18.
Sat, 8 Jun 2002
[ 18:23 knu search for other commits by this committer ] Original commit 
devel/ruby-racc-runtime and devel/ruby-strscan have been replaced with
lang/ruby16-shim-ruby18.
Sat, 30 Mar 2002
[ 11:57 knu search for other commits by this committer ] Original commit 
cd dir && command -> cd dir; command
Sat, 2 Feb 2002
[ 19:43 knu search for other commits by this committer ] Original commit 
Update to 0.6.11.    
Sat, 8 Dec 2001
[ 13:12 knu search for other commits by this committer ] Original commit 
Add ruby-amstd to RUN_DEPENDS which was hiding behind ruby-strscan   before it
became independent of it.    
Thu, 7 Jun 2001
[ 04:39 knu search for other commits by this committer ] Original commit 
Update to 0.6.10.    
Wed, 16 May 2001
[ 19:13 knu search for other commits by this committer ] Original commit 
Update to 0.6.9.    
Sat, 12 May 2001
[ 21:26 knu search for other commits by this committer ] Original commit 
Install dot.rd2rc properly. (The bug has been submitted to the author)    
Fri, 11 May 2001
[ 20:47 knu search for other commits by this committer ] Original commit 
Update to 0.6.8.    
Tue, 10 Apr 2001
[ 17:13 knu search for other commits by this committer ] Original commit 
Update ruby-optparse to 0.7.10.    
Tue, 30 Jan 2001
[ 19:20 knu search for other commits by this committer ] Original commit 
Update to 0.6.7.    
Sat, 27 Jan 2001
[ 09:49 knu search for other commits by this committer ] Original commit 
Fix *_DEPENDS for the new version of ruby-strscan.    
Mon, 8 Jan 2001
[ 22:51 knu search for other commits by this committer ] Original commit 
Now ruby-optparse 0.7.8 has included an English document, process it   on
installation together with the Japanese document.    
Wed, 6 Dec 2000
[ 15:51 knu search for other commits by this committer ] Original commit 
Add a piece of code that formats amstd's rd file, due to their   chicken-or-egg
(cyclic) dependency.    
Fri, 20 Oct 2000
[ 22:15 knu search for other commits by this committer ] Original commit 
Update to 0.6.6, with the patches merged. :)    
Tue, 26 Sep 2000
[ 09:02 knu search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
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.    
Thu, 7 Sep 2000
[ 08:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update fundamental ruby ports first with bsd.ruby.mk.    
Tue, 22 Aug 2000
[ 10:49 knu search for other commits by this committer ] Original commit 
Install rmi2html.rb as-is and create a symlink to it as rmi2html.   (Previously
rmi2html.rb was installed as rmi2html, and no rmi2html.rb)    
[ 07:52 knu search for other commits by this committer ] Original commit 
RUN_DEPENDS on devel/ruby-racc-runtime.    
Wed, 16 Aug 2000
[ 13:21 knu search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Make all these Ruby related ports belong also in the newly-added   "ruby"
virtual category.    
Tue, 15 Aug 2000
[ 04:02 knu search for other commits by this committer ] Original commit 
Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs.    
Sat, 12 Aug 2000
[ 21:09 knu search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Do The Right Thing. (R)    
Thu, 10 Aug 2000
[ 18:36 knu search for other commits by this committer ] Original commit 
Omit building documents if NOPORTDOCS.    
Tue, 8 Aug 2000
[ 17:08 knu search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile   namespace
pollution.    
Mon, 7 Aug 2000
[ 18:56 knu search for other commits by this committer ] Original commit 
Add ruby-rdtool, RD to HTML/man/etc. converter (RD is to Ruby   as POD is to
Perl)  

Number of commits found: 57