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-htree/Makefile
SVNWeb

Number of commits found: 27

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, 23 Nov 2020
[ 11:50 mfechner search for other commits by this committer ] Original commit   Revision:556104
Correct build for ruby 2.7.
Ruby 2.6 has following files available:
1 lrwxr-xr-x  1 root  wheel    6 Oct 13 10:45 /usr/local/bin/rdoc -> rdoc26
5 -rwxr-xr-x  1 root  wheel  518 Oct 13 10:44 /usr/local/bin/rdoc26

Ruby 2.7 has:
6 -rwxr-xr-x  1 root  wheel  518 Nov 23 07:28 /usr/local/bin/rdoc

So there is no need to have a version included for the rdoc command.
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.
Sat, 7 Sep 2019
[ 19:52 mfechner search for other commits by this committer ] Original commit   Revision:511415
Added rdoc as build dependency which is required for ruby 2.6.

PR:		240161
Approved by:	maintainer timeout
Fri, 13 Jan 2017
[ 14:45 sunpoet search for other commits by this committer ] Original commit   Revision:431394
Use RUBY_SUFFIX

With hat:	ruby
Sat, 17 Sep 2016
[ 02:07 swills search for other commits by this committer ] Original commit   Revision:422295
textproc/ruby-htree: convert RUBY_RDOC to expanded form
Thu, 15 Sep 2016
[ 15:06 swills search for other commits by this committer ] Original commit   Revision:422201
textproc/ruby-htree: remove RUBY_RD_HTML_FILES

PR:		210665
Wed, 13 Jan 2016
[ 05:39 ak search for other commits by this committer ] Original commit   Revision:406010
- Remove unused USE_* knobs:
   databases/mysql57-server
   games/kajongg
   textproc/ruby-htree

- Fix typos in USE_* knobs:
   graphics/fortytwo
   math/hexcalc
   misc/gnustep-examples
   www/h2o

- Remove unused BROKEN_alpha knob:
   devel/directfb

- Remove user-settable knob:
   multimedia/tovid

Approved by:	portmgr blanket
Sun, 3 Aug 2014
[ 14:15 olgeni search for other commits by this committer ] Original commit   Revision:363904 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 7 Apr 2014
[ 16:08 bapt search for other commits by this committer ] Original commit   Revision:350516
Support stage
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)
Fri, 4 May 2012
[ 03:42 knu search for other commits by this committer ] Original commit 
Update to 0.8.
Fri, 13 Feb 2009
[ 20:58 stas search for other commits by this committer ] Original commit 
- Fix packaging with ruby 1.8.7 (use dynamic rdoc plist).

Reported by:    pav
Tue, 6 May 2008
[ 23:48 knu search for other commits by this committer ] Original commit 
Update to 0.7.

PR:             ports/123235
Submitted by:   TAKATSU Tomonari <tota@rtfm.jp>
Thu, 18 Jan 2007
[ 10:52 knu search for other commits by this committer ] Original commit 
Update to 0.6.

PR:             108037
Submitted by:   TAKATSU Tomonari <tota at rtfm.jp>
Wed, 7 Jun 2006
[ 06:41 knu search for other commits by this committer ] Original commit 
Make the condition consistent with the error message,
while Ruby 1.8.0 is not recommended at all.
Thu, 4 May 2006
[ 21:04 knu search for other commits by this committer ] Original commit 
Update to the latest snapshot as of 2006-03-26. (0.4.20060326)
Mon, 27 Feb 2006
[ 11:32 garga search for other commits by this committer ] Original commit 
- Fix PLIST
- Bump PORTREVISION

Reported by:    krismail
Approved by:    portmgr (clement)
Fri, 24 Feb 2006
[ 16:00 garga search for other commits by this committer ] Original commit 
UNBREAK: Make it fetchable again

Approved by:    portmgr (marcus)
Fri, 20 Jan 2006
[ 00:19 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Mon, 14 Nov 2005
[ 12:18 knu search for other commits by this committer ] Original commit 
Hi.

Update to 0.3.
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.
Sat, 25 Dec 2004
[ 22:28 knu search for other commits by this committer ] Original commit 
Update to 0.2.
Mon, 3 May 2004
[ 05:20 knu search for other commits by this committer ] Original commit 
Add ruby-htree, a Ruby library to manipulate HTML/XML tree data
structure.

Number of commits found: 27