Skip to content

Commit

Permalink
Initial import of md-whois, an improved whois client, into the NetBSD
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
19 changes: 19 additions & 0 deletions net/md-whois/Makefile
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"
3 changes: 3 additions & 0 deletions net/md-whois/files/md5
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
1 change: 1 addition & 0 deletions net/md-whois/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved whois client
4 changes: 4 additions & 0 deletions net/md-whois/pkg/DESCR
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.
3 changes: 3 additions & 0 deletions net/md-whois/pkg/PLIST
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

0 comments on commit 875cacb

Please sign in to comment.