Port details |
- p5-Net-XWhois Whois Client Interface for Perl5
- 0.90_5 net
=52 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-07-06 14:36:08
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: libiconv, expat, gmake, freetype2, m4
- Also Listed In: perl5
- License: not specified in port
- Description:
- The Net::XWhois class provides a generic client framework for doing Whois
queries and parsing server response.
One of the more important features of this module is to enable the design of
consistent and predictable interfaces to incompatible whois response formats.
The Whois RFC (954) does not define a template for presenting server data;
consequently there is a large variation in layout styles as well as content
served across servers.
WWW: https://metacpan.org/release/Net-XWhois
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-XWhois>0:net/p5-Net-XWhois
- To install the port:
- cd /usr/ports/net/p5-Net-XWhois/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-XWhois
- pkg install p5-Net-XWhois
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-XWhois
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-XWhois-0.90.tar.gz) = d9cd6f653b0ec382ee42dc25df58c982d1f3cec1a54f575a8b004c340b81ada1
SIZE (Net-XWhois-0.90.tar.gz) = 17750
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- www/awstats
- Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-XWhois
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 0.90_5 |
Tobias C. Berner (tcberner)  |
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 ) |
06 Apr 2021 14:31:07 0.90_5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.90_5 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:44:12
0.90_5 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
0.90_5 |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
29 Jul 2014 17:12:50
0.90_4 |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
05 Nov 2013 16:42:56
0.90_4 |
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:10:25
0.90_4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
02 Aug 2013 18:52:11
0.90_4 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
20 Mar 2011 12:54:45
0.90_4 |
miwi  |
- Get Rid MD5 support |
17 Apr 2008 14:30:31
0.90_4 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
25 Dec 2006 15:40:29
0.90_4 |
erwin  |
- Add support for DENIC.
- Fix recursive queries
Don't bump PORTREVISION as it was bumped 20 minutes ago.
PR: 95302
Submitted by: Frank Altpeter <frank@altpeter.de> |
25 Dec 2006 15:19:29
0.90_4 |
erwin  |
Update the Whois server name for Japan.
PR: 100376
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> |
22 Jan 2006 02:46:07
0.90_3 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 15:05:17
0.90_3 |
mat  |
Take a perl@ hat and add SHA256 checksums |
25 Sep 2005 20:25:45
0.90_3 |
leeym  |
- Update parser for BRNIC
- Bump PORTREVISION
- Release maintainership to perl@
Submitted by: lioux |
18 Dec 2004 16:29:15
0.90_2 |
leeym  |
- remove %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto from pkg-plist
Noticed by: kris |
30 Aug 2004 02:49:31
0.90_2 |
leeym  |
remove extra directories
Noticed by:
http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html |
31 May 2004 08:05:01
0.90_2 |
kris  |
Don't remove a directory we didn't create |
18 Mar 2004 02:19:36
0.90_2 |
leeym  |
SIZEify my ports.
Submitted by: trevor |
17 Jan 2004 22:03:07
0.90_2 |
edwin  |
Fix FIND syntax in Makefile.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/p5-Net-XWhois-0.90_2.log |
05 Jan 2004 17:36:58
0.90_2 |
leeym  |
makes these ports "portlint clean". |
13 Nov 2003 13:30:42
0.90_2 |
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
24 Oct 2003 12:05:09
0.90_2 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
24 Jun 2003 10:33:29
0.90_2 |
leeym  |
remove extra directories.
Noticed by: bento |
17 Jun 2003 11:39:43
0.90_2 |
leeym  |
add WWW entries and re-compose descriptions |
29 Apr 2003 15:07:46
0.90_2 |
ache  |
Domain cache code not works - $domain was not set |
29 Apr 2003 06:15:55
0.90_1 |
ache  |
.org moved to whois.publicinterestregistry.net
Misspelling: nonexisten "registrants" -> documented "registrant" |
07 Mar 2003 06:08:06
0.90 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
06 Nov 2002 13:19:26
0.90 |
leeym  |
update to Net::XWhois 0.90
Reminded by: Forrest Aldrich <forrie@forrie.com>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
19 Aug 2002 08:01:34
0.82_1 |
leeym  |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
05 Mar 2002 12:22:57  |
ache  |
Fix for *.su/*.ru domains |
13 Dec 2001 13:28:23  |
ijliao  |
remove extra dir |
16 Sep 2001 15:50:04  |
dwcjr  |
Update to 0.82 Give leeym@leeym.com maintainership |
06 Jul 2001 18:36:08  |
ijliao  |
add p5-Net-XWhois Whois Client Interface for Perl5 |