View | Details | Raw Unified | Return to bug 261340 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/sonarr/Makefile (-5 / +13 lines)
Lines 1-6 Link Here
1
PORTNAME=	sonarr
1
PORTNAME=	sonarr
2
PORTVERSION=	3.0.6.1342
2
PORTVERSION=	3.0.6.1342
3
PORTREVISION=	0
3
PORTREVISION=	1
4
CATEGORIES=	net-p2p
4
CATEGORIES=	net-p2p
5
MASTER_SITES=	http://download.sonarr.tv/v3/main/${PORTVERSION}/
5
MASTER_SITES=	http://download.sonarr.tv/v3/main/${PORTVERSION}/
6
DISTNAME=	Sonarr.main.${PORTVERSION}.linux
6
DISTNAME=	Sonarr.main.${PORTVERSION}.linux
Lines 19-26 USE_RC_SUBR= sonarr Link Here
19
19
20
NO_ARCH=	YES
20
NO_ARCH=	YES
21
NO_BUILD=	YES
21
NO_BUILD=	YES
22
22
WRKSRC=	${WRKDIR}/Sonarr
23
WRKSRC=	${WRKDIR}/Sonarr
23
24
25
SUB_FILES=	${PORTNAME} package_info pkg-message
26
SUB_LIST=	DATADIR=${DATADIR} \
27
		GROUPS=${GROUPS} \
28
		MAINTAINER=${MAINTAINER} \
29
		PKGNAME=${PKGNAME} \
30
		PORTNAME=${PORTNAME} \
31
		USERS=${USERS}
32
24
USERS=	sonarr
33
USERS=	sonarr
25
GROUPS=	sonarr
34
GROUPS=	sonarr
26
35
Lines 32-42 X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus Link Here
32
.include <bsd.port.options.mk>
41
.include <bsd.port.options.mk>
33
42
34
do-install:
43
do-install:
35
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
44
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/
36
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}
45
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/
37
46
38
post-install:
47
post-install:
39
	@${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \
48
	${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/
40
		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
41
49
42
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)b/net-p2p/sonarr/files/package_info.in (+5 lines)
Added Link Here
1
PackageVersion=%%PKGNAME%%
2
PackageAuthor=%%MAINTAINER%%
3
UpdateMethod=External
4
UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port
5
Branch=main
(-)b/net-p2p/sonarr/files/pkg-message.in (+25 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
This package installs a service file.
6
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
7
Start it with "service %%PORTNAME%% start".
8
9
If you are running this in a jail please set "allow_mlock=1" or similar
10
for this jail otherwise the program will fail to start
11
12
Finally, the built-in updater is disabled.
13
If you like to use the updater, remove the file %%DATADIR%%/package_info and restart %%PORTNAME%%
14
The built-in updater can now be configured in the Settings tab of %%PORTNAME%%
15
16
NOTE: While the built-in updater will update %%PORTNAME%% it has side-effects:
17
it breaks the ability of pkg to check for corruption in %%PORTNAME%% files
18
it breaks the ability of pkg to determine if it has removed files correctly
19
during "pkg remove %%PORTNAME%%" and also
20
it breaks the fundamental understanding that updates should be handled only
21
by the system that put the files there in the first place.
22
23
EOM
24
}
25
]
(-)b/net-p2p/sonarr/files/sonarr.in (-1 / +5 lines)
Lines 19-29 load_rc_config $name Link Here
19
: ${sonarr_enable="NO"}
19
: ${sonarr_enable="NO"}
20
: ${sonarr_user:="sonarr"}
20
: ${sonarr_user:="sonarr"}
21
: ${sonarr_data_dir:="%%PREFIX%%/sonarr"}
21
: ${sonarr_data_dir:="%%PREFIX%%/sonarr"}
22
: ${sonarr_exec_dir:="%%DATADIR%%/bin/"}
22
23
23
pidfile="${sonarr_data_dir}/sonarr.pid"
24
pidfile="${sonarr_data_dir}/sonarr.pid"
24
procname="%%PREFIX%%/bin/mono"
25
procname="%%PREFIX%%/bin/mono"
25
command="/usr/sbin/daemon"
26
command="/usr/sbin/daemon"
26
command_args="-f ${procname} %%DATADIR%%/Sonarr.exe --nobrowser --data=${sonarr_data_dir}"
27
command_args="-f ${procname} %%DATADIR%%/bin/Sonarr.exe --nobrowser --data=${sonarr_data_dir}"
27
start_precmd=sonarr_precmd
28
start_precmd=sonarr_precmd
28
29
29
sonarr_precmd()
30
sonarr_precmd()
Lines 34-39 sonarr_precmd() Link Here
34
		install -d -o ${sonarr_user} ${sonarr_data_dir}
35
		install -d -o ${sonarr_user} ${sonarr_data_dir}
35
	fi
36
	fi
36
37
38
	# Needed for built-in updater
39
	chown -R ${sonarr_user} ${sonarr_exec_dir}
40
37
	# Unwritable pids allow the service to start, but fails to work
41
	# Unwritable pids allow the service to start, but fails to work
38
	# Rare, but if you are debugging as root and accidentally start the service...
42
	# Rare, but if you are debugging as root and accidentally start the service...
39
	/bin/rm -f ${pidfile}
43
	/bin/rm -f ${pidfile}
(-)b/net-p2p/sonarr/pkg-plist (-1 / +334 lines)
Added Link Here
0
- 
1
%%DATADIR%%/bin/0Harmony.dll
2
%%DATADIR%%/bin/BouncyCastle.Crypto.dll
3
%%DATADIR%%/bin/CookComputing.XmlRpcV2.dll
4
%%DATADIR%%/bin/FluentMigrator.Runner.dll
5
%%DATADIR%%/bin/FluentMigrator.dll
6
%%DATADIR%%/bin/FluentValidation.dll
7
%%DATADIR%%/bin/ICSharpCode.SharpZipLib.dll
8
%%DATADIR%%/bin/Ical.Net.Collections.dll
9
%%DATADIR%%/bin/Ical.Net.dll
10
%%DATADIR%%/bin/LogentriesCore.dll
11
%%DATADIR%%/bin/LogentriesCore.dll.mdb
12
%%DATADIR%%/bin/LogentriesNLog.dll
13
%%DATADIR%%/bin/LogentriesNLog.dll.mdb
14
%%DATADIR%%/bin/MailKit.dll
15
%%DATADIR%%/bin/Marr.Data.dll
16
%%DATADIR%%/bin/Marr.Data.dll.mdb
17
%%DATADIR%%/bin/Microsoft.AspNet.SignalR.Core.dll
18
%%DATADIR%%/bin/Microsoft.AspNet.SignalR.SystemWeb.dll
19
%%DATADIR%%/bin/Microsoft.Owin.Diagnostics.dll
20
%%DATADIR%%/bin/Microsoft.Owin.Host.HttpListener.dll
21
%%DATADIR%%/bin/Microsoft.Owin.Host.SystemWeb.dll
22
%%DATADIR%%/bin/Microsoft.Owin.Hosting.dll
23
%%DATADIR%%/bin/Microsoft.Owin.Security.dll
24
%%DATADIR%%/bin/Microsoft.Owin.dll
25
%%DATADIR%%/bin/Microsoft.Win32.Primitives.dll
26
%%DATADIR%%/bin/MimeKit.dll
27
%%DATADIR%%/bin/MonoTorrent.dll
28
%%DATADIR%%/bin/MonoTorrent.dll.mdb
29
%%DATADIR%%/bin/NLog.dll
30
%%DATADIR%%/bin/Nancy.Authentication.Basic.dll
31
%%DATADIR%%/bin/Nancy.Authentication.Forms.dll
32
%%DATADIR%%/bin/Nancy.Owin.dll
33
%%DATADIR%%/bin/Nancy.dll
34
%%DATADIR%%/bin/Newtonsoft.Json.dll
35
%%DATADIR%%/bin/NodaTime.dll
36
%%DATADIR%%/bin/OAuth.dll
37
%%DATADIR%%/bin/Org.Mentalis.dll
38
%%DATADIR%%/bin/Owin.dll
39
%%DATADIR%%/bin/RestSharp.dll
40
%%DATADIR%%/bin/Sentry.PlatformAbstractions.dll
41
%%DATADIR%%/bin/Sentry.Protocol.dll
42
%%DATADIR%%/bin/Sentry.dll
43
%%DATADIR%%/bin/SixLabors.Core.dll
44
%%DATADIR%%/bin/SixLabors.Fonts.dll
45
%%DATADIR%%/bin/SixLabors.ImageSharp.Drawing.dll
46
%%DATADIR%%/bin/SixLabors.ImageSharp.dll
47
%%DATADIR%%/bin/SixLabors.Shapes.dll
48
%%DATADIR%%/bin/SocksWebProxy.dll
49
%%DATADIR%%/bin/Sonarr.Api.V3.dll
50
%%DATADIR%%/bin/Sonarr.Api.V3.dll.mdb
51
%%DATADIR%%/bin/Sonarr.Api.dll
52
%%DATADIR%%/bin/Sonarr.Api.dll.mdb
53
%%DATADIR%%/bin/Sonarr.Common.dll
54
%%DATADIR%%/bin/Sonarr.Common.dll.mdb
55
%%DATADIR%%/bin/Sonarr.Core.dll
56
%%DATADIR%%/bin/Sonarr.Core.dll.config
57
%%DATADIR%%/bin/Sonarr.Core.dll.mdb
58
%%DATADIR%%/bin/Sonarr.Host.dll
59
%%DATADIR%%/bin/Sonarr.Host.dll.mdb
60
%%DATADIR%%/bin/Sonarr.Http.dll
61
%%DATADIR%%/bin/Sonarr.Http.dll.mdb
62
%%DATADIR%%/bin/Sonarr.Mono.dll
63
%%DATADIR%%/bin/Sonarr.Mono.dll.mdb
64
%%DATADIR%%/bin/Sonarr.RuntimePatches.dll
65
%%DATADIR%%/bin/Sonarr.RuntimePatches.dll.mdb
66
%%DATADIR%%/bin/Sonarr.SignalR.dll
67
%%DATADIR%%/bin/Sonarr.SignalR.dll.mdb
68
%%DATADIR%%/bin/Sonarr.Update/ICSharpCode.SharpZipLib.dll
69
%%DATADIR%%/bin/Sonarr.Update/LogentriesCore.dll
70
%%DATADIR%%/bin/Sonarr.Update/LogentriesCore.dll.mdb
71
%%DATADIR%%/bin/Sonarr.Update/LogentriesNLog.dll
72
%%DATADIR%%/bin/Sonarr.Update/LogentriesNLog.dll.mdb
73
%%DATADIR%%/bin/Sonarr.Update/Microsoft.Win32.Primitives.dll
74
%%DATADIR%%/bin/Sonarr.Update/NLog.dll
75
%%DATADIR%%/bin/Sonarr.Update/Newtonsoft.Json.dll
76
%%DATADIR%%/bin/Sonarr.Update/Org.Mentalis.dll
77
%%DATADIR%%/bin/Sonarr.Update/Sentry.PlatformAbstractions.dll
78
%%DATADIR%%/bin/Sonarr.Update/Sentry.Protocol.dll
79
%%DATADIR%%/bin/Sonarr.Update/Sentry.dll
80
%%DATADIR%%/bin/Sonarr.Update/SocksWebProxy.dll
81
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Common.dll
82
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Common.dll.mdb
83
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Mono.dll
84
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Mono.dll.mdb
85
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Update.exe
86
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Update.exe.config
87
%%DATADIR%%/bin/Sonarr.Update/Sonarr.Update.exe.mdb
88
%%DATADIR%%/bin/Sonarr.Update/System.AppContext.dll
89
%%DATADIR%%/bin/Sonarr.Update/System.Collections.Concurrent.dll
90
%%DATADIR%%/bin/Sonarr.Update/System.Collections.Immutable.dll
91
%%DATADIR%%/bin/Sonarr.Update/System.Collections.NonGeneric.dll
92
%%DATADIR%%/bin/Sonarr.Update/System.Collections.Specialized.dll
93
%%DATADIR%%/bin/Sonarr.Update/System.Collections.dll
94
%%DATADIR%%/bin/Sonarr.Update/System.ComponentModel.EventBasedAsync.dll
95
%%DATADIR%%/bin/Sonarr.Update/System.ComponentModel.Primitives.dll
96
%%DATADIR%%/bin/Sonarr.Update/System.ComponentModel.TypeConverter.dll
97
%%DATADIR%%/bin/Sonarr.Update/System.ComponentModel.dll
98
%%DATADIR%%/bin/Sonarr.Update/System.Console.dll
99
%%DATADIR%%/bin/Sonarr.Update/System.Data.Common.dll
100
%%DATADIR%%/bin/Sonarr.Update/System.Data.SQLite.dll
101
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.Contracts.dll
102
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.Debug.dll
103
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.FileVersionInfo.dll
104
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.Process.dll
105
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.StackTrace.dll
106
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.TextWriterTraceListener.dll
107
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.Tools.dll
108
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.TraceSource.dll
109
%%DATADIR%%/bin/Sonarr.Update/System.Diagnostics.Tracing.dll
110
%%DATADIR%%/bin/Sonarr.Update/System.Drawing.Primitives.dll
111
%%DATADIR%%/bin/Sonarr.Update/System.Dynamic.Runtime.dll
112
%%DATADIR%%/bin/Sonarr.Update/System.Globalization.Calendars.dll
113
%%DATADIR%%/bin/Sonarr.Update/System.Globalization.Extensions.dll
114
%%DATADIR%%/bin/Sonarr.Update/System.Globalization.dll
115
%%DATADIR%%/bin/Sonarr.Update/System.IO.Compression.ZipFile.dll
116
%%DATADIR%%/bin/Sonarr.Update/System.IO.Compression.dll
117
%%DATADIR%%/bin/Sonarr.Update/System.IO.FileSystem.DriveInfo.dll
118
%%DATADIR%%/bin/Sonarr.Update/System.IO.FileSystem.Primitives.dll
119
%%DATADIR%%/bin/Sonarr.Update/System.IO.FileSystem.Watcher.dll
120
%%DATADIR%%/bin/Sonarr.Update/System.IO.FileSystem.dll
121
%%DATADIR%%/bin/Sonarr.Update/System.IO.IsolatedStorage.dll
122
%%DATADIR%%/bin/Sonarr.Update/System.IO.MemoryMappedFiles.dll
123
%%DATADIR%%/bin/Sonarr.Update/System.IO.Pipes.dll
124
%%DATADIR%%/bin/Sonarr.Update/System.IO.UnmanagedMemoryStream.dll
125
%%DATADIR%%/bin/Sonarr.Update/System.IO.dll
126
%%DATADIR%%/bin/Sonarr.Update/System.Linq.Expressions.dll
127
%%DATADIR%%/bin/Sonarr.Update/System.Linq.Parallel.dll
128
%%DATADIR%%/bin/Sonarr.Update/System.Linq.Queryable.dll
129
%%DATADIR%%/bin/Sonarr.Update/System.Linq.dll
130
%%DATADIR%%/bin/Sonarr.Update/System.Net.Http.dll
131
%%DATADIR%%/bin/Sonarr.Update/System.Net.NameResolution.dll
132
%%DATADIR%%/bin/Sonarr.Update/System.Net.NetworkInformation.dll
133
%%DATADIR%%/bin/Sonarr.Update/System.Net.Ping.dll
134
%%DATADIR%%/bin/Sonarr.Update/System.Net.Primitives.dll
135
%%DATADIR%%/bin/Sonarr.Update/System.Net.Requests.dll
136
%%DATADIR%%/bin/Sonarr.Update/System.Net.Security.dll
137
%%DATADIR%%/bin/Sonarr.Update/System.Net.Sockets.dll
138
%%DATADIR%%/bin/Sonarr.Update/System.Net.WebHeaderCollection.dll
139
%%DATADIR%%/bin/Sonarr.Update/System.Net.WebSockets.Client.dll
140
%%DATADIR%%/bin/Sonarr.Update/System.Net.WebSockets.dll
141
%%DATADIR%%/bin/Sonarr.Update/System.ObjectModel.dll
142
%%DATADIR%%/bin/Sonarr.Update/System.Reflection.Extensions.dll
143
%%DATADIR%%/bin/Sonarr.Update/System.Reflection.Primitives.dll
144
%%DATADIR%%/bin/Sonarr.Update/System.Reflection.dll
145
%%DATADIR%%/bin/Sonarr.Update/System.Resources.Reader.dll
146
%%DATADIR%%/bin/Sonarr.Update/System.Resources.ResourceManager.dll
147
%%DATADIR%%/bin/Sonarr.Update/System.Resources.Writer.dll
148
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.CompilerServices.VisualC.dll
149
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Extensions.dll
150
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Handles.dll
151
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll
152
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.InteropServices.dll
153
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Numerics.dll
154
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Serialization.Formatters.dll
155
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Serialization.Json.dll
156
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Serialization.Primitives.dll
157
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.Serialization.Xml.dll
158
%%DATADIR%%/bin/Sonarr.Update/System.Runtime.dll
159
%%DATADIR%%/bin/Sonarr.Update/System.Security.Claims.dll
160
%%DATADIR%%/bin/Sonarr.Update/System.Security.Cryptography.Algorithms.dll
161
%%DATADIR%%/bin/Sonarr.Update/System.Security.Cryptography.Csp.dll
162
%%DATADIR%%/bin/Sonarr.Update/System.Security.Cryptography.Encoding.dll
163
%%DATADIR%%/bin/Sonarr.Update/System.Security.Cryptography.Primitives.dll
164
%%DATADIR%%/bin/Sonarr.Update/System.Security.Cryptography.X509Certificates.dll
165
%%DATADIR%%/bin/Sonarr.Update/System.Security.Principal.dll
166
%%DATADIR%%/bin/Sonarr.Update/System.Security.SecureString.dll
167
%%DATADIR%%/bin/Sonarr.Update/System.Text.Encoding.Extensions.dll
168
%%DATADIR%%/bin/Sonarr.Update/System.Text.Encoding.dll
169
%%DATADIR%%/bin/Sonarr.Update/System.Text.RegularExpressions.dll
170
%%DATADIR%%/bin/Sonarr.Update/System.Threading.Overlapped.dll
171
%%DATADIR%%/bin/Sonarr.Update/System.Threading.Tasks.Parallel.dll
172
%%DATADIR%%/bin/Sonarr.Update/System.Threading.Tasks.dll
173
%%DATADIR%%/bin/Sonarr.Update/System.Threading.Thread.dll
174
%%DATADIR%%/bin/Sonarr.Update/System.Threading.ThreadPool.dll
175
%%DATADIR%%/bin/Sonarr.Update/System.Threading.Timer.dll
176
%%DATADIR%%/bin/Sonarr.Update/System.Threading.dll
177
%%DATADIR%%/bin/Sonarr.Update/System.ValueTuple.dll
178
%%DATADIR%%/bin/Sonarr.Update/System.Xml.ReaderWriter.dll
179
%%DATADIR%%/bin/Sonarr.Update/System.Xml.XDocument.dll
180
%%DATADIR%%/bin/Sonarr.Update/System.Xml.XPath.XDocument.dll
181
%%DATADIR%%/bin/Sonarr.Update/System.Xml.XPath.dll
182
%%DATADIR%%/bin/Sonarr.Update/System.Xml.XmlDocument.dll
183
%%DATADIR%%/bin/Sonarr.Update/System.Xml.XmlSerializer.dll
184
%%DATADIR%%/bin/Sonarr.Update/netstandard.dll
185
%%DATADIR%%/bin/Sonarr.exe
186
%%DATADIR%%/bin/Sonarr.exe.config
187
%%DATADIR%%/bin/Sonarr.exe.mdb
188
%%DATADIR%%/bin/System.AppContext.dll
189
%%DATADIR%%/bin/System.Buffers.dll
190
%%DATADIR%%/bin/System.Collections.Concurrent.dll
191
%%DATADIR%%/bin/System.Collections.Immutable.dll
192
%%DATADIR%%/bin/System.Collections.NonGeneric.dll
193
%%DATADIR%%/bin/System.Collections.Specialized.dll
194
%%DATADIR%%/bin/System.Collections.dll
195
%%DATADIR%%/bin/System.ComponentModel.Annotations.dll
196
%%DATADIR%%/bin/System.ComponentModel.EventBasedAsync.dll
197
%%DATADIR%%/bin/System.ComponentModel.Primitives.dll
198
%%DATADIR%%/bin/System.ComponentModel.TypeConverter.dll
199
%%DATADIR%%/bin/System.ComponentModel.dll
200
%%DATADIR%%/bin/System.Console.dll
201
%%DATADIR%%/bin/System.Data.Common.dll
202
%%DATADIR%%/bin/System.Data.SQLite.dll
203
%%DATADIR%%/bin/System.Diagnostics.Contracts.dll
204
%%DATADIR%%/bin/System.Diagnostics.Debug.dll
205
%%DATADIR%%/bin/System.Diagnostics.FileVersionInfo.dll
206
%%DATADIR%%/bin/System.Diagnostics.Process.dll
207
%%DATADIR%%/bin/System.Diagnostics.StackTrace.dll
208
%%DATADIR%%/bin/System.Diagnostics.TextWriterTraceListener.dll
209
%%DATADIR%%/bin/System.Diagnostics.Tools.dll
210
%%DATADIR%%/bin/System.Diagnostics.TraceSource.dll
211
%%DATADIR%%/bin/System.Diagnostics.Tracing.dll
212
%%DATADIR%%/bin/System.Drawing.Primitives.dll
213
%%DATADIR%%/bin/System.Dynamic.Runtime.dll
214
%%DATADIR%%/bin/System.Globalization.Calendars.dll
215
%%DATADIR%%/bin/System.Globalization.Extensions.dll
216
%%DATADIR%%/bin/System.Globalization.dll
217
%%DATADIR%%/bin/System.IO.Compression.ZipFile.dll
218
%%DATADIR%%/bin/System.IO.FileSystem.DriveInfo.dll
219
%%DATADIR%%/bin/System.IO.FileSystem.Primitives.dll
220
%%DATADIR%%/bin/System.IO.FileSystem.Watcher.dll
221
%%DATADIR%%/bin/System.IO.FileSystem.dll
222
%%DATADIR%%/bin/System.IO.IsolatedStorage.dll
223
%%DATADIR%%/bin/System.IO.MemoryMappedFiles.dll
224
%%DATADIR%%/bin/System.IO.Pipes.dll
225
%%DATADIR%%/bin/System.IO.UnmanagedMemoryStream.dll
226
%%DATADIR%%/bin/System.IO.dll
227
%%DATADIR%%/bin/System.Linq.Expressions.dll
228
%%DATADIR%%/bin/System.Linq.Parallel.dll
229
%%DATADIR%%/bin/System.Linq.Queryable.dll
230
%%DATADIR%%/bin/System.Linq.dll
231
%%DATADIR%%/bin/System.Memory.dll
232
%%DATADIR%%/bin/System.Net.NameResolution.dll
233
%%DATADIR%%/bin/System.Net.NetworkInformation.dll
234
%%DATADIR%%/bin/System.Net.Ping.dll
235
%%DATADIR%%/bin/System.Net.Primitives.dll
236
%%DATADIR%%/bin/System.Net.Requests.dll
237
%%DATADIR%%/bin/System.Net.Security.dll
238
%%DATADIR%%/bin/System.Net.Sockets.dll
239
%%DATADIR%%/bin/System.Net.WebHeaderCollection.dll
240
%%DATADIR%%/bin/System.Net.WebSockets.Client.dll
241
%%DATADIR%%/bin/System.Net.WebSockets.dll
242
%%DATADIR%%/bin/System.Numerics.Vectors.dll
243
%%DATADIR%%/bin/System.ObjectModel.dll
244
%%DATADIR%%/bin/System.Reflection.Extensions.dll
245
%%DATADIR%%/bin/System.Reflection.Primitives.dll
246
%%DATADIR%%/bin/System.Reflection.dll
247
%%DATADIR%%/bin/System.Resources.Reader.dll
248
%%DATADIR%%/bin/System.Resources.ResourceManager.dll
249
%%DATADIR%%/bin/System.Resources.Writer.dll
250
%%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll
251
%%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll
252
%%DATADIR%%/bin/System.Runtime.Extensions.dll
253
%%DATADIR%%/bin/System.Runtime.Handles.dll
254
%%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll
255
%%DATADIR%%/bin/System.Runtime.InteropServices.dll
256
%%DATADIR%%/bin/System.Runtime.Numerics.dll
257
%%DATADIR%%/bin/System.Runtime.Serialization.Formatters.dll
258
%%DATADIR%%/bin/System.Runtime.Serialization.Json.dll
259
%%DATADIR%%/bin/System.Runtime.Serialization.Primitives.dll
260
%%DATADIR%%/bin/System.Runtime.Serialization.Xml.dll
261
%%DATADIR%%/bin/System.Runtime.dll
262
%%DATADIR%%/bin/System.Security.Claims.dll
263
%%DATADIR%%/bin/System.Security.Cryptography.Algorithms.dll
264
%%DATADIR%%/bin/System.Security.Cryptography.Csp.dll
265
%%DATADIR%%/bin/System.Security.Cryptography.Encoding.dll
266
%%DATADIR%%/bin/System.Security.Cryptography.Primitives.dll
267
%%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll
268
%%DATADIR%%/bin/System.Security.Principal.dll
269
%%DATADIR%%/bin/System.Security.SecureString.dll
270
%%DATADIR%%/bin/System.Text.Encoding.Extensions.dll
271
%%DATADIR%%/bin/System.Text.Encoding.dll
272
%%DATADIR%%/bin/System.Text.RegularExpressions.dll
273
%%DATADIR%%/bin/System.Threading.Overlapped.dll
274
%%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll
275
%%DATADIR%%/bin/System.Threading.Tasks.dll
276
%%DATADIR%%/bin/System.Threading.Thread.dll
277
%%DATADIR%%/bin/System.Threading.ThreadPool.dll
278
%%DATADIR%%/bin/System.Threading.Timer.dll
279
%%DATADIR%%/bin/System.Threading.dll
280
%%DATADIR%%/bin/System.ValueTuple.dll
281
%%DATADIR%%/bin/System.Xml.ReaderWriter.dll
282
%%DATADIR%%/bin/System.Xml.XDocument.dll
283
%%DATADIR%%/bin/System.Xml.XPath.XDocument.dll
284
%%DATADIR%%/bin/System.Xml.XPath.dll
285
%%DATADIR%%/bin/System.Xml.XmlDocument.dll
286
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
287
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
288
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
289
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
290
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.ttf
291
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff
292
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Regular.woff2
293
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.eot
294
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.ttf
295
%%DATADIR%%/bin/UI/Content/Fonts/UbuntuMono-Regular.woff
296
%%DATADIR%%/bin/UI/Content/Fonts/fonts.css
297
%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.ttf
298
%%DATADIR%%/bin/UI/Content/Fonts/text-security-disc.woff
299
%%DATADIR%%/bin/UI/Content/Images/404.png
300
%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-192x192.png
301
%%DATADIR%%/bin/UI/Content/Images/Icons/android-chrome-512x512.png
302
%%DATADIR%%/bin/UI/Content/Images/Icons/apple-touch-icon.png
303
%%DATADIR%%/bin/UI/Content/Images/Icons/browserconfig.xml
304
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-16x16.png
305
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-32x32.png
306
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-16x16.png
307
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug-32x32.png
308
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon-debug.ico
309
%%DATADIR%%/bin/UI/Content/Images/Icons/favicon.ico
310
%%DATADIR%%/bin/UI/Content/Images/Icons/manifest.json
311
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-144x144.png
312
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-150x150.png
313
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x150.png
314
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-310x310.png
315
%%DATADIR%%/bin/UI/Content/Images/Icons/mstile-70x70.png
316
%%DATADIR%%/bin/UI/Content/Images/Icons/safari-pinned-tab.svg
317
%%DATADIR%%/bin/UI/Content/Images/error.png
318
%%DATADIR%%/bin/UI/Content/Images/logo.svg
319
%%DATADIR%%/bin/UI/Content/Images/poster-dark.png
320
%%DATADIR%%/bin/UI/Content/robots.txt
321
%%DATADIR%%/bin/UI/Content/styles.css
322
%%DATADIR%%/bin/UI/Content/styles.css.map
323
%%DATADIR%%/bin/UI/index.html
324
%%DATADIR%%/bin/UI/index.js
325
%%DATADIR%%/bin/UI/index.js.map
326
%%DATADIR%%/bin/UI/login.html
327
%%DATADIR%%/bin/UI/oauth.html
328
%%DATADIR%%/bin/UI/vendors.js
329
%%DATADIR%%/bin/UI/vendors.js.LICENSE.txt
330
%%DATADIR%%/bin/UI/vendors.js.map
331
%%DATADIR%%/bin/antlr.runtime.dll
332
%%DATADIR%%/bin/netstandard.dll
333
%%DATADIR%%/bin/release_info
334
%%DATADIR%%/package_info

Return to bug 261340