Date: Fri, 31 Dec 1999 06:45:51 -0500 (EST) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/15800: new port: games/kmud Message-ID: <199912311145.GAA37078@argon.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 15800 >Category: ports >Synopsis: new port: games/kmud >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 Dec 31 03:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: KMud is a KDE MUD client in its beginning stages. It sure has a lot of potential.. I wouldn't use tintin or tinyfugue at all right now. :P Those things gross me out. Anyway, please note that if (as I hope) kdelibs11 / qt142 are upgraded to use the newer GCC, this port will almost certainly work with -STABLE at that point. But for now it is broken for anything less than -CURRENT with g++ 2.91.66. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # kmud # kmud/files # kmud/files/md5 # kmud/pkg # kmud/pkg/PLIST # kmud/pkg/DESCR # kmud/pkg/COMMENT # kmud/patches # kmud/patches/patch-aa # kmud/Makefile # echo c - kmud mkdir -p kmud > /dev/null 2>&1 echo c - kmud/files mkdir -p kmud/files > /dev/null 2>&1 echo x - kmud/files/md5 sed 's/^X//' >kmud/files/md5 << 'END-of-kmud/files/md5' XMD5 (kmud-0.1.1.tar.gz) = ab2eb27e3793b6f725d6bee4c108de07 END-of-kmud/files/md5 echo c - kmud/pkg mkdir -p kmud/pkg > /dev/null 2>&1 echo x - kmud/pkg/PLIST sed 's/^X//' >kmud/pkg/PLIST << 'END-of-kmud/pkg/PLIST' Xshare/doc/HTML/en/kmud/index-1.html Xshare/doc/HTML/en/kmud/index-2.html Xshare/doc/HTML/en/kmud/index-3.html Xshare/doc/HTML/en/kmud/index-4.html Xshare/doc/HTML/en/kmud/index-5.html Xshare/doc/HTML/en/kmud/index-6.html Xshare/doc/HTML/en/kmud/index.html Xbin/kmud Xshare/applnk/Applications/kmud.kdelnk Xshare/icons/kmud.xpm X@dirrm share/doc/HTML/en/kmud END-of-kmud/pkg/PLIST echo x - kmud/pkg/DESCR sed 's/^X//' >kmud/pkg/DESCR << 'END-of-kmud/pkg/DESCR' XFinally, a half-decent GUI MUD interface for UNIX! XIt does ANSI color - although at this time that support Xis slightly broken.. this program is for the people who Xare tired of tintin++ or tinyfugue, etc. and want a real XGUI MUD client! :-) X XWWW: http://fara.cs.uni-potsdam.de/~uhlmann/kmud/ X X- Will <andrews@technologist.com> END-of-kmud/pkg/DESCR echo x - kmud/pkg/COMMENT sed 's/^X//' >kmud/pkg/COMMENT << 'END-of-kmud/pkg/COMMENT' XCool MUD interface based on KDE/Qt. END-of-kmud/pkg/COMMENT echo c - kmud/patches mkdir -p kmud/patches > /dev/null 2>&1 echo x - kmud/patches/patch-aa sed 's/^X//' >kmud/patches/patch-aa << 'END-of-kmud/patches/patch-aa' X--- kmud/ctelnet.h Mon Sep 27 05:41:46 1999 X+++ kmud/ctelnet.h.new Sat Nov 13 01:19:34 1999 X@@ -21,9 +21,6 @@ X #define __CTELNET_H__ X X #include <qsocketnotifier.h> X-#include <netinet/in.h> X-#include <arpa/telnet.h> X-#include <sys/socket.h> X /* modified 27.09.1999 11:33 for Sun Solaris 2.6 by dflinkmann@gmx.de */ X #ifdef sun X #include <sys/filio.h> X@@ -32,7 +29,9 @@ X #include <sys/ioctl.h> X #include <netdb.h> X #include <unistd.h> X- X+#include <netinet/in.h> X+#include <arpa/telnet.h> X+#include <sys/socket.h> X X #include "debug.h" // debug telnet commands X END-of-kmud/patches/patch-aa echo x - kmud/Makefile sed 's/^X//' >kmud/Makefile << 'END-of-kmud/Makefile' X# New ports collection makefile for: KMud X# Version required: 0.1.1 X# Date created: 31 Oct 1999 X# Whom: Will Andrews <andrews@technologist.com> X# X# $FreeBSD$ X# X XDISTNAME= kmud-0.1.1 XCATEGORIES= games XMASTER_SITES= ftp://fara.cs.uni-potsdam.de/pub/kmud/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_QT= yes X X.include <bsd.port.pre.mk> X X# g++ 2.91.66 is OK. X.if ${OSVERSION} < 400004 XBROKEN= "obsolete compiler" X.endif X X.include <bsd.port.mk> END-of-kmud/Makefile 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?199912311145.GAA37078>