Port details |
- p5-Net-XWhois Whois Client Interface for Perl5
- 0.90_5 net =54 0.90_5Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-07-06 14:36:08
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: gmake, expat, libiconv, freetype2, m4
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Net-XWhois
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.90_5 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 ) |
0.90_5 20 Jul 2022 14:22:37 |
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 ) |
0.90_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.90_5 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.90_5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.90_5 26 Nov 2014 13:08:38 |
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 ) |
0.90_4 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.90_4 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.90_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.90_4 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.90_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.90_4 17 Apr 2008 14:30:31 |
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) |
0.90_4 25 Dec 2006 15:40:29 |
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> |
0.90_4 25 Dec 2006 15:19:29 |
erwin |
Update the Whois server name for Japan.
PR: 100376
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> |
0.90_3 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.90_3 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
0.90_3 25 Sep 2005 20:25:45 |
leeym |
- Update parser for BRNIC
- Bump PORTREVISION
- Release maintainership to perl@
Submitted by: lioux |
0.90_2 18 Dec 2004 16:29:15 |
leeym |
- remove %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto from pkg-plist
Noticed by: kris |
0.90_2 30 Aug 2004 02:49:31 |
leeym |
remove extra directories
Noticed by:
http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html |
0.90_2 31 May 2004 08:05:01 |
kris |
Don't remove a directory we didn't create |
0.90_2 18 Mar 2004 02:19:36 |
leeym |
SIZEify my ports.
Submitted by: trevor |
0.90_2 17 Jan 2004 22:03:07 |
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 |
0.90_2 05 Jan 2004 17:36:58 |
leeym |
makes these ports "portlint clean". |
0.90_2 13 Nov 2003 13:30:42 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
0.90_2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.90_2 24 Jun 2003 10:33:29 |
leeym |
remove extra directories.
Noticed by: bento |
0.90_2 17 Jun 2003 11:39:43 |
leeym |
add WWW entries and re-compose descriptions |
0.90_2 29 Apr 2003 15:07:46 |
ache |
Domain cache code not works - $domain was not set |
0.90_1 29 Apr 2003 06:15:55 |
ache |
.org moved to whois.publicinterestregistry.net
Misspelling: nonexisten "registrants" -> documented "registrant" |
0.90 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.90 06 Nov 2002 13:19:26 |
leeym |
update to Net::XWhois 0.90
Reminded by: Forrest Aldrich <forrie@forrie.com>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
0.82_1 19 Aug 2002 08:01:34 |
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 |