# 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: # # games/gzdoom # games/gzdoom/files # games/gzdoom/files/gzdoom.xpm # games/gzdoom/pkg-descr # games/gzdoom/Makefile # games/gzdoom/distinfo # echo c - games/gzdoom mkdir -p games/gzdoom > /dev/null 2>&1 echo c - games/gzdoom/files mkdir -p games/gzdoom/files > /dev/null 2>&1 echo x - games/gzdoom/files/gzdoom.xpm sed 's/^X//' >games/gzdoom/files/gzdoom.xpm << '5a8d9c83519c2eb1bdd4e792d1b9cc9b' X/* XPM */ Xstatic char * gzdoom_xpm[] = { X"48 48 32 1", X" c None", X". c #ADA990", X"+ c #999966", X"@ c #666666", X"# c #393939", X"$ c #555555", X"% c #996666", X"& c #777777", X"* c #5F5F5F", X"= c #333333", X"- c #4D4D4D", X"; c #868686", X"> c #969696", X", c #1C1C1C", X"' c #339933", X") c #336633", X"! c #66CC66", X"~ c #66FF66", X"{ c #66CC33", X"] c #222222", X"^ c #333300", X"/ c #292929", X"( c #040404", X"_ c #0C0C0C", X": c #663333", X"< c #996633", X"[ c #CC9966", X"} c #CC6633", X"| c #CC9999", X"1 c #FFCC99", X"2 c #FF9966", X"3 c #FFCCCC", X" ... ", X" ++@##$+ ", X" +...+%&+ ", X" %*=-*&;$=&* ", X" %**=$@;>@=&*% ", X" &**@$*@@$-.+& ", X" %$%@*..$@.. ", X" ,#@+++@@#& ", X" $,#$$@@$#=$'' ", X" )!!!~!{=],,,,]^)'!{') =/, ", X" )){'~!!'')=],=))'{)'')) /=],( ", X" )'!!'!)~'{'),)''''''')) @@/==](( ", X" ^)''')'{{''')'''''),))) $$@$/,( ", X" ,^))),))''''))'')^,__/$$$-#-(( ", X" :<[}<,_)))))))),___,]#@@-/]] ", X" :<|12<:_,,,,,_,#$$-#/,^^=^}}< ", X" :<[1}::,^,,__,#$-==/,,::^:<<< ", X" ::&+@#^,,__/)#-=/,,,,-::^<::= ", X" :*+12[:==_,$-=/,,,,/,#::::=^ ", X" #*}331}-$]-==/,,,,// ##:=^ ", X" /]<13[---],,,,,,,]_] ", X" ,:--/,___]]]]:^___/ ", X" _______,^^,^,__/# ", X" ______:::::/$,,/# ", X" ____^:::=,^^^^,^^ ", X" __,,:=^,,)))^,,= ", X" _,,),,,,,^)^^^,, ", X" ,^,,),__,^))),,^ ", X" ,,,^^,,,,,)))),, ", X" ,,,,,,,)^))))^ ", X" ,,^,,,^^)))))^ ", X" ,^^,,,,)))))), ", X" ,^,,,,))^))), ", X" ],,,,,$&&&*$# ", X" ],,,]#****$# ", X" ]]]]]^####, ", X" ]]]]*,,,,#* ", X" ,_,#@&&@*/ ", X" __$####=# ", X" ,_/$$$$$# ", X" ,,,$*$$$ ", X" ],,,$**$# ", X" ],,,@&&@# ", X" ],,,$**#= ", X" ,,=+++%$ ", X" *%%%*$ ", X" /$*$#/ ", X" ],,]] "}; 5a8d9c83519c2eb1bdd4e792d1b9cc9b echo x - games/gzdoom/pkg-descr sed 's/^X//' >games/gzdoom/pkg-descr << 'd0fb565856db8f6c25140f1ec3f9e057' XGZDoom is a GL-enhanced fork of ZDoom, a source port of ID Software's DOOM Xengine. It is based on the source code of id Software's DOOM. GZDoom boasts Xenhanced modding support, as well as support for the following games: X X* Ultimate Doom X* Doom II X* Final Doom X* Heretic X* Hexen X* Strife X* Chex Quest (1 & 3) X* Action Doom II X* Harmony v1.1 X* Hacx X* The Adventures of Square X XWWW: http://gzdoom.drdteam.org/ d0fb565856db8f6c25140f1ec3f9e057 echo x - games/gzdoom/Makefile sed 's/^X//' >games/gzdoom/Makefile << '09fdf985f7259b5f702bc7746d104905' X# $FreeBSD$ X XPORTNAME= gzdoom XPORTVERSION= 2.2.0 XDISTVERSIONPREFIX= g XCATEGORIES= games X XMAINTAINER= bsdports@kyle-evans.net XCOMMENT= GL-enhanced source port for Doom-engine games X XLICENSE= DOOM XLICENSE_NAME= Limited Use Software License Agreement XLICENSE_FILE= ${WRKSRC}/docs/doomlic.txt XLICENSE_PERMS= dist-mirror pkg-mirror auto-accept X XBUILD_DEPENDS= zip:archivers/zip XLIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ X libfreetype.so:print/freetype2 \ X libsndfile.so:audio/libsndfile X XUSE_GITHUB= yes XGH_ACCOUNT= coelckers X XPORTSCOUT= limit:^.+\.[1-9]{1,3}[1-8]?$$ X XDATADIR= ${DMDIR}/${PORTNAME} X XUSES= cmake:outsource gettext jpeg openal pkgconfig XUSE_GNOME= atk cairo gdkpixbuf2 gtk20 pango XUSE_SDL= sdl2 XUSE_GL= gl glu XCMAKE_ARGS= -DNO_FMOD:BOOL=ON XCXXFLAGS+= -DSHARE_DIR=\\\"${DATADIR}\\\" X XDESKTOP_ENTRIES= "GZDoom" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Game;" ${FALSE} X XPLIST_FILES= bin/${PORTNAME} \ X ${DATADIR}/${PORTNAME}.pk3 \ X share/pixmaps/${PORTNAME}.xpm X XOPTIONS_DEFINE= FLUIDSYNTH XOPTIONS_DEFAULT=FLUIDSYNTH X XFLUIDSYNTH_DESC= FluidSynth sound library support XFLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth XFLUIDSYNTH_CMAKE_BOOL= WITH_FLUIDSYNTH X X.include "${.CURDIR}/../doom-data/Makefile.include" X Xdo-install: X @${MKDIR} ${STAGEDIR}${DATADIR} X ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR} X ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps X X.include 09fdf985f7259b5f702bc7746d104905 echo x - games/gzdoom/distinfo sed 's/^X//' >games/gzdoom/distinfo << '87839a953cc80f92b8cfbc9967bc9ffe' XTIMESTAMP = 1477805529 XSHA256 (coelckers-gzdoom-g2.2.0_GH0.tar.gz) = d47f9adba55d695fac938ccd43a734a6ecb34fb5e96090c8e8a88278b8cab342 XSIZE (coelckers-gzdoom-g2.2.0_GH0.tar.gz) = 5584933 87839a953cc80f92b8cfbc9967bc9ffe exit