From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 16 19:10:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B920816A41F for ; Mon, 16 Jan 2006 19:10:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F2B43D45 for ; Mon, 16 Jan 2006 19:10:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0GJA8DC025214 for ; Mon, 16 Jan 2006 19:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0GJA8L2025213; Mon, 16 Jan 2006 19:10:08 GMT (envelope-from gnats) Date: Mon, 16 Jan 2006 19:10:08 GMT Message-Id: <200601161910.k0GJA8L2025213@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alejandro Pulver" Cc: Subject: Re: ports/91877: [NEW PORT] games/linux-doom3: Doom III for Linux X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alejandro Pulver List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 19:10:09 -0000 The following reply was made to PR ports/91877; it has been noted by GNATS. From: "Alejandro Pulver" To: "FreeBSD gnats submit" Cc: Subject: Re: ports/91877: [NEW PORT] games/linux-doom3: Doom III for Linux Date: Mon, 16 Jan 2006 16:06:20 -0300 >Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/91877: [NEW PORT] games/linux-doom3: Doom III for Linux >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.4-RELEASE i386 >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: I forgot pkg-message, so here it is. >How-To-Repeat: >Fix: --- linux-doom3.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-doom3 # linux-doom3/Makefile # linux-doom3/files # linux-doom3/files/doom3-ded.in # linux-doom3/files/doom3.in # linux-doom3/files/pkg-message.in # linux-doom3/distinfo # linux-doom3/pkg-descr # linux-doom3/pkg-plist # echo c - linux-doom3 mkdir -p linux-doom3 > /dev/null 2>&1 echo x - linux-doom3/Makefile sed 's/^X//' >linux-doom3/Makefile << 'END-of-linux-doom3/Makefile' X# New ports collection makefile for: linux-doom3 X# Date created: 15 Jan 2006 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= doom3 XPORTVERSION= 1.3.1302 XCATEGORIES= games linux XMASTER_SITES= ftp://ftp.idsoftware.com/idstuff/doom3/linux/ \ X ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/doom3/linux/ XPKGNAMEPREFIX= linux- XDISTNAME= ${PORTNAME}-linux-${PORTVERSION}.x86 XEXTRACT_SUFX= .run X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Doom III for Linux X XONLY_FOR_ARCHS= i386 XUSE_LINUX= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XOPTIONS= NO_CDKEY "Use older version which doesn't require cd key" off X XDATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} XSUB_FILES= doom3 doom3-ded pkg-message XPKGMESSAGE= ${WRKDIR}/pkg-message X X.include X X.if ${X_WINDOW_SYSTEM:L} != xfree86-3 X.if defined(WITH_NVIDIA_GL) XRUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver X.else XRUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri X.endif X.else XRUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx X.endif X X.if defined(WITH_NO_CDKEY) XPORTVERSION= 1.1.1286 XMASTER_SITES= ftp://ftp.idsoftware.com/idstuff/doom3/linux/old/ \ X ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/doom3/linux/old/ XPLIST_SUB+= NEW="@comment " X.else XPLIST_SUB+= NEW="" X.endif X Xdo-extract: X @${MKDIR} ${WRKDIR} X @cd ${WRKDIR} && ${TAIL} +374 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ X ${TAR} zxf - X Xdo-install: X ${MKDIR} ${DATADIR}/base X cd ${WRKSRC}/base && \ X ${INSTALL_DATA} game0[1-9]* pak* ${DATADIR}/base X cd ${WRKSRC}/bin/Linux/x86 && \ X ${INSTALL_PROGRAM} doom.x86 doomded.x86 ${DATADIR} X ${MKDIR} ${PREFIX}/share/pixmaps X ${INSTALL_DATA} ${WRKSRC}/doom3.png ${PREFIX}/share/pixmaps X ${INSTALL_PROGRAM} ${WRKDIR}/doom3 ${WRKDIR}/doom3-ded ${PREFIX}/bin X Xpost-install: X @${ECHO_CMD} X @${CAT} ${PKGMESSAGE} X @${ECHO_CMD} X X.include END-of-linux-doom3/Makefile echo c - linux-doom3/files mkdir -p linux-doom3/files > /dev/null 2>&1 echo x - linux-doom3/files/doom3-ded.in sed 's/^X//' >linux-doom3/files/doom3-ded.in << 'END-of-linux-doom3/files/doom3-ded.in' X#!/bin/sh X Xcd %%DATADIR%% || exit 1 X Xexec ./doomded.x86 "$@" END-of-linux-doom3/files/doom3-ded.in echo x - linux-doom3/files/doom3.in sed 's/^X//' >linux-doom3/files/doom3.in << 'END-of-linux-doom3/files/doom3.in' X#!/bin/sh X Xcd %%DATADIR%% || exit 1 X Xexec ./doom.x86 "$@" END-of-linux-doom3/files/doom3.in echo x - linux-doom3/files/pkg-message.in sed 's/^X//' >linux-doom3/files/pkg-message.in << 'END-of-linux-doom3/files/pkg-message.in' X============================================================================== X XTo complete the installation of this port you need to copy the files X"base/pak00[1-4].pk4", from the original Doom III distribution to X"%%DATADIR%%/base". X X============================================================================== END-of-linux-doom3/files/pkg-message.in echo x - linux-doom3/distinfo sed 's/^X//' >linux-doom3/distinfo << 'END-of-linux-doom3/distinfo' XMD5 (doom3-linux-1.1.1286.x86.run) = 2a45d0769b39473887c61a11cbba981c XSHA256 (doom3-linux-1.1.1286.x86.run) = d02ee014017260f25e9ca07ccd3241f3766651fc94e3ca4924715f22c9029dbf XSIZE (doom3-linux-1.1.1286.x86.run) = 7941364 XMD5 (doom3-linux-1.3.1302.x86.run) = b1d04da2d64bb8d54f64cbaa2fdb4490 XSHA256 (doom3-linux-1.3.1302.x86.run) = da90ba338eadb298a736af8786c0d7b11be698a399ac7a20549de0926a434677 XSIZE (doom3-linux-1.3.1302.x86.run) = 17199582 END-of-linux-doom3/distinfo echo x - linux-doom3/pkg-descr sed 's/^X//' >linux-doom3/pkg-descr << 'END-of-linux-doom3/pkg-descr' XDoom 3 is a sci-fi horror first-person shooter computer game developed by id XSoftware and published by Activision. Set in 2145 in the Union Aerospace XCorporation (UAC) research center on Mars, it is a reimagining of the original XDoom, with completely new graphics and game engine. X XWWW: http://www.doom3.com/ END-of-linux-doom3/pkg-descr echo x - linux-doom3/pkg-plist sed 's/^X//' >linux-doom3/pkg-plist << 'END-of-linux-doom3/pkg-plist' Xbin/doom3 Xbin/doom3-ded X%%DATADIR%%/base/game01.pk4 X%%NEW%%%%DATADIR%%/base/game02.pk4 X%%NEW%%%%DATADIR%%/base/game03.pk4 X%%DATADIR%%/base/pak005.pk4 X%%NEW%%%%DATADIR%%/base/pak006.pk4 X%%NEW%%%%DATADIR%%/base/pak007.pk4 X%%DATADIR%%/doom.x86 X%%DATADIR%%/doomded.x86 Xshare/pixmaps/doom3.png X@dirrm %%DATADIR%%/base X@unexec rmdir %D/share/pixmaps 2>/dev/null || true X@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%." | fmt END-of-linux-doom3/pkg-plist exit --- linux-doom3.shar ends here ---