Port details |
- ruby-setup.rb Common installer script for ruby packages
- 3.4.1_1 devel =3 3.4.1_1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2001-06-11 04:20:36
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- People watching this port, also watch:: xv-m17n, mkitalic, autoconf, ja-ruby31-uconv, wine
- Also Listed In: ruby
- License: not specified in port
- WWW:
- http://www.loveruby.net/en/setup.html
- Description:
- Setup.rb is a common installer script for ruby packages. It can
handle multiple binaries, libraries, extensions etc. in one archive.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ruby30-setup.rb>0:devel/ruby-setup.rb
- To install the port:
- cd /usr/ports/devel/ruby-setup.rb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ruby-setup.rb
- pkg install ruby30-setup.rb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby30-setup.rb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ruby/setup-3.4.1.tar.gz) = 37b8b157e8d81554b8488e19e28557a4a0340b753c4a958b2e67ed2838baa421
SIZE (ruby/setup-3.4.1.tar.gz) = 47192
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:
-
- ruby30 : lang/ruby30
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- Patch dependencies:
-
- ruby30 : lang/ruby30
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ruby30-setup.rb-3.4.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_ruby-setup.rb
- USES:
- ruby
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.1_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) |
3.4.1_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 ) |
3.4.1_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 ) |
3.4.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.1_1 23 Apr 2016 19:05:41 |
swills |
devel/ruby-setup.rb: convert to USES=shebangfix |
3.4.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.4.1 27 Oct 2014 11:00:06 |
bapt |
Cleanup plist |
3.4.1 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
3.4.1 22 Feb 2014 10:42:18 |
miwi |
- Stage support |
3.4.1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.4.1 29 Aug 2013 18:06:48 |
sunpoet |
- Remove Author line |
3.4.1 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
3.4.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.4.1 16 Jun 2009 15:53:25 |
stas |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to. |
3.4.1 08 Jun 2006 20:25:20 |
sem |
- Update to 3.4.1 |
3.3.1_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
3.3.1_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. |
3.3.1_1 21 Jul 2005 13:36:40 |
pav |
- Fix runtime (File.pwd -> Dir.pwd)
PR: ports/81816
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: maintainer timeout (18 days) |
3.3.1 25 Dec 2004 22:00:44 |
knu |
Update to 3.3.1. |
3.2.3 28 Feb 2004 06:26:46 |
knu |
Update to 3.2.3. |
3.2.2 21 Dec 2003 18:02:42 |
knu |
Update to 3.2.2. |
3.2.0 27 Aug 2003 16:20:59 |
knu |
Update to 3.2.0. |
3.1.5 22 Aug 2003 22:47:58 |
knu |
Update to 3.1.5. |
3.1.4 25 Feb 2003 06:36:03 |
knu |
Update to 3.1.4. |
3.1.2_1 18 Feb 2003 05:04:59 |
knu |
De-pkg-comment. |
3.1.2_1 04 Dec 2002 08:28:35 |
knu |
Update WWW and the author email. |
3.1.2_1 08 Oct 2002 11:38:07 |
knu |
Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, now
that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP. |
3.1.2_1 06 Oct 2002 21:05:34 |
knu |
Use RUBY_MOD*. |
3.1.2_1 25 May 2002 02:23:30 |
knu |
- Install install.rb and setup.rb as libraries again.
- Install a slightly patched version of the scripts that work
stand-alone under ${PREFIX}/bin/ prefixing `ruby-'. |
3.1.2 07 May 2002 11:27:34 |
knu |
Update to 3.1.2.
Install install.rb and setup.rb into ${PREFIX}/bin since they are not
really libraries but common installer scripts. |
27 Feb 2002 18:37:24 |
knu |
The backup site directory has been moved. |
24 Feb 2002 23:03:29 |
knu |
The master site is down right now, so provide an alternative site. |
03 Jan 2002 20:30:38 |
knu |
Update MASTER_SITES. |
01 Aug 2001 06:21:27 |
knu |
Update to 2.2.1. |
01 Jul 2001 17:35:11 |
knu |
Update to 2.1.0. |
11 Jun 2001 08:20:36 |
knu |
Add ruby-setup.rb, a common installer script for ruby packages. |