-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial import of md-whois, an improved whois client, into the NetBSD
packages collection. An improved whois client which attempts to find the correct server. If it can't guess, then it will default to whois.arin.net for IPv4 addresses, whois.6bone.net for IPv6 addresses, and whois.internic.net for domains. Package provided by "Jeremy C. Reed" <[email protected]> in pkg/12117, modified by me to conform to pkgsrc conventions, and to pass pkglint.
- Loading branch information
agc
committed
Feb 7, 2001
1 parent
f70229e
commit 875cacb
Showing
5 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2001/02/07 16:55:01 agc Exp $ | ||
|
||
DISTNAME= whois_4.5.2 | ||
PKGNAME= md-whois-4.5.2 | ||
CATEGORIES= net | ||
MASTER_SITES= http://www.linux.it/~md/software/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.linux.it/~md/software/ | ||
|
||
BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base | ||
|
||
WRKSRC= ${WRKDIR}/whois-4.5.2 | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois | ||
${INSTALL_MAN} ${WRKSRC}/whois.1 ${PREFIX}/man/man1/md-whois.1 | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$NetBSD: md5,v 1.1.1.1 2001/02/07 16:55:01 agc Exp $ | ||
|
||
MD5 (whois_4.5.2.tar.gz) = 905398b5f71cb501663b72b007b98004 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improved whois client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
An improved whois client which attempts to find the correct | ||
server. If it can't guess, then it will default to whois.arin.net | ||
for IPv4 addresses, whois.6bone.net for IPv6 addresses, and | ||
whois.internic.net for domains. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/07 16:55:01 agc Exp $ | ||
bin/md-whois | ||
man/man1/md-whois.1 |