FreeBSD Bugzilla – Attachment 242669 Details for
Bug 271892
[NEW PORT] games/bitburner: incremental game with cyberpunk themes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Bitburner is an incremental game with cyberpunk themes
0001-BitBurner-game.patch (text/plain), 15.93 KB, created by
shi.404
on 2023-06-07 20:44:49 UTC
(
hide
)
Description:
Bitburner is an incremental game with cyberpunk themes
Filename:
MIME Type:
Creator:
shi.404
Created:
2023-06-07 20:44:49 UTC
Size:
15.93 KB
patch
obsolete
>From b99f9c9461d5ae29c80283b9c21cee6f56505304 Mon Sep 17 00:00:00 2001 >From: Shi4 <shi.404@proton.me> >Date: Wed, 7 Jun 2023 22:27:04 +0200 >Subject: [PATCH] BitBurner game > >--- > games/bitburner/Makefile | 33 +++ > games/bitburner/distinfo | 3 + > games/bitburner/files/httpd-bitburner.conf.in | 11 + > games/bitburner/files/pkg-message.in | 12 + > games/bitburner/pkg-descr | 2 + > games/bitburner/pkg-plist | 224 ++++++++++++++++++ > 6 files changed, 285 insertions(+) > create mode 100644 games/bitburner/Makefile > create mode 100644 games/bitburner/distinfo > create mode 100644 games/bitburner/files/httpd-bitburner.conf.in > create mode 100644 games/bitburner/files/pkg-message.in > create mode 100644 games/bitburner/pkg-descr > create mode 100644 games/bitburner/pkg-plist > >diff --git a/games/bitburner/Makefile b/games/bitburner/Makefile >new file mode 100644 >index 000000000000..b99430b4244b >--- /dev/null >+++ b/games/bitburner/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= bitburner >+DISTVERSIONPREFIX= v >+DISTVERSION= 2.3.0 >+CATEGORIES= games >+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ >+DISTNAME= ${DISTVERSION} >+ >+MAINTAINER= shi.404@proton.me >+COMMENT= Bitburner is an incremental game with cyberpunk themes >+WWW= https://danielyxie.github.io/bitburner/ >+ >+LICENSE= APACHE20 >+ >+USES= zip >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+SUB_FILES= httpd-bitburner.conf >+ >+USE_GITHUB= nodefault >+GH_ACCOUNT= bitburner-official >+GH_PROJECT= bitburner-src >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${WWWDIR} >+ ${INSTALL} ${WRKDIR}/index.html ${STAGEDIR}${WWWDIR}/index.html >+ ${INSTALL} ${WRKDIR}/favicon.ico ${STAGEDIR}${WWWDIR}/favicon.ico >+ ${CP} -R ${WRKDIR}/dist ${STAGEDIR}${WWWDIR}/ >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKDIR}/httpd-bitburner.conf ${STAGEDIR}${DATADIR}/ >+ >+.include <bsd.port.mk> >diff --git a/games/bitburner/distinfo b/games/bitburner/distinfo >new file mode 100644 >index 000000000000..b9a85b0610b3 >--- /dev/null >+++ b/games/bitburner/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1685651789 >+SHA256 (2.3.0.zip) = 2a901729503dfbd6a1e8ec9b0eacb8658ab91161fde05ba34a109c8554c83f49 >+SIZE (2.3.0.zip) = 15734122 >diff --git a/games/bitburner/files/httpd-bitburner.conf.in b/games/bitburner/files/httpd-bitburner.conf.in >new file mode 100644 >index 000000000000..8cd3e1450187 >--- /dev/null >+++ b/games/bitburner/files/httpd-bitburner.conf.in >@@ -0,0 +1,11 @@ >+# This is included in Apache's httpd.conf for Bitburner >+ >+<Directory "%%WWWDIR%%"> >+ Require all granted >+</Directory> >+ >+<IfModule mod_alias.c> >+ Alias /bitburner "%%WWWDIR%%/" >+</IfModule> >+ >+# End of Bitburner configuration ================ >diff --git a/games/bitburner/files/pkg-message.in b/games/bitburner/files/pkg-message.in >new file mode 100644 >index 000000000000..b7a8430e8338 >--- /dev/null >+++ b/games/bitburner/files/pkg-message.in >@@ -0,0 +1,12 @@ >+[ >+{ type: install >+ message: <<EOM >+Bitburner is now installed, but it requires some additional setup. >+ >+You now need to configure the web server. >+Sample apache24 configs located at: >+ >+ %%DATADIR%%/httpd-bitburner.conf >+EOM >+} >+] >diff --git a/games/bitburner/pkg-descr b/games/bitburner/pkg-descr >new file mode 100644 >index 000000000000..40c938434063 >--- /dev/null >+++ b/games/bitburner/pkg-descr >@@ -0,0 +1,2 @@ >+Bitburner is a programming-based incremental game >+that revolves around hacking and cyberpunk themes. >diff --git a/games/bitburner/pkg-plist b/games/bitburner/pkg-plist >new file mode 100644 >index 000000000000..d2734df23c66 >--- /dev/null >+++ b/games/bitburner/pkg-plist >@@ -0,0 +1,224 @@ >+%%DATADIR%%/httpd-bitburner.conf >+%%WWWDIR%%/dist/android-chrome-192x192.png >+%%WWWDIR%%/dist/android-chrome-512x512.png >+%%WWWDIR%%/dist/apple-touch-icon.png >+%%WWWDIR%%/dist/assets/297df8c0e47764ea1139.png >+%%WWWDIR%%/dist/assets/447bc31e61f55e7eff87.png >+%%WWWDIR%%/dist/assets/4e0e750f2f09de582197.png >+%%WWWDIR%%/dist/assets/5aa87b7de67a77c91408.png >+%%WWWDIR%%/dist/assets/66f4b86d86164fc117bd.png >+%%WWWDIR%%/dist/assets/6caf35202b10b52e1fc2.png >+%%WWWDIR%%/dist/assets/7064e66c3890a12c47b4.ttf >+%%WWWDIR%%/dist/assets/83b2443ab7e7d346766c.png >+%%WWWDIR%%/dist/assets/85a7b2896acb62be76f3.png >+%%WWWDIR%%/dist/assets/9f96a5084f4e5f1a6c00.png >+%%WWWDIR%%/dist/assets/a1110d6c8d16a14c4570.png >+%%WWWDIR%%/dist/assets/c7164b072d62c91c27c6.png >+%%WWWDIR%%/dist/assets/cb88977ea837bccb9cce.png >+%%WWWDIR%%/dist/assets/db8970846ca42d2f2779.png >+%%WWWDIR%%/dist/assets/e66b0c327f97d08e4253.png >+%%WWWDIR%%/dist/assets/e97de4daa946331c7e99.png >+%%WWWDIR%%/dist/browserconfig.xml >+%%WWWDIR%%/dist/editor.worker.js >+%%WWWDIR%%/dist/editor.worker.js.map >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/LICENSE >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/a11y/assistive-mml.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/a11y/complexity.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/a11y/explorer.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/a11y/semantic-enrich.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/a11y/sre.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/adaptors/liteDOM.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/core.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/asciimath.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/mml.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/mml/entities.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/mml/extensions/mml3.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/mml/extensions/mml3.sef.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex-base.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex-full.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/action.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/all-packages.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/ams.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/amscd.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/autoload.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/bbox.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/boldsymbol.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/braket.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/bussproofs.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/cancel.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/cases.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/centernot.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/color.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/colortbl.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/colorv2.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/configmacros.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/empheq.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/enclose.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/extpfeil.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/gensymb.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/html.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/mathtools.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/mhchem.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/newcommand.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/noerrors.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/noundefined.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/physics.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/require.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/setoptions.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/tagformat.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/textcomp.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/textmacros.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/unicode.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/upgreek.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/input/tex/extensions/verb.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/latest.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/loader.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/node-main.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/tex.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/base.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/ca.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/da.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/de.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/en.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/es.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/fr.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/hi.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/it.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/nb.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/nemeth.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/nn.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/sre/mathmaps/sv.json >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/startup.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/tex-chtml.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/ui/lazy.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/ui/menu.js >+%%WWWDIR%%/dist/ext/MathJax-3.2.2/es5/ui/safe.js >+%%WWWDIR%%/dist/favicon-16x16.png >+%%WWWDIR%%/dist/favicon-32x32.png >+%%WWWDIR%%/dist/favicon.ico >+%%WWWDIR%%/dist/icons/achievements/$1Q.svg >+%%WWWDIR%%/dist/icons/achievements/-1b.svg >+%%WWWDIR%%/dist/icons/achievements/1H.svg >+%%WWWDIR%%/dist/icons/achievements/2DAYS.svg >+%%WWWDIR%%/dist/icons/achievements/4S.svg >+%%WWWDIR%%/dist/icons/achievements/BLADE.svg >+%%WWWDIR%%/dist/icons/achievements/BLADE100K.svg >+%%WWWDIR%%/dist/icons/achievements/BLADEOVERCLOCK.svg >+%%WWWDIR%%/dist/icons/achievements/BN1+.svg >+%%WWWDIR%%/dist/icons/achievements/BN10+.svg >+%%WWWDIR%%/dist/icons/achievements/BN12+.svg >+%%WWWDIR%%/dist/icons/achievements/BN13+.svg >+%%WWWDIR%%/dist/icons/achievements/BN2+.svg >+%%WWWDIR%%/dist/icons/achievements/BN3+.svg >+%%WWWDIR%%/dist/icons/achievements/BN6+.svg >+%%WWWDIR%%/dist/icons/achievements/BN7+.svg >+%%WWWDIR%%/dist/icons/achievements/BN8+.svg >+%%WWWDIR%%/dist/icons/achievements/BN9+.svg >+%%WWWDIR%%/dist/icons/achievements/CORP.svg >+%%WWWDIR%%/dist/icons/achievements/CORP1000.svg >+%%WWWDIR%%/dist/icons/achievements/CORPCITY.svg >+%%WWWDIR%%/dist/icons/achievements/CORPLOBBY.svg >+%%WWWDIR%%/dist/icons/achievements/CORPRE.svg >+%%WWWDIR%%/dist/icons/achievements/CSEC.svg >+%%WWWDIR%%/dist/icons/achievements/GANG.svg >+%%WWWDIR%%/dist/icons/achievements/GANG100%.svg >+%%WWWDIR%%/dist/icons/achievements/GANG10000.svg >+%%WWWDIR%%/dist/icons/achievements/GANGMAX.svg >+%%WWWDIR%%/dist/icons/achievements/HASHNET.svg >+%%WWWDIR%%/dist/icons/achievements/HASHNETALL.svg >+%%WWWDIR%%/dist/icons/achievements/HASHNETCAP.svg >+%%WWWDIR%%/dist/icons/achievements/HASHNETMAX.svg >+%%WWWDIR%%/dist/icons/achievements/HASHNETMONEY.svg >+%%WWWDIR%%/dist/icons/achievements/INT255.svg >+%%WWWDIR%%/dist/icons/achievements/NiteSec.svg >+%%WWWDIR%%/dist/icons/achievements/OUCH.svg >+%%WWWDIR%%/dist/icons/achievements/SF-1.svg >+%%WWWDIR%%/dist/icons/achievements/SF1.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF10.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF11.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF12.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF2.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF3.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF4.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF5.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF6.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF7.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF8.1.svg >+%%WWWDIR%%/dist/icons/achievements/SF9.1.svg >+%%WWWDIR%%/dist/icons/achievements/SLEEVE8.svg >+%%WWWDIR%%/dist/icons/achievements/TBH.svg >+%%WWWDIR%%/dist/icons/achievements/TOR.svg >+%%WWWDIR%%/dist/icons/achievements/TRAVEL.svg >+%%WWWDIR%%/dist/icons/achievements/WORKOUT.svg >+%%WWWDIR%%/dist/icons/achievements/bigcost.svg >+%%WWWDIR%%/dist/icons/achievements/bitrunners.svg >+%%WWWDIR%%/dist/icons/achievements/broker.svg >+%%WWWDIR%%/dist/icons/achievements/combat3000.svg >+%%WWWDIR%%/dist/icons/achievements/daedalus.svg >+%%WWWDIR%%/dist/icons/achievements/discount.svg >+%%WWWDIR%%/dist/icons/achievements/donation.svg >+%%WWWDIR%%/dist/icons/achievements/drain.svg >+%%WWWDIR%%/dist/icons/achievements/folders.svg >+%%WWWDIR%%/dist/icons/achievements/formulas.svg >+%%WWWDIR%%/dist/icons/achievements/forze.svg >+%%WWWDIR%%/dist/icons/achievements/hack100000.svg >+%%WWWDIR%%/dist/icons/achievements/hacknet-10m.svg >+%%WWWDIR%%/dist/icons/achievements/hacknet-all.svg >+%%WWWDIR%%/dist/icons/achievements/hacknet-max.svg >+%%WWWDIR%%/dist/icons/achievements/illuminati.svg >+%%WWWDIR%%/dist/icons/achievements/install.svg >+%%WWWDIR%%/dist/icons/achievements/install_100.svg >+%%WWWDIR%%/dist/icons/achievements/karma.svg >+%%WWWDIR%%/dist/icons/achievements/maxcores.svg >+%%WWWDIR%%/dist/icons/achievements/maxram.svg >+%%WWWDIR%%/dist/icons/achievements/nf255.svg >+%%WWWDIR%%/dist/icons/achievements/node.svg >+%%WWWDIR%%/dist/icons/achievements/ns2.svg >+%%WWWDIR%%/dist/icons/achievements/p0.svg >+%%WWWDIR%%/dist/icons/achievements/p1.svg >+%%WWWDIR%%/dist/icons/achievements/p2.svg >+%%WWWDIR%%/dist/icons/achievements/p3.svg >+%%WWWDIR%%/dist/icons/achievements/p4.svg >+%%WWWDIR%%/dist/icons/achievements/queue40.svg >+%%WWWDIR%%/dist/icons/achievements/reputation.svg >+%%WWWDIR%%/dist/icons/achievements/run1000.svg >+%%WWWDIR%%/dist/icons/achievements/thecovenant.svg >+%%WWWDIR%%/dist/main.bundle.js >+%%WWWDIR%%/dist/main.bundle.js.LICENSE.txt >+%%WWWDIR%%/dist/main.bundle.js.map >+%%WWWDIR%%/dist/mstile-70x70.png >+%%WWWDIR%%/dist/safari-pinned-tab.svg >+%%WWWDIR%%/dist/site.webmanifest >+%%WWWDIR%%/dist/ts.worker.js >+%%WWWDIR%%/dist/ts.worker.js.LICENSE.txt >+%%WWWDIR%%/dist/ts.worker.js.map >+%%WWWDIR%%/dist/vendor.bundle.js >+%%WWWDIR%%/dist/vendor.bundle.js.LICENSE.txt >+%%WWWDIR%%/dist/vendor.bundle.js.map >+%%WWWDIR%%/favicon.ico >+%%WWWDIR%%/index.html >-- >2.40.1 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271892
: 242669