Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 1999 01:16:20 -0800 (PST)
From:      kkennawa@physics.adelaide.edu.au
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9260: New port - xwhois (GTK frontend to whois)
Message-ID:  <199901010916.BAA21895@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9260
>Category:       ports
>Synopsis:       New port - xwhois (GTK frontend to whois)
>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:   Fri Jan  1 01:20:01 PST 1999
>Last-Modified:
>Originator:     Kris Kennaway
>Organization:
>Release:        
>Environment:
>Description:
This is a port of XWhois, a GTK frontend for the whois service. Pretty
self-explanatory..
>How-To-Repeat:
# 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:
#
#       xwhois
#       xwhois/Makefile
#       xwhois/files
#       xwhois/files/md5
#       xwhois/patches
#       xwhois/patches/patch-aa
#       xwhois/pkg
#       xwhois/pkg/COMMENT
#       xwhois/pkg/DESCR
#       xwhois/pkg/PLIST
#
echo c - xwhois
mkdir -p xwhois > /dev/null 2>&1
echo x - xwhois/Makefile
sed 's/^X//' >xwhois/Makefile << 'END-of-xwhois/Makefile'
X# New ports collection makefile for:   xwhois
X# Version required:    0.2.7
X# Date created:        31 December 1998
X# Whom:                Kris Kennaway <kkennawa@physics.adelaide.edu.au>
X#
X# $Id$
X#
X
XDISTNAME=      xwhois-0.2.7
XCATEGORIES=    net
XMASTER_SITES=  http://www.goatnet.ml.org/ \
X               http://c64.org/~nr/ \
X               ftp://sangis.kalix.net/pub/nr/xwhois/ \
X               ftp://c64.org/pub/nr/xwhois/ \
X               ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/apps/xwhois/
X
XMAINTAINER=    kkennawa@physics.adelaide.edu.au
X
XLIB_DEPENDS=   gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
X
XUSE_X_PREFIX=   yes
X
Xdo-install:
X       @${INSTALL_PROGRAM} ${WRKSRC}/xwhois ${PREFIX}/bin/
X       @${INSTALL_DATA} ${WRKSRC}/xwhois.servers ${PREFIX}/etc/
X
X.include <bsd.port.mk>
END-of-xwhois/Makefile
echo c - xwhois/files
mkdir -p xwhois/files > /dev/null 2>&1
echo x - xwhois/files/md5
sed 's/^X//' >xwhois/files/md5 << 'END-of-xwhois/files/md5'
XMD5 (xwhois-0.2.7.tar.gz) = 21c2880dceee7cce978b9709ad669c96
END-of-xwhois/files/md5
echo c - xwhois/patches
mkdir -p xwhois/patches > /dev/null 2>&1
echo x - xwhois/patches/patch-aa
sed 's/^X//' >xwhois/patches/patch-aa << 'END-of-xwhois/patches/patch-aa'
X*** Makefile~  Mon Dec 28 02:26:42 1998
X--- Makefile   Fri Jan  1 19:37:42 1999
X***************
X*** 1,11 ****
X  # Xwhois Makefile
X  
X  prefix = /usr/local
X! XWHOIS_SERVERS = $(prefix)/lib/xwhois/xwhois.servers
X  
X  # - Standard -
X  CC   = gcc
X! CFLAGS       = -Wall -g -O2
X  OBJECTS      = xwhois.c
X  DEFINES      = -DSTD -DHAVE_SNPRINTF
X  DEFINES      += -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\"
X--- 1,12 ----
X  # Xwhois Makefile
X  
X  prefix = /usr/local
X! XWHOIS_SERVERS = $(PREFIX)/etc/xwhois.servers
X  
X  # - Standard -
X  CC   = gcc
X! CFLAGS  ?= -O2
X! CFLAGS       += -Wall -g
X  OBJECTS      = xwhois.c
X  DEFINES      = -DSTD -DHAVE_SNPRINTF
X  DEFINES      += -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\"
END-of-xwhois/patches/patch-aa
echo c - xwhois/pkg
mkdir -p xwhois/pkg > /dev/null 2>&1
echo x - xwhois/pkg/COMMENT
sed 's/^X//' >xwhois/pkg/COMMENT << 'END-of-xwhois/pkg/COMMENT'
XA GTK-based frontend to the whois service (RFC954).
END-of-xwhois/pkg/COMMENT
echo x - xwhois/pkg/DESCR
sed 's/^X//' >xwhois/pkg/DESCR << 'END-of-xwhois/pkg/DESCR'
XA GTK-based frontend to the whois service (RFC954).
END-of-xwhois/pkg/DESCR
echo x - xwhois/pkg/PLIST
sed 's/^X//' >xwhois/pkg/PLIST << 'END-of-xwhois/pkg/PLIST'
Xbin/xwhois
Xetc/xwhois.servers
END-of-xwhois/pkg/PLIST
exit

>Fix:

>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?199901010916.BAA21895>