ports/188932: New Port:games/prboom-plus A fork of the original prboom .

Thiago thiagohero501 at gmail.com
Thu Apr 24 00:10:00 UTC 2014


>Number:         188932
>Category:       ports
>Synopsis:       New Port:games/prboom-plus  A fork of the original prboom .
>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 Apr 24 00:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Thiago
>Release:        
>Organization:
>Environment:
>Description:
A fork of  PrBoom  with uncapped framerate, variable gamespeed,
re-record, walkcam, chasecam, full mouselook,
fov and other features without loss of compatibility with original DOOM.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	prboom-plus
#	prboom-plus/pkg-plist
#	prboom-plus/pkg-descr
#	prboom-plus/distinfo
#	prboom-plus/Makefile.include
#	prboom-plus/Makefile
#
echo c - prboom-plus
mkdir -p prboom-plus > /dev/null 2>&1
echo x - prboom-plus/pkg-plist
sed 's/^X//' >prboom-plus/pkg-plist << 'b0a72297c9acbccfe1b56b3b03823166'
Xbin/prboom-plus
Xbin/prboom-plus-game-server
Xgames/prboom-plus
Xgames/prboom-plus-game-server
Xman/man5/prboom-plus.cfg.5.gz
Xman/man6/prboom-plus.6.gz
Xman/man6/prboom-plus-game-server.6.gz
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/MBF.txt
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/MBFFAQ.txt
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/README.compat
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/README.demos
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/boom.txt
X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%-%%PORTVERSION%%
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/README
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/prboom-plus-history.html
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/prboom-plus-history.txt
X%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/prboom-plus-usage.txt
Xshare/games/doom/prboom-plus.wad
X at dirrmtry games
X at dirrmtry share/games/doom
X at dirrmtry share/games
b0a72297c9acbccfe1b56b3b03823166
echo x - prboom-plus/pkg-descr
sed 's/^X//' >prboom-plus/pkg-descr << 'd72c1bee61cb040a963920ea66af4d25'
XA fork of  PrBoom  with uncapped framerate, variable gamespeed,
Xre-record, walkcam, chasecam, full mouselook, 
Xfov and other features without loss of compatibility with original DOOM.
X
XWWW: http://prboom-plus.sourceforge.net/
d72c1bee61cb040a963920ea66af4d25
echo x - prboom-plus/distinfo
sed 's/^X//' >prboom-plus/distinfo << '77e1bc94aa64bea8cacc19a975afa33f'
XSHA256 (prboom-plus-2.5.1.3.tar.gz) = 0a406fa9d275fbde94afcf726cbff6d3a022f83b413dbfb6d131872e4642668f
XSIZE (prboom-plus-2.5.1.3.tar.gz) = 1465003
77e1bc94aa64bea8cacc19a975afa33f
echo x - prboom-plus/Makefile.include
sed 's/^X//' >prboom-plus/Makefile.include << '2cf77efe0686203d76f00c0fb73f8467'
X# Makefile for defining variables used by other Doom related ports.
X
XDMPKGNAMEPREFIX?=	doom-
XDMDIR?=		${LOCALBASE}/share/doom
X
X.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == ${DMPKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
X.  error include before <bsd.port.options.mk> if using DMPKGNAMEPREFIX
X.endif
X
XMAKE_ENV+=	DMDIR="${DMDIR}"
XPLIST_SUB+=	DMDIR="${DMDIR:S/${LOCALBASE}\///}"
XSUB_LIST+=	DMDIR="${DMDIR}"
X
X.if defined(USE_CRLF)
X.   if defined(USE_ZIP)
XEXTRACT_BEFORE_ARGS=	-aqo
X.   else
Xpre-patch:
X	@${FIND} ${WRKDIR} -type f -print0 | \
X		${XARGS} -0 ${FILE} | ${GREP} 'CRLF' | \
X		${SED} -e "s/:.*//" | ${SED} -e 's/ /\\ /g' | \
X		${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
X.   endif
X.endif
2cf77efe0686203d76f00c0fb73f8467
echo x - prboom-plus/Makefile
sed 's/^X//' >prboom-plus/Makefile << 'f617f04f5bd36ffb1d3d4ae56ab82258'
X# Created by: Jordan DeLong <fracture at allusion.net>
X# $FreeBSD: head/games/prboom/Makefile 332846 2013-11-05 13:04:51Z danilo $
X# $FreeBSD$
X
XPORTNAME=	prboom-plus
XPORTVERSION=	2.5.1.3
XCATEGORIES=	games
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	thiagohero501 at gmail.com
XCOMMENT=	A fork of the doom game engine prboom
X
XLICENSE=	GPLv2
X
XLIB_DEPENDS=	libsmpeg.so:${PORTSDIR}/multimedia/smpeg \
Xlibpng.so:${PORTSDIR}/graphics/png
X
XCONFLICTS=	prboom
X
XUSES=		gmake
XUSE_SDL=	mixer net sdl
X
XGNU_CONFIGURE=	yes
XCPPFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
X
XOPTIONS_DEFINE=	OPENGL
XOPTIONS_DEFAULT=	OPENGL
X
XDATADIR=	${DMDIR}
XPLIST_SUB=	PORTVERSION=${PORTVERSION}
X
XOPENGL_CONFIGURE_ENABLE=	gl
XOPENGL_USE=	GL=yes
X
Xpost-install:
X	${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/games/prboom-plus ${STAGEDIR}${PREFIX}/bin/
X	${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/games/prboom-plus-game-server ${STAGEDIR}${PREFIX}/bin/
X
X.include "${.CURDIR}/Makefile.include"
X
X.include <bsd.port.mk>
f617f04f5bd36ffb1d3d4ae56ab82258
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list