pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/prboom-plus Import prboom-plus-2.5.1.3 as games/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96364a6ab7b6
branches:  trunk
changeset: 639444:96364a6ab7b6
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat Sep 13 12:55:06 2014 +0000

description:
Import prboom-plus-2.5.1.3 as games/prboom-plus.

PrBoom+ is a modified version of id Software's classic game DOOM.  It
runs on several platforms (including Win32 and Unixes) and features many
additions to the original game.  It also supports multiplayer games.

diffstat:

 games/prboom-plus/DESCR    |   3 +++
 games/prboom-plus/Makefile |  24 ++++++++++++++++++++++++
 games/prboom-plus/PLIST    |  19 +++++++++++++++++++
 games/prboom-plus/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r e6487044fe70 -r 96364a6ab7b6 games/prboom-plus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/prboom-plus/DESCR   Sat Sep 13 12:55:06 2014 +0000
@@ -0,0 +1,3 @@
+PrBoom+ is a modified version of id Software's classic game DOOM.  It
+runs on several platforms (including Win32 and Unixes) and features many
+additions to the original game.  It also supports multiplayer games.
diff -r e6487044fe70 -r 96364a6ab7b6 games/prboom-plus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/prboom-plus/Makefile        Sat Sep 13 12:55:06 2014 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2014/09/13 12:55:06 shattered Exp $
+
+DISTNAME=      prboom-plus-2.5.1.3
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prboom-plus/}
+
+MAINTAINER=    drochner%NetBSD.org@localhost
+HOMEPAGE=      http://prboom-plus.sourceforge.net/
+COMMENT=       Multiplayer-capable and modified version of DOOM
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE=         YES
+CONFIGURE_ARGS+=       --with-waddir=${PREFIX}/share/doom
+
+SUBST_CLASSES+=                gamesdir
+SUBST_STAGE.gamesdir=  post-patch
+SUBST_MESSAGE.gamesdir=        Fixing hard-coded gamesdir
+SUBST_FILES.gamesdir=  src/Makefile.in
+SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g'
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r e6487044fe70 -r 96364a6ab7b6 games/prboom-plus/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/prboom-plus/PLIST   Sat Sep 13 12:55:06 2014 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2014/09/13 12:55:06 shattered Exp $
+bin/prboom-plus
+bin/prboom-plus-game-server
+man/man5/prboom-plus.cfg.5
+man/man6/prboom-plus-game-server.6
+man/man6/prboom-plus.6
+share/doc/${PKGNAME}/AUTHORS
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/MBF.txt
+share/doc/${PKGNAME}/MBFFAQ.txt
+share/doc/${PKGNAME}/NEWS
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/README.compat
+share/doc/${PKGNAME}/README.demos
+share/doc/${PKGNAME}/boom.txt
+share/doc/${PKGNAME}/prboom-plus-history.html
+share/doc/${PKGNAME}/prboom-plus-history.txt
+share/doc/${PKGNAME}/prboom-plus-usage.txt
+share/doom/prboom-plus.wad
diff -r e6487044fe70 -r 96364a6ab7b6 games/prboom-plus/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/prboom-plus/distinfo        Sat Sep 13 12:55:06 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/13 12:55:06 shattered Exp $
+
+SHA1 (prboom-plus-2.5.1.3.tar.gz) = f7448128ac725d48325ed6bc4f613708501dc875
+RMD160 (prboom-plus-2.5.1.3.tar.gz) = 345ce730eb045f800d750fb90b2f603e9fe8e7d5
+Size (prboom-plus-2.5.1.3.tar.gz) = 1465003 bytes



Home | Main Index | Thread Index | Old Index