From owner-freebsd-ports Mon Jul 22 21:30:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C75D37B400 for ; Mon, 22 Jul 2002 21:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F0443E72 for ; Mon, 22 Jul 2002 21:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6N4UAJU065569 for ; Mon, 22 Jul 2002 21:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6N4UAHZ065568; Mon, 22 Jul 2002 21:30:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5955837B400 for ; Mon, 22 Jul 2002 21:26:31 -0700 (PDT) Received: from doom.homeunix.org (28ppp2.telegraph.spb.ru [213.158.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C81443E4A for ; Mon, 22 Jul 2002 21:26:09 -0700 (PDT) (envelope-from igor@doom.homeunix.org) Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.12.5/8.12.5) with ESMTP id g6N4P6Ai032402 for ; Tue, 23 Jul 2002 08:25:14 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.12.5/8.12.5/Submit) id g6N4P4Hm032401; Tue, 23 Jul 2002 08:25:04 +0400 (MSD) Message-Id: <200207230425.g6N4P4Hm032401@doom.homeunix.org> Date: Tue, 23 Jul 2002 08:25:04 +0400 (MSD) From: Igor Pokrovsky Reply-To: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40914: New port: games/linux-nwserver Neverwinter Nights Linux (x86) Dedicated Server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40914 >Category: ports >Synopsis: New port: games/linux-nwserver Neverwinter Nights Linux (x86) Dedicated Server >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 21:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.6-STABLE i386 >Organization: MGO >Environment: System: FreeBSD doom.homeunix.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 21 12:17:35 MSD 2002 root@doom.homeunix.org:/usr/src/sys/compile/KERNEL i386 >Description: This package contains Neverwinter Nights Linux Dedicated Server, that could run under FreeBSD. Additionally you will need original game data, which should be installed manually. >How-To-Repeat: >Fix: --- linux-nwserver.shar begins here --- # 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: # # linux-nwserver # linux-nwserver/Makefile # linux-nwserver/pkg-descr # linux-nwserver/pkg-comment # linux-nwserver/pkg-plist # linux-nwserver/distinfo # echo c - linux-nwserver mkdir -p linux-nwserver > /dev/null 2>&1 echo x - linux-nwserver/Makefile sed 's/^X//' >linux-nwserver/Makefile << 'END-of-linux-nwserver/Makefile' X# New ports collection makefile for: linux-nwserver X# Date created: 22 July 2002 X# Whom: Igor Pokrovsky X# X# $FreeBSD$ X# X XPORTNAME= linux-nwserver XPORTVERSION= 1.21 XCATEGORIES= games linux XMASTER_SITES= http://nwdownloads.bioware.com/neverwinternights/linux/ XDISTNAME= linuxserver X XMAINTAINER= tiamat@telegraph.spb.ru X XUSE_LINUX= yes XNO_BUILD= yes XONLY_FOR_ARCHS= i386 X X# Linux binary should not be stripped by INSTALL_PROGRAM X# because as a side effect it brands the binary as FreeBSD. XSTRIP= X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/fixinstall ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKDIR}/nwserver ${PREFIX}/bin X X.ifndef (NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/readme.linuxserver.txt ${DOCSDIR} X.endif X Xpost-install: X @${ECHO} "*******************************************************************************" X @${ECHO} "Neverwinter Nights Dedicated Server requires original game data to run." X @${ECHO} "Consult ${DOCSDIR}/readme.linuxserver.txt" X @${ECHO} "for more information about required data directories." X @${ECHO} "From directory, where you will have installed game data you can run:" X @${ECHO} "${PREFIX}/bin/fixinstall - to check installation (FAILED nwserver is ok)" X @${ECHO} "and ${PREFIX}/bin/nwserver - to start server" X @${ECHO} "*******************************************************************************" X X.include END-of-linux-nwserver/Makefile echo x - linux-nwserver/pkg-descr sed 's/^X//' >linux-nwserver/pkg-descr << 'END-of-linux-nwserver/pkg-descr' XThis package contains Neverwinter Nights Linux Dedicated Server, Xthat could run under FreeBSD. Additionally you will need original Xgame data, which should be installed manually. X XWWW: http://nwn.bioware.com/ X X- Igor Pokrovsky Xtiamat@telegraph.spb.ru END-of-linux-nwserver/pkg-descr echo x - linux-nwserver/pkg-comment sed 's/^X//' >linux-nwserver/pkg-comment << 'END-of-linux-nwserver/pkg-comment' XNeverwinter Nights Linux (x86) Dedicated Server END-of-linux-nwserver/pkg-comment echo x - linux-nwserver/pkg-plist sed 's/^X//' >linux-nwserver/pkg-plist << 'END-of-linux-nwserver/pkg-plist' Xbin/fixinstall Xbin/nwserver X%%PORTDOCS%%share/doc/linux-nwserver/readme.linuxserver.txt X%%PORTDOCS%%@dirrm share/doc/linux-nwserver END-of-linux-nwserver/pkg-plist echo x - linux-nwserver/distinfo sed 's/^X//' >linux-nwserver/distinfo << 'END-of-linux-nwserver/distinfo' XMD5 (linuxserver.tar.gz) = 3f0fc70d761cfe83bf084cb6c0bd623d END-of-linux-nwserver/distinfo exit --- linux-nwserver.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message