Date: Mon, 25 Jan 1999 12:19:56 +0300 (MSK) From: Dima Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9671: New port - Xwhois Message-ID: <199901250919.MAA06648@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 9671 >Category: ports >Synopsis: New port - Xwhois >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: Mon Jan 25 01:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: Port of the Xwhois program - a GUI frontend for quering whois database. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/DESCR # ./pkg/COMMENT # ./pkg/PLIST # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xwhois X# Version required: 0.2.9 X# Date created: 24 January 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= xwhois-0.2.9 XCATEGORIES= x11 net XMASTER_SITES= http://www.goatnet.ml.org/ \ X ftp://sangis.kalix.net/pub/nr/xwhois/ X XMAINTAINER= dima@Chg.RU X XLIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk X XUSE_X11= yes X Xpost-patch: X @ ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig X @ ${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.orig \ X | ${SED} -e 's#/lib/#/lib/X11/#' > ${WRKSRC}/Makefile X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (xwhois-0.2.9.tar.gz) = 64663f0662d34cddedc414b3641666eb END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXwhois is a small and fast X11 client for quering whois NIC network Xservices. It is based on GTK+ GUI toolkit and aims to be fully platform Xindependent. X X--Dima Xdima@chg.ru X Xhttp://www.goatnet.ml.org/software.html END-of-./pkg/DESCR echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XX11 client for quering whois NIC network services END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/xwhois Xlib/X11/xwhois/xwhois.servers Xlib/X11/xwhois/pixmaps/xwhois.xpm X@dirrm lib/X11/xwhois/pixmaps X@dirrm lib/X11/xwhois END-of-./pkg/PLIST echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.orig Sun Dec 27 18:56:42 1998 X+++ Makefile Mon Jan 25 11:09:01 1999 X@@ -30,16 +30,9 @@ X X install: X install -s -m 755 xwhois $(prefix)/bin X- mkdir -p $(prefix)/share/apps/Network X- install -m 644 Xwhois.desktop $(prefix)/share/apps/Network X- mkdir -p $(prefix)/share/pixmaps X- install -m 644 xwhois.xpm $(prefix)/share/pixmaps X- mkdir -p $(prefix)/lib/xwhois X+ mkdir -p $(prefix)/lib/xwhois/pixmaps X+ install -m 644 xwhois.xpm $(prefix)/lib/xwhois/pixmaps X install -m 644 xwhois.servers $(prefix)/lib/xwhois X- mkdir -p $(prefix)/doc/xwhois X- install -m 644 README $(prefix)/doc/xwhois X- install -m 644 COPYING $(prefix)/doc/xwhois X- install -m 644 ChangeLog $(prefix)/doc/xwhois X X clean: X rm -f xwhois END-of-./patches/patch-aa 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?199901250919.MAA06648>