FreeBSD Bugzilla – Attachment 145726 Details for
Bug 188932
New Port:games/prboom-plus A fork of the original prboom .
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
prboom-plus shar file revision-1
file-rev-1.shar (text/plain), 4.50 KB, created by
thiagohero501
on 2014-08-12 17:38:23 UTC
(
hide
)
Description:
prboom-plus shar file revision-1
Filename:
MIME Type:
Creator:
thiagohero501
Created:
2014-08-12 17:38:23 UTC
Size:
4.50 KB
patch
obsolete
># 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 ># prboom-plus/files ># prboom-plus/files/pkg-message.in ># >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' >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@dirrmtry games >X@dirrmtry share/games/doom >X@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@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@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-[2]* >X >XUSES= gmake >XUSE_SDL= mixer net sdl >XNEED_ROOT=yes >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 >XSUB_FILES= pkg-message >X >XOPENGL_CONFIGURE_ENABLE= gl >XOPENGL_USE= GL=yes >X >X.include "${.CURDIR}/Makefile.include" >X >X.include <bsd.port.mk> >f617f04f5bd36ffb1d3d4ae56ab82258 >echo c - prboom-plus/files >mkdir -p prboom-plus/files > /dev/null 2>&1 >echo x - prboom-plus/files/pkg-message.in >sed 's/^X//' >prboom-plus/files/pkg-message.in << 'd055fea136707d82414870ab955fcb95' >X################################ >X1)This port install executables in /usr/local/games >Xso you have to add /usr/local/games in your PATH environment. >X >X2)Have fun!!! >X############################### >d055fea136707d82414870ab955fcb95 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 188932
:
141992
|
145726
|
146211