Date: Sun, 16 Jan 2000 08:29:13 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16147: New Awhois Port Message-ID: <200001161629.IAA95146@cwsys.cwsent.com>
next in thread | raw e-mail | index | archive | help
>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 <kevlo@FreeBSD.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001161629.IAA95146>