From owner-freebsd-ports Sun Jan 16 8:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D384214E87 for ; Sun, 16 Jan 2000 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84544; Sun, 16 Jan 2000 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id A057C14BEE for ; Sun, 16 Jan 2000 08:30:18 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id IAA20675 for ; Sun, 16 Jan 2000 08:30:17 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda20673; Sun Jan 16 08:30:05 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id IAA25532 for ; Sun, 16 Jan 2000 08:30:05 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpda25520; Sun Jan 16 08:29:13 2000 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id IAA95146; Sun, 16 Jan 2000 08:29:13 -0800 (PST) Message-Id: <200001161629.IAA95146@cwsys.cwsent.com> Date: Sun, 16 Jan 2000 08:29:13 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16147: New Awhois Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16147 >Category: ports >Synopsis: New Awhois Port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 16 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.4-RELEASE i386 >Organization: ITSD, Province of BC >Environment: FreeBSD cwsys 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 21 04:39:50 PST 1999 root@:/opt2/cvs-340/src/sys/compile/CWSYS i386 >Description: New awhois port. Following is the announcement in the Freshmeat Newsletter: subject: awhois 1.60 added by: Greg A. Woods on Jan 14th 2000, 06:00 license: freely distributable category: Console/Networking download: http://apps.freshmeat.net/download/947833629/ description: Awhois tries to figure out what you're looking for and to invoke whois with the appropriate arguments. It knows how to deal with the new Registry WHOIS service, it falls back to checking the whois server specified in the DNS at whois-servers.net, and its interface is just like the original whois. changes: Initial freshmeat announcement; fixes for the whois server for *.de and a minor bug that made it hard to look up domains that looked more like IP numbers (i.e. "163.net"). |> http://freshmeat.net/news/2000/01/14/947847639.html >How-To-Repeat: N/A >Fix: Shar archive of the port follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # awhois # awhois/Makefile # awhois/files # awhois/files/md5 # awhois/pkg # awhois/pkg/COMMENT # awhois/pkg/DESCR # awhois/pkg/PLIST # echo c - awhois mkdir -p awhois > /dev/null 2>&1 echo x - awhois/Makefile sed 's/^X//' >awhois/Makefile << 'END-of-awhois/Makefile' X# New ports collection makefile for: tkdiff X# Version required: 3.04 X# Date created: 4 Oct. 1999 X# Whom: Kevin Lo X# X# $FreeBSD: ports/textproc/tkdiff/Makefile,v 1.1 1999/12/10 15:32:54 steve Exp $ X# X XDISTNAME= awhois.sh-v1.60 XPKGNAME= awhois-1.60 XCATEGORIES= net XMASTER_SITES= ftp://ftp.weird.com/pub/local/ \ X ftp://ftp.planix.com/pub/Planix/ X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XNO_BUILD= yes XEXTRACT_SUFX= XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= awhois XNO_WRKSUBDIR= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/awhois ${PREFIX}/bin X X.include END-of-awhois/Makefile echo c - awhois/files mkdir -p awhois/files > /dev/null 2>&1 echo x - awhois/files/md5 sed 's/^X//' >awhois/files/md5 << 'END-of-awhois/files/md5' XMD5 (awhois.sh-v1.60) = 0d2eafc46ace5cae569dcee4d25b2026 END-of-awhois/files/md5 echo c - awhois/pkg mkdir -p awhois/pkg > /dev/null 2>&1 echo x - awhois/pkg/COMMENT sed 's/^X//' >awhois/pkg/COMMENT << 'END-of-awhois/pkg/COMMENT' Xawhois - all-encompassing whois client wrapper.... END-of-awhois/pkg/COMMENT echo x - awhois/pkg/DESCR sed 's/^X//' >awhois/pkg/DESCR << 'END-of-awhois/pkg/DESCR' XAwhois tries to figure out what you're looking for and to invoke whois Xwith the appropriate arguments. It knows how to deal with the new XRegistry WHOIS service, it falls back to checking the whois server Xspecified in the DNS at whois-servers.net, and its interface is just Xlike the original whois. END-of-awhois/pkg/DESCR echo x - awhois/pkg/PLIST sed 's/^X//' >awhois/pkg/PLIST << 'END-of-awhois/pkg/PLIST' Xbin/awhois END-of-awhois/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message