Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_1 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) |
1.5_1 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 ) |
1.5_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5_1 15 Sep 2016 14:35:29 |
swills |
devel/ruby-bsearch: remove use of RUBY_RD_FILES
PR: 210665 |
1.5 27 Oct 2014 11:00:06 |
bapt |
Cleanup plist |
1.5 21 Feb 2014 18:30:46 |
antoine |
Stage support |
1.5 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.5 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
1.5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.5 16 Jun 2009 15:53:25 |
stas |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to. |
1.5 30 Jan 2009 22:57:55 |
pav |
- Update download location, update WWW
Reported by: -fetch-original pointyhat run |
1.5 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.5 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. |
1.5 15 Dec 2004 02:20:41 |
edwin |
Make portlint happy
PR: ports/69026
Submitted by: Wesley Shields <wxs@csh.rit.edu> |
1.5 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
1.5 18 Feb 2003 05:04:59 |
knu |
De-pkg-comment. |
1.5 06 Dec 2002 17:17:38 |
knu |
Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.
Tested on: the axp cluster
Approved by: kris |
1.5 06 Oct 2002 21:05:34 |
knu |
Use RUBY_MOD*. |
1.5 06 Oct 2002 19:50:45 |
knu |
Reflect *_RD renaming. |
12 Dec 2001 09:21:17 |
nobutaka |
Update to 1.5. |
20 Oct 2001 12:48:44 |
knu |
Update to 1.4. |
18 Sep 2001 12:36:34 |
knu |
Update to 1.3. |
18 Sep 2001 06:15:24 |
knu |
Set PKGNAMEPREFIX properly. |
13 Jul 2001 05:17:52 |
knu |
Add ruby-bsearch, a binary search library for Ruby. |