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) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-whois Ruby whois library
5.1.1 net on this many watch lists=0 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 5.1.1Version of this port present on the latest quarterly branch.
Maintainer: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-06-06 20:59:03
Last Update: 2023-11-14 17:16:45
Commit Hash: e460f13
Also Listed In: rubygems
License: MIT
WWW:
https://whoisrb.org/
https://github.com/weppos/whois
Description:
Whois is an intelligent pure Ruby WHOIS client and parser. It provides a flexible and programmable API to query WHOIS servers and look up IP/domain WHOIS information. It also offers command-line interface to run WHOIS queries from the console. It is a OS-independent library and does not require external C libraries or Gems.
HomepageHomepage    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 (4 items)
Collapse this list.
  1. bin/whoisrb
  2. /usr/local/share/licenses/rubygem-whois-5.1.1/catalog.mk
  3. /usr/local/share/licenses/rubygem-whois-5.1.1/LICENSE
  4. /usr/local/share/licenses/rubygem-whois-5.1.1/MIT
Collapse this list.
Dependency lines:
  • rubygem-whois>0:net/rubygem-whois
To install the port:
cd /usr/ports/net/rubygem-whois/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rubygem-whois
  • pkg install rubygem-whois
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-whois
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1699775000 SHA256 (rubygem/whois-5.1.1.gem) = 1d17808100551460e8cdd5889af07031dcdb1f6f650db6cb3e61f83cdf4e3b81 SIZE (rubygem/whois-5.1.1.gem) = 96256

Packages (timestamps in pop-ups are UTC):
rubygem-whois
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.1.15.1.14.0.75.1.15.1.1-4.0.7-
FreeBSD:13:quarterly5.1.15.1.15.1.05.1.15.1.15.1.15.1.15.1.1
FreeBSD:14:latest5.1.15.1.15.1.05.1.15.1.15.1.0-5.1.0
FreeBSD:14:quarterly5.1.15.1.1-5.1.15.1.15.1.15.1.15.1.1
FreeBSD:15:latest5.1.15.1.1n/a5.1.1n/a5.1.15.1.15.1.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. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. devel/rubygem-stella

Configuration Options:
No options to configure
Options name:
net_rubygem-whois
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 49

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.1.1
14 Nov 2023 17:16:45
commit hash: e460f13c4a98b9614315edb1a1ad7e701a5a41fbcommit hash: e460f13c4a98b9614315edb1a1ad7e701a5a41fbcommit hash: e460f13c4a98b9614315edb1a1ad7e701a5a41fbcommit hash: e460f13c4a98b9614315edb1a1ad7e701a5a41fb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-whois: Update to 5.1.1

- Update WWW

Changes:	https://github.com/weppos/whois/blob/main/CHANGELOG.md
5.1.0
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)
5.1.0
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)
5.1.0
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.1.0
30 Mar 2022 22:21:46
commit hash: fc948a519de5a2a2e083e5e8d6bc9a510816186ecommit hash: fc948a519de5a2a2e083e5e8d6bc9a510816186ecommit hash: fc948a519de5a2a2e083e5e8d6bc9a510816186ecommit hash: fc948a519de5a2a2e083e5e8d6bc9a510816186e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-whois: Update to 5.1.0

Changes:	https://github.com/weppos/whois/releases
		https://github.com/weppos/whois/blob/master/CHANGELOG.md
5.0.2
15 Jul 2021 23:56:30
commit hash: 15ea16571ba774ae0ebcfe1f651e42d2c4904dfecommit hash: 15ea16571ba774ae0ebcfe1f651e42d2c4904dfecommit hash: 15ea16571ba774ae0ebcfe1f651e42d2c4904dfecommit hash: 15ea16571ba774ae0ebcfe1f651e42d2c4904dfe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/rubygem-whois: Update to 5.0.2

- Update WWW

Changes:	https://github.com/weppos/whois/releases
		https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.7
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.
4.0.7
31 Jul 2018 23:50:55
Revision:476089Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.7

Changes:	https://github.com/weppos/whois/releases
		https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.6
27 Mar 2018 18:56:06
Revision:465742Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.6

Changes:	https://github.com/weppos/whois/releases
		https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.5
19 Oct 2017 20:36:47
Revision:452484Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.5

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.4
30 Jul 2017 13:13:15
Revision:446926Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.4

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.3
28 Jul 2017 13:07:46
Revision:446828Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.3

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.2
06 Jul 2017 20:58:24
Revision:445187Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.0.2

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
4.0.1
28 Dec 2016 22:39:12
Revision:429831Original commit files touched by this commit
swills search for other commits by this committer
net/rubygem-whois: update to 4.0.1
3.6.5
27 Apr 2016 21:57:32
Revision:414136Original commit files touched by this commit
swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
3.6.5
27 Apr 2016 16:36:42
Revision:414118Original commit files touched by this commit
swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
3.6.5
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
3.6.5
27 Dec 2015 19:45:58
Revision:404592Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.5
- Update RUN_DEPENDS: use Rails 4

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
3.6.4
09 Dec 2015 14:28:12
Revision:403411Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.4

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.md
3.6.3
20 Nov 2015 09:13:46
Revision:402014Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.3
- Add LICENSE_FILE

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.6.2
12 Sep 2015 17:09:43
Revision:396774Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.2

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.6.1
26 Aug 2015 09:31:42
Revision:395356Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.1

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.6.0
24 Jul 2015 09:00:13
Revision:392800Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.6.0

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.5.9
02 Jul 2015 16:01:08
Revision:391169Original commit files touched by this commit
pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
3.5.9
05 Apr 2015 21:29:23
Revision:383366Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.5.9

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.5.8
28 Dec 2014 13:20:44
Revision:375720Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.5.8

Changes:	https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
3.5.5
24 Aug 2014 04:35:53
Revision:365894Original commit files touched by this commit
swills search for other commits by this committer
net/rubygem-whois: update to 3.5.5
3.3.1
26 Oct 2013 14:56:17
Revision:331699Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 3.3.1
- Add LICENSE
- Support STAGEDIR

Changes:	https://github.com/weppos/whois/commits/master
3.2.1
20 Sep 2013 22:10:25
Revision:327755Original 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:
net)
3.2.1
27 Jul 2013 17:10:27
Revision:323799Original commit files touched by this commit
swills search for other commits by this committer
- Update to 3.2.1

PR:		ports/180539
3.1.3
27 Jul 2013 16:06:02
Revision:323794Original commit files touched by this commit
swills search for other commits by this committer
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
3.1.3
13 Jul 2013 05:19:53
Revision:322880Original commit files touched by this commit
swills search for other commits by this committer
- Update to 3.1.3

PR:		ports/179890
Approved by:	maintainer timeout (freebsdports@chillibear.com, >2 weeks)
2.6.4
29 Aug 2012 04:34:13
Original commit files touched by this commit
swills search for other commits by this committer
- Update to 2.6.4

PR:		ports/170638
Approved by:	maintainer timeout (freebsdports@chillibear.com, >2 weeks)
2.6.2
04 Jul 2012 08:31:48
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.6.2

Changes:        https://github.com/weppos/whois/blob/master/CHANGELOG.md
PR:             ports/169087
Submitted by:   sunpoet (myself)
Approved by:    maintainer (timeout, 18 days)
2.6.1
17 Jun 2012 14:22:45
Original commit files touched by this commit
swills search for other commits by this committer
- Update to 2.6.1

PR:             ports/168964
Submited by:    Eric Freeman <freebsdports@chillibear.com> (maintainer)
2.5.0
26 Apr 2012 12:02:08
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.5.0
- Space/Tab twiddle

Changes:        https://github.com/weppos/whois/blob/master/CHANGELOG.md
PR:             ports/167115
Submitted by:   sunpoet (myself)
Approved by:    Eric <freebsdports@chillibear.com> (maintainer)
2.2.0
21 Feb 2012 05:39:47
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 2.2.0

PR:             ports/164888
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (freebsdports@chillibear.com ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2.1.0
12 Nov 2011 15:11:19
Original commit files touched by this commit
swills search for other commits by this committer
- Update to 2.1.0

PR:             ports/162097
Approved by:    Eric <freebsdports@chillibear.com> (maintainer)
Feature safe:   yes
1.6.6
01 Jul 2011 22:50:10
Original commit files touched by this commit
swills search for other commits by this committer
- Update to 1.6.6

PR:             ports/157983
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Approved by:    Eric <freebsdports@chillibear.com> (maintainer)
1.3.11
05 Nov 2010 00:51:40
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.3.11

PR:             ports/151949
Submitted by:   Eric Freeman <freebsdports@chillibear.com> (maintainer)
1.3.11
05 Nov 2010 00:47:54
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.2.1

PR:             ports/151948
Submitted by:   Eric Freeman <freebsdports@chillibear.com> (maintainer)
1.3.7
20 Oct 2010 01:35:47
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info

Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
1.3.7
11 Oct 2010 16:53:15
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.3.7

PR:             ports/151243
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
1.3.6
05 Oct 2010 08:16:51
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.3.6

PR:             ports/151097
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (freebsdports@chillibear.com ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
1.3.5
13 Sep 2010 20:04:52
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.3.5

PR:             ports/150521
Submitted by:   Eric Freeman <freebsdports@chillibear.com> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
1.3.0
29 Aug 2010 17:53:43
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.3.0

PR:             ports/150025
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
1.2.0
08 Jun 2010 22:41:52
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.2.0

PR:             ports/147698
Submitted by:   Eric Freeman <freebsdports@chillibear.com> (maintainer)
1.1.5
06 Jun 2010 20:46:20
Original commit files touched by this commit
pgollucci search for other commits by this committer
Whois is an intelligent pure Ruby WHOIS client and parser.

It provides a flexible and programmable API to query WHOIS
servers and look up IP/domain WHOIS information. It also
offers command-line interface to run WHOIS queries from
the console.

It is a OS-independent library and does not require external
C libraries or Gems.

WWW: http://www.ruby-whois.org/
WWW: http://rubygems.org/gems/whois

PR:             ports/147563
Submitted by:   Eric Freeman <freebsdports at chillibear.com>

Number of commits found: 49