From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 22 00:10:10 2005 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 A506316A41F for ; Thu, 22 Sep 2005 00:10:10 +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 2460143D4C for ; Thu, 22 Sep 2005 00:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8M0A8RU002315 for ; Thu, 22 Sep 2005 00:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8M0A7W0002314; Thu, 22 Sep 2005 00:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 22 Sep 2005 00:10:07 GMT Resent-Message-Id: <200509220010.j8M0A7W0002314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BC416A41F for ; Thu, 22 Sep 2005 00:03:44 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C69E43D45 for ; Thu, 22 Sep 2005 00:03:44 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 9788 invoked from network); 22 Sep 2005 00:03:43 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 22 Sep 2005 00:03:43 -0000 Message-Id: <1127347434.0@phobos.mars.bsd> Date: Wed, 21 Sep 2005 21:03:54 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/86441: [NEW PORT] games/doom-hacx - A full TC using the Doom II engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 00:10:10 -0000 >Number: 86441 >Category: ports >Synopsis: [NEW PORT] games/doom-hacx - A full TC using the Doom II engine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 22 00:10:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- doom-hacx.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: # # doom-hacx # doom-hacx/Makefile # doom-hacx/pkg-descr # doom-hacx/distinfo # echo c - doom-hacx mkdir -p doom-hacx > /dev/null 2>&1 echo x - doom-hacx/Makefile sed 's/^X//' >doom-hacx/Makefile << 'END-of-doom-hacx/Makefile' X# New ports collection makefile for: doom-hacx X# Date created: 21 Sep 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= hacx XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ XDISTNAME= ${PORTNAME}.wad XEXTRACT_SUFX= .bz2 X XMAINTAINER= alejandro@varnet.biz XCOMMENT= A full TC using the Doom II engine X XUSE_BZIP2= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XPLIST_FILES= %%DATADIR%%/${DISTNAME} XPLIST_DIRS= %%DATADIR%% X X.include "${.CURDIR}/../doom-data/Makefile.include" X X.include X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${BZIP2_CMD} -dc ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > \ X ${WRKDIR}/${DISTNAME} X Xdo-install: X @${MKDIR} ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${DATADIR} X X.include END-of-doom-hacx/Makefile echo x - doom-hacx/pkg-descr sed 's/^X//' >doom-hacx/pkg-descr << 'END-of-doom-hacx/pkg-descr' XHacx is a full Total Conversion using the Doom II engine and created by Banjo XSoftware. X XYou need the Doom II WAD file to play it. X XWWW: http://www.sonic.net/~nostromo/hacx/index.html END-of-doom-hacx/pkg-descr echo x - doom-hacx/distinfo sed 's/^X//' >doom-hacx/distinfo << 'END-of-doom-hacx/distinfo' XMD5 (hacx.wad.bz2) = bc2245699c36736a0fa62a76b95f4e6c XSIZE (hacx.wad.bz2) = 8976448 END-of-doom-hacx/distinfo exit --- doom-hacx.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: