diff --git a/audio/fluidsynth/buildlink3.mk b/audio/fluidsynth/buildlink3.mk index 7fbbee1f8c2e..6cbd3ea9896b 100644 --- a/audio/fluidsynth/buildlink3.mk +++ b/audio/fluidsynth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2021/12/13 12:40:56 nia Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2021/12/23 20:33:18 nia Exp $ BUILDLINK_TREE+= fluidsynth @@ -9,6 +9,30 @@ BUILDLINK_API_DEPENDS.fluidsynth+= fluidsynth>=1.0.5 BUILDLINK_ABI_DEPENDS.fluidsynth+= fluidsynth>=2.2.4nb1 BUILDLINK_PKGSRCDIR.fluidsynth?= ../../audio/fluidsynth +pkgbase := fluidsynth +.include "../../mk/pkg-build-options.mk" + +.if ${PKG_BUILD_OPTIONS.fluidsynth:Malsa} +. include "../../audio/alsa-lib/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Mdbus} +. include "../../sysutils/dbus/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Mjack} +. include "../../audio/jack/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Mladspa} +. include "../../audio/ladspa/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Mportaudio} +. include "../../audio/portaudio/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Mpulseaudio} +. include "../../audio/pulseaudio/buildlink3.mk" +.endif +.if ${PKG_BUILD_OPTIONS.fluidsynth:Msdl2} +. include "../../devel/SDL2/buildlink3.mk" +.endif .include "../../audio/libsndfile/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../mk/readline.buildlink3.mk" diff --git a/audio/termusic/Makefile b/audio/termusic/Makefile index b7d019748749..16285aa7a88a 100644 --- a/audio/termusic/Makefile +++ b/audio/termusic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2021/12/19 15:55:25 pin Exp $ +$NetBSD: Makefile,v 1.26 2021/12/29 05:50:56 pin Exp $ -DISTNAME= termusic-0.6.3 +DISTNAME= termusic-0.6.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=tramhao/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/termusic/cargo-depends.mk b/audio/termusic/cargo-depends.mk index 466227021e6e..485d066ffeb4 100644 --- a/audio/termusic/cargo-depends.mk +++ b/audio/termusic/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.19 2021/12/19 15:55:25 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.20 2021/12/29 05:50:56 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 @@ -18,14 +18,16 @@ CARGO_CRATE_DEPENDS+= cfg-expr-0.8.1 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chunked_transfer-1.4.0 CARGO_CRATE_DEPENDS+= color_quant-1.1.0 -CARGO_CRATE_DEPENDS+= console-0.14.1 +CARGO_CRATE_DEPENDS+= console-0.15.0 CARGO_CRATE_DEPENDS+= crc32fast-1.3.0 CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.1 CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.1 CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.5 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 CARGO_CRATE_DEPENDS+= crossterm-0.20.0 +CARGO_CRATE_DEPENDS+= crossterm-0.22.1 CARGO_CRATE_DEPENDS+= crossterm_winapi-0.8.0 +CARGO_CRATE_DEPENDS+= crossterm_winapi-0.9.0 CARGO_CRATE_DEPENDS+= ctor-0.1.21 CARGO_CRATE_DEPENDS+= dbus-0.9.5 CARGO_CRATE_DEPENDS+= dbus-crossroads-0.5.0 @@ -37,11 +39,11 @@ CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 CARGO_CRATE_DEPENDS+= flate2-1.0.22 CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 -CARGO_CRATE_DEPENDS+= futures-channel-0.3.17 -CARGO_CRATE_DEPENDS+= futures-core-0.3.17 -CARGO_CRATE_DEPENDS+= futures-executor-0.3.17 -CARGO_CRATE_DEPENDS+= futures-task-0.3.17 -CARGO_CRATE_DEPENDS+= futures-util-0.3.17 +CARGO_CRATE_DEPENDS+= futures-channel-0.3.19 +CARGO_CRATE_DEPENDS+= futures-core-0.3.19 +CARGO_CRATE_DEPENDS+= futures-executor-0.3.19 +CARGO_CRATE_DEPENDS+= futures-task-0.3.19 +CARGO_CRATE_DEPENDS+= futures-util-0.3.19 CARGO_CRATE_DEPENDS+= getrandom-0.2.3 CARGO_CRATE_DEPENDS+= gif-0.11.3 CARGO_CRATE_DEPENDS+= glib-0.14.8 @@ -79,6 +81,7 @@ CARGO_CRATE_DEPENDS+= libc-0.2.112 CARGO_CRATE_DEPENDS+= libdbus-sys-0.2.2 CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4 CARGO_CRATE_DEPENDS+= lock_api-0.4.5 +CARGO_CRATE_DEPENDS+= lofty-0.3.0 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= md5-0.7.0 @@ -99,8 +102,9 @@ CARGO_CRATE_DEPENDS+= num-iter-0.1.42 CARGO_CRATE_DEPENDS+= num-rational-0.3.2 CARGO_CRATE_DEPENDS+= num-rational-0.4.0 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= ogg-0.8.0 +CARGO_CRATE_DEPENDS+= ogg_pager-0.1.7 CARGO_CRATE_DEPENDS+= once_cell-1.9.0 CARGO_CRATE_DEPENDS+= orange-trees-0.1.0 CARGO_CRATE_DEPENDS+= output_vt100-0.1.2 @@ -143,7 +147,7 @@ CARGO_CRATE_DEPENDS+= serde-1.0.132 CARGO_CRATE_DEPENDS+= serde_derive-1.0.132 CARGO_CRATE_DEPENDS+= serde_json-1.0.73 CARGO_CRATE_DEPENDS+= shellexpand-2.1.0 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.12 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.1 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= slab-0.4.5 @@ -152,7 +156,7 @@ CARGO_CRATE_DEPENDS+= smawk-0.3.1 CARGO_CRATE_DEPENDS+= spin-0.5.2 CARGO_CRATE_DEPENDS+= strum-0.21.0 CARGO_CRATE_DEPENDS+= strum_macros-0.21.1 -CARGO_CRATE_DEPENDS+= syn-1.0.82 +CARGO_CRATE_DEPENDS+= syn-1.0.83 CARGO_CRATE_DEPENDS+= system-deps-3.2.0 CARGO_CRATE_DEPENDS+= tempfile-3.2.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 @@ -180,7 +184,7 @@ CARGO_CRATE_DEPENDS+= ureq-2.3.1 CARGO_CRATE_DEPENDS+= url-2.2.2 CARGO_CRATE_DEPENDS+= version-compare-0.0.11 CARGO_CRATE_DEPENDS+= version_check-0.9.3 -CARGO_CRATE_DEPENDS+= viuer-0.5.2 +CARGO_CRATE_DEPENDS+= viuer-0.5.3 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasm-bindgen-0.2.78 diff --git a/audio/termusic/distinfo b/audio/termusic/distinfo index 4f7e9e5f77c8..80c6243cdb13 100644 --- a/audio/termusic/distinfo +++ b/audio/termusic/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2021/12/19 15:55:25 pin Exp $ +$NetBSD: distinfo,v 1.24 2021/12/29 05:50:56 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -54,9 +54,9 @@ Size (chunked_transfer-1.4.0.crate) = 9238 bytes BLAKE2s (color_quant-1.1.0.crate) = 1aecde4105fac2b5caed5200763780f18edfcf9ddcbad72d63b41e149d1885ea SHA512 (color_quant-1.1.0.crate) = 690c928bda4b7b57425f38ea68ac89cde2473b7a91b7e62c04a8f2c5a0fa3505e26b065d48b7ad0a8bb491f92f600f896fefdad3ce0e86e43cbf4f9a89e94201 Size (color_quant-1.1.0.crate) = 6649 bytes -BLAKE2s (console-0.14.1.crate) = c62fe59f301a7e0571d216dd989d556b3f11f5004ecbc8f70e7615733fc542f3 -SHA512 (console-0.14.1.crate) = 2c85d1938faca5163dd7eede2a8a07569e536c92fd0fbc7f6e6ed91c60fa7f947f0ae101817ed943b0668c4d98ddfd3149033c83614786b5d841b19a8b011c91 -Size (console-0.14.1.crate) = 22844 bytes +BLAKE2s (console-0.15.0.crate) = abccea8f672e0e597c12e7ada351f8790877b2da2041082c8178811a427fbdbd +SHA512 (console-0.15.0.crate) = 70bd6abfafa533903f273ec3b34da6783856bd1abedaf139fddafac0dbb03fa9154f8e1e1bef01fd8de3c53100bbaa93313518c42f8ce51217c23ef34d3f9d62 +Size (console-0.15.0.crate) = 23507 bytes BLAKE2s (crc32fast-1.3.0.crate) = c62a3c18c050a8e43069984c6758574c80092ee1baed906f0acd011aa1b00652 SHA512 (crc32fast-1.3.0.crate) = 6ff361acfc0bb134672b30fb438f6d3ac93841d06332a6ff156025620b23870a79a4ceacf57d4b14ea1744838cffcfb77b413352d055809e74acd853ae912673 Size (crc32fast-1.3.0.crate) = 38565 bytes @@ -75,9 +75,15 @@ Size (crossbeam-utils-0.8.5.crate) = 38414 bytes BLAKE2s (crossterm-0.20.0.crate) = 512ce3caf36b9aafe1b800949be3316e3e72f530bad5b24cddff941c6c0c806b SHA512 (crossterm-0.20.0.crate) = 998d5377b5e204375ba6016da678d3d3a4feb5174092b9e2dd8c8d26d8a5c7f321d60d829262f4b3a962566204fc6e804e3637494be97760e6ef66f888a6ab38 Size (crossterm-0.20.0.crate) = 103025 bytes +BLAKE2s (crossterm-0.22.1.crate) = 646728025ea249a59f0faf8325335cbe0fd6bedbaf72c3cbe540e8c71c779462 +SHA512 (crossterm-0.22.1.crate) = 2a8534a12bb119be583d491b3595259d164de6922ce2a17bbe6f19fcff93339a6d0d8c08398958a7592d6aa765eb2ebc6e61b54211080785357c711b2c454d91 +Size (crossterm-0.22.1.crate) = 105450 bytes BLAKE2s (crossterm_winapi-0.8.0.crate) = 1cd33830b10bbb9c4073de69d591201d2738b43e7e1c67d0ef9ad8d776205155 SHA512 (crossterm_winapi-0.8.0.crate) = e246db39c7adae89ee1699b6a0ca2f5aec2dd053db0698ee25c320eb315c59be51d6db2193493ebecadeebee5a4b6f3c52c2e9ede8088da7f9d102ff7ac1e936 Size (crossterm_winapi-0.8.0.crate) = 15531 bytes +BLAKE2s (crossterm_winapi-0.9.0.crate) = 66dfac33e190f850bc4e3b08ffc5fc97efa584e35007e75d8ef748e901878781 +SHA512 (crossterm_winapi-0.9.0.crate) = b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d +Size (crossterm_winapi-0.9.0.crate) = 15561 bytes BLAKE2s (ctor-0.1.21.crate) = ceff7ec44afb8f9931f3bd519a43347a66f388ce4bbdb1623d5454df0d11d745 SHA512 (ctor-0.1.21.crate) = 18a914f5bd55172e5ff199778babad9a20dd4214f36f24cc00531db5e169af66f77eacab425e8e64d053907366ebd3b448a0c3275ee1f8244822778b62c4cb71 Size (ctor-0.1.21.crate) = 9303 bytes @@ -111,21 +117,21 @@ Size (flate2-1.0.22.crate) = 76026 bytes BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 Size (form_urlencoded-1.0.1.crate) = 8773 bytes -BLAKE2s (futures-channel-0.3.17.crate) = 45b42de7591cab0c191e1f6f3cb007d28cbcf8fb2f23db656e47fd0b7586551c -SHA512 (futures-channel-0.3.17.crate) = 884fed34839c9f73551a90fdbcdc542f88623c0d74d506febd6fb0308429e0d7df879f378b6d0bc818ce8c948da495a9dc210ca55331f4760273d51f627cc416 -Size (futures-channel-0.3.17.crate) = 31765 bytes -BLAKE2s (futures-core-0.3.17.crate) = 5d8af95e8785a79f9421864b75be84de602019f5843ad3305c825e4bd96bb54d -SHA512 (futures-core-0.3.17.crate) = 6f290620b5051a3f3a317acade5a077f502fa3ab7fdb230b6ecd4d007c63685bf343ddcb8b8d1170b5ebeb94fbf1c495dab36918490b14885361d6e53c45bf22 -Size (futures-core-0.3.17.crate) = 14478 bytes -BLAKE2s (futures-executor-0.3.17.crate) = b3b3e4192a4b2517bbd98474917c39bcc33e495cd4b13800350f2dfc7d5fdb8f -SHA512 (futures-executor-0.3.17.crate) = e3ac739e58dbda88dd536382c603014c56b7ebbda529c81afd0d91c16770719902fb4883a7a0dd0375e7910fc03605887058ebd30824d01ca20e2daf93f3d94a -Size (futures-executor-0.3.17.crate) = 17102 bytes -BLAKE2s (futures-task-0.3.17.crate) = 5be2890ef3fc2bbd6e4de1812660e4ee85ea6cf74ac5ed9b5d275367d84ff130 -SHA512 (futures-task-0.3.17.crate) = 2f12d8d9d404f147b601ddc6fb9b6869e2e68a4bc55cd3851cb9f7aa8ebe6519c5cd0fa14da92e564d2003ded2ac2202f5e09e1a83e81129d1600d01ecf86844 -Size (futures-task-0.3.17.crate) = 11712 bytes -BLAKE2s (futures-util-0.3.17.crate) = 9a719c3bf520df9875b82d197383dd4a097a006ef01729f48144e7445d70d00b -SHA512 (futures-util-0.3.17.crate) = 6a87b0510c3f8214ce14b7f333d212558647c523b5eb7da36dfe4f694e0ca4be3cbf97fdd7bfff5e0c7015644742d74d6184221482d644653a106d5564722fba -Size (futures-util-0.3.17.crate) = 147679 bytes +BLAKE2s (futures-channel-0.3.19.crate) = 992edb506081fb7ace0754770844bce7adfeea7d13e98e59d729ac33ec71eddd +SHA512 (futures-channel-0.3.19.crate) = 06acb15c125f20f305173cc5ac77e1502a857ea8e80e4fa33bf4e51982b1af71c8d31e800cc3151d7d52c3db69d9be5d7500690664d073e329626c2d4b2763a4 +Size (futures-channel-0.3.19.crate) = 31940 bytes +BLAKE2s (futures-core-0.3.19.crate) = 0d531554aaf1d629e05147e0140fb464fd49aff421609637bc0ab9c9da3ad310 +SHA512 (futures-core-0.3.19.crate) = 2bfc54b1116cfb96b70ad48c25e339ede9690543cb9b0a656518171835b931545a67a13f14df42b6a4db968a88187daf3fc4fa8a6607d8c545b776b85201cf72 +Size (futures-core-0.3.19.crate) = 14666 bytes +BLAKE2s (futures-executor-0.3.19.crate) = e11d72a9121947578a1b11285368c6ef923bfbe8b31a3a72d3731d96895d9485 +SHA512 (futures-executor-0.3.19.crate) = c6c3d392a1e096b864716696bd76169745ab7c673bb109c197d38c1116cedafe1fd72e37fc56f6fb8250772dc3daf710d8e17d34a00e2f7a070d5ecb3b0bc9b2 +Size (futures-executor-0.3.19.crate) = 17286 bytes +BLAKE2s (futures-task-0.3.19.crate) = 39b26cc508a2e1d454b7878ca3c7aee39d8444153df3975991fab9fef561320a +SHA512 (futures-task-0.3.19.crate) = befb75408a3ca3b034e26c835bf7351727f8e3548674024a44e994875470b34f6d9f1dcb954905062192a96b97ec28499aaa745b652c81b3be59e1222b3d5037 +Size (futures-task-0.3.19.crate) = 11894 bytes +BLAKE2s (futures-util-0.3.19.crate) = 1efadd1913f5a8671dcde6baa01354e86e562f9af27a4b107d30f9def89a6fcd +SHA512 (futures-util-0.3.19.crate) = cdadde2949a496806fc432efcdb9f4555ca0482320017ea45c29d8dbde69bf9d4af7a6660d351bef3989c5ef905b1f011788506fa2e87d8b53b83cf54256a3ef +Size (futures-util-0.3.19.crate) = 149240 bytes BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d Size (getrandom-0.2.3.crate) = 26261 bytes @@ -237,6 +243,9 @@ Size (linked-hash-map-0.5.4.crate) = 16166 bytes BLAKE2s (lock_api-0.4.5.crate) = 241091229a97b2bebe85e456cbff991d0bd0ace5a3b2f633c464f0a8070a1d2a SHA512 (lock_api-0.4.5.crate) = d6cd948a4183a73e8b91b9167d551e72dd75820c76123fb0839f8389c7872d2c46dbcf5785d7600ecc4e27f3d214f476585b9c39e85f70500eb8d012e5ff9535 Size (lock_api-0.4.5.crate) = 25199 bytes +BLAKE2s (lofty-0.3.0.crate) = f233aa1d7003fe57fd7da7ea8e8220384bf87a131813f748013eff7a9e8c7bfb +SHA512 (lofty-0.3.0.crate) = f2c8e122e52c4cc61b9364e7785072d46715e4c72f7a53cf96fb9400a31fe0d5c910983923a616485c2ae6a5e9f370649e2c314951af73f0edcb6e02c219ad71 +Size (lofty-0.3.0.crate) = 1028862 bytes BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc Size (log-0.4.14.crate) = 34582 bytes @@ -297,12 +306,15 @@ Size (num-rational-0.4.0.crate) = 26428 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 -SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -Size (num_cpus-1.13.0.crate) = 14704 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes BLAKE2s (ogg-0.8.0.crate) = 609d29a9cc6e1e37bf5fe311b2a9549561bbcf61c4ed31c3291ca71bc480d0e8 SHA512 (ogg-0.8.0.crate) = d5ea03e00ecade8713a8bf31e34bc45cba94b812c26dd46b579d85d61ff502ba501626b64d3cfa066a47343819f65d27c478372439b758cb7ab31ebce81f48b1 Size (ogg-0.8.0.crate) = 27128 bytes +BLAKE2s (ogg_pager-0.1.7.crate) = 8ce920f03fbcf86d861d92ffb7391f1ce39dfdd32bdda5b108627d300a4e36e7 +SHA512 (ogg_pager-0.1.7.crate) = 948076f20881382615d72a441c73d7d6cbf1f6e2a616b16743753c2213f63e047d989b8892c2a5adc8dbe7544031646bb7148daa79991ae701d160935f607f14 +Size (ogg_pager-0.1.7.crate) = 4486 bytes BLAKE2s (once_cell-1.9.0.crate) = f99885c797cc23ddc5cbad0ca82d13c28b170d87b594fae1fd73cdaf019a5831 SHA512 (once_cell-1.9.0.crate) = cfdb6aa4bcc0f50d4c37eb69867d2deefa70323a7b607e55180b7d417b7188c4f2889417fd04fc51671c65eac75c7d9e7eda06a87dedb846056def66d14eaa46 Size (once_cell-1.9.0.crate) = 30702 bytes @@ -429,9 +441,9 @@ Size (serde_json-1.0.73.crate) = 115922 bytes BLAKE2s (shellexpand-2.1.0.crate) = cd7c873d9f511bb018b3941335d7a45391686a2bfe524da6b7115dbaf590cb02 SHA512 (shellexpand-2.1.0.crate) = 90d32a5547691c9118a50748feb71bafca44718f0d5ff90cd5d4d9ee893ed4cad2d761a562917f7f26a8ea39154a4aba8dd6351fbf38f8bbf9157aa7c7947413 Size (shellexpand-2.1.0.crate) = 14697 bytes -BLAKE2s (signal-hook-0.3.12.crate) = 86baee8649a21843e9e8f34c863f9d948d5ad12a838d20770a5d647687d79f50 -SHA512 (signal-hook-0.3.12.crate) = ccc8d02aa5bd226ddb26f098d458fc46b99397c6d4432c4ce43ecb117d0fa777b249f5fb202949f198e4e8885ed24d7cb1e24e538c7c6bf8b44eb21418519364 -Size (signal-hook-0.3.12.crate) = 49213 bytes +BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 +SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb +Size (signal-hook-0.3.13.crate) = 49252 bytes BLAKE2s (signal-hook-mio-0.2.1.crate) = c616cd00d1ca4cc97be4a8c3a38a1a24ac08ece19cd29c14681084de3700cc9f SHA512 (signal-hook-mio-0.2.1.crate) = ca95684574e2934e138fcc2bdd023960cb4207095916650710e76b6fa32f8bfbfc8c5119d3bc92e31a55a2edd6e63b47a2119ff31cef5ba63719b9bec0b438e8 Size (signal-hook-mio-0.2.1.crate) = 8893 bytes @@ -456,9 +468,9 @@ Size (strum-0.21.0.crate) = 5296 bytes BLAKE2s (strum_macros-0.21.1.crate) = 1c7ed6093279da5fb1df02dc4e7d2124ba254bf76f7e904cd858654b8f70c5a4 SHA512 (strum_macros-0.21.1.crate) = 85ea12f8e03f04c427b99e027065279bd559ea1c51532c6f35cc842218e350e27349258f0fe25f5efc9fca047387da3ec5d670f94a50d574b15f4b5f1c99ddea Size (strum_macros-0.21.1.crate) = 16280 bytes -BLAKE2s (syn-1.0.82.crate) = aaa1114a2ca257b9610cc136a08a4aa696f5e819ad0177bdaa90ae3f103eb481 -SHA512 (syn-1.0.82.crate) = 9406f62404f1dec3ea37a5e583a8dd7daf646fd5a1b11359aea3004010b3b416a44e4457695ba5beb12b3cbb9fe437de6f73018faa364c4e48060f6aab8ada1d -Size (syn-1.0.82.crate) = 234316 bytes +BLAKE2s (syn-1.0.83.crate) = 9cfb6a4f94721d5e2c18c4c4109701b3a1e78c6e7e2f2175f106bd571382988c +SHA512 (syn-1.0.83.crate) = 83bfe34f52bf20dd5c1465840652066ca8d99b10113048e753a323d7f20fa28fa1977156dd6b420a4e34ee3f674aa1c36da4e84cb8175e9c0281f0bb460b7c11 +Size (syn-1.0.83.crate) = 234750 bytes BLAKE2s (system-deps-3.2.0.crate) = 99291ab45bca4e4b6600087b587e4e18117357959a11058fe728dffeaec147d5 SHA512 (system-deps-3.2.0.crate) = a6523e726e0cd1c23954eaeaad764bac7888b8850ae3328cbd70c31eb37c5f2573c4857c4628ad52afb169f1914ceb826d8d4fd4924e7a3ce10b512390b7c45c Size (system-deps-3.2.0.crate) = 21476 bytes @@ -471,9 +483,9 @@ Size (termcolor-1.1.2.crate) = 17287 bytes BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 Size (terminal_size-0.1.17.crate) = 9141 bytes -BLAKE2s (termusic-0.6.3.tar.gz) = 3b3ff637b6550f32e42879f9d43e4c930ef224d7f87d4987c051968d781015cd -SHA512 (termusic-0.6.3.tar.gz) = 310c384461e7e249f243708b07fb2a3ae46aefb1f71226bfc9a3aa0236de49612c606ef79a415909794e42ccc2bb8980ba7c0ed19defd440d26984abe4db4029 -Size (termusic-0.6.3.tar.gz) = 3126781 bytes +BLAKE2s (termusic-0.6.4.tar.gz) = bb92806afc057f03776e9d8073288109101f52dd2c9bb61220349dd2d12c7112 +SHA512 (termusic-0.6.4.tar.gz) = b29a250329df241baf0a34d7b63ad615598df0c1d66abd22cc1781a5095ab99dbdeb899b9fc5d6e0f5c497cd19603ca63edea650291fad0cc4946b10dfe9942d +Size (termusic-0.6.4.tar.gz) = 3125659 bytes BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 Size (textwrap-0.14.2.crate) = 52016 bytes @@ -543,9 +555,9 @@ Size (version-compare-0.0.11.crate) = 15208 bytes BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd Size (version_check-0.9.3.crate) = 12547 bytes -BLAKE2s (viuer-0.5.2.crate) = 246421f4a2a0a5264439207d59ef8ec61b4ffa0e5c84bfb067b82e31d7c9e7b9 -SHA512 (viuer-0.5.2.crate) = 720de07cef1acfcda9806bcf671f3f5a1d827072e6cab3cbf603837194c276024f1d61e0d3284775f72558ec5d099b2b85b635dde22a64fe7ffe680d9c9be64c -Size (viuer-0.5.2.crate) = 13745 bytes +BLAKE2s (viuer-0.5.3.crate) = 77ac738d5e10f798dfe9463914e328ec0a6c16cf4a32fb18b398153ace5a63c6 +SHA512 (viuer-0.5.3.crate) = 2095cf5122acb544eea62d3e3d8b4e3da4c743a084969b8744a1ec55cab33a2f8f6d3be9c4cd8b2b7881841b627130ef516a4b5015e72c630b3ca1a05fceb8db +Size (viuer-0.5.3.crate) = 13786 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 66cc5d588e78..0af8b55425aa 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.304 2021/11/29 18:32:51 jperkin Exp $ +# $NetBSD: bootstrap,v 1.306 2021/12/28 10:13:01 nia Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -799,6 +799,12 @@ SCO_SV) need_awk=yes need_bsd_install=yes need_sed=yes + if [ -x "/usr/bin/bash" ]; then + bootstrap_sh=${SH:-/usr/bin/bash} + bootstrap_sh_set=set + else + need_mksh=yes + fi whoamiprog='id -u' groupsprog='id -g' # /bin/sh under OpenServer 5.0.7/3.2 breaks bmake tests. @@ -833,6 +839,12 @@ UnixWare) need_mkdir=yes need_awk=yes need_sed=yes + if [ -x "/usr/bin/bash" ]; then + bootstrap_sh=${SH:-/usr/bin/bash} + bootstrap_sh_set=set + else + need_mksh=yes + fi whoamiprog=/usr/ucb/whoami machine_arch=`uname -m` CC="gcc -DUNIXWARE"; export CC @@ -1304,7 +1316,7 @@ LIBS='$LIBS -lnbcompat' $shprog ./configure $configure_quiet_flags -C \ --with-pkgdbdir=$pkgdbdir --infodir=$infodir \ --mandir=$mandir $pkg_install_args && \ STATIC_LIBARCHIVE=$wrkdir/libarchive/.libs/libarchive.a \ -STATIC_LIBARCHIVE_LDADD=`extra_libarchive_depends` \ +STATIC_LIBARCHIVE_LDADD="`extra_libarchive_depends`" \ PKGSRC_MACHINE_ARCH="$machine_arch" $bmake $make_quiet_flags -j$make_jobs)" run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/add/pkg_add $wrkdir/sbin/pkg_add" run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/admin/pkg_admin $wrkdir/sbin/pkg_admin" diff --git a/databases/apache-solr/distinfo b/databases/apache-solr/distinfo index 029444fde849..a0b29617497c 100644 --- a/databases/apache-solr/distinfo +++ b/databases/apache-solr/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/12/18 15:34:19 jym Exp $ +$NetBSD: distinfo,v 1.6 2021/12/23 07:56:28 wiz Exp $ -SHA1 (solr-8.11.1.tgz) = 4ebc3ff1f5dc6cbe70f3f41989f27873aeffca74 -RMD160 (solr-8.11.1.tgz) = f0aee47281ccb147d8a6874bbfecb7604b3c8977 +BLAKE2s (solr-8.11.1.tgz) = d5766a195b4efd548e56280e0b0d3bb01779f7159a2ea1c17f54f536c3562f91 SHA512 (solr-8.11.1.tgz) = 4893f836aec84b03d7bfe574e59e305c03b5ede4a48020034fbe81440b8feee79e55fd9ead230e5b89b3f25124e9b56c1ddc4bb5c7f631cf4e846b9cab5f9a45 Size (solr-8.11.1.tgz) = 218076598 bytes SHA1 (patch-solr-bin) = 69990d68ada63b6c70d3df83fbaea22b9559cb04 diff --git a/databases/mongodb/distinfo b/databases/mongodb/distinfo index 906de14231a4..7ebb74804ded 100644 --- a/databases/mongodb/distinfo +++ b/databases/mongodb/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.34 2021/10/26 10:09:24 nia Exp $ +$NetBSD: distinfo,v 1.35 2021/12/27 09:36:10 nia Exp $ BLAKE2s (mongodb-src-r4.2.15.tar.gz) = 917d4e65f16a7ba228bf335965c2608f73645fe24e764e8f49f19ae052f47d48 SHA512 (mongodb-src-r4.2.15.tar.gz) = ee46a2dfb7ae23ad38da49bf126a2bc7932bded8f01d34516ad575d2aed5d6233c5ad620b2a4424a98afb9e80e26acf40c66982cdd0637c13f0f7aaae8b746a0 Size (mongodb-src-r4.2.15.tar.gz) = 62187847 bytes -SHA1 (patch-SConstruct) = 027d8c9bd69256fe93ac40ae3e14e052ac367eb5 +SHA1 (patch-SConstruct) = 34749f069c6e6415f1b496e5c8ac2cc838c0ea5b SHA1 (patch-site__scons_mongo_platform.py) = 6a6daba04876f9779a26c579e6f6a66f55e1cbe6 SHA1 (patch-site__scons_site__tools_libtool.py) = 2fb5947703f4292acc1306f92ca7938e8cbc62e0 SHA1 (patch-src_mongo_base_initializer.h) = efaec2e3b5b8a4bfb15c65c6952924cd1469bdc7 diff --git a/databases/mongodb/patches/patch-SConstruct b/databases/mongodb/patches/patch-SConstruct index ae0608f5faed..bb22e5eab620 100644 --- a/databases/mongodb/patches/patch-SConstruct +++ b/databases/mongodb/patches/patch-SConstruct @@ -1,4 +1,4 @@ -$NetBSD: patch-SConstruct,v 1.9 2020/02/01 20:00:08 adam Exp $ +$NetBSD: patch-SConstruct,v 1.10 2021/12/27 09:36:10 nia Exp $ Add support for NetBSD and Dragonfly. Fix locations. @@ -6,9 +6,9 @@ Don't compile with debug info. Don't mess with the linker. Respect LDFLAGS and CXXFLAGS. ---- SConstruct.orig 2019-12-04 23:29:59.000000000 +0000 +--- SConstruct.orig 2021-06-30 17:39:08.000000000 +0000 +++ SConstruct -@@ -1015,6 +1015,7 @@ envDict = dict(BUILD_ROOT=buildDir, +@@ -1043,6 +1043,7 @@ envDict = dict(BUILD_ROOT=buildDir, INSTALL_DIR=installDir, CONFIG_HEADER_DEFINES={}, LIBDEPS_TAG_EXPANSIONS=[], @@ -16,7 +16,7 @@ Respect LDFLAGS and CXXFLAGS. ) env = Environment(variables=env_vars, **envDict) -@@ -1169,7 +1170,9 @@ def CheckForProcessor(context, which_arc +@@ -1193,7 +1194,9 @@ def CheckForProcessor(context, which_arc os_macros = { "windows": "defined(_WIN32)", "solaris": "defined(__sun)", @@ -26,7 +26,7 @@ Respect LDFLAGS and CXXFLAGS. "openbsd": "defined(__OpenBSD__)", "iOS": "defined(__APPLE__) && TARGET_OS_IOS && !TARGET_OS_SIMULATOR", "iOS-sim": "defined(__APPLE__) && TARGET_OS_IOS && TARGET_OS_SIMULATOR", -@@ -1557,7 +1560,7 @@ if env['_LIBDEPS'] == '$_LIBDEPS_LIBS': +@@ -1590,7 +1593,7 @@ if env['_LIBDEPS'] == '$_LIBDEPS_LIBS': if not env.TargetOSIs('solaris', 'darwin', 'windows', 'openbsd'): env.Tool('thin_archive') @@ -35,7 +35,7 @@ Respect LDFLAGS and CXXFLAGS. env['LINK_LIBGROUP_START'] = '-Wl,--start-group' env['LINK_LIBGROUP_END'] = '-Wl,--end-group' # NOTE: The leading and trailing spaces here are important. Do not remove them. -@@ -1593,14 +1596,14 @@ if env.TargetOSIs('linux'): +@@ -1626,14 +1629,14 @@ if env.TargetOSIs('linux'): elif env.TargetOSIs('solaris'): env.Append( LIBS=["socket","resolv","lgrp"] ) @@ -52,7 +52,7 @@ Respect LDFLAGS and CXXFLAGS. env.Append( LIBS=[ "kvm" ] ) elif env.TargetOSIs('windows'): -@@ -1858,7 +1861,6 @@ if env.TargetOSIs('posix'): +@@ -1891,7 +1894,6 @@ if env.TargetOSIs('posix'): # -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used. env.Append( CCFLAGS=["-fno-omit-frame-pointer", "-fno-strict-aliasing", @@ -60,7 +60,7 @@ Respect LDFLAGS and CXXFLAGS. "-pthread", "-Wall", "-Wsign-compare", -@@ -2500,9 +2502,9 @@ def doConfigure(myenv): +@@ -2533,9 +2535,9 @@ def doConfigure(myenv): if usingLibStdCxx: def CheckModernLibStdCxx(context): test_body = """ @@ -73,7 +73,7 @@ Respect LDFLAGS and CXXFLAGS. """ context.Message('Checking for libstdc++ 5.3.0 or better... ') -@@ -2746,7 +2748,7 @@ def doConfigure(myenv): +@@ -2779,7 +2781,7 @@ def doConfigure(myenv): # myenv.Append( CCFLAGS=["/Zc:inline"]) @@ -82,7 +82,19 @@ Respect LDFLAGS and CXXFLAGS. # This tells clang/gcc to use the gold linker if it is available - we prefer the gold linker # because it is much faster. Don't use it if the user has already configured another linker # selection manually. -@@ -3332,7 +3334,7 @@ def doConfigure(myenv): +@@ -3021,8 +3023,9 @@ def doConfigure(myenv): + def checkOpenSSL(conf): + sslLibName = "ssl" + cryptoLibName = "crypto" +- sslLinkDependencies = ["crypto", "dl"] +- if conf.env.TargetOSIs('freebsd'): ++ if conf.env.TargetOSIs('linux', 'solaris'): ++ sslLinkDependencies = ["crypto", "dl"] ++ else: + sslLinkDependencies = ["crypto"] + + if conf.env.TargetOSIs('windows'): +@@ -3368,7 +3371,7 @@ def doConfigure(myenv): myenv.ConfError("Couldn't find SASL header/libraries") # requires ports devel/libexecinfo to be installed diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 75101e8431eb..f2e793098ca1 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2021/12/18 15:13:02 gdt Exp $ +# $NetBSD: Makefile,v 1.108 2021/12/28 21:10:53 triaxx Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia, until there is a good basis to be sure @@ -6,7 +6,7 @@ MAJOR= 3.2 DISTNAME= postgis-${MAJOR}.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -#PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ @@ -16,7 +16,7 @@ COMMENT= Spatial database capabilities for PostgreSQL LICENSE= gnu-gpl-v2 -PGSQL_VERSIONS_ACCEPTED?= 13 12 11 10 96 +PGSQL_VERSIONS_ACCEPTED?= 14 13 12 11 10 96 DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl diff --git a/databases/postgresql-postgis2/buildlink3.mk b/databases/postgresql-postgis2/buildlink3.mk index 5011dc3fecfa..745a2791dfe2 100644 --- a/databases/postgresql-postgis2/buildlink3.mk +++ b/databases/postgresql-postgis2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2021/12/08 16:01:49 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2021/12/28 21:10:53 triaxx Exp $ BUILDLINK_TREE+= postgresql-postgis @@ -6,7 +6,7 @@ BUILDLINK_TREE+= postgresql-postgis POSTGRESQL_POSTGIS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.postgresql-postgis+= postgresql${PGSQL_VERSION}-postgis>=2.0 -BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql13-postgis>=3.1.4nb5 +BUILDLINK_ABI_DEPENDS.postgresql-postgis?= postgresql${PGSQL_VERSION}-postgis>=3.1.4nb5 BUILDLINK_PKGSRCDIR.postgresql-postgis?= ../../databases/postgresql-postgis2 .include "../../geography/geos/buildlink3.mk" diff --git a/databases/py-lmdb/Makefile b/databases/py-lmdb/Makefile index 6df58b55f4d4..706a9f0d7ace 100644 --- a/databases/py-lmdb/Makefile +++ b/databases/py-lmdb/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2018/07/04 05:18:06 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/27 10:53:17 adam Exp $ -DISTNAME= lmdb-0.94 +DISTNAME= lmdb-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmdb/} MAINTAINER= minskim@NetBSD.org -HOMEPAGE= https://github.com/dw/py-lmdb/ +HOMEPAGE= https://github.com/jnwatson/py-lmdb COMMENT= Universal Python binding for the LMDB LICENSE= modified-bsd diff --git a/databases/py-lmdb/PLIST b/databases/py-lmdb/PLIST index 499bfca844c1..4e8aeb366b84 100644 --- a/databases/py-lmdb/PLIST +++ b/databases/py-lmdb/PLIST @@ -1,22 +1,21 @@ -@comment $NetBSD: PLIST,v 1.1 2018/07/04 05:18:06 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/27 10:53:17 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/lmdb/__init__.py -${PYSITELIB}/lmdb/__main__.py -${PYSITELIB}/lmdb/__init__.pyo ${PYSITELIB}/lmdb/__init__.pyc -${PYSITELIB}/lmdb/__main__.pyo +${PYSITELIB}/lmdb/__init__.pyo +${PYSITELIB}/lmdb/__main__.py ${PYSITELIB}/lmdb/__main__.pyc -${PYSITELIB}/lmdb/_config.pyo -${PYSITELIB}/lmdb/_config.pyc -${PYSITELIB}/lmdb/cffi.pyo -${PYSITELIB}/lmdb/cffi.pyc -${PYSITELIB}/lmdb/tool.pyo -${PYSITELIB}/lmdb/tool.pyc +${PYSITELIB}/lmdb/__main__.pyo ${PYSITELIB}/lmdb/_config.py +${PYSITELIB}/lmdb/_config.pyc +${PYSITELIB}/lmdb/_config.pyo ${PYSITELIB}/lmdb/cffi.py +${PYSITELIB}/lmdb/cffi.pyc +${PYSITELIB}/lmdb/cffi.pyo ${PYSITELIB}/lmdb/cpython.so ${PYSITELIB}/lmdb/tool.py +${PYSITELIB}/lmdb/tool.pyc +${PYSITELIB}/lmdb/tool.pyo diff --git a/databases/py-lmdb/distinfo b/databases/py-lmdb/distinfo index fa5a32993334..5d770d024eb1 100644 --- a/databases/py-lmdb/distinfo +++ b/databases/py-lmdb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:09:51 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/27 10:53:17 adam Exp $ -BLAKE2s (lmdb-0.94.tar.gz) = b72e3b227f57186fe6cec584a67f2e4cb69de8fcadc76988ae1a8a68f9599472 -SHA512 (lmdb-0.94.tar.gz) = 90ad4f95ae308cd7da501ad9a6d559a01c16c789375eff633440e69cddd9384f6404f1e14fc2c7879583f69c3c52d7c59f801952deaafd8ce25c9b60c455928a -Size (lmdb-0.94.tar.gz) = 3991715 bytes +BLAKE2s (lmdb-1.2.1.tar.gz) = 9afc60769d3cc0af362a38ece742e25fd1635045ecfdc1fc04f13e566ec497ee +SHA512 (lmdb-1.2.1.tar.gz) = fa763e24c8f278e0b9c379f39329b7b80051e10d5d8edfdd631486490cfbe5c7bc641d885ffb9f298c0c07f7e6901cc826023c472f98b430a4ec9c0bc71139d5 +Size (lmdb-1.2.1.tar.gz) = 881515 bytes diff --git a/databases/py-trytond-ldap-authentication/PLIST b/databases/py-trytond-ldap-authentication/PLIST index 090546c8cde8..ab0e01ddc973 100644 --- a/databases/py-trytond-ldap-authentication/PLIST +++ b/databases/py-trytond-ldap-authentication/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:12:59 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:44 mef Exp $ ${PYSITELIB}/trytond/modules/ldap_authentication/__init__.py ${PYSITELIB}/trytond/modules/ldap_authentication/__init__.pyc ${PYSITELIB}/trytond/modules/ldap_authentication/__init__.pyo @@ -8,18 +8,24 @@ ${PYSITELIB}/trytond/modules/ldap_authentication/locale/cs.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/de.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/es.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/es_419.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/et.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/fa.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/fi.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/fr.po -${PYSITELIB}/trytond/modules/ldap_authentication/locale/hu_HU.po -${PYSITELIB}/trytond/modules/ldap_authentication/locale/it_IT.po -${PYSITELIB}/trytond/modules/ldap_authentication/locale/ja_JP.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/hu.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/id.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/it.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/lo.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/lt.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/nl.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/pl.po -${PYSITELIB}/trytond/modules/ldap_authentication/locale/pt_BR.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/pt.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/ro.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/ru.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/sl.po +${PYSITELIB}/trytond/modules/ldap_authentication/locale/tr.po ${PYSITELIB}/trytond/modules/ldap_authentication/locale/zh_CN.po +${PYSITELIB}/trytond/modules/ldap_authentication/message.xml ${PYSITELIB}/trytond/modules/ldap_authentication/res.py ${PYSITELIB}/trytond/modules/ldap_authentication/res.pyc ${PYSITELIB}/trytond/modules/ldap_authentication/res.pyo diff --git a/databases/py-trytond-ldap-authentication/distinfo b/databases/py-trytond-ldap-authentication/distinfo index 236caab36d8c..d3d479e37925 100644 --- a/databases/py-trytond-ldap-authentication/distinfo +++ b/databases/py-trytond-ldap-authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:09:54 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_ldap_authentication-4.2.0.tar.gz) = 0245de4f633e798984be26d0af9dd4b08824bc6049674ec030515775f104441a -SHA512 (tryton-4.2/trytond_ldap_authentication-4.2.0.tar.gz) = 973f3fcba57d4846de8c1eee7b73d41f898dcf25afcdcc5f8e73fe3bb4d3211ed76857e31229659ba278a777c831cc75a4e98eb89a2147e2ac3ff7ecfd35bdcb -Size (tryton-4.2/trytond_ldap_authentication-4.2.0.tar.gz) = 21675 bytes +BLAKE2s (tryton-6.2/trytond_ldap_authentication-6.2.0.tar.gz) = d62a2c11542d1f8242078991461a7de2ddac41607e68629ecca08360ee4c83d1 +SHA512 (tryton-6.2/trytond_ldap_authentication-6.2.0.tar.gz) = b806e1df5cffea54322749beb7e9e5bd5c5a83e3161e16751b8ea70c08705df6c3676db108daa1f5775e016cf98f1fa11757f0ede43685eeab90a9fe5a3ce214 +Size (tryton-6.2/trytond_ldap_authentication-6.2.0.tar.gz) = 24586 bytes diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile index abcbb000e1ab..47babfad7240 100644 --- a/devel/gmp/Makefile +++ b/devel/gmp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2021/11/26 12:23:08 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2021/12/23 18:39:30 maya Exp $ DISTNAME= gmp-6.2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel math MASTER_SITES= https://gmplib.org/download/gmp/ MASTER_SITES+= ${MASTER_SITE_GNU:=gmp/} @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-readline INFO_FILES= yes TEST_TARGET= check +PKGCONFIG_OVERRIDE+= gmp.pc.in WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} diff --git a/devel/lua-luv/Makefile b/devel/lua-luv/Makefile index 303e91f29994..0427d2a83588 100644 --- a/devel/lua-luv/Makefile +++ b/devel/lua-luv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/12/20 20:53:12 nia Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/27 09:45:40 nia Exp $ DISTNAME= luv-1.42.0-1 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/-1$/.1/1} @@ -25,6 +25,9 @@ CMAKE_ARGS+= -DBUILD_MODULE=ON CMAKE_ARGS+= -DLUA_BUILD_TYPE=System CMAKE_ARGS+= -DWITH_LUA_ENGINE=Lua +pre-configure: + ${CP} ${PREFIX}/${LUA_INCDIR}/compat-5.3.* ${WRKSRC}/src + .include "../../lang/lua/module.mk" .include "../../devel/libuv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/picasm/distinfo b/devel/picasm/distinfo index 6dcd054edfad..1e266bbdb6f9 100644 --- a/devel/picasm/distinfo +++ b/devel/picasm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:18:03 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/27 04:54:04 dholland Exp $ BLAKE2s (picasm114.tar.bz2) = 24f4e977aae5360fcb5a45a2fff58d22008e05103143aece1c1e713820855dfd SHA512 (picasm114.tar.bz2) = a6a8490156afe8af1fc85700890570c745c076396890491f4efe004d7dd701a324f9c7e764fcc710c8954c761f3abb4ed8e97c72ce098100192ead334b335fb7 Size (picasm114.tar.bz2) = 35429 bytes -SHA1 (patch-picasm.c) = 1d14ab94f988b35b14cbf05476eab9e14337ef18 +SHA1 (patch-picasm.c) = 4d7b1e68422f70735dd45b55422df2ef077a0f61 diff --git a/devel/picasm/patches/patch-picasm.c b/devel/picasm/patches/patch-picasm.c index ffbd5ab1f600..48a688be53b5 100644 --- a/devel/picasm/patches/patch-picasm.c +++ b/devel/picasm/patches/patch-picasm.c @@ -1,10 +1,20 @@ -$NetBSD: patch-picasm.c,v 1.2 2020/03/18 17:52:39 joerg Exp $ +$NetBSD: patch-picasm.c,v 1.3 2021/12/27 04:54:04 dholland Exp $ Fix tautological check. Remove unused variable. +Use memcpy instead of strncpy for copying an already-computed length. --- picasm.c.orig 2005-06-29 07:05:34.000000000 +0000 +++ picasm.c +@@ -109,7 +109,7 @@ err_line_ref(void) + len = strlen(line_buffer); + if(len > 100) + len = 100; +- strncpy(outbuf, line_buffer, len); ++ memcpy(outbuf, line_buffer, len); + outbuf[len] = '\0'; + err_out(outbuf); + } @@ -895,7 +895,7 @@ gen_byte_c(int instr_code) sym = lookup_symbol(token_string, symtype); if(sym != NULL && sym->type != SYM_FORWARD) diff --git a/devel/py-approvaltests/Makefile b/devel/py-approvaltests/Makefile index f10da2e750f1..c3633e4d58c9 100644 --- a/devel/py-approvaltests/Makefile +++ b/devel/py-approvaltests/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/12/15 10:06:25 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2021/12/22 18:19:39 schmonz Exp $ -DISTNAME= approvaltests-3.3.0 +DISTNAME= approvaltests-3.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/approvaltests/} diff --git a/devel/py-approvaltests/distinfo b/devel/py-approvaltests/distinfo index 5170f389800e..5b3dc3d14edf 100644 --- a/devel/py-approvaltests/distinfo +++ b/devel/py-approvaltests/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.28 2021/12/15 09:34:12 schmonz Exp $ +$NetBSD: distinfo,v 1.29 2021/12/22 18:19:39 schmonz Exp $ -BLAKE2s (approvaltests-3.3.0.tar.gz) = ccb691f7ab01cae0641f5cf931bd106da4fbe6ddd187495f1e4f9705c26a7dc1 -SHA512 (approvaltests-3.3.0.tar.gz) = aa8be46192f8c1acfb6aad2532ff9bd84dbc1995ca2de565c5a32aa72a58952df81c855c5d2079589d2386c46ee7a817792f1a8149f47f724c0256b06b134037 -Size (approvaltests-3.3.0.tar.gz) = 26591 bytes -SHA1 (patch-approvaltests_version.py) = 985308ca98d289a05f1738bfb93455928242c1c4 +BLAKE2s (approvaltests-3.3.2.tar.gz) = 069097679b987bab5db8a2fe5d6c89ce60e42e31875c1309a66f865946b0b2cd +SHA512 (approvaltests-3.3.2.tar.gz) = 7b5e80c342aa59d59a20e47bb9b8a6f9f18db35e0701cd198d1bf3a238e486965565458e4fb35b83a8fe1bb1bbd964352821fe47bf37c6a9ae06a3a924611266 +Size (approvaltests-3.3.2.tar.gz) = 26569 bytes diff --git a/devel/py-approvaltests/patches/patch-approvaltests_version.py b/devel/py-approvaltests/patches/patch-approvaltests_version.py deleted file mode 100644 index c24ec7d44add..000000000000 --- a/devel/py-approvaltests/patches/patch-approvaltests_version.py +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-approvaltests_version.py,v 1.1 2021/12/15 09:34:12 schmonz Exp $ - -Fix "NameError: name 'version_number' is not defined" to allow -module to load. - ---- approvaltests/version.py.orig 2021-12-05 18:45:00.000000000 +0000 -+++ approvaltests/version.py -@@ -1 +1 @@ --version="v3.3.0" -+version_number="v3.3.0" diff --git a/devel/py-boost/Makefile b/devel/py-boost/Makefile index 6fb2f24a35e8..6c852c19338e 100644 --- a/devel/py-boost/Makefile +++ b/devel/py-boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/12/16 13:17:37 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/12/24 22:28:28 wiz Exp $ BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) @@ -9,7 +9,7 @@ INSTALLATION_DIRS+= lib .include "../../meta-pkgs/boost/Makefile.common" PKGNAME= ${PYPKGPREFIX}-boost-${BOOST_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam BJAM_ARGS+= --with-python @@ -33,5 +33,5 @@ PLIST_SUBST+= PYVER=${_PYTHON_VERSION} BUILDLINK_TRANSFORM.SunOS+= rm:-lutil -#.include "../../math/py-numpy/buildlink3.mk" +.include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-boost/PLIST b/devel/py-boost/PLIST index 2fffb13c07a7..367546b6b7a6 100644 --- a/devel/py-boost/PLIST +++ b/devel/py-boost/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.11 2021/12/16 13:17:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2021/12/24 22:28:28 wiz Exp $ +${PLIST.py3x}lib/libboost_numpy${PYVER}.a +${PLIST.py3x}lib/libboost_numpy${PYVER}.so +${PLIST.py3x}lib/libboost_numpy${PYVER}.so.${PKGVERSION} lib/libboost_python${PYVER}.a lib/libboost_python${PYVER}.so lib/libboost_python${PYVER}.so.${PKGVERSION} diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 869e38fb17a2..589a31c7ea5b 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2021/12/06 16:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2021/12/26 20:03:29 nros Exp $ PKGNAME= ${PYPKGPREFIX}-curses-${PY_DISTVERSION} PKGREVISION= 6 @@ -11,14 +11,12 @@ COMMENT= Curses module for Python PYDISTUTILSPKG= yes PY_PATCHPLIST= yes -#CPPFLAGS+= -I${PREFIX}/include/python3.10/internal - # NetBSD-8 curses has enough support for py-curses USE_CURSES= getsyx # But we build as ncurses still to get the full feature set easily FAKE_NCURSES= yes -PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses} +PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.curses} PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload .include "../../lang/python/extension.mk" diff --git a/devel/py-curses/files/setup.py b/devel/py-curses/files/setup.py index d9959ee93211..f094a2e4d76e 100644 --- a/devel/py-curses/files/setup.py +++ b/devel/py-curses/files/setup.py @@ -1,19 +1,22 @@ -# $NetBSD: setup.py,v 1.1 2002/01/28 09:32:55 drochner Exp $ +# $NetBSD: setup.py,v 1.2 2021/12/26 19:57:05 nros Exp $ import distutils +import os from distutils.core import setup, Extension +from distutils.sysconfig import get_python_inc ncursesprefix = '@NCURSESPREFIX@' ncincl = ncursesprefix + '/include' nclib = ncursesprefix + '/lib' +py_inc_int = os.path.join(get_python_inc(), 'internal') setup( ext_modules = [ Extension( '_curses', ['Modules/_cursesmodule.c'], - define_macros=[('HAVE_NCURSES_H', None)], - include_dirs=[ncincl], + define_macros=[('HAVE_NCURSES_H', None), ('Py_BUILD_CORE_MODULE', None)], + include_dirs=[ncincl, py_inc_int], library_dirs=[nclib], runtime_library_dirs=[nclib], libraries=['ncurses'] diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile index 3db25b6d4667..09459c24b77d 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.47 2021/12/08 16:04:06 adam Exp $ +# $NetBSD: Makefile,v 1.49 2021/12/22 22:41:18 wiz Exp $ TRYTON_MODULE_NAME= tryton -PKGREVISION= 14 .include "../../devel/py-trytond/Makefile.common" CATEGORIES= devel python @@ -11,12 +10,13 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +#WRKSRC= ${WRKDIR}/tryton-${PKGVERSION_NOREV} .include "options.mk" DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 DEPENDS.Darwin+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app post-install: @@ -24,6 +24,6 @@ post-install: ${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX} || ${TRUE} .include "../../graphics/librsvg/buildlink3.mk" -.include "../../x11/py-gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-tryton/PLIST b/devel/py-tryton/PLIST index 47b898f554f0..a1fcf604d6ca 100644 --- a/devel/py-tryton/PLIST +++ b/devel/py-tryton/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/12/04 21:12:59 rodent Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/12/22 22:25:12 mef Exp $ bin/tryton${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -15,6 +15,9 @@ ${PYSITELIB}/tryton/action/__init__.pyo ${PYSITELIB}/tryton/action/main.py ${PYSITELIB}/tryton/action/main.pyc ${PYSITELIB}/tryton/action/main.pyo +${PYSITELIB}/tryton/bus.py +${PYSITELIB}/tryton/bus.pyc +${PYSITELIB}/tryton/bus.pyo ${PYSITELIB}/tryton/client.py ${PYSITELIB}/tryton/client.pyc ${PYSITELIB}/tryton/client.pyo @@ -57,9 +60,6 @@ ${PYSITELIB}/tryton/common/completion.pyo ${PYSITELIB}/tryton/common/datetime_.py ${PYSITELIB}/tryton/common/datetime_.pyc ${PYSITELIB}/tryton/common/datetime_.pyo -${PYSITELIB}/tryton/common/datetime_strftime.py -${PYSITELIB}/tryton/common/datetime_strftime.pyc -${PYSITELIB}/tryton/common/datetime_strftime.pyo ${PYSITELIB}/tryton/common/domain_inversion.py ${PYSITELIB}/tryton/common/domain_inversion.pyc ${PYSITELIB}/tryton/common/domain_inversion.pyo @@ -78,12 +78,15 @@ ${PYSITELIB}/tryton/common/focus.pyo ${PYSITELIB}/tryton/common/htmltextbuffer.py ${PYSITELIB}/tryton/common/htmltextbuffer.pyc ${PYSITELIB}/tryton/common/htmltextbuffer.pyo -${PYSITELIB}/tryton/common/placeholder_entry.py -${PYSITELIB}/tryton/common/placeholder_entry.pyc -${PYSITELIB}/tryton/common/placeholder_entry.pyo +${PYSITELIB}/tryton/common/number_entry.py +${PYSITELIB}/tryton/common/number_entry.pyc +${PYSITELIB}/tryton/common/number_entry.pyo ${PYSITELIB}/tryton/common/popup_menu.py ${PYSITELIB}/tryton/common/popup_menu.pyc ${PYSITELIB}/tryton/common/popup_menu.pyo +${PYSITELIB}/tryton/common/richtext.py +${PYSITELIB}/tryton/common/richtext.pyc +${PYSITELIB}/tryton/common/richtext.pyo ${PYSITELIB}/tryton/common/selection.py ${PYSITELIB}/tryton/common/selection.pyc ${PYSITELIB}/tryton/common/selection.pyo @@ -93,6 +96,9 @@ ${PYSITELIB}/tryton/common/timedelta.pyo ${PYSITELIB}/tryton/common/treeviewcontrol.py ${PYSITELIB}/tryton/common/treeviewcontrol.pyc ${PYSITELIB}/tryton/common/treeviewcontrol.pyo +${PYSITELIB}/tryton/common/underline.py +${PYSITELIB}/tryton/common/underline.pyc +${PYSITELIB}/tryton/common/underline.pyo ${PYSITELIB}/tryton/common/widget_style.py ${PYSITELIB}/tryton/common/widget_style.pyc ${PYSITELIB}/tryton/common/widget_style.pyo @@ -111,12 +117,22 @@ ${PYSITELIB}/tryton/data/locale/es/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/es/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/es_419/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/et/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/et/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/fa/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/fa/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/fi/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/fi/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/fr/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/fr/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/hu/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/hu/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo -${PYSITELIB}/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/id/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/id/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/it/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/it/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo -${PYSITELIB}/tryton/data/locale/it_IT/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/lo/LC_MESSAGES/tryton.mo @@ -127,70 +143,82 @@ ${PYSITELIB}/tryton/data/locale/nl/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/nl/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/pl/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/pl/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/pt/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/pt/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo -${PYSITELIB}/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/ro/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/ro/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/ru/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/ru/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/sl/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/sl/LC_MESSAGES/tryton.po +${PYSITELIB}/tryton/data/locale/tr/LC_MESSAGES/tryton.mo +${PYSITELIB}/tryton/data/locale/tr/LC_MESSAGES/tryton.po ${PYSITELIB}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo ${PYSITELIB}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attachment-hi.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attachment.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-add.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-archive.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-down.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-left.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-right.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-up.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attach.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-back.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmark-border.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmark.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmarks.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-cancel.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-clear.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-close.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-connect.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-copy.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-create.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-date.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-delete.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-error.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-information.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-warning.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-disconnect.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-executable.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-find-replace.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-find.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-folder-new.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-fullscreen.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-home.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-jump.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-next.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-previous.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-help.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-drag.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-email.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-error.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-exit.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-export.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-filter.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-center.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-justify.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-left.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-right.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-bold.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-color-text.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-italic.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-underline.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-forward.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-history.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-icon.png -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-icon.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-list-add.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-list-remove.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-locale.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-lock.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-log-out.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-mail-message-new.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-mail-message.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-new.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-noimage.png -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-note-hi.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-import.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-info.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-launch.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-link.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-log.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-menu.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-note.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-ok.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-open.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences-system-session.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences-system.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print-email.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print-open.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-public.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-question.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-refresh.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-save-as.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-remove.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-save.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-search.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-send.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-star-border.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-star.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-start-here.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-system-file-manager.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-system.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-background.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-foreground.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-markup.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-switch.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-translate.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-unarchive.svg ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-undo.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-unstar.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-web-browser.svg -${PYSITELIB}/tryton/data/pixmaps/tryton/tryton.png +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-warning.svg +${PYSITELIB}/tryton/data/pixmaps/tryton/tryton.svg +${PYSITELIB}/tryton/device_cookie.py +${PYSITELIB}/tryton/device_cookie.pyc +${PYSITELIB}/tryton/device_cookie.pyo ${PYSITELIB}/tryton/exceptions.py ${PYSITELIB}/tryton/exceptions.pyc ${PYSITELIB}/tryton/exceptions.pyo @@ -218,9 +246,9 @@ ${PYSITELIB}/tryton/gui/window/board.pyo ${PYSITELIB}/tryton/gui/window/dblogin.py ${PYSITELIB}/tryton/gui/window/dblogin.pyc ${PYSITELIB}/tryton/gui/window/dblogin.pyo -${PYSITELIB}/tryton/gui/window/email.py -${PYSITELIB}/tryton/gui/window/email.pyc -${PYSITELIB}/tryton/gui/window/email.pyo +${PYSITELIB}/tryton/gui/window/email_.py +${PYSITELIB}/tryton/gui/window/email_.pyc +${PYSITELIB}/tryton/gui/window/email_.pyo ${PYSITELIB}/tryton/gui/window/form.py ${PYSITELIB}/tryton/gui/window/form.pyc ${PYSITELIB}/tryton/gui/window/form.pyo @@ -242,15 +270,9 @@ ${PYSITELIB}/tryton/gui/window/preference.pyo ${PYSITELIB}/tryton/gui/window/revision.py ${PYSITELIB}/tryton/gui/window/revision.pyc ${PYSITELIB}/tryton/gui/window/revision.pyo -${PYSITELIB}/tryton/gui/window/shortcuts.py -${PYSITELIB}/tryton/gui/window/shortcuts.pyc -${PYSITELIB}/tryton/gui/window/shortcuts.pyo ${PYSITELIB}/tryton/gui/window/tabcontent.py ${PYSITELIB}/tryton/gui/window/tabcontent.pyc ${PYSITELIB}/tryton/gui/window/tabcontent.pyo -${PYSITELIB}/tryton/gui/window/tips.py -${PYSITELIB}/tryton/gui/window/tips.pyc -${PYSITELIB}/tryton/gui/window/tips.pyo ${PYSITELIB}/tryton/gui/window/view_board/__init__.py ${PYSITELIB}/tryton/gui/window/view_board/__init__.pyc ${PYSITELIB}/tryton/gui/window/view_board/__init__.pyo @@ -308,9 +330,9 @@ ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/__init__.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.py ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.pyo -${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.py -${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.pyc -${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.pyo +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.py +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.pyc +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.py ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.pyo @@ -320,6 +342,9 @@ ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/checkbox.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.py ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.pyo +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.py +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.pyc +${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.py ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.pyo @@ -395,6 +420,9 @@ ${PYSITELIB}/tryton/gui/window/view_form/view/graph_gtk/pie.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/list.py ${PYSITELIB}/tryton/gui/window/view_form/view/list.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/list.pyo +${PYSITELIB}/tryton/gui/window/view_form/view/list_form.py +${PYSITELIB}/tryton/gui/window/view_form/view/list_form.pyc +${PYSITELIB}/tryton/gui/window/view_form/view/list_form.pyo ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.py ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.pyc ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.pyo @@ -428,9 +456,6 @@ ${PYSITELIB}/tryton/gui/window/window.pyo ${PYSITELIB}/tryton/gui/window/wizard.py ${PYSITELIB}/tryton/gui/window/wizard.pyc ${PYSITELIB}/tryton/gui/window/wizard.pyo -${PYSITELIB}/tryton/ipc.py -${PYSITELIB}/tryton/ipc.pyc -${PYSITELIB}/tryton/ipc.pyo ${PYSITELIB}/tryton/jsonrpc.py ${PYSITELIB}/tryton/jsonrpc.pyc ${PYSITELIB}/tryton/jsonrpc.pyo @@ -449,6 +474,18 @@ ${PYSITELIB}/tryton/rpc.pyo ${PYSITELIB}/tryton/signal_event.py ${PYSITELIB}/tryton/signal_event.pyc ${PYSITELIB}/tryton/signal_event.pyo +${PYSITELIB}/tryton/tests/__init__.py +${PYSITELIB}/tryton/tests/__init__.pyc +${PYSITELIB}/tryton/tests/__init__.pyo +${PYSITELIB}/tryton/tests/test_common_domain_parser.py +${PYSITELIB}/tryton/tests/test_common_domain_parser.pyc +${PYSITELIB}/tryton/tests/test_common_domain_parser.pyo +${PYSITELIB}/tryton/tests/test_common_selection.py +${PYSITELIB}/tryton/tests/test_common_selection.pyc +${PYSITELIB}/tryton/tests/test_common_selection.pyo +${PYSITELIB}/tryton/tests/test_common_timedelta.py +${PYSITELIB}/tryton/tests/test_common_timedelta.pyc +${PYSITELIB}/tryton/tests/test_common_timedelta.pyo ${PYSITELIB}/tryton/translate.py ${PYSITELIB}/tryton/translate.pyc ${PYSITELIB}/tryton/translate.pyo diff --git a/devel/py-tryton/distinfo b/devel/py-tryton/distinfo index 4940d2963e67..621f004401af 100644 --- a/devel/py-tryton/distinfo +++ b/devel/py-tryton/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 10:19:12 nia Exp $ +$NetBSD: distinfo,v 1.19 2021/12/22 22:25:12 mef Exp $ -BLAKE2s (tryton-4.2/tryton-4.2.1.tar.gz) = 32dfa33cec2e0504c040d7d9ff6bb452e615ee60c529bf3265a967ac87784874 -SHA512 (tryton-4.2/tryton-4.2.1.tar.gz) = 07112b6e1cd0a28d0b4ef23d217fa2317102064aa95c7af695bd461091973535160f7423f4ffa5ff0862384cf3f9fdf788674fae4d26469804b3a19cf4119129 -Size (tryton-4.2/tryton-4.2.1.tar.gz) = 706587 bytes +BLAKE2s (tryton-6.2/tryton-6.2.0.tar.gz) = ef085a9b5364fae30b353084b50aa81bed1597d96e540ce8439ff03ea5e3e934 +SHA512 (tryton-6.2/tryton-6.2.0.tar.gz) = c0ed6112ced3bd932025d4e0b7234c248d09391f5addb3045af535de4696e258b46c0cdba6ea1cc6f22c098c1c65b89a861bdde9c289025d9bdb93b4337f5a41 +Size (tryton-6.2/tryton-6.2.0.tar.gz) = 540602 bytes diff --git a/devel/py-tryton/options.mk b/devel/py-tryton/options.mk index c968f5403704..5c72aafe9dda 100644 --- a/devel/py-tryton/options.mk +++ b/devel/py-tryton/options.mk @@ -1,23 +1,11 @@ -# $NetBSD: options.mk,v 1.12 2019/09/02 13:24:32 adam Exp $ +# $NetBSD: options.mk,v 1.15 2021/12/22 22:41:18 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-tryton -PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson -PKG_SUGGESTED_OPTIONS+= cdecimal pytz simplejson +PKG_SUPPORTED_OPTIONS= goocalendar +PKG_SUGGESTED_OPTIONS+= .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mcdecimal) -DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal -.endif - .if !empty(PKG_OPTIONS:Mgoocalendar) DEPENDS+= ${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar .endif - -.if !empty(PKG_OPTIONS:Mpytz) -DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -.endif - -.if !empty(PKG_OPTIONS:Msimplejson) -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -.endif diff --git a/devel/py-trytond/ALTERNATIVES b/devel/py-trytond/ALTERNATIVES index 93889603b5de..2b06804e18eb 100644 --- a/devel/py-trytond/ALTERNATIVES +++ b/devel/py-trytond/ALTERNATIVES @@ -1,3 +1,6 @@ +bin/trytond @PREFIX@/bin/trytond@PYVERSSUFFIX@ bin/trytond-admin @PREFIX@/bin/trytond-admin@PYVERSSUFFIX@ +bin/trytond-console @PREFIX@/bin/trytond-console@PYVERSSUFFIX@ bin/trytond-cron @PREFIX@/bin/trytond-cron@PYVERSSUFFIX@ -bin/trytond @PREFIX@/bin/trytond@PYVERSSUFFIX@ +bin/trytond-stat @PREFIX@/bin/trytond-stat@PYVERSSUFFIX@ +bin/trytond-worker @PREFIX@/bin/trytond-worker@PYVERSSUFFIX@ diff --git a/devel/py-trytond/DESCR b/devel/py-trytond/DESCR index a7b9c1aa5bf0..fa113d190b2d 100644 --- a/devel/py-trytond/DESCR +++ b/devel/py-trytond/DESCR @@ -1,4 +1,3 @@ -The server of the Tryton application platform, a three-tiers high-level general -purpose application platform written in Python and uses PostgreSQL as main -database engine. It is the core base of an Open Source ERP. It provides +The server of Tryton. Tryton is business software, ideal for companies of +any size, easy to use, complete and 100% Open Source. It provides modularity, scalability and security. diff --git a/devel/py-trytond/Makefile b/devel/py-trytond/Makefile index 2ce4933af896..506402f5ea9c 100644 --- a/devel/py-trytond/Makefile +++ b/devel/py-trytond/Makefile @@ -1,77 +1,37 @@ -# $NetBSD: Makefile,v 1.21 2021/12/16 14:48:11 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2021/12/22 23:00:59 wiz Exp $ TRYTON_MODULE_NAME= trytond .include "../../devel/py-trytond/Makefile.common" -CATEGORIES= devel python +CATEGORIES= devel python MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tryton.org/ -COMMENT= Server of the Tryton application platform +COMMENT= Tryton server LICENSE= gnu-gpl-v3 -DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.4:../../databases/py-python-sql -DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib -DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt -DEPENDS+= ${PYPKGPREFIX}-bcrypt-[0-9]*:../../security/py-bcrypt -DEPENDS+= ${PYPKGPREFIX}-relatorio>=0.2.0:../../textproc/py-relatorio DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml +DEPENDS+= ${PYPKGPREFIX}-relatorio>=0.7.0:../../textproc/py-relatorio DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi +DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib +DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.5:../../databases/py-python-sql DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug +DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 +DEPENDS+= ${PYPKGPREFIX}-passlib>=1.7.0:../../security/py-passlib +DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic +TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow -USE_LANGUAGES= # none - -REPLACE_PYTHON+= trytond/tests/run-tests.py trytond/tests/test_access.py -REPLACE_PYTHON+= trytond/tests/test_cache.py trytond/tests/test_copy.py -REPLACE_PYTHON+= trytond/tests/test_exportdata.py -REPLACE_PYTHON+= trytond/tests/test_fields.py -REPLACE_PYTHON+= trytond/tests/test_importdata.py -REPLACE_PYTHON+= trytond/tests/test_mixins.py -REPLACE_PYTHON+= trytond/tests/test_modelsingleton.py -REPLACE_PYTHON+= trytond/tests/test_modelsql.py -REPLACE_PYTHON+= trytond/tests/test_mptt.py trytond/tests/test_pyson.py -REPLACE_PYTHON+= trytond/tests/test_sequence.py -REPLACE_PYTHON+= trytond/tests/test_tools.py -REPLACE_PYTHON+= trytond/tests/test_transaction.py -REPLACE_PYTHON+= trytond/tests/test_trigger.py -REPLACE_PYTHON+= trytond/tests/test_tryton.py +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= # none -PY_PATCHPLIST= yes -PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} +post-install: +.for f in trytond trytond-admin trytond-console trytond-cron trytond-stat trytond-worker + ${MV} ${DESTDIR}${PREFIX}/bin/${f} \ + ${DESTDIR}${PREFIX}/bin/${f}${PYVERSSUFFIX} || ${TRUE} +.endfor .include "options.mk" -OPSYSVARS+= DEPENDS -DEPENDS.Darwin+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app - -RCD_SCRIPTS= trytond -CONFDIR= ${PKG_SYSCONFDIR}/${PKGBASE} -EGDIR= share/examples/${PKGBASE} -INSTALLATION_DIRS+= ${EGDIR} share/${PKGBASE} -MESSAGE_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - -CONF_FILES+= ${EGDIR}/trytond.conf.example \ - ${CONFDIR}/trytond.conf -CONF_FILES+= ${EGDIR}/logging.conf.example \ - ${CONFDIR}/logging.conf - .include "../../lang/python/egg.mk" - -.if ${PYPKGPREFIX} != "py27" -pre-build: - cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w --no-diffs trytond -.endif - -post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/trytond-admin \ - ${DESTDIR}${PREFIX}/bin/trytond-admin${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/trytond-cron \ - ${DESTDIR}${PREFIX}/bin/trytond-cron${PYVERSSUFFIX} || ${TRUE} - ${MV} ${DESTDIR}${PREFIX}/bin/trytond \ - ${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX} || ${TRUE} - ${INSTALL_DATA} ${FILESDIR}/trytond.conf.example \ - ${DESTDIR}${PREFIX}/${EGDIR}/trytond.conf.example - ${INSTALL_DATA} ${FILESDIR}/logging.conf.example \ - ${DESTDIR}${PREFIX}/${EGDIR}/logging.conf.example - .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-trytond/Makefile.common b/devel/py-trytond/Makefile.common index 2a3573568118..3fc8996f5fe7 100644 --- a/devel/py-trytond/Makefile.common +++ b/devel/py-trytond/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2020/03/13 20:20:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.26 2021/12/24 16:10:39 wiz Exp $ # used by databases/py-trytond-ldap-authentication # used by devel/py-proteus/Makefile @@ -73,7 +73,6 @@ # used by misc/py-trytond-dashboard/Makefile # used by misc/py-trytond-party-relationship/Makefile # used by misc/py-trytond-party-siret/Makefile -# used by misc/py-trytond-party-vcarddav/Makefile # used by misc/py-trytond-party/Makefile # used by misc/py-trytond-product-attribute/Makefile # used by misc/py-trytond-product-classification-taxonomic/Makefile @@ -102,17 +101,12 @@ # used by misc/py-trytond-stock-split/Makefile # used by misc/py-trytond-stock/Makefile # used by security/py-trytond-authentication-sms/Makefile -# used by time/py-trytond-calendar-classification/Makefile -# used by time/py-trytond-calendar-scheduling/Makefile -# used by time/py-trytond-calendar-todo/Makefile -# used by time/py-trytond-calendar/Makefile # used by time/py-trytond-company-work-time/Makefile # used by time/py-trytond-timesheet-cost/Makefile # used by time/py-trytond-timesheet/Makefile # used by www/py-trytond-web-user/Makefile -# used by www/py-trytond-webdav/Makefile -TRYTON_BASEVER= 4.2 +TRYTON_BASEVER= 6.2 # NB: the following commands can help getting a list of module revisions: # @@ -133,9 +127,9 @@ TRYTON_BASEVER= 4.2 # # specific module revisions: MODULE_REVISION.proteus= 0 -MODULE_REVISION.tryton= 1 -MODULE_REVISION.trytond= 1 -MODULE_REVISION.trytond_account= 0 +MODULE_REVISION.tryton= 0 +MODULE_REVISION.trytond= 2 +MODULE_REVISION.trytond_account= 1 MODULE_REVISION.trytond_account_asset= 0 MODULE_REVISION.trytond_account_be= 0 MODULE_REVISION.trytond_account_credit_limit= 0 @@ -145,19 +139,19 @@ MODULE_REVISION.trytond_account_dunning= 0 MODULE_REVISION.trytond_account_dunning_fee= 0 MODULE_REVISION.trytond_account_dunning_letter= 0 MODULE_REVISION.trytond_account_fr= 0 -MODULE_REVISION.trytond_account_invoice= 0 +MODULE_REVISION.trytond_account_invoice= 1 MODULE_REVISION.trytond_account_invoice_history= 0 MODULE_REVISION.trytond_account_invoice_line_standalone= 0 MODULE_REVISION.trytond_account_invoice_stock= 0 MODULE_REVISION.trytond_account_payment= 0 MODULE_REVISION.trytond_account_payment_clearing= 0 -MODULE_REVISION.trytond_account_payment_sepa= 0 +MODULE_REVISION.trytond_account_payment_sepa= 1 MODULE_REVISION.trytond_account_payment_sepa_cfonb= 0 MODULE_REVISION.trytond_account_product= 0 MODULE_REVISION.trytond_account_statement= 0 MODULE_REVISION.trytond_account_stock_anglo_saxon= 0 MODULE_REVISION.trytond_account_stock_continental= 0 -MODULE_REVISION.trytond_account_stock_landed_cost= 0 +MODULE_REVISION.trytond_account_stock_landed_cost= 1 MODULE_REVISION.trytond_account_stock_landed_cost_weight= 0 MODULE_REVISION.trytond_account_tax_rule_country= 0 MODULE_REVISION.trytond_analytic_account= 0 @@ -166,14 +160,10 @@ MODULE_REVISION.trytond_analytic_purchase= 0 MODULE_REVISION.trytond_analytic_sale= 0 MODULE_REVISION.trytond_authentication_sms= 0 MODULE_REVISION.trytond_bank= 0 -MODULE_REVISION.trytond_calendar= 0 -MODULE_REVISION.trytond_calendar_classification= 0 -MODULE_REVISION.trytond_calendar_scheduling= 0 -MODULE_REVISION.trytond_calendar_todo= 0 MODULE_REVISION.trytond_carrier= 0 MODULE_REVISION.trytond_carrier_percentage= 0 MODULE_REVISION.trytond_carrier_weight= 0 -MODULE_REVISION.trytond_commission= 1 +MODULE_REVISION.trytond_commission= 0 MODULE_REVISION.trytond_commission_waiting= 0 MODULE_REVISION.trytond_company= 0 MODULE_REVISION.trytond_company_work_time= 0 @@ -181,13 +171,12 @@ MODULE_REVISION.trytond_country= 0 MODULE_REVISION.trytond_currency= 0 MODULE_REVISION.trytond_customs= 0 MODULE_REVISION.trytond_dashboard= 0 -MODULE_REVISION.trytond_google_maps= 1 +MODULE_REVISION.trytond_google_maps= 0 MODULE_REVISION.trytond_ldap_authentication= 0 -MODULE_REVISION.trytond_party= 1 +MODULE_REVISION.trytond_party= 0 MODULE_REVISION.trytond_party_relationship= 0 MODULE_REVISION.trytond_party_siret= 0 -MODULE_REVISION.trytond_party_vcarddav= 0 -MODULE_REVISION.trytond_product= 1 +MODULE_REVISION.trytond_product= 0 MODULE_REVISION.trytond_product_attribute= 0 MODULE_REVISION.trytond_product_classification= 0 MODULE_REVISION.trytond_product_classification_taxonomic= 0 @@ -236,24 +225,28 @@ MODULE_REVISION.trytond_stock_product_location= 0 MODULE_REVISION.trytond_stock_split= 0 MODULE_REVISION.trytond_stock_supply= 0 MODULE_REVISION.trytond_stock_supply_day= 0 -MODULE_REVISION.trytond_stock_supply_forecast= 1 +MODULE_REVISION.trytond_stock_supply_forecast= 0 MODULE_REVISION.trytond_stock_supply_production= 0 MODULE_REVISION.trytond_timesheet= 0 MODULE_REVISION.trytond_timesheet_cost= 0 MODULE_REVISION.trytond_web_user= 0 -MODULE_REVISION.trytond_webdav= 0 # # DO NOT default to 0 if not defined above (which are also for dependencies) TRYTON_VERSION= ${TRYTON_BASEVER}.${MODULE_REVISION.${TRYTON_MODULE_NAME}} +GITHUB_PROJECT= trytond +CATEGORIES?= devel python + DISTNAME?= ${TRYTON_MODULE_NAME}-${TRYTON_VERSION} PKGNAME?= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} +#RKSRC?= ${WRKDIR}/trytond-${TRYTON_VERSION} -TRYTON_SITES= http://downloads.tryton.org/${TRYTON_BASEVER}/ -MASTER_SITES= ${TRYTON_SITES} +# TODO: use MASTER_SITES_PYPI +MASTER_SITES= https://downloads-cdn.tryton.org/6.2/ DIST_SUBDIR= tryton-${TRYTON_BASEVER} +PYTHON_VERSIONS_INCOMPATIBLE= 27 # predefine these so modules don't have to. PY_PATCHPLIST= yes diff --git a/devel/py-trytond/PLIST b/devel/py-trytond/PLIST index 9fa0b190ae4d..9eeeb540cd28 100644 --- a/devel/py-trytond/PLIST +++ b/devel/py-trytond/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 2020/03/13 20:20:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/12/22 22:55:48 wiz Exp $ +bin/trytond${PYVERSSUFFIX} bin/trytond-admin${PYVERSSUFFIX} +bin/trytond-console${PYVERSSUFFIX} bin/trytond-cron${PYVERSSUFFIX} -bin/trytond${PYVERSSUFFIX} +bin/trytond-stat${PYVERSSUFFIX} +bin/trytond-worker${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -23,16 +26,6 @@ ${PYSITELIB}/trytond/backend/__init__.pyo ${PYSITELIB}/trytond/backend/database.py ${PYSITELIB}/trytond/backend/database.pyc ${PYSITELIB}/trytond/backend/database.pyo -${PYSITELIB}/trytond/backend/mysql/__init__.py -${PYSITELIB}/trytond/backend/mysql/__init__.pyc -${PYSITELIB}/trytond/backend/mysql/__init__.pyo -${PYSITELIB}/trytond/backend/mysql/database.py -${PYSITELIB}/trytond/backend/mysql/database.pyc -${PYSITELIB}/trytond/backend/mysql/database.pyo -${PYSITELIB}/trytond/backend/mysql/init.sql -${PYSITELIB}/trytond/backend/mysql/table.py -${PYSITELIB}/trytond/backend/mysql/table.pyc -${PYSITELIB}/trytond/backend/mysql/table.pyo ${PYSITELIB}/trytond/backend/postgresql/__init__.py ${PYSITELIB}/trytond/backend/postgresql/__init__.pyc ${PYSITELIB}/trytond/backend/postgresql/__init__.pyo @@ -56,6 +49,9 @@ ${PYSITELIB}/trytond/backend/sqlite/table.pyo ${PYSITELIB}/trytond/backend/table.py ${PYSITELIB}/trytond/backend/table.pyc ${PYSITELIB}/trytond/backend/table.pyo +${PYSITELIB}/trytond/bus.py +${PYSITELIB}/trytond/bus.pyc +${PYSITELIB}/trytond/bus.pyo ${PYSITELIB}/trytond/cache.py ${PYSITELIB}/trytond/cache.pyc ${PYSITELIB}/trytond/cache.pyo @@ -65,6 +61,9 @@ ${PYSITELIB}/trytond/commandline.pyo ${PYSITELIB}/trytond/config.py ${PYSITELIB}/trytond/config.pyc ${PYSITELIB}/trytond/config.pyo +${PYSITELIB}/trytond/console.py +${PYSITELIB}/trytond/console.pyc +${PYSITELIB}/trytond/console.pyo ${PYSITELIB}/trytond/const.py ${PYSITELIB}/trytond/const.pyc ${PYSITELIB}/trytond/const.pyo @@ -74,15 +73,15 @@ ${PYSITELIB}/trytond/convert.pyo ${PYSITELIB}/trytond/cron.py ${PYSITELIB}/trytond/cron.pyc ${PYSITELIB}/trytond/cron.pyo -${PYSITELIB}/trytond/error.py -${PYSITELIB}/trytond/error.pyc -${PYSITELIB}/trytond/error.pyo ${PYSITELIB}/trytond/exceptions.py ${PYSITELIB}/trytond/exceptions.pyc ${PYSITELIB}/trytond/exceptions.pyo ${PYSITELIB}/trytond/filestore.py ${PYSITELIB}/trytond/filestore.pyc ${PYSITELIB}/trytond/filestore.pyo +${PYSITELIB}/trytond/i18n.py +${PYSITELIB}/trytond/i18n.pyc +${PYSITELIB}/trytond/i18n.pyo ${PYSITELIB}/trytond/ir/__init__.py ${PYSITELIB}/trytond/ir/__init__.pyc ${PYSITELIB}/trytond/ir/__init__.pyo @@ -94,9 +93,16 @@ ${PYSITELIB}/trytond/ir/attachment.py ${PYSITELIB}/trytond/ir/attachment.pyc ${PYSITELIB}/trytond/ir/attachment.pyo ${PYSITELIB}/trytond/ir/attachment.xml +${PYSITELIB}/trytond/ir/avatar.py +${PYSITELIB}/trytond/ir/avatar.pyc +${PYSITELIB}/trytond/ir/avatar.pyo ${PYSITELIB}/trytond/ir/cache.py ${PYSITELIB}/trytond/ir/cache.pyc ${PYSITELIB}/trytond/ir/cache.pyo +${PYSITELIB}/trytond/ir/calendar_.py +${PYSITELIB}/trytond/ir/calendar_.pyc +${PYSITELIB}/trytond/ir/calendar_.pyo +${PYSITELIB}/trytond/ir/calendar_.xml ${PYSITELIB}/trytond/ir/configuration.py ${PYSITELIB}/trytond/ir/configuration.pyc ${PYSITELIB}/trytond/ir/configuration.pyo @@ -107,13 +113,22 @@ ${PYSITELIB}/trytond/ir/cron.xml ${PYSITELIB}/trytond/ir/date.py ${PYSITELIB}/trytond/ir/date.pyc ${PYSITELIB}/trytond/ir/date.pyo +${PYSITELIB}/trytond/ir/email.xml +${PYSITELIB}/trytond/ir/email_.py +${PYSITELIB}/trytond/ir/email_.pyc +${PYSITELIB}/trytond/ir/email_.pyo +${PYSITELIB}/trytond/ir/error.py +${PYSITELIB}/trytond/ir/error.pyc +${PYSITELIB}/trytond/ir/error.pyo +${PYSITELIB}/trytond/ir/error.xml +${PYSITELIB}/trytond/ir/exceptions.py +${PYSITELIB}/trytond/ir/exceptions.pyc +${PYSITELIB}/trytond/ir/exceptions.pyo ${PYSITELIB}/trytond/ir/export.py ${PYSITELIB}/trytond/ir/export.pyc ${PYSITELIB}/trytond/ir/export.pyo ${PYSITELIB}/trytond/ir/export.xml -${PYSITELIB}/trytond/ir/gen_time_locale.py -${PYSITELIB}/trytond/ir/gen_time_locale.pyc -${PYSITELIB}/trytond/ir/gen_time_locale.pyo +${PYSITELIB}/trytond/ir/fonts/karla.ttf ${PYSITELIB}/trytond/ir/ir.xml ${PYSITELIB}/trytond/ir/lang.py ${PYSITELIB}/trytond/ir/lang.pyc @@ -125,18 +140,27 @@ ${PYSITELIB}/trytond/ir/locale/cs.po ${PYSITELIB}/trytond/ir/locale/de.po ${PYSITELIB}/trytond/ir/locale/es.po ${PYSITELIB}/trytond/ir/locale/es_419.po +${PYSITELIB}/trytond/ir/locale/et.po +${PYSITELIB}/trytond/ir/locale/fa.po +${PYSITELIB}/trytond/ir/locale/fi.po ${PYSITELIB}/trytond/ir/locale/fr.po -${PYSITELIB}/trytond/ir/locale/hu_HU.po -${PYSITELIB}/trytond/ir/locale/it_IT.po -${PYSITELIB}/trytond/ir/locale/ja_JP.po +${PYSITELIB}/trytond/ir/locale/hu.po +${PYSITELIB}/trytond/ir/locale/id.po +${PYSITELIB}/trytond/ir/locale/it.po ${PYSITELIB}/trytond/ir/locale/lo.po ${PYSITELIB}/trytond/ir/locale/lt.po ${PYSITELIB}/trytond/ir/locale/nl.po ${PYSITELIB}/trytond/ir/locale/pl.po -${PYSITELIB}/trytond/ir/locale/pt_BR.po +${PYSITELIB}/trytond/ir/locale/pt.po +${PYSITELIB}/trytond/ir/locale/ro.po ${PYSITELIB}/trytond/ir/locale/ru.po ${PYSITELIB}/trytond/ir/locale/sl.po +${PYSITELIB}/trytond/ir/locale/tr.po ${PYSITELIB}/trytond/ir/locale/zh_CN.po +${PYSITELIB}/trytond/ir/message.py +${PYSITELIB}/trytond/ir/message.pyc +${PYSITELIB}/trytond/ir/message.pyo +${PYSITELIB}/trytond/ir/message.xml ${PYSITELIB}/trytond/ir/model.py ${PYSITELIB}/trytond/ir/model.pyc ${PYSITELIB}/trytond/ir/model.pyo @@ -149,13 +173,16 @@ ${PYSITELIB}/trytond/ir/note.py ${PYSITELIB}/trytond/ir/note.pyc ${PYSITELIB}/trytond/ir/note.pyo ${PYSITELIB}/trytond/ir/note.xml -${PYSITELIB}/trytond/ir/property.py -${PYSITELIB}/trytond/ir/property.pyc -${PYSITELIB}/trytond/ir/property.pyo -${PYSITELIB}/trytond/ir/property.xml +${PYSITELIB}/trytond/ir/queue.py +${PYSITELIB}/trytond/ir/queue.pyc +${PYSITELIB}/trytond/ir/queue.pyo +${PYSITELIB}/trytond/ir/queue.xml ${PYSITELIB}/trytond/ir/resource.py ${PYSITELIB}/trytond/ir/resource.pyc ${PYSITELIB}/trytond/ir/resource.pyo +${PYSITELIB}/trytond/ir/routes.py +${PYSITELIB}/trytond/ir/routes.pyc +${PYSITELIB}/trytond/ir/routes.pyo ${PYSITELIB}/trytond/ir/rule.py ${PYSITELIB}/trytond/ir/rule.pyc ${PYSITELIB}/trytond/ir/rule.pyo @@ -167,9 +194,6 @@ ${PYSITELIB}/trytond/ir/sequence.xml ${PYSITELIB}/trytond/ir/session.py ${PYSITELIB}/trytond/ir/session.pyc ${PYSITELIB}/trytond/ir/session.pyo -${PYSITELIB}/trytond/ir/time_locale.py -${PYSITELIB}/trytond/ir/time_locale.pyc -${PYSITELIB}/trytond/ir/time_locale.pyo ${PYSITELIB}/trytond/ir/translation.py ${PYSITELIB}/trytond/ir/translation.pyc ${PYSITELIB}/trytond/ir/translation.pyo @@ -194,14 +218,13 @@ ${PYSITELIB}/trytond/ir/ui/icon.py ${PYSITELIB}/trytond/ir/ui/icon.pyc ${PYSITELIB}/trytond/ir/ui/icon.pyo ${PYSITELIB}/trytond/ir/ui/icon.xml +${PYSITELIB}/trytond/ir/ui/icons/tryton-board.svg ${PYSITELIB}/trytond/ir/ui/icons/tryton-calendar.svg -${PYSITELIB}/trytond/ir/ui/icons/tryton-clock.svg +${PYSITELIB}/trytond/ir/ui/icons/tryton-folder.svg +${PYSITELIB}/trytond/ir/ui/icons/tryton-form.svg ${PYSITELIB}/trytond/ir/ui/icons/tryton-graph.svg -${PYSITELIB}/trytond/ir/ui/icons/tryton-image-missing.svg ${PYSITELIB}/trytond/ir/ui/icons/tryton-list.svg -${PYSITELIB}/trytond/ir/ui/icons/tryton-presentation.svg -${PYSITELIB}/trytond/ir/ui/icons/tryton-readonly.svg -${PYSITELIB}/trytond/ir/ui/icons/tryton-spreadsheet.svg +${PYSITELIB}/trytond/ir/ui/icons/tryton-settings.svg ${PYSITELIB}/trytond/ir/ui/icons/tryton-tree.svg ${PYSITELIB}/trytond/ir/ui/menu.py ${PYSITELIB}/trytond/ir/ui/menu.pyc @@ -233,15 +256,27 @@ ${PYSITELIB}/trytond/ir/view/action_url_list.xml ${PYSITELIB}/trytond/ir/view/action_wizard_form.xml ${PYSITELIB}/trytond/ir/view/action_wizard_list.xml ${PYSITELIB}/trytond/ir/view/attachment_form.xml +${PYSITELIB}/trytond/ir/view/attachment_form_preview.xml ${PYSITELIB}/trytond/ir/view/attachment_list.xml ${PYSITELIB}/trytond/ir/view/cron_form.xml ${PYSITELIB}/trytond/ir/view/cron_list.xml +${PYSITELIB}/trytond/ir/view/email_form.xml +${PYSITELIB}/trytond/ir/view/email_list.xml +${PYSITELIB}/trytond/ir/view/email_template_form.xml +${PYSITELIB}/trytond/ir/view/email_template_list.xml +${PYSITELIB}/trytond/ir/view/error_form.xml +${PYSITELIB}/trytond/ir/view/error_list.xml ${PYSITELIB}/trytond/ir/view/export_form.xml +${PYSITELIB}/trytond/ir/view/export_line_form.xml +${PYSITELIB}/trytond/ir/view/export_line_list.xml ${PYSITELIB}/trytond/ir/view/export_list.xml ${PYSITELIB}/trytond/ir/view/icon_view_form.xml ${PYSITELIB}/trytond/ir/view/icon_view_list.xml +${PYSITELIB}/trytond/ir/view/lang_config_start_form.xml ${PYSITELIB}/trytond/ir/view/lang_form.xml ${PYSITELIB}/trytond/ir/view/lang_list.xml +${PYSITELIB}/trytond/ir/view/message_form.xml +${PYSITELIB}/trytond/ir/view/message_list.xml ${PYSITELIB}/trytond/ir/view/model_access_form.xml ${PYSITELIB}/trytond/ir/view/model_access_list.xml ${PYSITELIB}/trytond/ir/view/model_button_click_form.xml @@ -261,6 +296,7 @@ ${PYSITELIB}/trytond/ir/view/model_list.xml ${PYSITELIB}/trytond/ir/view/model_print_model_graph_start_form.xml ${PYSITELIB}/trytond/ir/view/module_activate_upgrade_done_form.xml ${PYSITELIB}/trytond/ir/view/module_activate_upgrade_start_form.xml +${PYSITELIB}/trytond/ir/view/module_config_start_form.xml ${PYSITELIB}/trytond/ir/view/module_config_wizard_done_form.xml ${PYSITELIB}/trytond/ir/view/module_config_wizard_first_form.xml ${PYSITELIB}/trytond/ir/view/module_config_wizard_item_list.xml @@ -271,8 +307,6 @@ ${PYSITELIB}/trytond/ir/view/module_form.xml ${PYSITELIB}/trytond/ir/view/module_list.xml ${PYSITELIB}/trytond/ir/view/note_form.xml ${PYSITELIB}/trytond/ir/view/note_list.xml -${PYSITELIB}/trytond/ir/view/property_form.xml -${PYSITELIB}/trytond/ir/view/property_list.xml ${PYSITELIB}/trytond/ir/view/rule_form.xml ${PYSITELIB}/trytond/ir/view/rule_group_form.xml ${PYSITELIB}/trytond/ir/view/rule_group_list.xml @@ -308,12 +342,24 @@ ${PYSITELIB}/trytond/ir/view/ui_view_tree_width_list.xml ${PYSITELIB}/trytond/model/__init__.py ${PYSITELIB}/trytond/model/__init__.pyc ${PYSITELIB}/trytond/model/__init__.pyo +${PYSITELIB}/trytond/model/active.py +${PYSITELIB}/trytond/model/active.pyc +${PYSITELIB}/trytond/model/active.pyo +${PYSITELIB}/trytond/model/avatar.py +${PYSITELIB}/trytond/model/avatar.pyc +${PYSITELIB}/trytond/model/avatar.pyo ${PYSITELIB}/trytond/model/descriptors.py ${PYSITELIB}/trytond/model/descriptors.pyc ${PYSITELIB}/trytond/model/descriptors.pyo ${PYSITELIB}/trytond/model/dictschema.py ${PYSITELIB}/trytond/model/dictschema.pyc ${PYSITELIB}/trytond/model/dictschema.pyo +${PYSITELIB}/trytond/model/digits.py +${PYSITELIB}/trytond/model/digits.pyc +${PYSITELIB}/trytond/model/digits.pyo +${PYSITELIB}/trytond/model/exceptions.py +${PYSITELIB}/trytond/model/exceptions.pyc +${PYSITELIB}/trytond/model/exceptions.pyo ${PYSITELIB}/trytond/model/fields/__init__.py ${PYSITELIB}/trytond/model/fields/__init__.pyc ${PYSITELIB}/trytond/model/fields/__init__.pyo @@ -350,6 +396,9 @@ ${PYSITELIB}/trytond/model/fields/many2many.pyo ${PYSITELIB}/trytond/model/fields/many2one.py ${PYSITELIB}/trytond/model/fields/many2one.pyc ${PYSITELIB}/trytond/model/fields/many2one.pyo +${PYSITELIB}/trytond/model/fields/multiselection.py +${PYSITELIB}/trytond/model/fields/multiselection.pyc +${PYSITELIB}/trytond/model/fields/multiselection.pyo ${PYSITELIB}/trytond/model/fields/numeric.py ${PYSITELIB}/trytond/model/fields/numeric.pyc ${PYSITELIB}/trytond/model/fields/numeric.pyo @@ -359,9 +408,6 @@ ${PYSITELIB}/trytond/model/fields/one2many.pyo ${PYSITELIB}/trytond/model/fields/one2one.py ${PYSITELIB}/trytond/model/fields/one2one.pyc ${PYSITELIB}/trytond/model/fields/one2one.pyo -${PYSITELIB}/trytond/model/fields/property.py -${PYSITELIB}/trytond/model/fields/property.pyc -${PYSITELIB}/trytond/model/fields/property.pyo ${PYSITELIB}/trytond/model/fields/reference.py ${PYSITELIB}/trytond/model/fields/reference.pyc ${PYSITELIB}/trytond/model/fields/reference.pyo @@ -389,9 +435,18 @@ ${PYSITELIB}/trytond/model/modelstorage.pyo ${PYSITELIB}/trytond/model/modelview.py ${PYSITELIB}/trytond/model/modelview.pyc ${PYSITELIB}/trytond/model/modelview.pyo +${PYSITELIB}/trytond/model/multivalue.py +${PYSITELIB}/trytond/model/multivalue.pyc +${PYSITELIB}/trytond/model/multivalue.pyo ${PYSITELIB}/trytond/model/order.py ${PYSITELIB}/trytond/model/order.pyc ${PYSITELIB}/trytond/model/order.pyo +${PYSITELIB}/trytond/model/symbol.py +${PYSITELIB}/trytond/model/symbol.pyc +${PYSITELIB}/trytond/model/symbol.pyo +${PYSITELIB}/trytond/model/tree.py +${PYSITELIB}/trytond/model/tree.pyc +${PYSITELIB}/trytond/model/tree.pyo ${PYSITELIB}/trytond/model/union.py ${PYSITELIB}/trytond/model/union.pyc ${PYSITELIB}/trytond/model/union.pyo @@ -431,6 +486,10 @@ ${PYSITELIB}/trytond/report/report.pyo ${PYSITELIB}/trytond/res/__init__.py ${PYSITELIB}/trytond/res/__init__.pyc ${PYSITELIB}/trytond/res/__init__.pyo +${PYSITELIB}/trytond/res/email_reset_password.html +${PYSITELIB}/trytond/res/exceptions.py +${PYSITELIB}/trytond/res/exceptions.pyc +${PYSITELIB}/trytond/res/exceptions.pyo ${PYSITELIB}/trytond/res/group.py ${PYSITELIB}/trytond/res/group.pyc ${PYSITELIB}/trytond/res/group.pyo @@ -445,18 +504,24 @@ ${PYSITELIB}/trytond/res/locale/cs.po ${PYSITELIB}/trytond/res/locale/de.po ${PYSITELIB}/trytond/res/locale/es.po ${PYSITELIB}/trytond/res/locale/es_419.po +${PYSITELIB}/trytond/res/locale/et.po +${PYSITELIB}/trytond/res/locale/fa.po +${PYSITELIB}/trytond/res/locale/fi.po ${PYSITELIB}/trytond/res/locale/fr.po -${PYSITELIB}/trytond/res/locale/hu_HU.po -${PYSITELIB}/trytond/res/locale/it_IT.po -${PYSITELIB}/trytond/res/locale/ja_JP.po +${PYSITELIB}/trytond/res/locale/hu.po +${PYSITELIB}/trytond/res/locale/id.po +${PYSITELIB}/trytond/res/locale/it.po ${PYSITELIB}/trytond/res/locale/lo.po ${PYSITELIB}/trytond/res/locale/lt.po ${PYSITELIB}/trytond/res/locale/nl.po ${PYSITELIB}/trytond/res/locale/pl.po -${PYSITELIB}/trytond/res/locale/pt_BR.po +${PYSITELIB}/trytond/res/locale/pt.po +${PYSITELIB}/trytond/res/locale/ro.po ${PYSITELIB}/trytond/res/locale/ru.po ${PYSITELIB}/trytond/res/locale/sl.po +${PYSITELIB}/trytond/res/locale/tr.po ${PYSITELIB}/trytond/res/locale/zh_CN.po +${PYSITELIB}/trytond/res/message.xml ${PYSITELIB}/trytond/res/res.xml ${PYSITELIB}/trytond/res/routes.py ${PYSITELIB}/trytond/res/routes.pyc @@ -466,6 +531,8 @@ ${PYSITELIB}/trytond/res/user.py ${PYSITELIB}/trytond/res/user.pyc ${PYSITELIB}/trytond/res/user.pyo ${PYSITELIB}/trytond/res/user.xml +${PYSITELIB}/trytond/res/view/export_form.xml +${PYSITELIB}/trytond/res/view/export_list.xml ${PYSITELIB}/trytond/res/view/group_form.xml ${PYSITELIB}/trytond/res/view/group_list.xml ${PYSITELIB}/trytond/res/view/sequence_type_form.xml @@ -486,6 +553,9 @@ ${PYSITELIB}/trytond/security.pyo ${PYSITELIB}/trytond/sendmail.py ${PYSITELIB}/trytond/sendmail.pyc ${PYSITELIB}/trytond/sendmail.pyo +${PYSITELIB}/trytond/status.py +${PYSITELIB}/trytond/status.pyc +${PYSITELIB}/trytond/status.pyo ${PYSITELIB}/trytond/test_loader.py ${PYSITELIB}/trytond/test_loader.pyc ${PYSITELIB}/trytond/test_loader.pyo @@ -501,9 +571,70 @@ ${PYSITELIB}/trytond/tests/copy_.pyo ${PYSITELIB}/trytond/tests/export_data.py ${PYSITELIB}/trytond/tests/export_data.pyc ${PYSITELIB}/trytond/tests/export_data.pyo +${PYSITELIB}/trytond/tests/field_binary.py +${PYSITELIB}/trytond/tests/field_binary.pyc +${PYSITELIB}/trytond/tests/field_binary.pyo +${PYSITELIB}/trytond/tests/field_boolean.py +${PYSITELIB}/trytond/tests/field_boolean.pyc +${PYSITELIB}/trytond/tests/field_boolean.pyo +${PYSITELIB}/trytond/tests/field_char.py +${PYSITELIB}/trytond/tests/field_char.pyc +${PYSITELIB}/trytond/tests/field_char.pyo ${PYSITELIB}/trytond/tests/field_context.py ${PYSITELIB}/trytond/tests/field_context.pyc ${PYSITELIB}/trytond/tests/field_context.pyo +${PYSITELIB}/trytond/tests/field_date.py +${PYSITELIB}/trytond/tests/field_date.pyc +${PYSITELIB}/trytond/tests/field_date.pyo +${PYSITELIB}/trytond/tests/field_datetime.py +${PYSITELIB}/trytond/tests/field_datetime.pyc +${PYSITELIB}/trytond/tests/field_datetime.pyo +${PYSITELIB}/trytond/tests/field_dict.py +${PYSITELIB}/trytond/tests/field_dict.pyc +${PYSITELIB}/trytond/tests/field_dict.pyo +${PYSITELIB}/trytond/tests/field_float.py +${PYSITELIB}/trytond/tests/field_float.pyc +${PYSITELIB}/trytond/tests/field_float.pyo +${PYSITELIB}/trytond/tests/field_function.py +${PYSITELIB}/trytond/tests/field_function.pyc +${PYSITELIB}/trytond/tests/field_function.pyo +${PYSITELIB}/trytond/tests/field_integer.py +${PYSITELIB}/trytond/tests/field_integer.pyc +${PYSITELIB}/trytond/tests/field_integer.pyo +${PYSITELIB}/trytond/tests/field_many2many.py +${PYSITELIB}/trytond/tests/field_many2many.pyc +${PYSITELIB}/trytond/tests/field_many2many.pyo +${PYSITELIB}/trytond/tests/field_many2one.py +${PYSITELIB}/trytond/tests/field_many2one.pyc +${PYSITELIB}/trytond/tests/field_many2one.pyo +${PYSITELIB}/trytond/tests/field_multiselection.py +${PYSITELIB}/trytond/tests/field_multiselection.pyc +${PYSITELIB}/trytond/tests/field_multiselection.pyo +${PYSITELIB}/trytond/tests/field_numeric.py +${PYSITELIB}/trytond/tests/field_numeric.pyc +${PYSITELIB}/trytond/tests/field_numeric.pyo +${PYSITELIB}/trytond/tests/field_one2many.py +${PYSITELIB}/trytond/tests/field_one2many.pyc +${PYSITELIB}/trytond/tests/field_one2many.pyo +${PYSITELIB}/trytond/tests/field_one2one.py +${PYSITELIB}/trytond/tests/field_one2one.pyc +${PYSITELIB}/trytond/tests/field_one2one.pyo +${PYSITELIB}/trytond/tests/field_reference.py +${PYSITELIB}/trytond/tests/field_reference.pyc +${PYSITELIB}/trytond/tests/field_reference.pyo +${PYSITELIB}/trytond/tests/field_selection.py +${PYSITELIB}/trytond/tests/field_selection.pyc +${PYSITELIB}/trytond/tests/field_selection.pyo +${PYSITELIB}/trytond/tests/field_text.py +${PYSITELIB}/trytond/tests/field_text.pyc +${PYSITELIB}/trytond/tests/field_text.pyo +${PYSITELIB}/trytond/tests/field_time.py +${PYSITELIB}/trytond/tests/field_time.pyc +${PYSITELIB}/trytond/tests/field_time.pyo +${PYSITELIB}/trytond/tests/field_timedelta.py +${PYSITELIB}/trytond/tests/field_timedelta.pyc +${PYSITELIB}/trytond/tests/field_timedelta.pyo +${PYSITELIB}/trytond/tests/forbidden.txt ${PYSITELIB}/trytond/tests/history.py ${PYSITELIB}/trytond/tests/history.pyc ${PYSITELIB}/trytond/tests/history.pyo @@ -511,25 +642,51 @@ ${PYSITELIB}/trytond/tests/import_data.py ${PYSITELIB}/trytond/tests/import_data.pyc ${PYSITELIB}/trytond/tests/import_data.pyo ${PYSITELIB}/trytond/tests/import_data.xml +${PYSITELIB}/trytond/tests/message.xml +${PYSITELIB}/trytond/tests/mixin.py +${PYSITELIB}/trytond/tests/mixin.pyc +${PYSITELIB}/trytond/tests/mixin.pyo ${PYSITELIB}/trytond/tests/model.py ${PYSITELIB}/trytond/tests/model.pyc ${PYSITELIB}/trytond/tests/model.pyo +${PYSITELIB}/trytond/tests/modelsql.py +${PYSITELIB}/trytond/tests/modelsql.pyc +${PYSITELIB}/trytond/tests/modelsql.pyo +${PYSITELIB}/trytond/tests/modelstorage.py +${PYSITELIB}/trytond/tests/modelstorage.pyc +${PYSITELIB}/trytond/tests/modelstorage.pyo ${PYSITELIB}/trytond/tests/modelview.py ${PYSITELIB}/trytond/tests/modelview.pyc ${PYSITELIB}/trytond/tests/modelview.pyo +${PYSITELIB}/trytond/tests/modelview.xml ${PYSITELIB}/trytond/tests/mptt.py ${PYSITELIB}/trytond/tests/mptt.pyc ${PYSITELIB}/trytond/tests/mptt.pyo +${PYSITELIB}/trytond/tests/multivalue.py +${PYSITELIB}/trytond/tests/multivalue.pyc +${PYSITELIB}/trytond/tests/multivalue.pyo +${PYSITELIB}/trytond/tests/path.py +${PYSITELIB}/trytond/tests/path.pyc +${PYSITELIB}/trytond/tests/path.pyo +${PYSITELIB}/trytond/tests/resource.py +${PYSITELIB}/trytond/tests/resource.pyc +${PYSITELIB}/trytond/tests/resource.pyo +${PYSITELIB}/trytond/tests/rule.py +${PYSITELIB}/trytond/tests/rule.pyc +${PYSITELIB}/trytond/tests/rule.pyo ${PYSITELIB}/trytond/tests/run-tests.py ${PYSITELIB}/trytond/tests/run-tests.pyc ${PYSITELIB}/trytond/tests/run-tests.pyo ${PYSITELIB}/trytond/tests/sequence.xml -${PYSITELIB}/trytond/tests/test.py -${PYSITELIB}/trytond/tests/test.pyc -${PYSITELIB}/trytond/tests/test.pyo ${PYSITELIB}/trytond/tests/test_access.py ${PYSITELIB}/trytond/tests/test_access.pyc ${PYSITELIB}/trytond/tests/test_access.pyo +${PYSITELIB}/trytond/tests/test_backend.py +${PYSITELIB}/trytond/tests/test_backend.pyc +${PYSITELIB}/trytond/tests/test_backend.pyo +${PYSITELIB}/trytond/tests/test_bus.py +${PYSITELIB}/trytond/tests/test_bus.pyc +${PYSITELIB}/trytond/tests/test_bus.pyo ${PYSITELIB}/trytond/tests/test_cache.py ${PYSITELIB}/trytond/tests/test_cache.pyc ${PYSITELIB}/trytond/tests/test_cache.pyo @@ -542,18 +699,81 @@ ${PYSITELIB}/trytond/tests/test_descriptors.pyo ${PYSITELIB}/trytond/tests/test_exportdata.py ${PYSITELIB}/trytond/tests/test_exportdata.pyc ${PYSITELIB}/trytond/tests/test_exportdata.pyo +${PYSITELIB}/trytond/tests/test_field_binary.py +${PYSITELIB}/trytond/tests/test_field_binary.pyc +${PYSITELIB}/trytond/tests/test_field_binary.pyo +${PYSITELIB}/trytond/tests/test_field_boolean.py +${PYSITELIB}/trytond/tests/test_field_boolean.pyc +${PYSITELIB}/trytond/tests/test_field_boolean.pyo +${PYSITELIB}/trytond/tests/test_field_char.py +${PYSITELIB}/trytond/tests/test_field_char.pyc +${PYSITELIB}/trytond/tests/test_field_char.pyo ${PYSITELIB}/trytond/tests/test_field_context.py ${PYSITELIB}/trytond/tests/test_field_context.pyc ${PYSITELIB}/trytond/tests/test_field_context.pyo -${PYSITELIB}/trytond/tests/test_fields.py -${PYSITELIB}/trytond/tests/test_fields.pyc -${PYSITELIB}/trytond/tests/test_fields.pyo +${PYSITELIB}/trytond/tests/test_field_date.py +${PYSITELIB}/trytond/tests/test_field_date.pyc +${PYSITELIB}/trytond/tests/test_field_date.pyo +${PYSITELIB}/trytond/tests/test_field_datetime.py +${PYSITELIB}/trytond/tests/test_field_datetime.pyc +${PYSITELIB}/trytond/tests/test_field_datetime.pyo +${PYSITELIB}/trytond/tests/test_field_depends.py +${PYSITELIB}/trytond/tests/test_field_depends.pyc +${PYSITELIB}/trytond/tests/test_field_depends.pyo +${PYSITELIB}/trytond/tests/test_field_dict.py +${PYSITELIB}/trytond/tests/test_field_dict.pyc +${PYSITELIB}/trytond/tests/test_field_dict.pyo +${PYSITELIB}/trytond/tests/test_field_float.py +${PYSITELIB}/trytond/tests/test_field_float.pyc +${PYSITELIB}/trytond/tests/test_field_float.pyo +${PYSITELIB}/trytond/tests/test_field_function.py +${PYSITELIB}/trytond/tests/test_field_function.pyc +${PYSITELIB}/trytond/tests/test_field_function.pyo +${PYSITELIB}/trytond/tests/test_field_integer.py +${PYSITELIB}/trytond/tests/test_field_integer.pyc +${PYSITELIB}/trytond/tests/test_field_integer.pyo +${PYSITELIB}/trytond/tests/test_field_many2many.py +${PYSITELIB}/trytond/tests/test_field_many2many.pyc +${PYSITELIB}/trytond/tests/test_field_many2many.pyo +${PYSITELIB}/trytond/tests/test_field_many2one.py +${PYSITELIB}/trytond/tests/test_field_many2one.pyc +${PYSITELIB}/trytond/tests/test_field_many2one.pyo +${PYSITELIB}/trytond/tests/test_field_multiselection.py +${PYSITELIB}/trytond/tests/test_field_multiselection.pyc +${PYSITELIB}/trytond/tests/test_field_multiselection.pyo +${PYSITELIB}/trytond/tests/test_field_numeric.py +${PYSITELIB}/trytond/tests/test_field_numeric.pyc +${PYSITELIB}/trytond/tests/test_field_numeric.pyo +${PYSITELIB}/trytond/tests/test_field_one2many.py +${PYSITELIB}/trytond/tests/test_field_one2many.pyc +${PYSITELIB}/trytond/tests/test_field_one2many.pyo +${PYSITELIB}/trytond/tests/test_field_one2one.py +${PYSITELIB}/trytond/tests/test_field_one2one.pyc +${PYSITELIB}/trytond/tests/test_field_one2one.pyo +${PYSITELIB}/trytond/tests/test_field_reference.py +${PYSITELIB}/trytond/tests/test_field_reference.pyc +${PYSITELIB}/trytond/tests/test_field_reference.pyo +${PYSITELIB}/trytond/tests/test_field_selection.py +${PYSITELIB}/trytond/tests/test_field_selection.pyc +${PYSITELIB}/trytond/tests/test_field_selection.pyo +${PYSITELIB}/trytond/tests/test_field_text.py +${PYSITELIB}/trytond/tests/test_field_text.pyc +${PYSITELIB}/trytond/tests/test_field_text.pyo +${PYSITELIB}/trytond/tests/test_field_time.py +${PYSITELIB}/trytond/tests/test_field_time.pyc +${PYSITELIB}/trytond/tests/test_field_time.pyo +${PYSITELIB}/trytond/tests/test_field_timedelta.py +${PYSITELIB}/trytond/tests/test_field_timedelta.pyc +${PYSITELIB}/trytond/tests/test_field_timedelta.pyo ${PYSITELIB}/trytond/tests/test_filestore.py ${PYSITELIB}/trytond/tests/test_filestore.pyc ${PYSITELIB}/trytond/tests/test_filestore.pyo ${PYSITELIB}/trytond/tests/test_history.py ${PYSITELIB}/trytond/tests/test_history.pyc ${PYSITELIB}/trytond/tests/test_history.pyo +${PYSITELIB}/trytond/tests/test_i18n.py +${PYSITELIB}/trytond/tests/test_i18n.pyc +${PYSITELIB}/trytond/tests/test_i18n.pyo ${PYSITELIB}/trytond/tests/test_importdata.py ${PYSITELIB}/trytond/tests/test_importdata.pyc ${PYSITELIB}/trytond/tests/test_importdata.pyo @@ -581,21 +801,39 @@ ${PYSITELIB}/trytond/tests/test_modelview.pyo ${PYSITELIB}/trytond/tests/test_mptt.py ${PYSITELIB}/trytond/tests/test_mptt.pyc ${PYSITELIB}/trytond/tests/test_mptt.pyo +${PYSITELIB}/trytond/tests/test_multivalue.py +${PYSITELIB}/trytond/tests/test_multivalue.pyc +${PYSITELIB}/trytond/tests/test_multivalue.pyo ${PYSITELIB}/trytond/tests/test_order.py ${PYSITELIB}/trytond/tests/test_order.pyc ${PYSITELIB}/trytond/tests/test_order.pyo +${PYSITELIB}/trytond/tests/test_path.py +${PYSITELIB}/trytond/tests/test_path.pyc +${PYSITELIB}/trytond/tests/test_path.pyo ${PYSITELIB}/trytond/tests/test_protocols.py ${PYSITELIB}/trytond/tests/test_protocols.pyc ${PYSITELIB}/trytond/tests/test_protocols.pyo ${PYSITELIB}/trytond/tests/test_pyson.py ${PYSITELIB}/trytond/tests/test_pyson.pyc ${PYSITELIB}/trytond/tests/test_pyson.pyo +${PYSITELIB}/trytond/tests/test_report.py +${PYSITELIB}/trytond/tests/test_report.pyc +${PYSITELIB}/trytond/tests/test_report.pyo ${PYSITELIB}/trytond/tests/test_res.py ${PYSITELIB}/trytond/tests/test_res.pyc ${PYSITELIB}/trytond/tests/test_res.pyo +${PYSITELIB}/trytond/tests/test_resource.py +${PYSITELIB}/trytond/tests/test_resource.pyc +${PYSITELIB}/trytond/tests/test_resource.pyo +${PYSITELIB}/trytond/tests/test_routes.py +${PYSITELIB}/trytond/tests/test_routes.pyc +${PYSITELIB}/trytond/tests/test_routes.pyo ${PYSITELIB}/trytond/tests/test_rpc.py ${PYSITELIB}/trytond/tests/test_rpc.pyc ${PYSITELIB}/trytond/tests/test_rpc.pyo +${PYSITELIB}/trytond/tests/test_rule.py +${PYSITELIB}/trytond/tests/test_rule.pyc +${PYSITELIB}/trytond/tests/test_rule.pyo ${PYSITELIB}/trytond/tests/test_sendmail.py ${PYSITELIB}/trytond/tests/test_sendmail.pyc ${PYSITELIB}/trytond/tests/test_sendmail.pyo @@ -608,6 +846,9 @@ ${PYSITELIB}/trytond/tests/test_tools.pyo ${PYSITELIB}/trytond/tests/test_transaction.py ${PYSITELIB}/trytond/tests/test_transaction.pyc ${PYSITELIB}/trytond/tests/test_transaction.pyo +${PYSITELIB}/trytond/tests/test_tree.py +${PYSITELIB}/trytond/tests/test_tree.pyc +${PYSITELIB}/trytond/tests/test_tree.pyo ${PYSITELIB}/trytond/tests/test_trigger.py ${PYSITELIB}/trytond/tests/test_trigger.pyc ${PYSITELIB}/trytond/tests/test_trigger.pyo @@ -626,9 +867,15 @@ ${PYSITELIB}/trytond/tests/test_wizard.pyo ${PYSITELIB}/trytond/tests/test_workflow.py ${PYSITELIB}/trytond/tests/test_workflow.pyc ${PYSITELIB}/trytond/tests/test_workflow.pyo +${PYSITELIB}/trytond/tests/test_wsgi.py +${PYSITELIB}/trytond/tests/test_wsgi.pyc +${PYSITELIB}/trytond/tests/test_wsgi.pyo ${PYSITELIB}/trytond/tests/tools.py ${PYSITELIB}/trytond/tests/tools.pyc ${PYSITELIB}/trytond/tests/tools.pyo +${PYSITELIB}/trytond/tests/tree.py +${PYSITELIB}/trytond/tests/tree.pyc +${PYSITELIB}/trytond/tests/tree.pyo ${PYSITELIB}/trytond/tests/trigger.py ${PYSITELIB}/trytond/tests/trigger.pyc ${PYSITELIB}/trytond/tests/trigger.pyo @@ -641,27 +888,41 @@ ${PYSITELIB}/trytond/tests/workflow.py ${PYSITELIB}/trytond/tests/workflow.pyc ${PYSITELIB}/trytond/tests/workflow.pyo ${PYSITELIB}/trytond/tests/workflow.xml -${PYSITELIB}/trytond/tools/StringMatcher.py -${PYSITELIB}/trytond/tools/StringMatcher.pyc -${PYSITELIB}/trytond/tools/StringMatcher.pyo ${PYSITELIB}/trytond/tools/__init__.py ${PYSITELIB}/trytond/tools/__init__.pyc ${PYSITELIB}/trytond/tools/__init__.pyo -${PYSITELIB}/trytond/tools/datetime_strftime.py -${PYSITELIB}/trytond/tools/datetime_strftime.pyc -${PYSITELIB}/trytond/tools/datetime_strftime.pyo ${PYSITELIB}/trytond/tools/decimal_.py ${PYSITELIB}/trytond/tools/decimal_.pyc ${PYSITELIB}/trytond/tools/decimal_.pyo +${PYSITELIB}/trytond/tools/domain_inversion.py +${PYSITELIB}/trytond/tools/domain_inversion.pyc +${PYSITELIB}/trytond/tools/domain_inversion.pyo +${PYSITELIB}/trytond/tools/email_.py +${PYSITELIB}/trytond/tools/email_.pyc +${PYSITELIB}/trytond/tools/email_.pyo +${PYSITELIB}/trytond/tools/gevent.py +${PYSITELIB}/trytond/tools/gevent.pyc +${PYSITELIB}/trytond/tools/gevent.pyo +${PYSITELIB}/trytond/tools/immutabledict.py +${PYSITELIB}/trytond/tools/immutabledict.pyc +${PYSITELIB}/trytond/tools/immutabledict.pyo ${PYSITELIB}/trytond/tools/misc.py ${PYSITELIB}/trytond/tools/misc.pyc ${PYSITELIB}/trytond/tools/misc.pyo +${PYSITELIB}/trytond/tools/multivalue.py +${PYSITELIB}/trytond/tools/multivalue.pyc +${PYSITELIB}/trytond/tools/multivalue.pyo ${PYSITELIB}/trytond/tools/singleton.py ${PYSITELIB}/trytond/tools/singleton.pyc ${PYSITELIB}/trytond/tools/singleton.pyo +${PYSITELIB}/trytond/tools/string_.py +${PYSITELIB}/trytond/tools/string_.pyc +${PYSITELIB}/trytond/tools/string_.pyo ${PYSITELIB}/trytond/transaction.py ${PYSITELIB}/trytond/transaction.pyc ${PYSITELIB}/trytond/transaction.pyo +${PYSITELIB}/trytond/tryton.rnc +${PYSITELIB}/trytond/tryton.rng ${PYSITELIB}/trytond/url.py ${PYSITELIB}/trytond/url.pyc ${PYSITELIB}/trytond/url.pyo @@ -671,9 +932,9 @@ ${PYSITELIB}/trytond/wizard/__init__.pyo ${PYSITELIB}/trytond/wizard/wizard.py ${PYSITELIB}/trytond/wizard/wizard.pyc ${PYSITELIB}/trytond/wizard/wizard.pyo +${PYSITELIB}/trytond/worker.py +${PYSITELIB}/trytond/worker.pyc +${PYSITELIB}/trytond/worker.pyo ${PYSITELIB}/trytond/wsgi.py ${PYSITELIB}/trytond/wsgi.pyc ${PYSITELIB}/trytond/wsgi.pyo -share/examples/${PYPKGPREFIX}-trytond/logging.conf.example -share/examples/${PYPKGPREFIX}-trytond/trytond.conf.example -@pkgdir share/${PYPKGPREFIX}-trytond diff --git a/devel/py-trytond/distinfo b/devel/py-trytond/distinfo index bbccd5282d8f..83a7dd16a590 100644 --- a/devel/py-trytond/distinfo +++ b/devel/py-trytond/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/12/16 14:48:11 wiz Exp $ +$NetBSD: distinfo,v 1.16 2021/12/22 22:50:22 wiz Exp $ -BLAKE2s (tryton-4.2/trytond-4.2.1.tar.gz) = 633773d9a79c7974ba605350706231ce6a66a8dd306e690b4271efd494b987ad -SHA512 (tryton-4.2/trytond-4.2.1.tar.gz) = 3716a56d87e95dabaa77f2210c9499a6d1ae0278b7bae2034d6a19db8a40f1e22efd48118de9af1a72022b556a991d4293886804b2b531be0f4dd038fbe9e882 -Size (tryton-4.2/trytond-4.2.1.tar.gz) = 581536 bytes -SHA1 (patch-setup.py) = 4b802daf2801407b5c0d89eb130742a63555bc10 +BLAKE2s (tryton-6.2/trytond-6.2.2.tar.gz) = cf8bee2186476f00d61dd2a208b48c4cd70c8177169917069ede545e6a2a380d +SHA512 (tryton-6.2/trytond-6.2.2.tar.gz) = d0f1efe26f587d7fff6b3c49a52e5c56bc62fb60d906d7b44b7518d503a495ec08e5fe7cacd34f0926eeb0a28203788de5cd669e8b10baa2384f712dbf9c4d39 +Size (tryton-6.2/trytond-6.2.2.tar.gz) = 876457 bytes diff --git a/devel/py-trytond/options.mk b/devel/py-trytond/options.mk index 4c0d4f2737be..21bd76231754 100644 --- a/devel/py-trytond/options.mk +++ b/devel/py-trytond/options.mk @@ -1,21 +1,13 @@ -# $NetBSD: options.mk,v 1.17 2020/12/09 01:46:07 gutteridge Exp $ +# $NetBSD: options.mk,v 1.18 2021/12/22 23:00:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond -PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx -PKG_SUGGESTED_OPTIONS+= psycopg pytz simplejson sphinx +PKG_SUPPORTED_OPTIONS= levenshtein pydot psycopg +PKG_SUGGESTED_OPTIONS+= levenshtein pydot psycopg .include "../../mk/bsd.options.mk" -# XXX Also supports converters/unoconv and textproc/py-Levenshtein options. - -.if !empty(PKG_OPTIONS:Mcdecimal) -PYTHON_VERSIONS_ACCEPTED= 27 # py-cdecimal is obsolete for that version and thus not available -DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal -.endif - -.if !empty(PKG_OPTIONS:Mmysql) -PYTHON_VERSIONS_ACCEPTED= 27 # py-mysqldb -DEPENDS+= ${PYPKGPREFIX}-${MYSQL_PKG_PREFIX}db-[0-9]*:../../databases/py-mysqldb +.if !empty(PKG_OPTIONS:Mlevenshtein) +DEPENDS+= ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein .endif .if !empty(PKG_OPTIONS:Mpydot) @@ -23,18 +15,5 @@ DEPENDS+= ${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot .endif .if !empty(PKG_OPTIONS:Mpsycopg) -DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 -.endif - -.if !empty(PKG_OPTIONS:Mpytz) -DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -.endif - -.if !empty(PKG_OPTIONS:Msimplejson) -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -.endif - -.if !empty(PKG_OPTIONS:Msphinx) -PYTHON_VERSIONED_DEPENDENCIES= sphinx -.include "../../lang/python/versioned_dependencies.mk" +DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.5:../../databases/py-psycopg2 .endif diff --git a/devel/py-trytond/patches/patch-setup.py b/devel/py-trytond/patches/patch-setup.py deleted file mode 100644 index c12216873651..000000000000 --- a/devel/py-trytond/patches/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-setup.py,v 1.1 2021/12/16 14:48:11 wiz Exp $ - -Fix build with latest setuptools. - ---- setup.py.orig 2016-12-13 17:02:57.000000000 +0000 -+++ setup.py -@@ -115,5 +115,4 @@ setup(name=name, - test_suite='trytond.tests', - test_loader='trytond.test_loader:Loader', - tests_require=['mock'], -- use_2to3=True, - ) diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index 64585ca2a61a..b1cd6a6aaf04 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2021/11/09 14:20:04 taca Exp $ +# $NetBSD: Makefile,v 1.29 2021/12/28 00:34:03 taca Exp $ -DISTNAME= racc-1.6.0 +DISTNAME= racc-${RACC_VERSION} CATEGORIES= devel MAINTAINER= taca@NetBSD.org @@ -8,13 +8,20 @@ HOMEPAGE= https://github.com/tenderlove/racc COMMENT= LALR(1) parser generator for Ruby LICENSE= gnu-lgpl-v2 +RACC_VERSION= 1.6.0 + RUBYGEM_OPTIONS+= --format-executable PLIST_VARS+= racc_command .include "../../lang/ruby/rubyversion.mk" -.if ${RUBY_VER} == "27" || ${RUBY_VER} == "30" +.if !empty(RUBY_RACC_VERSION) + +. if ${RACC_VERSION} == "${RUBY_RACC_VERSION}" +. error "${RUBY_PKGPREFIX}-base contains this package ${PKGBASE}." +. endif + ALTERNATIVES_SRC= # empty post-install: ${RM} -f ${DESTDIR}${PREFIX}/bin/racc${RUBY_SUFFIX} diff --git a/devel/skalibs/Makefile b/devel/skalibs/Makefile index 6054026d5252..e5d5c38a7dda 100644 --- a/devel/skalibs/Makefile +++ b/devel/skalibs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/09/29 09:51:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2021/12/26 16:42:42 nros Exp $ -DISTNAME= skalibs-2.11.0.0 +DISTNAME= skalibs-2.11.1.0 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} @@ -16,6 +16,8 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CPPFLAGS.NetBSD= -D_NETBSD_SOURCE + INSTALLATION_DIRS= include/skalibs lib/skalibs/sysdeps post-install: diff --git a/devel/skalibs/distinfo b/devel/skalibs/distinfo index cf05395871b9..f935090b2775 100644 --- a/devel/skalibs/distinfo +++ b/devel/skalibs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:19:55 nia Exp $ +$NetBSD: distinfo,v 1.15 2021/12/22 15:59:17 schmonz Exp $ -BLAKE2s (skalibs-2.11.0.0.tar.gz) = 576bae5bbe472eba53e1b9f24b4555e525d1cb52a44ecc8ab1a400057d756934 -SHA512 (skalibs-2.11.0.0.tar.gz) = 14e62e9e63735184d54497295b0d3d97bee393d1dc09af9542f17c6083c2a6b310e6f15275d96819f14cb2e033baa264c6b3a4c680eb0c83edf84932b8df87f2 -Size (skalibs-2.11.0.0.tar.gz) = 216201 bytes +BLAKE2s (skalibs-2.11.1.0.tar.gz) = 8f5e2a3006e744980ced3837467a66d3569c12108627c6b9f90d51992926a657 +SHA512 (skalibs-2.11.1.0.tar.gz) = 7db390b887234437d52f3b9388f7398e92877cde4c93de76532abff64ee1a127524181c53a0fdddd86bd84247d84f704527bd89c5581e27433081862e9970af7 +Size (skalibs-2.11.1.0.tar.gz) = 218300 bytes SHA1 (patch-Makefile) = 8fbce6b37c8bac3878d4da9b5138462259a44f6c SHA1 (patch-configure) = 3294acc39702c5be22554180af103536f3d23d40 diff --git a/devel/transifex-client/Makefile b/devel/transifex-client/Makefile index 0578e81a4574..e72be162b88a 100644 --- a/devel/transifex-client/Makefile +++ b/devel/transifex-client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/09/25 11:25:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2021/12/26 05:04:42 taca Exp $ -DISTNAME= transifex-client-0.13.11 +DISTNAME= transifex-client-0.14.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=transifex/} diff --git a/devel/transifex-client/distinfo b/devel/transifex-client/distinfo index 57e6e820b503..4c1e1d74aa24 100644 --- a/devel/transifex-client/distinfo +++ b/devel/transifex-client/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 10:20:05 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/12/26 05:04:42 taca Exp $ -BLAKE2s (transifex-client-0.13.11.tar.gz) = e05c0461d5e3faaf52066704cfbafba8ab318742aa4e779834e8d5bff82b40ae -SHA512 (transifex-client-0.13.11.tar.gz) = d0a1d3c6c19f57ed8e6afc070954b06639c629ceb08ce7cef9cd64f81df8391f73d0a9c29b218d9c586abc1c443c0c98e45fa0c03b4b9f7884f308735d0ff89d -Size (transifex-client-0.13.11.tar.gz) = 215288 bytes +BLAKE2s (transifex-client-0.14.4.tar.gz) = c3e3ada883fa92797e09ff0468a6c7f57be75807969bffe3f41e52f1228a36e7 +SHA512 (transifex-client-0.14.4.tar.gz) = 7bf394330219a667534a32bcd235a45bc15bc7ed274dc74e1d402bedd68934c751998e9c4583da59ccbfb7d7f1eed3142b0e2c8fdd60be91bcd2c8f72cf8200f +Size (transifex-client-0.14.4.tar.gz) = 215792 bytes +SHA1 (patch-requirements.txt) = 7b2c993df0701fbf5ced0925cc19c55665278513 diff --git a/devel/transifex-client/patches/patch-requirements.txt b/devel/transifex-client/patches/patch-requirements.txt new file mode 100644 index 000000000000..be4f88d48d88 --- /dev/null +++ b/devel/transifex-client/patches/patch-requirements.txt @@ -0,0 +1,13 @@ +$NetBSD: patch-requirements.txt,v 1.5 2021/12/26 05:04:42 taca Exp $ + +Relax dependency. + +--- requirements.txt.orig 2021-12-23 10:34:36.000000000 +0000 ++++ requirements.txt +@@ -1,5 +1,5 @@ + urllib3>=1.24.2,<2.0.0 + six<2.0.0 + requests>=2.19.1,<3.0.0 +-python-slugify<5.0.0 ++python-slugify<6.0.0 + gitpython<4.0.0 diff --git a/doc/CHANGES-2021 b/doc/CHANGES-2021 index c17551bd915f..ed78ba5627ce 100644 --- a/doc/CHANGES-2021 +++ b/doc/CHANGES-2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6364 2021/12/22 08:30:07 pin Exp $ +$NetBSD: CHANGES-2021,v 1.6410 2021/12/29 05:54:25 pin Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6905,9 +6905,9 @@ Changes to the packages collection and infrastructure in 2021: Updated textproc/go-md2man to 2.0.1 [nia 2021-08-27] Removed devel/go-blackfriday [nia 2021-08-27] Removed devel/go-sanitized_anchor_name [nia 2021-08-27] - Removed devel/go-kr-pretty 2021-08-27] - Removed devel/go-termbox 2021-08-27] - Removed textproc/go-runewidth 2021-08-27] + Removed devel/go-kr-pretty [nia 2021-08-27] + Removed devel/go-termbox [nia 2021-08-27] + Removed textproc/go-runewidth [nia 2021-08-27] Updated net/unbound to 1.13.2 [adam 2021-08-27] Updated sysutils/ansible-base to 2.10.13 [adam 2021-08-27] Updated security/vault to 1.6.6 [he 2021-08-27] @@ -7197,7 +7197,7 @@ Changes to the packages collection and infrastructure in 2021: Updated textproc/py-isc_dhcp_leases to 0.9.1nb1 [gutteridge 2021-09-09] Updated devel/py-bitstring to 3.1.9 [adam 2021-09-09] Added converters/py-reedsolo version 1.5.4 [adam 2021-09-09] - Updated devel/libyang to v1.0.240 [kardel 2021-09-09] + Updated devel/libyang to 1.0.240 [kardel 2021-09-09] Updated devel/py-flexmock to 0.10.9 [adam 2021-09-09] Updated comms/py-esptool to 3.1 [adam 2021-09-09] Updated x11/xcolor to 0.5.1 [pin 2021-09-09] @@ -7401,7 +7401,7 @@ Changes to the packages collection and infrastructure in 2021: Added math/R-tmvnsim version 1.0.2 [mef 2021-09-18] Updated math/R-mnormt to 2.0.2 [mef 2021-09-18] Added math/R-ncdf4 version 1.17 [mef 2021-09-18] - Removed math/R-clim.pact (Removed from the CRAN) [mef 2021-09-18] + Removed math/R-clim.pact [mef 2021-09-18] Updated math/R-nimble to 0.11.1 [mef 2021-09-18] Updated math/nlopt to 2.6.2 [mef 2021-09-18] Updated math/R-pixmap to 0.4.12 [mef 2021-09-18] @@ -8631,15 +8631,15 @@ Changes to the packages collection and infrastructure in 2021: Updated time/py-iso8601 to 1.0.1 [adam 2021-11-22] Updated textproc/py-ujson to 4.3.0 [adam 2021-11-22] Updated finance/bitcoin to 22.0 [khorben 2021-11-22] - Updated emulators/nono to 0.2.4 [jun 2021-11-23] Updated www/unit to 1.26.0 [gutteridge 2021-11-22] + Updated emulators/nono to 0.2.4 [jun 2021-11-23] Added sysutils/yadm version 3.1.1 [pho 2021-11-23] Updated math/py-simpleeval to 0.9.11 [adam 2021-11-23] Updated devel/py-anyio to 3.4.0 [adam 2021-11-23] Updated devel/py-setuptools to 59.2.0 [wiz 2021-11-23] Added audio/cutmp3 version 3.0.1 [nia 2021-11-23] Updated textproc/csview to 0.3.9 [pin 2021-11-23] - Added audio/cutoggvorbis to 0.2 [nia 2021-11-23] + Added audio/cutoggvorbis version 0.2 [nia 2021-11-23] Updated net/ncgopher to 0.3.0 [pin 2021-11-23] Added textproc/py-openapi-schema-validator version 0.1.5 [wiz 2021-11-23] Added textproc/py-openapi-spec-validator version 0.3.1 [wiz 2021-11-23] @@ -9525,3 +9525,48 @@ Changes to the packages collection and infrastructure in 2021: Updated devel/py-tortoisehg to 6.0 [nros 2021-12-21] Updated devel/kdiff3 to 1.9.4 [gutteridge 2021-12-21] Updated shells/starship to 1.1.1 [pin 2021-12-22] + Updated devel/skalibs to 2.11.1.0 [schmonz 2021-12-22] + Updated lang/execline to 2.8.2.0 [schmonz 2021-12-22] + Updated sysutils/s6 to 2.11.0.1 [schmonz 2021-12-22] + Updated misc/s6-portable-utils to 2.2.3.4 [schmonz 2021-12-22] + Updated net/s6-dns to 2.3.5.3 [schmonz 2021-12-22] + Updated net/s6-networking to 2.5.1.0 [schmonz 2021-12-22] + Updated mail/smtpd-starttls-proxy to 0.0.1.1 [schmonz 2021-12-22] + Added net/prettyping version 1.0.1 [buildbox 2021-12-22] + Updated www/firefox to 95.0.1nb1 [ryoon 2021-12-22] + Updated devel/py-approvaltests to 3.3.2 [schmonz 2021-12-22] + Updated devel/py-tryton to 6.2.0 [mef 2021-12-22] + Updated devel/py-trytond to 6.2.2 [mef 2021-12-22] + Updated devel/gmp to 6.2.1nb2 [maya 2021-12-23] + Removed misc/py-trytond-party-vcarddav [wiz 2021-12-24] + Removed time/py-trytond-calendar-todo [wiz 2021-12-24] + Removed time/py-trytond-calendar-scheduling [wiz 2021-12-24] + Removed time/py-trytond-calendar-classification [wiz 2021-12-24] + Removed time/py-trytond-calendar [wiz 2021-12-24] + Removed www/py-trytond-webdav [wiz 2021-12-24] + Removed www/py-pywebdav [wiz 2021-12-24] + Updated devel/py-boost to 1.77.0nb2 [wiz 2021-12-24] + Updated net/samba4 to 4.13.15 [taca 2021-12-25] + Updated x11/ocaml-graphics to 2.0.0nb2 [dholland 2021-12-26] + Updated devel/transifex-client to 0.14.4 [taca 2021-12-26] + Updated mail/fetchmail to 6.4.25 [triaxx 2021-12-26] + Updated mail/fetchmailconf to 6.4.25 [triaxx 2021-12-26] + Updated pkgtools/pkglint to 21.4.0 [rillig 2021-12-26] + Removed x11/libxfce4gui [gutteridge 2021-12-26] + Updated lang/llvm to 13.0.0nb2 [he 2021-12-26] + Updated lang/intercal to 0.30nb1 [dholland 2021-12-27] + Updated x11/citron to 0.6.4 [pin 2021-12-27] + Updated databases/py-lmdb to 1.2.1 [adam 2021-12-27] + Updated textproc/ruby-nokogiri to 1.12.5nb2 [taca 2021-12-28] + Updated net/nanomsg to 1.1.5 [adam 2021-12-28] + Updated www/ruby-padrino-contrib to 0.2.0nb1 [taca 2021-12-28] + Updated databases/postgresql-postgis2 to 3.2.0nb1 [triaxx 2021-12-28] + mk/bsd.pkg.mk: freeze ended for pkgsrc-2021Q4 branch [gdt 2021-12-28] + Updated sysutils/broot to 1.8.0 [pin 2021-12-29] + Updated textproc/csview to 0.3.10 [pin 2021-12-29] + Updated sysutils/dua-cli to 2.15.0 [pin 2021-12-29] + Updated editors/featherpad to 1.1.0 [pin 2021-12-29] + Updated graphics/kvantum to 1.0.0 [pin 2021-12-29] + Updated audio/termusic to 0.6.4 [pin 2021-12-29] + Updated www/wiki-tui to 0.4.3 [pin 2021-12-29] + Updated sysutils/zoxide to 0.8.0 [pin 2021-12-29] diff --git a/doc/TODO b/doc/TODO index 457565a3217c..43e5794121f9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21371 2021/12/22 09:40:55 wiz Exp $ +$NetBSD: TODO,v 1.21379 2021/12/27 10:03:04 wiz Exp $ Suggested new packages ====================== @@ -361,7 +361,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o GNUMail-1.2.2 o Gorm-1.2.26 o HElib-2.1.0 - o ImageMagick-7.1.0.18 + o ImageMagick-7.1.0.19 o ImageMagick6-6.9.12.8 o JBidwatcher-2.5.6 [wants launch4j] o LPRng-core-3.8.35 @@ -409,9 +409,9 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o R-tseries-0.10.48 o R-uuid-4 o SOGo-2.4.1 - o SOGo-5.2.0 + o SOGo-5.4.0 o SOPE-2.4.1 - o SOPE-5.2.0 + o SOPE-5.4.0 o SQLiteCpp-2.5.0 o TeXmacs-1.99.19 o TiffIO-140a @@ -472,7 +472,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o arm-trusted-firmware-rk3399-2.4 o arm-trusted-firmware-sun50i_a64-2.4 o asapm-3.1 - o asciidoc-10.1.0 + o asciidoc-10.1.1 o asn1c-0.9.28 o asp2php-2008-08-13 o aspell-nb-2.0.10 @@ -560,6 +560,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o cherokee-1.2.103 [pkg/48268] o chimera-1.30a o chkrootkit-0.54 + o chromaprint-1.5.1 o chrpath-0.16 o cim-5.1 o cjk-lyx-1.4.4 @@ -603,6 +604,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o dap-3.10 o dar-2.4.14 o darcs-2.16.3 + o darktable-3.8 o dateutils-0.4.8 o dcc-2.3.167 o dd_rescue-1.46 @@ -632,6 +634,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o doclifter-2.19 o dolphin-5.0 o dosbox-x-0.83.12 + o double-conversion-3.1.7 o drivel-3.0.5 o drupal-9.2.2 o dtc-1.6.0 @@ -836,6 +839,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o got-0.52 o gourmet-0.13.3 o gperiodic-3.0.2 + o gprolog-1.5.0 [adds arm64 support] o gps-17.0 o gradle-7.0 o grafx2-2.8.3097 @@ -1037,6 +1041,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o kplotting-5.81.0 o kpty-5.81.0 o kqtquickcharts4-20.12.3 + o krita-5.0 o kronolith-4.2.14 o kross-5.81.0 o krunner-5.81.0 @@ -1061,7 +1066,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o lgeneral-1.3.1 o libXfixes-6.0.0 o libaacs-0.11.0 - o libarchive-3.5.1 + o libarchive-3.5.2 o libasr-1.0.4 o libbaloo4-21.04.0 o libbpg-0.9.8 @@ -1098,6 +1103,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o libkscreen-5.21.4 o liblzo-2.10 o libmcs-0.7.2 + o libmicrohttpd-0.9.74 o libmilter-8.16.1 o libmtag-0.3.6 o libobjc2-2.1 @@ -1146,7 +1152,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o lua-sql-sqlite3-2.4.0 o lua-std-normalize-2.0.3 o lua-web-sanitize-1.1.0 - o lumina-1.6.1 + o lumina-1.6.2 o lzma-9.18 o mDNSResponder-1310.80.1 o mDNSResponder-nss-1310.80.1 @@ -1333,6 +1339,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o ocamlnet-4.1.9 o ocrad-0.25 o odbc-postgresql-9.06.0500 + o ogre-2.3 o olvwm-4.5 o onscripter-20200722 o oo2c-2.1.7 @@ -1499,7 +1506,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o pgbuildfarm-12 o pgpdump-0.33 o phoronix-9.2.1 - o phoronix-test-suite-10.2.2 + o phoronix-test-suite-10.8 o php-basercms-4.5.4 o php-concrete5-8.5.7 [php-concretecms-9.0.1 is successor] o php-excel-1.8.2 [PHPSpreadsheet is sucessor] @@ -1594,6 +1601,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o py-Scientific-doc-2.5.5 o py-astroplan-0.8 o py-astroquery-0.4 + o py-async-timeout-4.0.2 o py-cares-3.1.1 o py-cassa-1.11.0 o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] @@ -1705,10 +1713,11 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o rt4-4.4.4 o rtty-4.0 [at ftp://ftp.isc.org/isc/rtty/] o rubber-1.5.1 + o ruby31-3.1.0 o ruby-delayer-1.2.1 o ruby-redmine-gitmike-theme-1.2.1 o rump-20131213 - o rust-analyzer-0.0.2021.12.13 + o rust-analyzer-0.0.2021.12.20 o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 @@ -1720,7 +1729,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o scamper-20210324 o scew-1.1.7 o scilab-5.5.2 - o scm-5f3 + o scm-5f3 [dholland has a partial update] o scm-blackbox-2.0.0 o scribus-qt4-1.4.7 o scripts-1.0.1 @@ -1790,6 +1799,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o sunclock-3.57 [https://github.com/mdoege/Sunclock] o sup-0.4 o superlu-5.2.2 + o supertux-0.6.3 o swapd-1.0.5 o swi-prolog-8.3.22 o swi-prolog-jpl-8.3.22 @@ -1879,6 +1889,7 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html o userppp-030706 o userspace-rcu-0.12.2 o utilisp-1.14 + o vala-0.54.5 o vault-1.7.4 o vbetool-1.1 o vera-1.24 diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo index a78aa32f084c..a9fcfc213084 100644 --- a/editors/emacs20/distinfo +++ b/editors/emacs20/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 10:21:27 nia Exp $ +$NetBSD: distinfo,v 1.42 2021/12/29 03:40:23 dholland Exp $ BLAKE2s (emacs-20.7-mule-4.1b-elc.tar.gz) = 8d3116a8037014bdeece76148aeb0ae72adcb003fd67922650793302197d62bf SHA512 (emacs-20.7-mule-4.1b-elc.tar.gz) = db4020ef7e428c99dffd3873485ce5d0ee4ad2c2bf87ec3b5f84dbf36fa2c398f3c0e02651cae3565acd2e7cbf504f66507c08b578f91247e9a27280226fb8d4 @@ -16,7 +16,7 @@ BLAKE2s (emacs20-xim-20000713.diff) = 22ddc9c54b5c3535bf9788af7c00dd3eea65fcbb23 SHA512 (emacs20-xim-20000713.diff) = d6d3fb483db830ddcf07f6325901fb7faca1e112129f27036328eb4a6a53851a53318a31830a751525b9e0898256c6c9bfe5c3c333401d44a6dcbad44ba3c7a8 Size (emacs20-xim-20000713.diff) = 21296 bytes SHA1 (patch-aa) = 3b3fd76c058a0a46e0458338ce4c2327a238fb3d -SHA1 (patch-ab) = cf63cb6481eb5862855f066a358821cf57bb6aa1 +SHA1 (patch-ab) = 16c236c232649cc89ed89131a793e201bccef5f0 SHA1 (patch-ac) = abf5971279a8d875504be4c17b8d36cb8cc24885 SHA1 (patch-ad) = dd21028a6360ccfb442ecced4c67717f60ea78a6 SHA1 (patch-ae) = 465c7aff1fbb23d08ff8100993041291a9502f34 @@ -37,14 +37,14 @@ SHA1 (patch-bb) = 2b5df93c18a2baabed0d2a878242e1fa30647167 SHA1 (patch-bc) = ce6240227e8a7af506c908e0c199e17ce73d7f27 SHA1 (patch-bd) = 01c4490ec36fec09148bcb9c76ba6c8de509c346 SHA1 (patch-bf) = 089ac290cbbe5c060e5300ea3ffacf8cb5ab5254 -SHA1 (patch-bg) = bf979ed89e0d8d29bd411711a69d74cd139d8fa8 +SHA1 (patch-bg) = b98608214ea7c1c48905029728ddd7424bc12391 SHA1 (patch-bh) = f59b14cc43d5977a5d80d5d1ab4e246df394d86a SHA1 (patch-bi) = c0e237bd46de0f9ef137997e59231f119d5f791e SHA1 (patch-bj) = 6dba88723ee632b67fcf6a2dd2918e69034837e2 SHA1 (patch-bl) = f2cd03713d7cdb6cb41119569031249d7d708b13 SHA1 (patch-bm) = 2f00f63120a90477c6f5c63ac6ca23fc508b9e54 SHA1 (patch-bp) = 7b9ad94ac9d09fbb2173fdd3efd04faa0a668a91 -SHA1 (patch-br) = c14d33970609c65a22944514bc5b133d024b062e +SHA1 (patch-br) = f8b100fda2e3eb1ea8da4af3ba45e6dba1f8807c SHA1 (patch-bs) = d588828d66a4aa1f18a7df74bb1527e45b9c9d2a SHA1 (patch-bt) = 29c8049c6dcd780190774173a1c64c7009685c92 SHA1 (patch-bx) = 27713e1812240f9ed137aa793cbb5a4fa2cad33b @@ -54,3 +54,4 @@ SHA1 (patch-cd) = 22b29708e0730275984dc2d8e7a304932d6b66fb SHA1 (patch-ce) = df4d2a5639a72d2c719662496f17db35686f4ac2 SHA1 (patch-cf) = 1b5b83eb02872414fd7ca29c344c0560feaf1b7e SHA1 (patch-cg) = b2bd4cbff399922e44ad54459255ffb1d61e1bd4 +SHA1 (patch-src_m_aarch64.h) = 861757ce6568303ea55cb9c9f290abc6100d3dc2 diff --git a/editors/emacs20/patches/patch-ab b/editors/emacs20/patches/patch-ab index f52b24bcdc0e..c871cccb22d8 100644 --- a/editors/emacs20/patches/patch-ab +++ b/editors/emacs20/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.11 2013/10/27 20:41:49 joerg Exp $ +$NetBSD: patch-ab,v 1.13 2021/12/29 03:40:23 dholland Exp $ Caution: the changes for using a different cpp for munging the makefiles (search for MAKEFILECPP) are *not* reflected in the pkgsrc @@ -29,7 +29,7 @@ with autoconf without thinking. #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can -@@ -712,15 +720,20 @@ case "${canonical}" in +@@ -712,15 +720,21 @@ case "${canonical}" in opsys=netbsd case "${canonical}" in alpha*-*-netbsd*) machine=alpha ;; @@ -48,11 +48,20 @@ with autoconf without thinking. + sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; + arm*-*-netbsd*) machine=arm ;; ++ aarch64-*-netbsd*) machine=aarch64 ;; + x86_64-*-netbsd*) machine=amd64 ;; esac ;; -@@ -1519,6 +1532,7 @@ case "${canonical}" in +@@ -735,6 +749,7 @@ case "${canonical}" in + ns32k-*-openbsd*) machine=ns32000 ;; + sparc-*-openbsd*) machine=sparc ;; + vax-*-openbsd*) machine=vax ;; ++ x86_64-*-openbsd*) machine=amd64 ;; + esac + ;; + +@@ -1519,11 +1534,23 @@ case "${canonical}" in *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; @@ -60,7 +69,23 @@ with autoconf without thinking. *-nextstep* ) opsys=nextstep ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac -@@ -1981,6 +1995,14 @@ else + ;; + ++ ## AMD/Intel x86_64 machines where we don't care about the manufacturer ++ x86_64-*-* ) ++ machine=amd64 ++ case "${canonical}" in ++ *-linux-gnu* ) opsys=gnu-linux ;; ++ *-freebsd* ) opsys=freebsd ;; ++ *-dragonfly* ) opsys=dragonfly ;; ++ ## Otherwise, we'll fall through to the generic opsys code at the bottom. ++ esac ++ ;; ++ + ## m68k Linux-based GNU system + m68k-*-linux-gnu* ) + machine=m68k opsys=gnu-linux +@@ -1981,6 +2008,14 @@ else fi echo "$ac_t""$CPP" 1>&6 @@ -75,7 +100,7 @@ with autoconf without thinking. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: -@@ -3823,6 +3845,53 @@ else +@@ -3823,6 +3858,53 @@ else echo "$ac_t""no" 1>&6 fi @@ -129,7 +154,7 @@ with autoconf without thinking. LIBS="$OLDLIBS" fi -@@ -4906,6 +4975,64 @@ EOF +@@ -4906,6 +4988,64 @@ EOF fi @@ -194,7 +219,7 @@ with autoconf without thinking. # Set up the CFLAGS for real compilation, so we can substitute it. CFLAGS="$REAL_CFLAGS" -@@ -5211,6 +5338,7 @@ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g +@@ -5211,6 +5351,7 @@ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g s%@INSTALL_DATA@%$INSTALL_DATA%g s%@YACC@%$YACC%g s%@SET_MAKE@%$SET_MAKE%g @@ -202,7 +227,7 @@ with autoconf without thinking. s%@ALLOCA@%$ALLOCA%g s%@version@%$version%g s%@configuration@%$configuration%g -@@ -5445,6 +5573,7 @@ fi; done +@@ -5445,6 +5586,7 @@ fi; done EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -@@ -5480,7 +5609,7 @@ echo creating lib-src/Makefile +@@ -5480,7 +5622,7 @@ echo creating lib-src/Makefile sed -e '1,/start of cpp stuff/d'\ -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ < Makefile.c > junk.c @@ -219,7 +244,7 @@ with autoconf without thinking. sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c cat junk1.c junk2.c > Makefile.new rm -f junk.c junk1.c junk2.c -@@ -5496,7 +5625,7 @@ echo creating src/Makefile +@@ -5496,7 +5638,7 @@ echo creating src/Makefile sed -e '1,/start of cpp stuff/d'\ -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ < Makefile.c > junk.c diff --git a/editors/emacs20/patches/patch-bg b/editors/emacs20/patches/patch-bg index 60c91f382bb5..69bc12b68017 100644 --- a/editors/emacs20/patches/patch-bg +++ b/editors/emacs20/patches/patch-bg @@ -1,4 +1,4 @@ -$NetBSD: patch-bg,v 1.2 2012/03/05 07:29:36 dholland Exp $ +$NetBSD: patch-bg,v 1.4 2021/12/29 03:40:23 dholland Exp $ --- configure.in.orig 2000-06-05 15:42:49.000000000 +0000 +++ configure.in @@ -11,7 +11,7 @@ $NetBSD: patch-bg,v 1.2 2012/03/05 07:29:36 dholland Exp $ #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can -@@ -152,15 +154,19 @@ case "${canonical}" in +@@ -152,15 +154,21 @@ case "${canonical}" in opsys=netbsd case "${canonical}" in alpha*-*-netbsd*) machine=alpha ;; @@ -30,10 +30,38 @@ $NetBSD: patch-bg,v 1.2 2012/03/05 07:29:36 dholland Exp $ + sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; + arm*-*-netbsd*) machine=arm ;; ++ aarch64-*-netbsd*) machine=aarch64 ;; ++ x86_64-*-netbsd*) machine=amd64 ;; esac ;; -@@ -1594,6 +1600,14 @@ dnl tranle@intellicorp.com says libXmu.a +@@ -175,6 +183,7 @@ case "${canonical}" in + ns32k-*-openbsd*) machine=ns32000 ;; + sparc-*-openbsd*) machine=sparc ;; + vax-*-openbsd*) machine=vax ;; ++ x86_64-*-openbsd*) machine=amd64 ;; + esac + ;; + +@@ -964,6 +973,17 @@ case "${canonical}" in + esac + ;; + ++ ## AMD/Intel x86_64 machines where we don't care about the manufacturer ++ x86_64-*-* ) ++ machine=amd64 ++ case "${canonical}" in ++ *-linux-gnu* ) opsys=gnu-linux ;; ++ *-freebsd* ) opsys=freebsd ;; ++ *-dragonfly* ) opsys=dragonfly ;; ++ ## Otherwise, we'll fall through to the generic opsys code at the bottom. ++ esac ++ ;; ++ + ## m68k Linux-based GNU system + m68k-*-linux-gnu* ) + machine=m68k opsys=gnu-linux +@@ -1594,6 +1614,14 @@ dnl tranle@intellicorp.com says libXmu.a LIBS="-lXt $LIBS" fi AC_CHECK_LIB(Xmu, XmuConvertStandardSelection) @@ -48,7 +76,7 @@ $NetBSD: patch-bg,v 1.2 2012/03/05 07:29:36 dholland Exp $ LIBS="$OLDLIBS" fi -@@ -1747,6 +1761,10 @@ if test -f /usr/lpp/X11/bin/smt.exp; the +@@ -1747,6 +1775,10 @@ if test -f /usr/lpp/X11/bin/smt.exp; the AC_DEFINE(HAVE_AIX_SMT_EXP) fi diff --git a/editors/emacs20/patches/patch-br b/editors/emacs20/patches/patch-br index a3cd9799f3ac..69b3941e6bd2 100644 --- a/editors/emacs20/patches/patch-br +++ b/editors/emacs20/patches/patch-br @@ -1,8 +1,19 @@ -$NetBSD: patch-br,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $ +$NetBSD: patch-br,v 1.2 2021/12/29 03:26:32 dholland Exp $ ---- src/m/alpha.h.orig Fri Feb 4 12:25:47 2000 -+++ src/m/alpha.h Fri Jul 19 02:56:24 2002 -@@ -147,7 +147,9 @@ +- Fix extra declarations of allocator functions that are out of sync +with the rest of the tree. + +- Disable -fno-common on NetBSD (XXX why? The patch's original commit +message from 2002 says + -fno-common is not necessary on NetBSD/alpha (or any ELF platform, + really) +but I don't see why that's true given the associated comment, which +seems valid. (Or at least it is for alpha and mips, where non-library +code is built as PIC.) + +--- src/m/alpha.h.orig 2000-02-04 12:25:47.000000000 +0000 ++++ src/m/alpha.h +@@ -147,7 +147,9 @@ NOTE-END GNU libc, __malloc_initialized would normally be resolved to the shared library's .bss section, which is fatal. */ # ifdef __GNUC__ @@ -13,3 +24,15 @@ $NetBSD: patch-br,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $ # else # error What gives? Fix me if DEC Unix supports ELF now. # endif +@@ -279,8 +281,9 @@ extern long *xmalloc (), *xrealloc (); + /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it + is allowed to prototype these as "void *" so we don't prototype in + that case. You're right: it stinks! */ +-extern char *r_alloc (), *r_re_alloc (); +-extern void r_alloc_free (); ++extern void *r_alloc(void *, unsigned long); ++extern void *r_re_alloc(void *, unsigned long); ++extern void r_alloc_free(void *); + #endif /* not _MALLOC_INTERNAL */ + #endif /* REL_ALLOC */ + diff --git a/editors/emacs20/patches/patch-src_m_aarch64.h b/editors/emacs20/patches/patch-src_m_aarch64.h new file mode 100644 index 000000000000..1391acf86665 --- /dev/null +++ b/editors/emacs20/patches/patch-src_m_aarch64.h @@ -0,0 +1,138 @@ +$NetBSD: patch-src_m_aarch64.h,v 1.1 2021/12/25 22:11:51 dholland Exp $ + +Experimental support for 64-bit ARM. + +--- src/m/aarch64.h.orig 2021-12-25 21:57:52.527089817 +0000 ++++ src/m/aarch64.h +@@ -0,0 +1,131 @@ ++/* machine description file for ARM AArch64. ++ Copyright (C) 2002 Free Software Foundation, Inc. ++ ++This file is part of GNU Emacs. ++ ++GNU Emacs is free software; you can redistribute it and/or modify ++it under the terms of the GNU General Public License as published by ++the Free Software Foundation; either version 2, or (at your option) ++any later version. ++ ++GNU Emacs is distributed in the hope that it will be useful, ++but WITHOUT ANY WARRANTY; without even the implied warranty of ++MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++GNU General Public License for more details. ++ ++You should have received a copy of the GNU General Public License ++along with GNU Emacs; see the file COPYING. If not, write to ++the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ++Boston, MA 02111-1307, USA. */ ++ ++ ++/* The following line tells the configuration script what sort of ++ operating system this machine is likely to run. ++ USUAL-OPSYS="linux" */ ++ ++#define BITS_PER_LONG 64 ++#define BITS_PER_EMACS_INT 64 ++ ++/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word ++ is the most significant byte. */ ++ ++#undef WORDS_BIG_ENDIAN ++ ++/* Define NO_ARG_ARRAY if you cannot take the address of the first of a ++ * group of arguments and treat it as an array of the arguments. */ ++ ++#define NO_ARG_ARRAY ++ ++/* Define WORD_MACHINE if addresses and such have ++ * to be corrected before they can be used as byte counts. */ ++ ++/* #define WORD_MACHINE */ ++ ++/* Now define a symbol for the cpu type, if your compiler ++ does not define it automatically: ++ Ones defined so far include vax, m68000, ns16000, pyramid, ++ orion, tahoe, APOLLO and many others */ ++/* (defined automatically) */ ++ ++/* Use type int rather than a union, to represent Lisp_Object */ ++/* This is desirable for most machines. */ ++ ++#define NO_UNION_TYPE ++ ++/* Define the type to use. */ ++#define EMACS_INT long ++#define EMACS_UINT unsigned long ++#define SPECIAL_EMACS_INT ++ ++/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend ++ the 24-bit bit field into an int. In other words, if bit fields ++ are always unsigned. ++ ++ If you use NO_UNION_TYPE, this flag does not matter. */ ++ ++#define EXPLICIT_SIGN_EXTEND ++ ++/* Data type of load average, as read out of kmem. */ ++ ++#define LOAD_AVE_TYPE long ++ ++/* Convert that into an integer that is 100 for a load average of 1.0 */ ++ ++#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) ++ ++/* Define CANNOT_DUMP on machines where unexec does not work. ++ Then the function dump-emacs will not be defined ++ and temacs will do (load "loadup") automatically unless told otherwise. */ ++ ++/* #define CANNOT_DUMP */ ++ ++/* Define VIRT_ADDR_VARIES if the virtual addresses of ++ pure and impure space as loaded can vary, and even their ++ relative order cannot be relied on. ++ ++ Otherwise Emacs assumes that text space precedes data space, ++ numerically. */ ++ ++#define VIRT_ADDR_VARIES /* XXX */ ++ ++/* Define C_ALLOCA if this machine does not support a true alloca ++ and the one written in C should be used instead. ++ Define HAVE_ALLOCA to say that the system provides a properly ++ working alloca function and it should be used. ++ Define neither one if an assembler-language alloca ++ in the file alloca.s should be used. */ ++ ++/* #define C_ALLOCA */ /* XXX */ ++#define HAVE_ALLOCA ++ ++/* Define NO_REMAP if memory segmentation makes it not work well ++ to change the boundary between the text section and data section ++ when Emacs is dumped. If you define this, the preloaded Lisp ++ code will not be sharable; but that's better than failing completely. */ ++ ++#define NO_REMAP /* XXX */ ++ ++#define PNTR_COMPARISON_TYPE unsigned long ++ ++/* On the 64 bit architecture, we can use 60 bits for addresses */ ++ ++#define VALBITS 60 ++ ++/* This definition of MARKBIT is necessary because of the comparison of ++ ARRAY_MARK_FLAG and MARKBIT in an #if in lisp.h, which cpp doesn't like. */ ++ ++#define MARKBIT 0x8000000000000000L ++ ++/* Define XINT and XUINT so that they can take arguments of type int */ ++#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS)) ++#define XUINT(a) ((long) (a) & VALMASK) ++ ++/* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ ++ ++#define XPNTR(a) XUINT (a) ++ ++/* #undef START_FILES */ /* XXX */ ++/* #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o */ /* XXX */ ++ ++/* #undef LIB_STANDARD */ /* XXX */ ++/* #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o */ /* XXX */ diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 9f50f0beafe7..6a3ccb0c386e 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2021/12/08 16:04:09 adam Exp $ +# $NetBSD: Makefile,v 1.24 2021/12/29 05:47:44 pin Exp $ -VERSION= 1.0.1 +VERSION= 1.1.0 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} diff --git a/editors/featherpad/PLIST b/editors/featherpad/PLIST index 99c3392d44f7..f025dcbe63b5 100644 --- a/editors/featherpad/PLIST +++ b/editors/featherpad/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2021/09/01 06:58:39 pin Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/12/29 05:47:44 pin Exp $ bin/featherpad bin/fpad share/applications/featherpad.desktop share/featherpad/help +share/featherpad/help_ca share/featherpad/help_ja share/featherpad/help_pt_BR share/featherpad/translations/featherpad_ar_DZ.qm share/featherpad/translations/featherpad_bg.qm +share/featherpad/translations/featherpad_ca.qm share/featherpad/translations/featherpad_cs.qm share/featherpad/translations/featherpad_cy.qm share/featherpad/translations/featherpad_da.qm @@ -19,6 +21,7 @@ share/featherpad/translations/featherpad_fa.qm share/featherpad/translations/featherpad_fi.qm share/featherpad/translations/featherpad_fr.qm share/featherpad/translations/featherpad_he.qm +share/featherpad/translations/featherpad_hr.qm share/featherpad/translations/featherpad_hu.qm share/featherpad/translations/featherpad_id.qm share/featherpad/translations/featherpad_it.qm diff --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo index df5cfb08c038..27700cb7b92d 100644 --- a/editors/featherpad/distinfo +++ b/editors/featherpad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 10:21:28 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/12/29 05:47:44 pin Exp $ -BLAKE2s (FeatherPad-V1.0.1.tar.gz) = 6e1d1104ed687b60603693d99be62bf0d58eec2c4ed6627d373f7f7a5dbdcbe7 -SHA512 (FeatherPad-V1.0.1.tar.gz) = 8d1a07f8f32f63ec77e6bff8a39badd1eef87b0675096f964ff2fa770dda7c79ec9a1f788cbfa77528163aeb6c6067ca74e009293eca2e718dce92a48aef5f98 -Size (FeatherPad-V1.0.1.tar.gz) = 1014744 bytes +BLAKE2s (FeatherPad-V1.1.0.tar.gz) = 5fbedbc9533f427340247b9907a2978a106317df703a3a54fe74acdef1427a7b +SHA512 (FeatherPad-V1.1.0.tar.gz) = c734619ea8eda2709ccfa4d1b3c2ac541f32d52f31f0896ddf3c1c5733f175da9d955458a62a34221400a73003970cf796f59cf574b499831267b6f4d1a28d21 +Size (FeatherPad-V1.1.0.tar.gz) = 1061070 bytes diff --git a/editors/mule/distinfo b/editors/mule/distinfo index 533d2487551c..3b2e24226825 100644 --- a/editors/mule/distinfo +++ b/editors/mule/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 10:21:34 nia Exp $ +$NetBSD: distinfo,v 1.19 2021/12/27 04:59:56 dholland Exp $ BLAKE2s (mule-2.3.tar.gz) = 364dffd69e1ddc45163e74ba82ac29b3f914fae3f7f42e99beae357f85d303e7 SHA512 (mule-2.3.tar.gz) = 5f6a9047e6c9d752787d6cab3573516c6efd65cd901fbab74d314a5967e6c68b2dc7c2aa7454d8588d421553530c87dd3ee9692d523d818e01739580cb1201fd @@ -53,7 +53,7 @@ SHA1 (patch-bu) = a8ccd87510615e5353bb9525cd0fcfafdf56ea07 SHA1 (patch-bv) = b92611d27a1fc4fc0d4bbe171683e057e6dcaf60 SHA1 (patch-bw) = 460728484379cc4325f7b1836cec9a4b3b25e46a SHA1 (patch-bx) = 29a53c87e4038ec02ae1710314d36cf58f58855f -SHA1 (patch-by) = 2b1c42e36d5217208fcc83bb0464c09bc38db933 +SHA1 (patch-by) = b5ebd1e7169fbd84a730883e5a593ed2a5826b7b SHA1 (patch-bz) = b8030f68f36781583a9eae4a66e3d5e0062f6169 SHA1 (patch-ca) = a98c0d794427e858c6232283f50598d0c55c3f16 SHA1 (patch-cb) = 775c85bceb8aff3248becb22cacad40d398fa925 diff --git a/editors/mule/patches/patch-by b/editors/mule/patches/patch-by index 6a6e62b25933..a34b294d7fdc 100644 --- a/editors/mule/patches/patch-by +++ b/editors/mule/patches/patch-by @@ -1,30 +1,40 @@ -$NetBSD: patch-by,v 1.2 2011/12/24 17:07:07 dholland Exp $ +$NetBSD: patch-by,v 1.3 2021/12/27 04:59:56 dholland Exp $ - use standard headers - don't declare own errno --- lib-src/timer.c.orig 1995-02-17 07:47:36.000000000 +0000 +++ lib-src/timer.c -@@ -12,7 +12,9 @@ +@@ -12,7 +12,10 @@ esr@snark.thyrsus.com, Aug 7 1992. */ #include +#include ++#include #include +#include #include #include /* time_t */ -@@ -33,12 +35,7 @@ +@@ -33,13 +36,6 @@ #endif -extern int errno; - extern char *strerror (); +-extern char *strerror (); -#ifndef OSF1 -extern char *malloc (); -#endif -extern time_t time (); - +- /* * The field separator for input. This character shouldn't occur in dates, + * and should be printable so event strings are readable by people. +@@ -82,7 +78,6 @@ schedule (str) + char *str; + { + extern time_t get_date (); +- extern char *strcpy (); + time_t now; + register char *p; + static struct event *ep; diff --git a/emulators/Makefile b/emulators/Makefile index 5542fb82a40f..2ea53cd551bf 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.343 2021/11/25 15:42:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.344 2021/12/23 04:33:06 jnemeth Exp $ # COMMENT= Emulators for other machines and systems @@ -48,6 +48,7 @@ SUBDIR+= compat60 SUBDIR+= compat61 SUBDIR+= compat61-x11 SUBDIR+= compat80 +SUBDIR+= compat90 SUBDIR+= cygwin_lib SUBDIR+= darwin_lib SUBDIR+= dega diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index e0fa32801f85..a2b9c565c35b 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.189 2021/12/16 12:59:43 tnn Exp $ +$NetBSD: distinfo,v 1.190 2021/12/27 10:12:57 nia Exp $ BLAKE2s (palcode-clipper-qemu-5.2.0nb8) = d388c896a80c1cc3d4785c8434d6688bbcfd54c28f7252ce550ab162a0bba321 SHA512 (palcode-clipper-qemu-5.2.0nb8) = 33695d6001d86a19793a92d5e31775607c4dfc9ab9eea019ea6c4d543a2e11e8c07f83cca4934811a13ef829b528737ea37d9d2aaf66cba6f2746d44d2aa0b43 @@ -6,6 +6,7 @@ Size (palcode-clipper-qemu-5.2.0nb8) = 159808 bytes BLAKE2s (qemu-6.2.0.tar.xz) = f8a5e369a65ed0903c271712c81a3c8a1b8893f923dfb815a7db1359fc263ece SHA512 (qemu-6.2.0.tar.xz) = e9f8231c9e1cfcc41cb47f10a55d63f6b8aee307af00cf6acf64acb7aa4f49fa7e9d6330703a2abea15d8b7bbaba7d3cb08c83edd98d82642367b527df730817 Size (qemu-6.2.0.tar.xz) = 115667324 bytes +SHA1 (patch-audio_jackaudio.c) = 0c9e2bea94857007938e16285b721d1495fcb8e1 SHA1 (patch-backends_tpm_tpm__ioctl.h) = fbd6c877ad605f7120290efbb0ac653c69f351de SHA1 (patch-hw-mips-Kconfig) = c7199ad26ac45116ab4d38252db4234ae93bdf9a SHA1 (patch-hw-mips-mipssim.c) = 1f682b74b34398b3ff15f9e7f24a85f4b8bb4853 diff --git a/emulators/qemu/options.mk b/emulators/qemu/options.mk index 83c994339063..760653b4cccc 100644 --- a/emulators/qemu/options.mk +++ b/emulators/qemu/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.16 2021/02/23 09:28:33 wiz Exp $ +# $NetBSD: options.mk,v 1.17 2021/12/27 10:12:57 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qemu -PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice +PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi jack sdl spice PKG_SUGGESTED_OPTIONS+= iscsi spice .include "../../mk/bsd.fast.prefs.mk" @@ -26,6 +26,13 @@ PKG_SUGGESTED_OPTIONS+= sdl PLIST_VARS+= gtk keymap virtfs-proxy-helper +.if !empty(PKG_OPTIONS:Mjack) +CONFIGURE_ARGS+= --enable-jack +.include "../../audio/jack/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-jack +.endif + .if !empty(PKG_OPTIONS:Mdebug-info) CONFIGURE_ARGS+= --enable-debug-info .else diff --git a/emulators/qemu/patches/patch-audio_jackaudio.c b/emulators/qemu/patches/patch-audio_jackaudio.c new file mode 100644 index 000000000000..fb7710169f56 --- /dev/null +++ b/emulators/qemu/patches/patch-audio_jackaudio.c @@ -0,0 +1,18 @@ +$NetBSD: patch-audio_jackaudio.c,v 1.1 2021/12/27 10:12:57 nia Exp $ + +Teach it about NetBSD's pthread_setname_np. + +--- audio/jackaudio.c.orig 2021-12-14 20:42:02.000000000 +0000 ++++ audio/jackaudio.c +@@ -631,7 +631,11 @@ static int qjack_thread_creator(jack_nat + } + + /* set the name of the thread */ ++#ifdef __NetBSD__ ++ pthread_setname_np(*thread, "%s", (void *)"jack-client"); ++#else + pthread_setname_np(*thread, "jack-client"); ++#endif + + return ret; + } diff --git a/finance/bitcoin/distinfo b/finance/bitcoin/distinfo index 26533b772abe..5607c38f1a72 100644 --- a/finance/bitcoin/distinfo +++ b/finance/bitcoin/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.14 2021/11/22 21:32:04 khorben Exp $ +$NetBSD: distinfo,v 1.15 2021/12/26 05:27:37 mef Exp $ BLAKE2s (bitcoin-22.0.tar.gz) = 8e0526c33180ff5036637b774aeff354ecaff92806422239103a6e22a5394bf6 SHA512 (bitcoin-22.0.tar.gz) = a39dcc6e89f42c9da2d9aad503071c615bde76b17c829d2b460754691ad07c3eef66c36555252d31ddc8f3b13d0e6893e40cfb042ba20ef19144bcd15d89ceb2 Size (bitcoin-22.0.tar.gz) = 7972234 bytes +SHA1 (patch-configure.ac) = af27ab90a784633464e2d6554d61723a7610257d SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b diff --git a/finance/bitcoin/patches/patch-configure.ac b/finance/bitcoin/patches/patch-configure.ac new file mode 100644 index 000000000000..3272f336495e --- /dev/null +++ b/finance/bitcoin/patches/patch-configure.ac @@ -0,0 +1,17 @@ +$NetBSD: patch-configure.ac,v 1.1 2021/12/26 05:27:37 mef Exp $ + +=> Checking for portability problems in extracted files +ERROR: [check-portability.awk] => Found test ... == ...: +ERROR: [check-portability.awk] configure:38625: if test x$enable_fuzz == xno; then + +--- configure.ac.orig 2021-09-09 03:16:07.000000000 +0900 ++++ configure.ac 2021-12-26 12:24:07.689196819 +0900 +@@ -1922,7 +1922,7 @@ if test x$bitcoin_enable_qt != xno; then + echo " with qr = $use_qr" + fi + echo " with zmq = $use_zmq" +-if test x$enable_fuzz == xno; then ++if test x$enable_fuzz = xno; then + echo " with test = $use_tests" + else + echo " with test = not building test_bitcoin because fuzzing is enabled" diff --git a/finance/py-trytond-account-asset/PLIST b/finance/py-trytond-account-asset/PLIST index 69af539b80fe..085cd62bb9be 100644 --- a/finance/py-trytond-account-asset/PLIST +++ b/finance/py-trytond-account-asset/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/23 16:12:39 mef Exp $ ${PYSITELIB}/trytond/modules/account_asset/__init__.py ${PYSITELIB}/trytond/modules/account_asset/__init__.pyc ${PYSITELIB}/trytond/modules/account_asset/__init__.pyo @@ -10,7 +10,10 @@ ${PYSITELIB}/trytond/modules/account_asset/asset.py ${PYSITELIB}/trytond/modules/account_asset/asset.pyc ${PYSITELIB}/trytond/modules/account_asset/asset.pyo ${PYSITELIB}/trytond/modules/account_asset/asset.xml -${PYSITELIB}/trytond/modules/account_asset/asset_table.odt +${PYSITELIB}/trytond/modules/account_asset/asset_table.fodt +${PYSITELIB}/trytond/modules/account_asset/exceptions.py +${PYSITELIB}/trytond/modules/account_asset/exceptions.pyc +${PYSITELIB}/trytond/modules/account_asset/exceptions.pyo ${PYSITELIB}/trytond/modules/account_asset/invoice.py ${PYSITELIB}/trytond/modules/account_asset/invoice.pyc ${PYSITELIB}/trytond/modules/account_asset/invoice.pyo @@ -21,18 +24,24 @@ ${PYSITELIB}/trytond/modules/account_asset/locale/cs.po ${PYSITELIB}/trytond/modules/account_asset/locale/de.po ${PYSITELIB}/trytond/modules/account_asset/locale/es.po ${PYSITELIB}/trytond/modules/account_asset/locale/es_419.po +${PYSITELIB}/trytond/modules/account_asset/locale/et.po +${PYSITELIB}/trytond/modules/account_asset/locale/fa.po +${PYSITELIB}/trytond/modules/account_asset/locale/fi.po ${PYSITELIB}/trytond/modules/account_asset/locale/fr.po -${PYSITELIB}/trytond/modules/account_asset/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_asset/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_asset/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_asset/locale/hu.po +${PYSITELIB}/trytond/modules/account_asset/locale/id.po +${PYSITELIB}/trytond/modules/account_asset/locale/it.po ${PYSITELIB}/trytond/modules/account_asset/locale/lo.po ${PYSITELIB}/trytond/modules/account_asset/locale/lt.po ${PYSITELIB}/trytond/modules/account_asset/locale/nl.po ${PYSITELIB}/trytond/modules/account_asset/locale/pl.po -${PYSITELIB}/trytond/modules/account_asset/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_asset/locale/pt.po +${PYSITELIB}/trytond/modules/account_asset/locale/ro.po ${PYSITELIB}/trytond/modules/account_asset/locale/ru.po ${PYSITELIB}/trytond/modules/account_asset/locale/sl.po +${PYSITELIB}/trytond/modules/account_asset/locale/tr.po ${PYSITELIB}/trytond/modules/account_asset/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_asset/message.xml ${PYSITELIB}/trytond/modules/account_asset/minimal_chart_bg.xml ${PYSITELIB}/trytond/modules/account_asset/minimal_chart_ca.xml ${PYSITELIB}/trytond/modules/account_asset/minimal_chart_de.xml @@ -54,6 +63,8 @@ ${PYSITELIB}/trytond/modules/account_asset/tests/__init__.py ${PYSITELIB}/trytond/modules/account_asset/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_asset/tests/__init__.pyo ${PYSITELIB}/trytond/modules/account_asset/tests/scenario_account_asset.rst +${PYSITELIB}/trytond/modules/account_asset/tests/scenario_account_asset_depreciated.rst +${PYSITELIB}/trytond/modules/account_asset/tests/scenario_purchase_asset.rst ${PYSITELIB}/trytond/modules/account_asset/tests/test_account_asset.py ${PYSITELIB}/trytond/modules/account_asset/tests/test_account_asset.pyc ${PYSITELIB}/trytond/modules/account_asset/tests/test_account_asset.pyo @@ -61,6 +72,7 @@ ${PYSITELIB}/trytond/modules/account_asset/tests/tools.py ${PYSITELIB}/trytond/modules/account_asset/tests/tools.pyc ${PYSITELIB}/trytond/modules/account_asset/tests/tools.pyo ${PYSITELIB}/trytond/modules/account_asset/tryton.cfg +${PYSITELIB}/trytond/modules/account_asset/view/account_type_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/asset_create_moves_start_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/asset_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/asset_line_form.xml @@ -72,6 +84,8 @@ ${PYSITELIB}/trytond/modules/account_asset/view/category_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/configuration_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/invoice_line_form.xml ${PYSITELIB}/trytond/modules/account_asset/view/print_depreciation_table_start.xml +${PYSITELIB}/trytond/modules/account_asset/view/revision_form.xml +${PYSITELIB}/trytond/modules/account_asset/view/revision_tree.xml ${PYSITELIB}/trytond/modules/account_asset/view/template_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-account-asset/distinfo b/finance/py-trytond-account-asset/distinfo index 34b561f92a28..efbcfb8d1202 100644 --- a/finance/py-trytond-account-asset/distinfo +++ b/finance/py-trytond-account-asset/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:05 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_asset-4.2.0.tar.gz) = a3703af5fa032fc2b17b2c3dbb12bd1d6e67d5ca072edef5becec01441609a73 -SHA512 (tryton-4.2/trytond_account_asset-4.2.0.tar.gz) = 75097cbc0240a389841f160ab4d4d80598ffca768ff6b6b31a7e6d385b025b7e2187f7546164677722da8a3dfd90b415ec0773dce84febc14e59311eda2fc457 -Size (tryton-4.2/trytond_account_asset-4.2.0.tar.gz) = 75514 bytes +BLAKE2s (tryton-6.2/trytond_account_asset-6.2.0.tar.gz) = 32dccce5a9c184d708e6844c29eae3047ba08cdcf1441683687e2bd47a2da96d +SHA512 (tryton-6.2/trytond_account_asset-6.2.0.tar.gz) = d13da06751654b5b8dcefcc0eb27174bef29e2c057afb7e767a8cef07db1c71aa8efcfd13481d5706274c77d95fdf89ab811ff0ee86bea76a8a876e850bda5b3 +Size (tryton-6.2/trytond_account_asset-6.2.0.tar.gz) = 81829 bytes diff --git a/finance/py-trytond-account-be/PLIST b/finance/py-trytond-account-be/PLIST index 53714b95177c..af1974c7944e 100644 --- a/finance/py-trytond-account-be/PLIST +++ b/finance/py-trytond-account-be/PLIST @@ -1,12 +1,36 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:39 mef Exp $ ${PYSITELIB}/trytond/modules/account_be/__init__.py ${PYSITELIB}/trytond/modules/account_be/__init__.pyc ${PYSITELIB}/trytond/modules/account_be/__init__.pyo ${PYSITELIB}/trytond/modules/account_be/account.py ${PYSITELIB}/trytond/modules/account_be/account.pyc ${PYSITELIB}/trytond/modules/account_be/account.pyo +${PYSITELIB}/trytond/modules/account_be/account.xml ${PYSITELIB}/trytond/modules/account_be/account_be_fr.xml ${PYSITELIB}/trytond/modules/account_be/account_be_nl.xml +${PYSITELIB}/trytond/modules/account_be/locale/bg.po +${PYSITELIB}/trytond/modules/account_be/locale/ca.po +${PYSITELIB}/trytond/modules/account_be/locale/cs.po +${PYSITELIB}/trytond/modules/account_be/locale/de.po +${PYSITELIB}/trytond/modules/account_be/locale/es.po +${PYSITELIB}/trytond/modules/account_be/locale/es_419.po +${PYSITELIB}/trytond/modules/account_be/locale/et.po +${PYSITELIB}/trytond/modules/account_be/locale/fa.po +${PYSITELIB}/trytond/modules/account_be/locale/fi.po +${PYSITELIB}/trytond/modules/account_be/locale/fr.po +${PYSITELIB}/trytond/modules/account_be/locale/hu.po +${PYSITELIB}/trytond/modules/account_be/locale/id.po +${PYSITELIB}/trytond/modules/account_be/locale/it.po +${PYSITELIB}/trytond/modules/account_be/locale/lo.po +${PYSITELIB}/trytond/modules/account_be/locale/lt.po +${PYSITELIB}/trytond/modules/account_be/locale/nl.po +${PYSITELIB}/trytond/modules/account_be/locale/pl.po +${PYSITELIB}/trytond/modules/account_be/locale/pt.po +${PYSITELIB}/trytond/modules/account_be/locale/ro.po +${PYSITELIB}/trytond/modules/account_be/locale/ru.po +${PYSITELIB}/trytond/modules/account_be/locale/sl.po +${PYSITELIB}/trytond/modules/account_be/locale/tr.po +${PYSITELIB}/trytond/modules/account_be/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_be/tax_be_fr.xml ${PYSITELIB}/trytond/modules/account_be/tax_be_nl.xml ${PYSITELIB}/trytond/modules/account_be/tests/__init__.py @@ -16,6 +40,8 @@ ${PYSITELIB}/trytond/modules/account_be/tests/test_account_be.py ${PYSITELIB}/trytond/modules/account_be/tests/test_account_be.pyc ${PYSITELIB}/trytond/modules/account_be/tests/test_account_be.pyo ${PYSITELIB}/trytond/modules/account_be/tryton.cfg +${PYSITELIB}/trytond/modules/account_be/view/vat_customer_context_form.xml +${PYSITELIB}/trytond/modules/account_be/view/vat_customer_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-be/distinfo b/finance/py-trytond-account-be/distinfo index 8a43a5ef4946..75f54f62fafe 100644 --- a/finance/py-trytond-account-be/distinfo +++ b/finance/py-trytond-account-be/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_be-4.2.0.tar.gz) = af2a11a74514c622b80f67a96b00c8588b0fcaee5f1b94f7ec855b87a2d7c262 -SHA512 (tryton-4.2/trytond_account_be-4.2.0.tar.gz) = 909e7902ac150e5329cdd1ea4207691c58290c534dd2f872af85fe251bc063f513107fcbafb88502360a97b575ab286218f84cc113ef012486df32a1413865e9 -Size (tryton-4.2/trytond_account_be-4.2.0.tar.gz) = 79430 bytes +BLAKE2s (tryton-6.2/trytond_account_be-6.2.0.tar.gz) = 75aa91feb4585e34e9450b6b323c26abe8f9d1a1c643a0cb802e31e9179701a2 +SHA512 (tryton-6.2/trytond_account_be-6.2.0.tar.gz) = 96b33ec3a9612c9720bcad93243f8042839a67fafb419d233f93e4a0e2441af8faa482e8e18829e79d76dbc359bb5b717e4fd3eecbd91e97577b2f504f842760 +Size (tryton-6.2/trytond_account_be-6.2.0.tar.gz) = 92864 bytes diff --git a/finance/py-trytond-account-credit-limit/PLIST b/finance/py-trytond-account-credit-limit/PLIST index 25cc335e752e..88125950a0ab 100644 --- a/finance/py-trytond-account-credit-limit/PLIST +++ b/finance/py-trytond-account-credit-limit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:44 mef Exp $ ${PYSITELIB}/trytond/modules/account_credit_limit/__init__.py ${PYSITELIB}/trytond/modules/account_credit_limit/__init__.pyc ${PYSITELIB}/trytond/modules/account_credit_limit/__init__.pyo @@ -6,24 +6,33 @@ ${PYSITELIB}/trytond/modules/account_credit_limit/account.py ${PYSITELIB}/trytond/modules/account_credit_limit/account.pyc ${PYSITELIB}/trytond/modules/account_credit_limit/account.pyo ${PYSITELIB}/trytond/modules/account_credit_limit/account.xml +${PYSITELIB}/trytond/modules/account_credit_limit/exceptions.py +${PYSITELIB}/trytond/modules/account_credit_limit/exceptions.pyc +${PYSITELIB}/trytond/modules/account_credit_limit/exceptions.pyo ${PYSITELIB}/trytond/modules/account_credit_limit/locale/bg.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/ca.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/cs.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/de.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/es.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/es_419.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/et.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/fa.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/fi.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/fr.po -${PYSITELIB}/trytond/modules/account_credit_limit/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_credit_limit/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_credit_limit/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/hu.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/id.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/it.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/lo.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/lt.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/nl.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/pl.po -${PYSITELIB}/trytond/modules/account_credit_limit/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/pt.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/ro.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/ru.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/sl.po +${PYSITELIB}/trytond/modules/account_credit_limit/locale/tr.po ${PYSITELIB}/trytond/modules/account_credit_limit/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_credit_limit/message.xml ${PYSITELIB}/trytond/modules/account_credit_limit/party.py ${PYSITELIB}/trytond/modules/account_credit_limit/party.pyc ${PYSITELIB}/trytond/modules/account_credit_limit/party.pyo @@ -37,6 +46,7 @@ ${PYSITELIB}/trytond/modules/account_credit_limit/tests/test_account_credit_limi ${PYSITELIB}/trytond/modules/account_credit_limit/tryton.cfg ${PYSITELIB}/trytond/modules/account_credit_limit/view/configuration_form.xml ${PYSITELIB}/trytond/modules/account_credit_limit/view/dunning_level_form.xml +${PYSITELIB}/trytond/modules/account_credit_limit/view/dunning_level_list.xml ${PYSITELIB}/trytond/modules/account_credit_limit/view/party_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-account-credit-limit/distinfo b/finance/py-trytond-account-credit-limit/distinfo index f9a018e3b6ad..5f99c80e7e20 100644 --- a/finance/py-trytond-account-credit-limit/distinfo +++ b/finance/py-trytond-account-credit-limit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_credit_limit-4.2.0.tar.gz) = 4973c7ddf8794b4376a57655305cc8d05229bb91c7ab517a442b503543033d4d -SHA512 (tryton-4.2/trytond_account_credit_limit-4.2.0.tar.gz) = 42b957d77cf197c0b139dcd93f30939a38a430c0665b32cde3bf63d5a4235c56ee74765b8bf32543afd8e0b98411d84107ec09cfa0b1f803ef8eaf3dfc595b46 -Size (tryton-4.2/trytond_account_credit_limit-4.2.0.tar.gz) = 22610 bytes +BLAKE2s (tryton-6.2/trytond_account_credit_limit-6.2.0.tar.gz) = 4568a24fc8b1f1b8f1c96b82e6844b2fa9b011c21543feba3502c70753d37c01 +SHA512 (tryton-6.2/trytond_account_credit_limit-6.2.0.tar.gz) = 0a8f42acacc1a0cb2dfe1560ee7c873d7f7c3d8a3f235665a3093b146c66f08006084e62378643ab0f47ef089bcf724cdd5015e363f46a3946ce6661b38fb904 +Size (tryton-6.2/trytond_account_credit_limit-6.2.0.tar.gz) = 29140 bytes diff --git a/finance/py-trytond-account-de-skr03/PLIST b/finance/py-trytond-account-de-skr03/PLIST index 12b75c4b9fb0..5d62cddc6603 100644 --- a/finance/py-trytond-account-de-skr03/PLIST +++ b/finance/py-trytond-account-de-skr03/PLIST @@ -1,8 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:39 mef Exp $ ${PYSITELIB}/trytond/modules/account_de_skr03/__init__.py ${PYSITELIB}/trytond/modules/account_de_skr03/__init__.pyc ${PYSITELIB}/trytond/modules/account_de_skr03/__init__.pyo +${PYSITELIB}/trytond/modules/account_de_skr03/account.py +${PYSITELIB}/trytond/modules/account_de_skr03/account.pyc +${PYSITELIB}/trytond/modules/account_de_skr03/account.pyo ${PYSITELIB}/trytond/modules/account_de_skr03/account_de.xml +${PYSITELIB}/trytond/modules/account_de_skr03/tax_de.xml ${PYSITELIB}/trytond/modules/account_de_skr03/tests/__init__.py ${PYSITELIB}/trytond/modules/account_de_skr03/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_de_skr03/tests/__init__.pyo diff --git a/finance/py-trytond-account-de-skr03/distinfo b/finance/py-trytond-account-de-skr03/distinfo index 79ab4878373d..f6e6b2c76f0a 100644 --- a/finance/py-trytond-account-de-skr03/distinfo +++ b/finance/py-trytond-account-de-skr03/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_de_skr03-4.2.0.tar.gz) = 0ebbd501523ba1bc8ad33fd4dd69b5a96ae622285d7af66d568a6ef8068f9840 -SHA512 (tryton-4.2/trytond_account_de_skr03-4.2.0.tar.gz) = d13394b420effadec1351b47a2a223dfe7bab4ffdfc48bb558c4af1a8c70e96bf2d1cb8bc67ad52a5d6524ece208509ebfcaf3b37023c9e1d3f7e4181cc51469 -Size (tryton-4.2/trytond_account_de_skr03-4.2.0.tar.gz) = 51314 bytes +BLAKE2s (tryton-6.2/trytond_account_de_skr03-6.2.0.tar.gz) = 8f7c3b88d53d70200f615492f614eab42d9c1b56af85697f0efd1859f237d98a +SHA512 (tryton-6.2/trytond_account_de_skr03-6.2.0.tar.gz) = 6fcf69bcb1e917c59afca22d726588ea0b974eb6f337d306e028fae626931200b768589b241a3088769acc30f7f98436be9769bb66765a5d6eed8e667a575aa5 +Size (tryton-6.2/trytond_account_de_skr03-6.2.0.tar.gz) = 54484 bytes diff --git a/finance/py-trytond-account-deposit/PLIST b/finance/py-trytond-account-deposit/PLIST index e66364fa88d6..37c3928691b8 100644 --- a/finance/py-trytond-account-deposit/PLIST +++ b/finance/py-trytond-account-deposit/PLIST @@ -1,10 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:39 mef Exp $ ${PYSITELIB}/trytond/modules/account_deposit/__init__.py ${PYSITELIB}/trytond/modules/account_deposit/__init__.pyc ${PYSITELIB}/trytond/modules/account_deposit/__init__.pyo ${PYSITELIB}/trytond/modules/account_deposit/account.py ${PYSITELIB}/trytond/modules/account_deposit/account.pyc ${PYSITELIB}/trytond/modules/account_deposit/account.pyo +${PYSITELIB}/trytond/modules/account_deposit/account.xml +${PYSITELIB}/trytond/modules/account_deposit/exceptions.py +${PYSITELIB}/trytond/modules/account_deposit/exceptions.pyc +${PYSITELIB}/trytond/modules/account_deposit/exceptions.pyo ${PYSITELIB}/trytond/modules/account_deposit/invoice.py ${PYSITELIB}/trytond/modules/account_deposit/invoice.pyc ${PYSITELIB}/trytond/modules/account_deposit/invoice.pyo @@ -15,18 +19,24 @@ ${PYSITELIB}/trytond/modules/account_deposit/locale/cs.po ${PYSITELIB}/trytond/modules/account_deposit/locale/de.po ${PYSITELIB}/trytond/modules/account_deposit/locale/es.po ${PYSITELIB}/trytond/modules/account_deposit/locale/es_419.po +${PYSITELIB}/trytond/modules/account_deposit/locale/et.po +${PYSITELIB}/trytond/modules/account_deposit/locale/fa.po +${PYSITELIB}/trytond/modules/account_deposit/locale/fi.po ${PYSITELIB}/trytond/modules/account_deposit/locale/fr.po -${PYSITELIB}/trytond/modules/account_deposit/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_deposit/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_deposit/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_deposit/locale/hu.po +${PYSITELIB}/trytond/modules/account_deposit/locale/id.po +${PYSITELIB}/trytond/modules/account_deposit/locale/it.po ${PYSITELIB}/trytond/modules/account_deposit/locale/lo.po ${PYSITELIB}/trytond/modules/account_deposit/locale/lt.po ${PYSITELIB}/trytond/modules/account_deposit/locale/nl.po ${PYSITELIB}/trytond/modules/account_deposit/locale/pl.po -${PYSITELIB}/trytond/modules/account_deposit/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_deposit/locale/pt.po +${PYSITELIB}/trytond/modules/account_deposit/locale/ro.po ${PYSITELIB}/trytond/modules/account_deposit/locale/ru.po ${PYSITELIB}/trytond/modules/account_deposit/locale/sl.po +${PYSITELIB}/trytond/modules/account_deposit/locale/tr.po ${PYSITELIB}/trytond/modules/account_deposit/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_deposit/message.xml ${PYSITELIB}/trytond/modules/account_deposit/minimal_chart_bg.xml ${PYSITELIB}/trytond/modules/account_deposit/minimal_chart_ca.xml ${PYSITELIB}/trytond/modules/account_deposit/minimal_chart_de.xml @@ -52,7 +62,9 @@ ${PYSITELIB}/trytond/modules/account_deposit/tests/tools.py ${PYSITELIB}/trytond/modules/account_deposit/tests/tools.pyc ${PYSITELIB}/trytond/modules/account_deposit/tests/tools.pyo ${PYSITELIB}/trytond/modules/account_deposit/tryton.cfg +${PYSITELIB}/trytond/modules/account_deposit/view/account_type_form.xml ${PYSITELIB}/trytond/modules/account_deposit/view/invoice_form.xml +${PYSITELIB}/trytond/modules/account_deposit/view/move_line_list_deposit.xml ${PYSITELIB}/trytond/modules/account_deposit/view/party_form.xml ${PYSITELIB}/trytond/modules/account_deposit/view/party_tree.xml ${PYSITELIB}/trytond/modules/account_deposit/view/recall_deposit_form.xml diff --git a/finance/py-trytond-account-deposit/distinfo b/finance/py-trytond-account-deposit/distinfo index 5b394a01191c..7626811c9ce8 100644 --- a/finance/py-trytond-account-deposit/distinfo +++ b/finance/py-trytond-account-deposit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_deposit-4.2.0.tar.gz) = d4fb674f3f9d9bd49a143e601c6f6900d269ff7c4408ba1adcacdc4844595916 -SHA512 (tryton-4.2/trytond_account_deposit-4.2.0.tar.gz) = b901a8aeaccd9de5cfd4ad90204031e7ac1d5ca05642fd7f9c9b88403939dc8c5c630ec2f66dc0f6adbea5988603a725b092ed4a6dc42e2abeca22d46de1c7c6 -Size (tryton-4.2/trytond_account_deposit-4.2.0.tar.gz) = 25772 bytes +BLAKE2s (tryton-6.2/trytond_account_deposit-6.2.0.tar.gz) = 65b7cbdfb371eea54d554a66d3a660299516c1c084aba3ffc4db3a40bc105083 +SHA512 (tryton-6.2/trytond_account_deposit-6.2.0.tar.gz) = f3ffc64121130e5a31acbb217177f32ae5e78f7841be35fb98bef310196c5b4c8a8e468960380ed7c7b87dac17751341df64f7f56ec414239230d675a7dfc946 +Size (tryton-6.2/trytond_account_deposit-6.2.0.tar.gz) = 31144 bytes diff --git a/finance/py-trytond-account-dunning-fee/PLIST b/finance/py-trytond-account-dunning-fee/PLIST index b15be9508755..7a1ebed7441a 100644 --- a/finance/py-trytond-account-dunning-fee/PLIST +++ b/finance/py-trytond-account-dunning-fee/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_dunning_fee/__init__.py ${PYSITELIB}/trytond/modules/account_dunning_fee/__init__.pyc ${PYSITELIB}/trytond/modules/account_dunning_fee/__init__.pyo @@ -15,18 +15,24 @@ ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/cs.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/de.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/es.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/es_419.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/et.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/fa.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/fi.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/fr.po -${PYSITELIB}/trytond/modules/account_dunning_fee/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_dunning_fee/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_dunning_fee/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/hu.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/id.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/it.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/lo.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/lt.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/nl.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/pl.po -${PYSITELIB}/trytond/modules/account_dunning_fee/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/pt.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/ro.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/ru.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/sl.po +${PYSITELIB}/trytond/modules/account_dunning_fee/locale/tr.po ${PYSITELIB}/trytond/modules/account_dunning_fee/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_dunning_fee/message.xml ${PYSITELIB}/trytond/modules/account_dunning_fee/tests/__init__.py ${PYSITELIB}/trytond/modules/account_dunning_fee/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_dunning_fee/tests/__init__.pyo diff --git a/finance/py-trytond-account-dunning-fee/distinfo b/finance/py-trytond-account-dunning-fee/distinfo index e40818c424db..ae6943ee51f3 100644 --- a/finance/py-trytond-account-dunning-fee/distinfo +++ b/finance/py-trytond-account-dunning-fee/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_dunning_fee-4.2.0.tar.gz) = 83a0cd9bdc06d4a30c025cedd5d1e444bcf7241fd6875d51f88de64ecc3d9fef -SHA512 (tryton-4.2/trytond_account_dunning_fee-4.2.0.tar.gz) = b1ff5ad2af074bba5c2a8ac0b43702e11296f875f617a2ae01399b0ef5ea8091b36694a18f00b419830b40e2203a9e0d593397aca93ffe5936bb962a0f5f8c2c -Size (tryton-4.2/trytond_account_dunning_fee-4.2.0.tar.gz) = 27209 bytes +BLAKE2s (tryton-6.2/trytond_account_dunning_fee-6.2.0.tar.gz) = b40707f17d14a867d95deaf8eea860d90fd2313f89c6af64cd59e97cc70f8154 +SHA512 (tryton-6.2/trytond_account_dunning_fee-6.2.0.tar.gz) = 862cec411a99117c3fa71da4fc27d9f56a3d1361dd5534f5169d3e5cb04809e628912f0b47ec2598f5c3cd7e0a637af0ce8658e598c497f9aafaa99d913f570a +Size (tryton-6.2/trytond_account_dunning_fee-6.2.0.tar.gz) = 29385 bytes diff --git a/finance/py-trytond-account-dunning-letter/PLIST b/finance/py-trytond-account-dunning-letter/PLIST index 1293be6dcc52..cc61425bc0df 100644 --- a/finance/py-trytond-account-dunning-letter/PLIST +++ b/finance/py-trytond-account-dunning-letter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_dunning_letter/__init__.py ${PYSITELIB}/trytond/modules/account_dunning_letter/__init__.pyc ${PYSITELIB}/trytond/modules/account_dunning_letter/__init__.pyo @@ -6,24 +6,29 @@ ${PYSITELIB}/trytond/modules/account_dunning_letter/dunning.py ${PYSITELIB}/trytond/modules/account_dunning_letter/dunning.pyc ${PYSITELIB}/trytond/modules/account_dunning_letter/dunning.pyo ${PYSITELIB}/trytond/modules/account_dunning_letter/dunning.xml -${PYSITELIB}/trytond/modules/account_dunning_letter/letter.odt +${PYSITELIB}/trytond/modules/account_dunning_letter/letter.fodt ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/bg.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/ca.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/cs.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/de.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/es.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/es_419.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/et.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/fa.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/fi.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/fr.po -${PYSITELIB}/trytond/modules/account_dunning_letter/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_dunning_letter/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_dunning_letter/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/hu.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/id.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/it.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/lo.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/lt.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/nl.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/pl.po -${PYSITELIB}/trytond/modules/account_dunning_letter/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/pt.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/ro.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/ru.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/sl.po +${PYSITELIB}/trytond/modules/account_dunning_letter/locale/tr.po ${PYSITELIB}/trytond/modules/account_dunning_letter/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_dunning_letter/tests/__init__.py ${PYSITELIB}/trytond/modules/account_dunning_letter/tests/__init__.pyc diff --git a/finance/py-trytond-account-dunning-letter/distinfo b/finance/py-trytond-account-dunning-letter/distinfo index c4c21ef089aa..fee83ed385fb 100644 --- a/finance/py-trytond-account-dunning-letter/distinfo +++ b/finance/py-trytond-account-dunning-letter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_dunning_letter-4.2.0.tar.gz) = 1cc8b45f1f887a6000bfb3f157dbe15343aee20f8d99901be9dfab91becf1800 -SHA512 (tryton-4.2/trytond_account_dunning_letter-4.2.0.tar.gz) = 2061c2a6f1e47e693ee512b085cb385a048558d3503ae933714ac3600e7817c28bbd1a2f6b596ea69150665b5b42b03f4c16af5b6818dd083bb773c1cd97363a -Size (tryton-4.2/trytond_account_dunning_letter-4.2.0.tar.gz) = 34924 bytes +BLAKE2s (tryton-6.2/trytond_account_dunning_letter-6.2.0.tar.gz) = f450bcf8eb2aef9eba6bfddf92e24020128e357f3aa056b1861433309c16a682 +SHA512 (tryton-6.2/trytond_account_dunning_letter-6.2.0.tar.gz) = 3fb7ff248540c82b15062e0a3fb0f8456981d49ed91656d5670b209ec7c9fa726ae84216be4f2c9a04d287a98fde7c9c1d3210c8b98c7a8785e7f74a1264d0bb +Size (tryton-6.2/trytond_account_dunning_letter-6.2.0.tar.gz) = 33080 bytes diff --git a/finance/py-trytond-account-dunning/PLIST b/finance/py-trytond-account-dunning/PLIST index 7230aa441b9e..06c9b4d35148 100644 --- a/finance/py-trytond-account-dunning/PLIST +++ b/finance/py-trytond-account-dunning/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:45 mef Exp $ ${PYSITELIB}/trytond/modules/account_dunning/__init__.py ${PYSITELIB}/trytond/modules/account_dunning/__init__.pyc ${PYSITELIB}/trytond/modules/account_dunning/__init__.pyo @@ -16,18 +16,24 @@ ${PYSITELIB}/trytond/modules/account_dunning/locale/cs.po ${PYSITELIB}/trytond/modules/account_dunning/locale/de.po ${PYSITELIB}/trytond/modules/account_dunning/locale/es.po ${PYSITELIB}/trytond/modules/account_dunning/locale/es_419.po +${PYSITELIB}/trytond/modules/account_dunning/locale/et.po +${PYSITELIB}/trytond/modules/account_dunning/locale/fa.po +${PYSITELIB}/trytond/modules/account_dunning/locale/fi.po ${PYSITELIB}/trytond/modules/account_dunning/locale/fr.po -${PYSITELIB}/trytond/modules/account_dunning/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_dunning/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_dunning/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_dunning/locale/hu.po +${PYSITELIB}/trytond/modules/account_dunning/locale/id.po +${PYSITELIB}/trytond/modules/account_dunning/locale/it.po ${PYSITELIB}/trytond/modules/account_dunning/locale/lo.po ${PYSITELIB}/trytond/modules/account_dunning/locale/lt.po ${PYSITELIB}/trytond/modules/account_dunning/locale/nl.po ${PYSITELIB}/trytond/modules/account_dunning/locale/pl.po -${PYSITELIB}/trytond/modules/account_dunning/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_dunning/locale/pt.po +${PYSITELIB}/trytond/modules/account_dunning/locale/ro.po ${PYSITELIB}/trytond/modules/account_dunning/locale/ru.po ${PYSITELIB}/trytond/modules/account_dunning/locale/sl.po +${PYSITELIB}/trytond/modules/account_dunning/locale/tr.po ${PYSITELIB}/trytond/modules/account_dunning/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_dunning/message.xml ${PYSITELIB}/trytond/modules/account_dunning/party.py ${PYSITELIB}/trytond/modules/account_dunning/party.pyc ${PYSITELIB}/trytond/modules/account_dunning/party.pyo @@ -36,6 +42,7 @@ ${PYSITELIB}/trytond/modules/account_dunning/tests/__init__.py ${PYSITELIB}/trytond/modules/account_dunning/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_dunning/tests/__init__.pyo ${PYSITELIB}/trytond/modules/account_dunning/tests/scenario_account_dunning.rst +${PYSITELIB}/trytond/modules/account_dunning/tests/scenario_account_dunning_final.rst ${PYSITELIB}/trytond/modules/account_dunning/tests/test_account_dunning.py ${PYSITELIB}/trytond/modules/account_dunning/tests/test_account_dunning.pyc ${PYSITELIB}/trytond/modules/account_dunning/tests/test_account_dunning.pyo diff --git a/finance/py-trytond-account-dunning/distinfo b/finance/py-trytond-account-dunning/distinfo index 130fe97ecc56..1c9b0a487d51 100644 --- a/finance/py-trytond-account-dunning/distinfo +++ b/finance/py-trytond-account-dunning/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_dunning-4.2.0.tar.gz) = d173fc8c5bb98d07cb317dfe6f05f0322f50cd9a33692060d1b4dfac7184a09f -SHA512 (tryton-4.2/trytond_account_dunning-4.2.0.tar.gz) = 0f9a08130bb601d4c69af4be0b3c8fb000fec00ebb6b5ffdbbddd661e67b7c292373e78e047b346861ec4ae124954c84edb65fb11265159e7fbe067419161565 -Size (tryton-4.2/trytond_account_dunning-4.2.0.tar.gz) = 34153 bytes +BLAKE2s (tryton-6.2/trytond_account_dunning-6.2.0.tar.gz) = 0494c11efd0d6a9cc0e00e28becc267947e171acb7228fb2b6bb943c35abf227 +SHA512 (tryton-6.2/trytond_account_dunning-6.2.0.tar.gz) = 69ec99c2e5b4571f42ede82887508fadfac0f9dc32ab28c0187bffc110a4841f9bac4e948be4531ce853c3eeabce6a7d6b0f2688045077489cac71ce7c6c6ed4 +Size (tryton-6.2/trytond_account_dunning-6.2.0.tar.gz) = 42815 bytes diff --git a/finance/py-trytond-account-fr/PLIST b/finance/py-trytond-account-fr/PLIST index de9053467411..cb2df8d37fb9 100644 --- a/finance/py-trytond-account-fr/PLIST +++ b/finance/py-trytond-account-fr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_fr/__init__.py ${PYSITELIB}/trytond/modules/account_fr/__init__.pyc ${PYSITELIB}/trytond/modules/account_fr/__init__.pyo @@ -13,25 +13,36 @@ ${PYSITELIB}/trytond/modules/account_fr/locale/cs.po ${PYSITELIB}/trytond/modules/account_fr/locale/de.po ${PYSITELIB}/trytond/modules/account_fr/locale/es.po ${PYSITELIB}/trytond/modules/account_fr/locale/es_419.po +${PYSITELIB}/trytond/modules/account_fr/locale/et.po +${PYSITELIB}/trytond/modules/account_fr/locale/fa.po +${PYSITELIB}/trytond/modules/account_fr/locale/fi.po ${PYSITELIB}/trytond/modules/account_fr/locale/fr.po -${PYSITELIB}/trytond/modules/account_fr/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_fr/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_fr/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_fr/locale/hu.po +${PYSITELIB}/trytond/modules/account_fr/locale/id.po +${PYSITELIB}/trytond/modules/account_fr/locale/it.po ${PYSITELIB}/trytond/modules/account_fr/locale/lo.po ${PYSITELIB}/trytond/modules/account_fr/locale/lt.po ${PYSITELIB}/trytond/modules/account_fr/locale/nl.po ${PYSITELIB}/trytond/modules/account_fr/locale/pl.po -${PYSITELIB}/trytond/modules/account_fr/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_fr/locale/pt.po +${PYSITELIB}/trytond/modules/account_fr/locale/ro.po ${PYSITELIB}/trytond/modules/account_fr/locale/ru.po ${PYSITELIB}/trytond/modules/account_fr/locale/sl.po +${PYSITELIB}/trytond/modules/account_fr/locale/tr.po ${PYSITELIB}/trytond/modules/account_fr/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_fr/tax_fr.xml +${PYSITELIB}/trytond/modules/account_fr/tests/FEC-previous.csv +${PYSITELIB}/trytond/modules/account_fr/tests/FEC.csv ${PYSITELIB}/trytond/modules/account_fr/tests/__init__.py ${PYSITELIB}/trytond/modules/account_fr/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_fr/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_fr/tests/scenario_fec.rst ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.py ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.pyc ${PYSITELIB}/trytond/modules/account_fr/tests/test_account_fr.pyo +${PYSITELIB}/trytond/modules/account_fr/tests/tools.py +${PYSITELIB}/trytond/modules/account_fr/tests/tools.pyc +${PYSITELIB}/trytond/modules/account_fr/tests/tools.pyo ${PYSITELIB}/trytond/modules/account_fr/tryton.cfg ${PYSITELIB}/trytond/modules/account_fr/view/fec_result_form.xml ${PYSITELIB}/trytond/modules/account_fr/view/fec_start_form.xml diff --git a/finance/py-trytond-account-fr/distinfo b/finance/py-trytond-account-fr/distinfo index 1fb8fce0ab9a..03e1ca5e9246 100644 --- a/finance/py-trytond-account-fr/distinfo +++ b/finance/py-trytond-account-fr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_fr-4.2.0.tar.gz) = e029c91d1666aaa1b9358553642a6502edef029dd2bad6a84e210a86530afe89 -SHA512 (tryton-4.2/trytond_account_fr-4.2.0.tar.gz) = f027b01a5bb548cc4e108f11df07b5f20216efa909a0bffc3a279d426b508969429adff916715f81a76e1c8341778786668bfd90b25ccf5ab8e430cadd181538 -Size (tryton-4.2/trytond_account_fr-4.2.0.tar.gz) = 57725 bytes +BLAKE2s (tryton-6.2/trytond_account_fr-6.2.0.tar.gz) = 6d629c5cb71e2f61e772a452118a91cbce50f8f498b9327d5177682e547be542 +SHA512 (tryton-6.2/trytond_account_fr-6.2.0.tar.gz) = 84fca3a9c1a8a91221d7b4a34cb446e6a9577e1b7692137bf7f14e56fd28534be701319304ef849173d140f02f52526768839532750c3cf9d33616f163418c77 +Size (tryton-6.2/trytond_account_fr-6.2.0.tar.gz) = 66438 bytes diff --git a/finance/py-trytond-account-invoice-history/PLIST b/finance/py-trytond-account-invoice-history/PLIST index de6928595a13..74c8ee696ad7 100644 --- a/finance/py-trytond-account-invoice-history/PLIST +++ b/finance/py-trytond-account-invoice-history/PLIST @@ -1,34 +1,45 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_invoice_history/__init__.py ${PYSITELIB}/trytond/modules/account_invoice_history/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice_history/__init__.pyo -${PYSITELIB}/trytond/modules/account_invoice_history/invoice.py -${PYSITELIB}/trytond/modules/account_invoice_history/invoice.pyc -${PYSITELIB}/trytond/modules/account_invoice_history/invoice.pyo +${PYSITELIB}/trytond/modules/account_invoice_history/account.py +${PYSITELIB}/trytond/modules/account_invoice_history/account.pyc +${PYSITELIB}/trytond/modules/account_invoice_history/account.pyo +${PYSITELIB}/trytond/modules/account_invoice_history/account_invoice.py +${PYSITELIB}/trytond/modules/account_invoice_history/account_invoice.pyc +${PYSITELIB}/trytond/modules/account_invoice_history/account_invoice.pyo ${PYSITELIB}/trytond/modules/account_invoice_history/locale/bg.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/ca.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/cs.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/de.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/es_419.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/et.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/fa.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/fi.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/fr.po -${PYSITELIB}/trytond/modules/account_invoice_history/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_invoice_history/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_invoice_history/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/hu.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/id.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/it.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/lo.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/lt.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/nl.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/pl.po -${PYSITELIB}/trytond/modules/account_invoice_history/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/pt.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/ro.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/ru.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/sl.po +${PYSITELIB}/trytond/modules/account_invoice_history/locale/tr.po ${PYSITELIB}/trytond/modules/account_invoice_history/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_invoice_history/party.py ${PYSITELIB}/trytond/modules/account_invoice_history/party.pyc ${PYSITELIB}/trytond/modules/account_invoice_history/party.pyo -${PYSITELIB}/trytond/modules/account_invoice_history/payment_term.py -${PYSITELIB}/trytond/modules/account_invoice_history/payment_term.pyc -${PYSITELIB}/trytond/modules/account_invoice_history/payment_term.pyo +${PYSITELIB}/trytond/modules/account_invoice_history/tests/__init__.py +${PYSITELIB}/trytond/modules/account_invoice_history/tests/__init__.pyc +${PYSITELIB}/trytond/modules/account_invoice_history/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_invoice_history/tests/test_account_invoice_history.py +${PYSITELIB}/trytond/modules/account_invoice_history/tests/test_account_invoice_history.pyc +${PYSITELIB}/trytond/modules/account_invoice_history/tests/test_account_invoice_history.pyo ${PYSITELIB}/trytond/modules/account_invoice_history/tryton.cfg ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-account-invoice-history/distinfo b/finance/py-trytond-account-invoice-history/distinfo index 49104609965d..5586446d3ff9 100644 --- a/finance/py-trytond-account-invoice-history/distinfo +++ b/finance/py-trytond-account-invoice-history/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_invoice_history-4.2.0.tar.gz) = 7a3e0f73e3ba4de1e6db78bc352afc8b86ba2e4893d9a9f6e06479ea20b35c50 -SHA512 (tryton-4.2/trytond_account_invoice_history-4.2.0.tar.gz) = 8e80f48dd422b7562bfc2803d83fb62220c2d76bb8137f46abb2bbe0555c5fd6cca75a92852e02b455a1a866bc4e5f6efac86018ceaa0d5fefab8f5396af4d21 -Size (tryton-4.2/trytond_account_invoice_history-4.2.0.tar.gz) = 18374 bytes +BLAKE2s (tryton-6.2/trytond_account_invoice_history-6.2.0.tar.gz) = 6cee4ab2cb76c6ae3bffc65802d4bb83c7963ba22f00cf7fd524f76133b8b81b +SHA512 (tryton-6.2/trytond_account_invoice_history-6.2.0.tar.gz) = d63ef9704504cc2fa37905e89f0a10ed6cdffaf1736d52958f94d7a8b5e44d3de1a8513c03c93bda24bf2b677dadae6c41ef9fde14c74fcbf6b3bf8678ae2fe4 +Size (tryton-6.2/trytond_account_invoice_history-6.2.0.tar.gz) = 22186 bytes diff --git a/finance/py-trytond-account-invoice-line-standalone/PLIST b/finance/py-trytond-account-invoice-line-standalone/PLIST index 08f040705406..2cd9d7a49635 100644 --- a/finance/py-trytond-account-invoice-line-standalone/PLIST +++ b/finance/py-trytond-account-invoice-line-standalone/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/__init__.py ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/cs.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/de.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/es_419.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/et.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/fa.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/fi.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/fr.po -${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/hu.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/id.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/it.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/lo.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/lt.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/nl.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/pl.po -${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/pt.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/ro.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/ru.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/sl.po +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/tr.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/tests/__init__.py ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/tests/__init__.pyc @@ -33,6 +38,7 @@ ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/tests/test_account_ ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/tryton.cfg ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/view/invoice_line_form.xml ${PYSITELIB}/trytond/modules/account_invoice_line_standalone/view/invoice_line_tree.xml +${PYSITELIB}/trytond/modules/account_invoice_line_standalone/view/invoice_line_tree_sequence.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-invoice-line-standalone/distinfo b/finance/py-trytond-account-invoice-line-standalone/distinfo index fcdf184ac5db..3c07b3030f57 100644 --- a/finance/py-trytond-account-invoice-line-standalone/distinfo +++ b/finance/py-trytond-account-invoice-line-standalone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_invoice_line_standalone-4.2.0.tar.gz) = f251396a0c3d3b90318f443b32f80c47cd78bbdf1d7d4274899ec388f56432f0 -SHA512 (tryton-4.2/trytond_account_invoice_line_standalone-4.2.0.tar.gz) = fb6941bd4010037fa705da061f54194c5723fffa6417512fdf40aa99e7095c0a6495ad72afda098b0dc207c18421bfdb9eeaa24c69325ca9a9f2f8a3cb20ce41 -Size (tryton-4.2/trytond_account_invoice_line_standalone-4.2.0.tar.gz) = 20028 bytes +BLAKE2s (tryton-6.2/trytond_account_invoice_line_standalone-6.2.0.tar.gz) = 590401b690e3fa188d14e40a6431bcce0ad01c72f0356e184f2e77f5ba48ccad +SHA512 (tryton-6.2/trytond_account_invoice_line_standalone-6.2.0.tar.gz) = 0c0937eaaea223585497236c7186b702147af51dfa19dcf46e07355c4e7f69ff13ad90516bb0faa9d26d6b0e93e896dc12a1c5ef0bdf652b406cbaaa7fee89e0 +Size (tryton-6.2/trytond_account_invoice_line_standalone-6.2.0.tar.gz) = 22088 bytes diff --git a/finance/py-trytond-account-invoice-stock/PLIST b/finance/py-trytond-account-invoice-stock/PLIST index 9700ee579fe3..9c77f47fb4d4 100644 --- a/finance/py-trytond-account-invoice-stock/PLIST +++ b/finance/py-trytond-account-invoice-stock/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:46 mef Exp $ ${PYSITELIB}/trytond/modules/account_invoice_stock/__init__.py ${PYSITELIB}/trytond/modules/account_invoice_stock/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice_stock/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/cs.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/de.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/es_419.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/et.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/fa.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/fi.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/fr.po -${PYSITELIB}/trytond/modules/account_invoice_stock/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_invoice_stock/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/hu.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/id.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/it.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/lo.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/lt.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/nl.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/pl.po -${PYSITELIB}/trytond/modules/account_invoice_stock/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/pt.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ro.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/ru.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/sl.po +${PYSITELIB}/trytond/modules/account_invoice_stock/locale/tr.po ${PYSITELIB}/trytond/modules/account_invoice_stock/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_invoice_stock/stock.py ${PYSITELIB}/trytond/modules/account_invoice_stock/stock.pyc @@ -31,6 +36,8 @@ ${PYSITELIB}/trytond/modules/account_invoice_stock/stock.xml ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/__init__.py ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_invoice_stock/tests/scenario_account_invoice_stock.rst +${PYSITELIB}/trytond/modules/account_invoice_stock/tests/scenario_account_invoice_stock_correction.rst ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/test_account_invoice_stock.py ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/test_account_invoice_stock.pyc ${PYSITELIB}/trytond/modules/account_invoice_stock/tests/test_account_invoice_stock.pyo diff --git a/finance/py-trytond-account-invoice-stock/distinfo b/finance/py-trytond-account-invoice-stock/distinfo index edb27d3d6d41..531ad0bb7d04 100644 --- a/finance/py-trytond-account-invoice-stock/distinfo +++ b/finance/py-trytond-account-invoice-stock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_invoice_stock-4.2.0.tar.gz) = 9f2825d4f341c0fc49da2f4d76960594904c7a5d46fa3275f9bb685384dbee08 -SHA512 (tryton-4.2/trytond_account_invoice_stock-4.2.0.tar.gz) = ea10f1c7307b4463ef6241d8f348d10e4746b9f41d64c30c91d517e30ebe3745370987924dba58bc2aff54506f150f2ee1e761e2673d1fd7f3fe4e5429739dee -Size (tryton-4.2/trytond_account_invoice_stock-4.2.0.tar.gz) = 21014 bytes +BLAKE2s (tryton-6.2/trytond_account_invoice_stock-6.2.0.tar.gz) = 03debbe67371ce4382439004a723d4a940c4a75751b3c4b12c86bd84ac7ab3b8 +SHA512 (tryton-6.2/trytond_account_invoice_stock-6.2.0.tar.gz) = 615cc982307c8ef5a4d03f8797265157085c1cda607fda572794a088ef0f4940d8ea3717eef4974042bd45be857d5eb41094ab72996a56024aee5420f5163489 +Size (tryton-6.2/trytond_account_invoice_stock-6.2.0.tar.gz) = 28320 bytes diff --git a/finance/py-trytond-account-invoice/PLIST b/finance/py-trytond-account-invoice/PLIST index c8d77bcbb588..350ce87ff33e 100644 --- a/finance/py-trytond-account-invoice/PLIST +++ b/finance/py-trytond-account-invoice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:00 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:45 mef Exp $ ${PYSITELIB}/trytond/modules/account_invoice/__init__.py ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice/__init__.pyo @@ -6,7 +6,15 @@ ${PYSITELIB}/trytond/modules/account_invoice/account.py ${PYSITELIB}/trytond/modules/account_invoice/account.pyc ${PYSITELIB}/trytond/modules/account_invoice/account.pyo ${PYSITELIB}/trytond/modules/account_invoice/account.xml -${PYSITELIB}/trytond/modules/account_invoice/invoice.odt +${PYSITELIB}/trytond/modules/account_invoice/company.py +${PYSITELIB}/trytond/modules/account_invoice/company.pyc +${PYSITELIB}/trytond/modules/account_invoice/company.pyo +${PYSITELIB}/trytond/modules/account_invoice/company.xml +${PYSITELIB}/trytond/modules/account_invoice/exceptions.py +${PYSITELIB}/trytond/modules/account_invoice/exceptions.pyc +${PYSITELIB}/trytond/modules/account_invoice/exceptions.pyo +${PYSITELIB}/trytond/modules/account_invoice/icons/tryton-invoice.svg +${PYSITELIB}/trytond/modules/account_invoice/invoice.fodt ${PYSITELIB}/trytond/modules/account_invoice/invoice.py ${PYSITELIB}/trytond/modules/account_invoice/invoice.pyc ${PYSITELIB}/trytond/modules/account_invoice/invoice.pyo @@ -17,18 +25,24 @@ ${PYSITELIB}/trytond/modules/account_invoice/locale/cs.po ${PYSITELIB}/trytond/modules/account_invoice/locale/de.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es.po ${PYSITELIB}/trytond/modules/account_invoice/locale/es_419.po +${PYSITELIB}/trytond/modules/account_invoice/locale/et.po +${PYSITELIB}/trytond/modules/account_invoice/locale/fa.po +${PYSITELIB}/trytond/modules/account_invoice/locale/fi.po ${PYSITELIB}/trytond/modules/account_invoice/locale/fr.po -${PYSITELIB}/trytond/modules/account_invoice/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_invoice/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_invoice/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_invoice/locale/hu.po +${PYSITELIB}/trytond/modules/account_invoice/locale/id.po +${PYSITELIB}/trytond/modules/account_invoice/locale/it.po ${PYSITELIB}/trytond/modules/account_invoice/locale/lo.po ${PYSITELIB}/trytond/modules/account_invoice/locale/lt.po ${PYSITELIB}/trytond/modules/account_invoice/locale/nl.po ${PYSITELIB}/trytond/modules/account_invoice/locale/pl.po -${PYSITELIB}/trytond/modules/account_invoice/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_invoice/locale/pt.po +${PYSITELIB}/trytond/modules/account_invoice/locale/ro.po ${PYSITELIB}/trytond/modules/account_invoice/locale/ru.po ${PYSITELIB}/trytond/modules/account_invoice/locale/sl.po +${PYSITELIB}/trytond/modules/account_invoice/locale/tr.po ${PYSITELIB}/trytond/modules/account_invoice/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_invoice/message.xml ${PYSITELIB}/trytond/modules/account_invoice/party.py ${PYSITELIB}/trytond/modules/account_invoice/party.pyc ${PYSITELIB}/trytond/modules/account_invoice/party.pyo @@ -40,9 +54,21 @@ ${PYSITELIB}/trytond/modules/account_invoice/payment_term.xml ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.py ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_invoice/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_credit_note.rst ${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice.rst ${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_alternate_currency.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_alternate_currency_lower_rate.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_customer_sequential.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_group_line.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_in_future.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_manual_tax.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_overpayment.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_split_lines.rst ${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_supplier.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_supplier_post_paid.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_tax_deductible.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_invoice_with_credit.rst +${PYSITELIB}/trytond/modules/account_invoice/tests/scenario_renew_fiscalyear.rst ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.py ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.pyc ${PYSITELIB}/trytond/modules/account_invoice/tests/test_account_invoice.pyo @@ -53,21 +79,33 @@ ${PYSITELIB}/trytond/modules/account_invoice/tryton.cfg ${PYSITELIB}/trytond/modules/account_invoice/view/address_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/address_tree.xml ${PYSITELIB}/trytond/modules/account_invoice/view/address_tree_sequence.xml +${PYSITELIB}/trytond/modules/account_invoice/view/company_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/configuration_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/contact_mechanism_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/contact_mechanism_tree.xml +${PYSITELIB}/trytond/modules/account_invoice/view/contact_mechanism_tree_sequence.xml ${PYSITELIB}/trytond/modules/account_invoice/view/credit_start_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/fiscalyear_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_line_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_line_tree.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_line_tree_sequence.xml +${PYSITELIB}/trytond/modules/account_invoice/view/invoice_sequence_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/invoice_sequence_list.xml +${PYSITELIB}/trytond/modules/account_invoice/view/invoice_sequence_list_sequence.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_tax_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_tax_tree.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_tax_tree_sequence.xml ${PYSITELIB}/trytond/modules/account_invoice/view/invoice_tree.xml +${PYSITELIB}/trytond/modules/account_invoice/view/move_line_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/move_line_list.xml ${PYSITELIB}/trytond/modules/account_invoice/view/move_line_list_payment.xml ${PYSITELIB}/trytond/modules/account_invoice/view/move_line_list_to_pay.xml ${PYSITELIB}/trytond/modules/account_invoice/view/party_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/pay_ask_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/pay_start_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/payment_method_form.xml +${PYSITELIB}/trytond/modules/account_invoice/view/payment_method_tree.xml ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_line_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_line_list.xml @@ -78,8 +116,6 @@ ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_line_relativedelt ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_test_form.xml ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_test_result_list.xml ${PYSITELIB}/trytond/modules/account_invoice/view/payment_term_tree.xml -${PYSITELIB}/trytond/modules/account_invoice/view/period_form.xml -${PYSITELIB}/trytond/modules/account_invoice/view/print_warning_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-invoice/distinfo b/finance/py-trytond-account-invoice/distinfo index 538d7e4b8925..a640bbfff6e7 100644 --- a/finance/py-trytond-account-invoice/distinfo +++ b/finance/py-trytond-account-invoice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:26:06 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/22 22:54:45 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_invoice-4.2.0.tar.gz) = 0e1724316b5c0193c7b1b24d094d420f3392b8ed8bdee3e494bc3aae850f683d -SHA512 (tryton-4.2/trytond_account_invoice-4.2.0.tar.gz) = 60cfc8c1a5dd2fe556d171fa25b528a3bb92cc39a30bba8bf79f55313d9a8577b3322568306f9eb6e29cd8baf483a9046817c5b54a0c8bb5e373915332d42d6a -Size (tryton-4.2/trytond_account_invoice-4.2.0.tar.gz) = 149967 bytes +BLAKE2s (tryton-6.2/trytond_account_invoice-6.2.1.tar.gz) = 993c1100be1c9d45be2f4df592430b3223f0145742072e931d53622add5c92ff +SHA512 (tryton-6.2/trytond_account_invoice-6.2.1.tar.gz) = 988a716559c02612fef21577e1c86d607a823f20641fdc989ca407398520311bc70f71e01a549476563bb1406a0d07cfcdbe959d4b14fbde1a6b09f052b76648 +Size (tryton-6.2/trytond_account_invoice-6.2.1.tar.gz) = 190598 bytes diff --git a/finance/py-trytond-account-payment-clearing/PLIST b/finance/py-trytond-account-payment-clearing/PLIST index 35389003bf23..d53cdd39f264 100644 --- a/finance/py-trytond-account-payment-clearing/PLIST +++ b/finance/py-trytond-account-payment-clearing/PLIST @@ -1,27 +1,35 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.py ${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.pyc ${PYSITELIB}/trytond/modules/account_payment_clearing/__init__.pyo ${PYSITELIB}/trytond/modules/account_payment_clearing/account.py ${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyc ${PYSITELIB}/trytond/modules/account_payment_clearing/account.pyo +${PYSITELIB}/trytond/modules/account_payment_clearing/ir.py +${PYSITELIB}/trytond/modules/account_payment_clearing/ir.pyc +${PYSITELIB}/trytond/modules/account_payment_clearing/ir.pyo ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/bg.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ca.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/cs.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/de.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/es_419.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/et.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/fa.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/fi.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/fr.po -${PYSITELIB}/trytond/modules/account_payment_clearing/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_payment_clearing/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/hu.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/id.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/it.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/lo.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/lt.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/nl.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/pl.po -${PYSITELIB}/trytond/modules/account_payment_clearing/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/pt.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ro.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/ru.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/sl.po +${PYSITELIB}/trytond/modules/account_payment_clearing/locale/tr.po ${PYSITELIB}/trytond/modules/account_payment_clearing/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_payment_clearing/payment.py ${PYSITELIB}/trytond/modules/account_payment_clearing/payment.pyc @@ -42,8 +50,10 @@ ${PYSITELIB}/trytond/modules/account_payment_clearing/tests/test_account_payment ${PYSITELIB}/trytond/modules/account_payment_clearing/tryton.cfg ${PYSITELIB}/trytond/modules/account_payment_clearing/view/payment_form.xml ${PYSITELIB}/trytond/modules/account_payment_clearing/view/payment_journal_form.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/view/payment_list.xml ${PYSITELIB}/trytond/modules/account_payment_clearing/view/statement_line_form.xml ${PYSITELIB}/trytond/modules/account_payment_clearing/view/statement_line_tree.xml +${PYSITELIB}/trytond/modules/account_payment_clearing/view/succeed_start_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-payment-clearing/distinfo b/finance/py-trytond-account-payment-clearing/distinfo index 81d1a0e69195..12d74609dbae 100644 --- a/finance/py-trytond-account-payment-clearing/distinfo +++ b/finance/py-trytond-account-payment-clearing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_payment_clearing-4.2.0.tar.gz) = 084a676ee08cfa098705083ecf8334a0a44fd41d8e4155090f65543918b40710 -SHA512 (tryton-4.2/trytond_account_payment_clearing-4.2.0.tar.gz) = 374032487437f3c26dab34b36e69abf99660d0f09699c7553a8680b38b9c8ff8d9608912b6219f4b654c7a0c6a7d11c9fa43a19fd541af26f319f7e1e8afb959 -Size (tryton-4.2/trytond_account_payment_clearing-4.2.0.tar.gz) = 24422 bytes +BLAKE2s (tryton-6.2/trytond_account_payment_clearing-6.2.0.tar.gz) = 25084bcd349a1f5ff9b0d2be61c499814f6ec3d14a69aeabe73844bd42a15f33 +SHA512 (tryton-6.2/trytond_account_payment_clearing-6.2.0.tar.gz) = 34961e411b91696222c1753fa122eddebf6ff1fbb06ba4677d240ac86dfdeb7a3d4f975e286bc9b18f98802d6d2f2cdd858f23d30a172a23865127a61e0fca7b +Size (tryton-6.2/trytond_account_payment_clearing-6.2.0.tar.gz) = 31923 bytes diff --git a/finance/py-trytond-account-payment-sepa-cfonb/distinfo b/finance/py-trytond-account-payment-sepa-cfonb/distinfo index cd80589cf45a..8381a0e40566 100644 --- a/finance/py-trytond-account-payment-sepa-cfonb/distinfo +++ b/finance/py-trytond-account-payment-sepa-cfonb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_payment_sepa_cfonb-4.2.0.tar.gz) = 75daee7e052d9f88621279068fc557f574e3f4c08b8ba84d9c519a8cd13709b5 -SHA512 (tryton-4.2/trytond_account_payment_sepa_cfonb-4.2.0.tar.gz) = d8253d25b577d17890bea6eeea75c7e49efcaa9e317551ff5eca93f614b2e9466d341946d774f96c65cf634f612d31b27c6c7e0fa005155bd2feeebeebaa1a39 -Size (tryton-4.2/trytond_account_payment_sepa_cfonb-4.2.0.tar.gz) = 20016 bytes +BLAKE2s (tryton-6.2/trytond_account_payment_sepa_cfonb-6.2.0.tar.gz) = 2560cfb5dd79843e2caec24931ecf89c9802761626c7a0f40db371cae2a23513 +SHA512 (tryton-6.2/trytond_account_payment_sepa_cfonb-6.2.0.tar.gz) = 6d6756ae510bafe3af4fb94a7c6a9025e06acb9654fa06827d16439d3e83e86eaa617bb6dfbeb9ac33a21064cf2c7424aef1a7084fdcde82c466ef4c5aac793c +Size (tryton-6.2/trytond_account_payment_sepa_cfonb-6.2.0.tar.gz) = 22026 bytes diff --git a/finance/py-trytond-account-payment-sepa/PLIST b/finance/py-trytond-account-payment-sepa/PLIST index 7eba7d272f1c..2d4367b5a880 100644 --- a/finance/py-trytond-account-payment-sepa/PLIST +++ b/finance/py-trytond-account-payment-sepa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:46 mef Exp $ ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.py ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.pyc ${PYSITELIB}/trytond/modules/account_payment_sepa/__init__.pyo @@ -6,25 +6,34 @@ ${PYSITELIB}/trytond/modules/account_payment_sepa/account.py ${PYSITELIB}/trytond/modules/account_payment_sepa/account.pyc ${PYSITELIB}/trytond/modules/account_payment_sepa/account.pyo ${PYSITELIB}/trytond/modules/account_payment_sepa/account.xml +${PYSITELIB}/trytond/modules/account_payment_sepa/exceptions.py +${PYSITELIB}/trytond/modules/account_payment_sepa/exceptions.pyc +${PYSITELIB}/trytond/modules/account_payment_sepa/exceptions.pyo ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/bg.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ca.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/cs.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/de.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/es_419.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/et.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/fa.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/fi.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/fr.po -${PYSITELIB}/trytond/modules/account_payment_sepa/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_payment_sepa/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/hu.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/id.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/it.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/lo.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/lt.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/nl.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/pl.po -${PYSITELIB}/trytond/modules/account_payment_sepa/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/pt.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ro.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/ru.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/sl.po +${PYSITELIB}/trytond/modules/account_payment_sepa/locale/tr.po ${PYSITELIB}/trytond/modules/account_payment_sepa/locale/zh_CN.po -${PYSITELIB}/trytond/modules/account_payment_sepa/mandate.odt +${PYSITELIB}/trytond/modules/account_payment_sepa/mandate.fodt +${PYSITELIB}/trytond/modules/account_payment_sepa/message.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/party.py ${PYSITELIB}/trytond/modules/account_payment_sepa/party.pyc ${PYSITELIB}/trytond/modules/account_payment_sepa/party.pyo @@ -70,6 +79,8 @@ ${PYSITELIB}/trytond/modules/account_payment_sepa/view/mandate_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/mandate_list.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/message_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/message_list.xml +${PYSITELIB}/trytond/modules/account_payment_sepa/view/party_identifier_form.xml +${PYSITELIB}/trytond/modules/account_payment_sepa/view/party_reception_direct_debit_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_group_form.xml ${PYSITELIB}/trytond/modules/account_payment_sepa/view/payment_journal_form.xml diff --git a/finance/py-trytond-account-payment-sepa/distinfo b/finance/py-trytond-account-payment-sepa/distinfo index f8c41feede86..7469711c2302 100644 --- a/finance/py-trytond-account-payment-sepa/distinfo +++ b/finance/py-trytond-account-payment-sepa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_payment_sepa-4.2.0.tar.gz) = fc6a87ab3b06e0cf9974fcffeeb3fe5f9b06361a0c6e5a44f6aef953fd692cc3 -SHA512 (tryton-4.2/trytond_account_payment_sepa-4.2.0.tar.gz) = f5335b573f606365853e73f33a09fc10b4ac60829422bdf266faebe43ca20d758028de799a4aed541c29801a40c187b4d88057495e8de06fde3c0dddf924ccdc -Size (tryton-4.2/trytond_account_payment_sepa-4.2.0.tar.gz) = 112597 bytes +BLAKE2s (tryton-6.2/trytond_account_payment_sepa-6.2.1.tar.gz) = 9c5e0429103e2db161e97c25a923fa221c623186e51bb617965c69100b10c409 +SHA512 (tryton-6.2/trytond_account_payment_sepa-6.2.1.tar.gz) = 12e8d4a4528a890e6dd01fa8d82e4a8f50b20473e1932e913af93f0e355aadef99dab8e985db9d9a9870f56f848c3ffa1f06408e719acb4b32a41cb2da16ad47 +Size (tryton-6.2/trytond_account_payment_sepa-6.2.1.tar.gz) = 124325 bytes diff --git a/finance/py-trytond-account-payment/PLIST b/finance/py-trytond-account-payment/PLIST index 63263fd7b0bb..72b6e9ff4e62 100644 --- a/finance/py-trytond-account-payment/PLIST +++ b/finance/py-trytond-account-payment/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:46 mef Exp $ ${PYSITELIB}/trytond/modules/account_payment/__init__.py ${PYSITELIB}/trytond/modules/account_payment/__init__.pyc ${PYSITELIB}/trytond/modules/account_payment/__init__.pyo @@ -6,27 +6,38 @@ ${PYSITELIB}/trytond/modules/account_payment/account.py ${PYSITELIB}/trytond/modules/account_payment/account.pyc ${PYSITELIB}/trytond/modules/account_payment/account.pyo ${PYSITELIB}/trytond/modules/account_payment/account.xml +${PYSITELIB}/trytond/modules/account_payment/exceptions.py +${PYSITELIB}/trytond/modules/account_payment/exceptions.pyc +${PYSITELIB}/trytond/modules/account_payment/exceptions.pyo +${PYSITELIB}/trytond/modules/account_payment/icons/tryton-payment.svg ${PYSITELIB}/trytond/modules/account_payment/locale/bg.po ${PYSITELIB}/trytond/modules/account_payment/locale/ca.po ${PYSITELIB}/trytond/modules/account_payment/locale/cs.po ${PYSITELIB}/trytond/modules/account_payment/locale/de.po ${PYSITELIB}/trytond/modules/account_payment/locale/es.po ${PYSITELIB}/trytond/modules/account_payment/locale/es_419.po +${PYSITELIB}/trytond/modules/account_payment/locale/et.po +${PYSITELIB}/trytond/modules/account_payment/locale/fa.po +${PYSITELIB}/trytond/modules/account_payment/locale/fi.po ${PYSITELIB}/trytond/modules/account_payment/locale/fr.po -${PYSITELIB}/trytond/modules/account_payment/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_payment/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_payment/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_payment/locale/hu.po +${PYSITELIB}/trytond/modules/account_payment/locale/id.po +${PYSITELIB}/trytond/modules/account_payment/locale/it.po ${PYSITELIB}/trytond/modules/account_payment/locale/lo.po ${PYSITELIB}/trytond/modules/account_payment/locale/lt.po ${PYSITELIB}/trytond/modules/account_payment/locale/nl.po ${PYSITELIB}/trytond/modules/account_payment/locale/pl.po -${PYSITELIB}/trytond/modules/account_payment/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_payment/locale/pt.po +${PYSITELIB}/trytond/modules/account_payment/locale/ro.po ${PYSITELIB}/trytond/modules/account_payment/locale/ru.po ${PYSITELIB}/trytond/modules/account_payment/locale/sl.po +${PYSITELIB}/trytond/modules/account_payment/locale/tr.po ${PYSITELIB}/trytond/modules/account_payment/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_payment/message.xml ${PYSITELIB}/trytond/modules/account_payment/party.py ${PYSITELIB}/trytond/modules/account_payment/party.pyc ${PYSITELIB}/trytond/modules/account_payment/party.pyo +${PYSITELIB}/trytond/modules/account_payment/party.xml ${PYSITELIB}/trytond/modules/account_payment/payment.py ${PYSITELIB}/trytond/modules/account_payment/payment.pyc ${PYSITELIB}/trytond/modules/account_payment/payment.pyo @@ -35,14 +46,23 @@ ${PYSITELIB}/trytond/modules/account_payment/tests/__init__.py ${PYSITELIB}/trytond/modules/account_payment/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_payment/tests/__init__.pyo ${PYSITELIB}/trytond/modules/account_payment/tests/scenario_account_payment.rst +${PYSITELIB}/trytond/modules/account_payment/tests/scenario_account_payment_direct_debit.rst ${PYSITELIB}/trytond/modules/account_payment/tests/scenario_account_payment_invoice.rst +${PYSITELIB}/trytond/modules/account_payment/tests/scenario_account_payment_planning.rst ${PYSITELIB}/trytond/modules/account_payment/tests/test_account_payment.py ${PYSITELIB}/trytond/modules/account_payment/tests/test_account_payment.pyc ${PYSITELIB}/trytond/modules/account_payment/tests/test_account_payment.pyo ${PYSITELIB}/trytond/modules/account_payment/tryton.cfg ${PYSITELIB}/trytond/modules/account_payment/view/configuration_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/invoice_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/move_line_create_direct_debit_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/move_line_form.xml ${PYSITELIB}/trytond/modules/account_payment/view/move_line_list.xml ${PYSITELIB}/trytond/modules/account_payment/view/move_line_pay_ask_journal_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/move_line_pay_start_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/party_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/party_reception_direct_debit_form.xml +${PYSITELIB}/trytond/modules/account_payment/view/party_reception_direct_debit_list.xml ${PYSITELIB}/trytond/modules/account_payment/view/payment_form.xml ${PYSITELIB}/trytond/modules/account_payment/view/payment_group_form.xml ${PYSITELIB}/trytond/modules/account_payment/view/payment_group_list.xml diff --git a/finance/py-trytond-account-payment/distinfo b/finance/py-trytond-account-payment/distinfo index e34657a2cb3c..e301502000f5 100644 --- a/finance/py-trytond-account-payment/distinfo +++ b/finance/py-trytond-account-payment/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_payment-4.2.0.tar.gz) = c9080e575a464f463698b6331f5266a6066ac4f94229712bceee07b18e063c34 -SHA512 (tryton-4.2/trytond_account_payment-4.2.0.tar.gz) = 41911b774adaaee56cedf3eaa4b24dfa93909ae7029ba51459778e4eb71b602aef26e686a7adf922a6ab231739a7d52ffab54c3f6fe27ff43277cae834e57244 -Size (tryton-4.2/trytond_account_payment-4.2.0.tar.gz) = 41521 bytes +BLAKE2s (tryton-6.2/trytond_account_payment-6.2.0.tar.gz) = 71d160e1342dbbb730e5b54823d8ebfa046b39b918496b914c0ef341137bfdf8 +SHA512 (tryton-6.2/trytond_account_payment-6.2.0.tar.gz) = 57a3cce26e2cbc89b10717210ecf5201c073882f8eb7039b3e5bdeea7cb563cfe7d50193264148d22a60f337f00731c7e0b31e7419c3861ad5085250f1f54d3c +Size (tryton-6.2/trytond_account_payment-6.2.0.tar.gz) = 69149 bytes diff --git a/finance/py-trytond-account-product/PLIST b/finance/py-trytond-account-product/PLIST index 1fb58441e2f3..d287e733c6c8 100644 --- a/finance/py-trytond-account-product/PLIST +++ b/finance/py-trytond-account-product/PLIST @@ -1,29 +1,46 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:46 mef Exp $ ${PYSITELIB}/trytond/modules/account_product/__init__.py ${PYSITELIB}/trytond/modules/account_product/__init__.pyc ${PYSITELIB}/trytond/modules/account_product/__init__.pyo +${PYSITELIB}/trytond/modules/account_product/account.py +${PYSITELIB}/trytond/modules/account_product/account.pyc +${PYSITELIB}/trytond/modules/account_product/account.pyo +${PYSITELIB}/trytond/modules/account_product/account.xml +${PYSITELIB}/trytond/modules/account_product/analytic_account.py +${PYSITELIB}/trytond/modules/account_product/analytic_account.pyc +${PYSITELIB}/trytond/modules/account_product/analytic_account.pyo +${PYSITELIB}/trytond/modules/account_product/analytic_account.xml ${PYSITELIB}/trytond/modules/account_product/configuration.py ${PYSITELIB}/trytond/modules/account_product/configuration.pyc ${PYSITELIB}/trytond/modules/account_product/configuration.pyo ${PYSITELIB}/trytond/modules/account_product/configuration.xml +${PYSITELIB}/trytond/modules/account_product/exceptions.py +${PYSITELIB}/trytond/modules/account_product/exceptions.pyc +${PYSITELIB}/trytond/modules/account_product/exceptions.pyo ${PYSITELIB}/trytond/modules/account_product/locale/bg.po ${PYSITELIB}/trytond/modules/account_product/locale/ca.po ${PYSITELIB}/trytond/modules/account_product/locale/cs.po ${PYSITELIB}/trytond/modules/account_product/locale/de.po ${PYSITELIB}/trytond/modules/account_product/locale/es.po ${PYSITELIB}/trytond/modules/account_product/locale/es_419.po +${PYSITELIB}/trytond/modules/account_product/locale/et.po +${PYSITELIB}/trytond/modules/account_product/locale/fa.po +${PYSITELIB}/trytond/modules/account_product/locale/fi.po ${PYSITELIB}/trytond/modules/account_product/locale/fr.po -${PYSITELIB}/trytond/modules/account_product/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_product/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_product/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_product/locale/hu.po +${PYSITELIB}/trytond/modules/account_product/locale/id.po +${PYSITELIB}/trytond/modules/account_product/locale/it.po ${PYSITELIB}/trytond/modules/account_product/locale/lo.po ${PYSITELIB}/trytond/modules/account_product/locale/lt.po ${PYSITELIB}/trytond/modules/account_product/locale/nl.po ${PYSITELIB}/trytond/modules/account_product/locale/pl.po -${PYSITELIB}/trytond/modules/account_product/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_product/locale/pt.po +${PYSITELIB}/trytond/modules/account_product/locale/ro.po ${PYSITELIB}/trytond/modules/account_product/locale/ru.po ${PYSITELIB}/trytond/modules/account_product/locale/sl.po +${PYSITELIB}/trytond/modules/account_product/locale/tr.po ${PYSITELIB}/trytond/modules/account_product/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_product/message.xml ${PYSITELIB}/trytond/modules/account_product/product.py ${PYSITELIB}/trytond/modules/account_product/product.pyc ${PYSITELIB}/trytond/modules/account_product/product.pyo @@ -35,9 +52,11 @@ ${PYSITELIB}/trytond/modules/account_product/tests/test_account_product.py ${PYSITELIB}/trytond/modules/account_product/tests/test_account_product.pyc ${PYSITELIB}/trytond/modules/account_product/tests/test_account_product.pyo ${PYSITELIB}/trytond/modules/account_product/tryton.cfg +${PYSITELIB}/trytond/modules/account_product/view/analytic_account_rule_form.xml +${PYSITELIB}/trytond/modules/account_product/view/analytic_account_rule_list.xml ${PYSITELIB}/trytond/modules/account_product/view/category_form.xml ${PYSITELIB}/trytond/modules/account_product/view/configuration_form.xml -${PYSITELIB}/trytond/modules/account_product/view/product_configuration_form.xml +${PYSITELIB}/trytond/modules/account_product/view/create_chart_properties_form.xml ${PYSITELIB}/trytond/modules/account_product/view/template_form.xml ${PYSITELIB}/trytond/modules/account_product/view/template_tree.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO diff --git a/finance/py-trytond-account-product/distinfo b/finance/py-trytond-account-product/distinfo index f6083470b276..65492150fed4 100644 --- a/finance/py-trytond-account-product/distinfo +++ b/finance/py-trytond-account-product/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:26:07 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_product-4.2.0.tar.gz) = af6d6e91c25c6dc25ad866b81bb9732379e3d43615d246c47212b1c1c0910efe -SHA512 (tryton-4.2/trytond_account_product-4.2.0.tar.gz) = d4cf41babcec41edc3761a9abec1122184bbdce1b94e861e9290144aa6d7ce23c95ceeb937c2a06a2e864404c2145cba4c9e174dcdc78c71157ed2ece81f5741 -Size (tryton-4.2/trytond_account_product-4.2.0.tar.gz) = 34251 bytes +BLAKE2s (tryton-6.2/trytond_account_product-6.2.0.tar.gz) = 74390b39e23b463aaf7baeed93ba48f0a090829bbc57bc773bb3d06237c80bde +SHA512 (tryton-6.2/trytond_account_product-6.2.0.tar.gz) = f0e378055074d4d131a3cc5f5ad6d7342c850d1c9c4ccdd6d7e0ed7b403d6a33fb629520478060618d903b0fafab3385087984268345e1f20d16f28b43d57ae7 +Size (tryton-6.2/trytond_account_product-6.2.0.tar.gz) = 39606 bytes diff --git a/finance/py-trytond-account-statement/PLIST b/finance/py-trytond-account-statement/PLIST index b0f1178765e4..80d0c861505e 100644 --- a/finance/py-trytond-account-statement/PLIST +++ b/finance/py-trytond-account-statement/PLIST @@ -1,10 +1,13 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_statement/__init__.py ${PYSITELIB}/trytond/modules/account_statement/__init__.pyc ${PYSITELIB}/trytond/modules/account_statement/__init__.pyo ${PYSITELIB}/trytond/modules/account_statement/account.py ${PYSITELIB}/trytond/modules/account_statement/account.pyc ${PYSITELIB}/trytond/modules/account_statement/account.pyo +${PYSITELIB}/trytond/modules/account_statement/exceptions.py +${PYSITELIB}/trytond/modules/account_statement/exceptions.pyc +${PYSITELIB}/trytond/modules/account_statement/exceptions.pyo ${PYSITELIB}/trytond/modules/account_statement/journal.py ${PYSITELIB}/trytond/modules/account_statement/journal.pyc ${PYSITELIB}/trytond/modules/account_statement/journal.pyo @@ -15,22 +18,28 @@ ${PYSITELIB}/trytond/modules/account_statement/locale/cs.po ${PYSITELIB}/trytond/modules/account_statement/locale/de.po ${PYSITELIB}/trytond/modules/account_statement/locale/es.po ${PYSITELIB}/trytond/modules/account_statement/locale/es_419.po +${PYSITELIB}/trytond/modules/account_statement/locale/et.po +${PYSITELIB}/trytond/modules/account_statement/locale/fa.po +${PYSITELIB}/trytond/modules/account_statement/locale/fi.po ${PYSITELIB}/trytond/modules/account_statement/locale/fr.po -${PYSITELIB}/trytond/modules/account_statement/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_statement/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_statement/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_statement/locale/hu.po +${PYSITELIB}/trytond/modules/account_statement/locale/id.po +${PYSITELIB}/trytond/modules/account_statement/locale/it.po ${PYSITELIB}/trytond/modules/account_statement/locale/lo.po ${PYSITELIB}/trytond/modules/account_statement/locale/lt.po ${PYSITELIB}/trytond/modules/account_statement/locale/nl.po ${PYSITELIB}/trytond/modules/account_statement/locale/pl.po -${PYSITELIB}/trytond/modules/account_statement/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_statement/locale/pt.po +${PYSITELIB}/trytond/modules/account_statement/locale/ro.po ${PYSITELIB}/trytond/modules/account_statement/locale/ru.po ${PYSITELIB}/trytond/modules/account_statement/locale/sl.po +${PYSITELIB}/trytond/modules/account_statement/locale/tr.po ${PYSITELIB}/trytond/modules/account_statement/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_statement/message.xml ${PYSITELIB}/trytond/modules/account_statement/party.py ${PYSITELIB}/trytond/modules/account_statement/party.pyc ${PYSITELIB}/trytond/modules/account_statement/party.pyo -${PYSITELIB}/trytond/modules/account_statement/statement.odt +${PYSITELIB}/trytond/modules/account_statement/statement.fodt ${PYSITELIB}/trytond/modules/account_statement/statement.py ${PYSITELIB}/trytond/modules/account_statement/statement.pyc ${PYSITELIB}/trytond/modules/account_statement/statement.pyo @@ -39,6 +48,8 @@ ${PYSITELIB}/trytond/modules/account_statement/tests/__init__.py ${PYSITELIB}/trytond/modules/account_statement/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_statement/tests/__init__.pyo ${PYSITELIB}/trytond/modules/account_statement/tests/scenario_account_statement.rst +${PYSITELIB}/trytond/modules/account_statement/tests/scenario_statement_origin.rst +${PYSITELIB}/trytond/modules/account_statement/tests/scenario_statement_origin_invoices.rst ${PYSITELIB}/trytond/modules/account_statement/tests/test_account_statement.py ${PYSITELIB}/trytond/modules/account_statement/tests/test_account_statement.pyc ${PYSITELIB}/trytond/modules/account_statement/tests/test_account_statement.pyo @@ -46,11 +57,14 @@ ${PYSITELIB}/trytond/modules/account_statement/tryton.cfg ${PYSITELIB}/trytond/modules/account_statement/view/line_group_form.xml ${PYSITELIB}/trytond/modules/account_statement/view/line_group_list.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_form.xml +${PYSITELIB}/trytond/modules/account_statement/view/statement_import_start_form.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_journal_form.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_journal_tree.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_line_form.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_line_tree.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_line_tree_editable.xml +${PYSITELIB}/trytond/modules/account_statement/view/statement_origin_form.xml +${PYSITELIB}/trytond/modules/account_statement/view/statement_origin_tree.xml ${PYSITELIB}/trytond/modules/account_statement/view/statement_tree.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-account-statement/distinfo b/finance/py-trytond-account-statement/distinfo index f0ce38e79286..eecb37641e41 100644 --- a/finance/py-trytond-account-statement/distinfo +++ b/finance/py-trytond-account-statement/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_statement-4.2.0.tar.gz) = de5668e563b1082cdec0b7de44332a991e84e281bcbb71bf0f802e2f9613b902 -SHA512 (tryton-4.2/trytond_account_statement-4.2.0.tar.gz) = a524e74ec80cc2ce6f896620a8b80e70a1a71ce8cbd02ac60e998fbb4118691a08cf1197ee2a58a7638eabb25726d0f092994580200a80e43e07ab55fc4b365e -Size (tryton-4.2/trytond_account_statement-4.2.0.tar.gz) = 60635 bytes +BLAKE2s (tryton-6.2/trytond_account_statement-6.2.0.tar.gz) = 1082569c9daca5d313a84afa9d0d13f992bb1d79997b2198e486d608140d1a4e +SHA512 (tryton-6.2/trytond_account_statement-6.2.0.tar.gz) = ddd4274381079078b0d3edaeb609caddd34e72d6f850d9b25f4f8df170f54d94b33c7b3ebba332be16706fd4df31c4c1b3db1007eb74eba0e5d7c2a68eedead7 +Size (tryton-6.2/trytond_account_statement-6.2.0.tar.gz) = 70169 bytes diff --git a/finance/py-trytond-account-stock-anglo-saxon/PLIST b/finance/py-trytond-account-stock-anglo-saxon/PLIST index d829a1a287ab..70f1a4efd6b8 100644 --- a/finance/py-trytond-account-stock-anglo-saxon/PLIST +++ b/finance/py-trytond-account-stock-anglo-saxon/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:40 mef Exp $ ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/__init__.py ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/__init__.pyc ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/__init__.pyo ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/account.py ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/account.pyc ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/account.pyo -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/account.xml +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/exceptions.py +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/exceptions.pyc +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/exceptions.pyo ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/invoice.py ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/invoice.pyc ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/invoice.pyo @@ -15,18 +17,24 @@ ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/cs.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/de.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/es.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/es_419.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/et.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/fa.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/fi.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/fr.po -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/hu.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/id.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/it.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/lo.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/lt.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/nl.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/pl.po -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/pt.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/ro.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/ru.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/sl.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/tr.po ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/message.xml ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/minimal_chart_bg.xml ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/minimal_chart_ca.xml ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/minimal_chart_de.xml @@ -57,7 +65,6 @@ ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/tests/tools.pyc ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/tests/tools.pyo ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/tryton.cfg ${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/view/category_form.xml -${PYSITELIB}/trytond/modules/account_stock_anglo_saxon/view/template_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-stock-anglo-saxon/distinfo b/finance/py-trytond-account-stock-anglo-saxon/distinfo index 3a28e05e4794..42d3c8196f34 100644 --- a/finance/py-trytond-account-stock-anglo-saxon/distinfo +++ b/finance/py-trytond-account-stock-anglo-saxon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_stock_anglo_saxon-4.2.0.tar.gz) = 1dbc63623a1f21795f3796ae7b35e5d07165abfa5a0ff777a90a7b5d0aa15ccf -SHA512 (tryton-4.2/trytond_account_stock_anglo_saxon-4.2.0.tar.gz) = c5f8ac7605dfbccac9f65605f73fe41b34c7e4688b3137868d875508397665c5c1dc7278cf44fe973bff0ab6d5079d3e0f7a02f568f075b09db7518d66709bff -Size (tryton-4.2/trytond_account_stock_anglo_saxon-4.2.0.tar.gz) = 29436 bytes +BLAKE2s (tryton-6.2/trytond_account_stock_anglo_saxon-6.2.0.tar.gz) = 20a09b840ea53e779d46234d38c6f270a264404e8fd3c573bf790a476e352c4e +SHA512 (tryton-6.2/trytond_account_stock_anglo_saxon-6.2.0.tar.gz) = 2ee7c3f05cd9934ef37cfdac37079362f7f46b5ea3536b971842ab919b2b2ac2108e86170a50d969719853d5c4feac7418495f6dbd99cd6b7c42b1d0fdf9ccdc +Size (tryton-6.2/trytond_account_stock_anglo_saxon-6.2.0.tar.gz) = 32969 bytes diff --git a/finance/py-trytond-account-stock-continental/PLIST b/finance/py-trytond-account-stock-continental/PLIST index 55a53935d2eb..8dc97b1c25bd 100644 --- a/finance/py-trytond-account-stock-continental/PLIST +++ b/finance/py-trytond-account-stock-continental/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:46 mef Exp $ ${PYSITELIB}/trytond/modules/account_stock_continental/__init__.py ${PYSITELIB}/trytond/modules/account_stock_continental/__init__.pyc ${PYSITELIB}/trytond/modules/account_stock_continental/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/account_stock_continental/locale/cs.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/de.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/es_419.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/et.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/fa.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/fi.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/fr.po -${PYSITELIB}/trytond/modules/account_stock_continental/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_stock_continental/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_stock_continental/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/hu.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/id.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/it.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/lo.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/lt.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/nl.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/pl.po -${PYSITELIB}/trytond/modules/account_stock_continental/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/pt.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/ro.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/ru.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/sl.po +${PYSITELIB}/trytond/modules/account_stock_continental/locale/tr.po ${PYSITELIB}/trytond/modules/account_stock_continental/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_bg.xml ${PYSITELIB}/trytond/modules/account_stock_continental/minimal_chart_ca.xml @@ -55,9 +60,6 @@ ${PYSITELIB}/trytond/modules/account_stock_continental/tryton.cfg ${PYSITELIB}/trytond/modules/account_stock_continental/view/category_form.xml ${PYSITELIB}/trytond/modules/account_stock_continental/view/configuration_form.xml ${PYSITELIB}/trytond/modules/account_stock_continental/view/fiscalyear_form.xml -${PYSITELIB}/trytond/modules/account_stock_continental/view/template_form.xml -${PYSITELIB}/trytond/modules/account_stock_continental/view/update_cost_price_ask_form.xml -${PYSITELIB}/trytond/modules/account_stock_continental/view/update_cost_price_show_move_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account-stock-continental/distinfo b/finance/py-trytond-account-stock-continental/distinfo index 14b6552b842f..ce8a914aba60 100644 --- a/finance/py-trytond-account-stock-continental/distinfo +++ b/finance/py-trytond-account-stock-continental/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:46 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_stock_continental-4.2.0.tar.gz) = d05f18df9a78a2df1aa726344008e6358254213598aa2d9d9660a1a6a36a698f -SHA512 (tryton-4.2/trytond_account_stock_continental-4.2.0.tar.gz) = 65f060ff137a4ba57900f8a6acc2d93eb5246ebb171a83a5e3f60cd3682ddaf934137018842731d83b3e451c57405e9957697c241d11c6d2632df86126ce51cd -Size (tryton-4.2/trytond_account_stock_continental-4.2.0.tar.gz) = 37113 bytes +BLAKE2s (tryton-6.2/trytond_account_stock_continental-6.2.0.tar.gz) = 4612e3235f0dfd68339c55e1c721c52ab9df33de0f8c168e3a1b50ede6530598 +SHA512 (tryton-6.2/trytond_account_stock_continental-6.2.0.tar.gz) = c20a8b3a143063fcd37a8efeb50b9cb5feece8f47bec6e63217b30b73d5b577f4476b18b6959a188cce99a2d0bcdb37d5ea4a504bb7dc1dc26da262ebe6e69fa +Size (tryton-6.2/trytond_account_stock_continental-6.2.0.tar.gz) = 32659 bytes diff --git a/finance/py-trytond-account-stock-landed-cost-weight/PLIST b/finance/py-trytond-account-stock-landed-cost-weight/PLIST index e8d1a2c4baff..c92f79fce7f3 100644 --- a/finance/py-trytond-account-stock-landed-cost-weight/PLIST +++ b/finance/py-trytond-account-stock-landed-cost-weight/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/__init__.py ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/__init__.pyc ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/__init__.pyo @@ -11,17 +11,22 @@ ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/cs.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/de.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/es.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/es_419.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/et.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/fa.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/fi.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/fr.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/hu.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/id.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/it.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/lo.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/lt.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/nl.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/pl.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/pt.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/ro.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/ru.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/sl.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/tr.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/tests/__init__.py ${PYSITELIB}/trytond/modules/account_stock_landed_cost_weight/tests/__init__.pyc diff --git a/finance/py-trytond-account-stock-landed-cost-weight/distinfo b/finance/py-trytond-account-stock-landed-cost-weight/distinfo index 1667640a3ea0..af764bad6f15 100644 --- a/finance/py-trytond-account-stock-landed-cost-weight/distinfo +++ b/finance/py-trytond-account-stock-landed-cost-weight/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_stock_landed_cost_weight-4.2.0.tar.gz) = ff94ad68b4c1f1fde65a01bcf7b414fd5da04e9f6f73810d4ea8ea84035db787 -SHA512 (tryton-4.2/trytond_account_stock_landed_cost_weight-4.2.0.tar.gz) = f5fe512ebe3388583cec8b9cecdcb0a007d5a1ca71b66f70a53557a93b6d55888acdde52912787651c58a86824d0d2d6ebdac17cd26e820a8b943952c4f69618 -Size (tryton-4.2/trytond_account_stock_landed_cost_weight-4.2.0.tar.gz) = 20414 bytes +BLAKE2s (tryton-6.2/trytond_account_stock_landed_cost_weight-6.2.0.tar.gz) = f2089ac81f012cd8868b04acacdcd6f830ee8440c4f1e1f478a6d8b7f74238a6 +SHA512 (tryton-6.2/trytond_account_stock_landed_cost_weight-6.2.0.tar.gz) = c63df157ead857a7c95dff08ae48779d6d62b89926064867b352caed0ad41c31335cd58ed7f8646e219747b3fe72faf8d895d0423ebda4913d82d1d06e5d8568 +Size (tryton-6.2/trytond_account_stock_landed_cost_weight-6.2.0.tar.gz) = 22464 bytes diff --git a/finance/py-trytond-account-stock-landed-cost/PLIST b/finance/py-trytond-account-stock-landed-cost/PLIST index 44361e5b5dab..4cbb044d3aca 100644 --- a/finance/py-trytond-account-stock-landed-cost/PLIST +++ b/finance/py-trytond-account-stock-landed-cost/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:01 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/account_stock_landed_cost/__init__.py ${PYSITELIB}/trytond/modules/account_stock_landed_cost/__init__.pyc ${PYSITELIB}/trytond/modules/account_stock_landed_cost/__init__.pyo @@ -6,24 +6,33 @@ ${PYSITELIB}/trytond/modules/account_stock_landed_cost/account.py ${PYSITELIB}/trytond/modules/account_stock_landed_cost/account.pyc ${PYSITELIB}/trytond/modules/account_stock_landed_cost/account.pyo ${PYSITELIB}/trytond/modules/account_stock_landed_cost/account.xml +${PYSITELIB}/trytond/modules/account_stock_landed_cost/exceptions.py +${PYSITELIB}/trytond/modules/account_stock_landed_cost/exceptions.pyc +${PYSITELIB}/trytond/modules/account_stock_landed_cost/exceptions.pyo ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/bg.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/ca.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/cs.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/de.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/es.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/es_419.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/et.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/fa.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/fi.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/fr.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/hu.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/id.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/it.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/lo.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/lt.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/nl.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/pl.po -${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/pt.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/ro.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/ru.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/sl.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/tr.po ${PYSITELIB}/trytond/modules/account_stock_landed_cost/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account_stock_landed_cost/message.xml ${PYSITELIB}/trytond/modules/account_stock_landed_cost/product.py ${PYSITELIB}/trytond/modules/account_stock_landed_cost/product.pyc ${PYSITELIB}/trytond/modules/account_stock_landed_cost/product.pyo diff --git a/finance/py-trytond-account-stock-landed-cost/distinfo b/finance/py-trytond-account-stock-landed-cost/distinfo index afbc6a3cf9b0..da313bbcee6d 100644 --- a/finance/py-trytond-account-stock-landed-cost/distinfo +++ b/finance/py-trytond-account-stock-landed-cost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/23 16:12:41 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_stock_landed_cost-4.2.0.tar.gz) = 6d7caf0f8dc6b23cff21a92a27f4895c85a7e6fb3bb7dd78f446d8a9e799ddec -SHA512 (tryton-4.2/trytond_account_stock_landed_cost-4.2.0.tar.gz) = 449949257d44186f248df34cd1a9282130f320b2765fed6965a246ead6b8213abcd44a8af359a83b6e971937f3b01b4f2bccf8b60e5f0149a2fb0017d397ca26 -Size (tryton-4.2/trytond_account_stock_landed_cost-4.2.0.tar.gz) = 28948 bytes +BLAKE2s (tryton-6.2/trytond_account_stock_landed_cost-6.2.1.tar.gz) = 84d0f4e6aa1ec5e1dddbe5eb9041afc2967cecf6592c0731360193e666b68369 +SHA512 (tryton-6.2/trytond_account_stock_landed_cost-6.2.1.tar.gz) = baa11adef1e13e17bf8891cf6ebd32c8ff2585a4d25fb15649419095949bc9f68464818e078366d86c9da3a6b7251589d5a5fdb6cd283a1da76039ed1bc953f4 +Size (tryton-6.2/trytond_account_stock_landed_cost-6.2.1.tar.gz) = 36291 bytes diff --git a/finance/py-trytond-account-tax-rule-country/PLIST b/finance/py-trytond-account-tax-rule-country/PLIST index a9aed2552095..b26dd069e5cb 100644 --- a/finance/py-trytond-account-tax-rule-country/PLIST +++ b/finance/py-trytond-account-tax-rule-country/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/account_tax_rule_country/__init__.py ${PYSITELIB}/trytond/modules/account_tax_rule_country/__init__.pyc ${PYSITELIB}/trytond/modules/account_tax_rule_country/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/cs.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/de.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/es.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/es_419.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/et.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/fa.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/fi.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/fr.po -${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/it_IT.po -${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/hu.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/id.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/it.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/lo.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/lt.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/nl.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/pl.po -${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/pt.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/ro.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/ru.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/sl.po +${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/tr.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/locale/zh_CN.po ${PYSITELIB}/trytond/modules/account_tax_rule_country/purchase.py ${PYSITELIB}/trytond/modules/account_tax_rule_country/purchase.pyc @@ -30,6 +35,9 @@ ${PYSITELIB}/trytond/modules/account_tax_rule_country/purchase.pyo ${PYSITELIB}/trytond/modules/account_tax_rule_country/sale.py ${PYSITELIB}/trytond/modules/account_tax_rule_country/sale.pyc ${PYSITELIB}/trytond/modules/account_tax_rule_country/sale.pyo +${PYSITELIB}/trytond/modules/account_tax_rule_country/stock.py +${PYSITELIB}/trytond/modules/account_tax_rule_country/stock.pyc +${PYSITELIB}/trytond/modules/account_tax_rule_country/stock.pyo ${PYSITELIB}/trytond/modules/account_tax_rule_country/tests/__init__.py ${PYSITELIB}/trytond/modules/account_tax_rule_country/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account_tax_rule_country/tests/__init__.pyo diff --git a/finance/py-trytond-account-tax-rule-country/distinfo b/finance/py-trytond-account-tax-rule-country/distinfo index 68b2b1fdb523..67f3ee1e10a0 100644 --- a/finance/py-trytond-account-tax-rule-country/distinfo +++ b/finance/py-trytond-account-tax-rule-country/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account_tax_rule_country-4.2.0.tar.gz) = d8ef1a35af959b2e496a3d7c9a96a98f28a811b6edbe2c332741343a60f1f108 -SHA512 (tryton-4.2/trytond_account_tax_rule_country-4.2.0.tar.gz) = 866a5f29ab6e5382dba77e867e30fea43821dac88e6ec13143e54ef923af20d5f013d78aafae28093c4ae2210b3192baf995ad3cd8e370f06596356bc854bc94 -Size (tryton-4.2/trytond_account_tax_rule_country-4.2.0.tar.gz) = 20417 bytes +BLAKE2s (tryton-6.2/trytond_account_tax_rule_country-6.2.0.tar.gz) = 67d7d3428d24f749b75b3fd0c54c7725e2934dad8f6b8e3f20f66f3da886d1d1 +SHA512 (tryton-6.2/trytond_account_tax_rule_country-6.2.0.tar.gz) = 1a2473b09465de0ec39341299a7ed69b75acef8b6c976d5c448b3d6d3156862cfe33f58fa55a6272754824ac7068462192c46d6660f1eb12fd7f918021ef8194 +Size (tryton-6.2/trytond_account_tax_rule_country-6.2.0.tar.gz) = 26258 bytes diff --git a/finance/py-trytond-account/PLIST b/finance/py-trytond-account/PLIST index 5b99b2adbd71..7a9d18bd5b39 100644 --- a/finance/py-trytond-account/PLIST +++ b/finance/py-trytond-account/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:12:59 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:44 mef Exp $ ${PYSITELIB}/trytond/modules/account/__init__.py ${PYSITELIB}/trytond/modules/account/__init__.pyc ${PYSITELIB}/trytond/modules/account/__init__.pyo @@ -6,18 +6,30 @@ ${PYSITELIB}/trytond/modules/account/account.py ${PYSITELIB}/trytond/modules/account/account.pyc ${PYSITELIB}/trytond/modules/account/account.pyo ${PYSITELIB}/trytond/modules/account/account.xml -${PYSITELIB}/trytond/modules/account/aged_balance.odt +${PYSITELIB}/trytond/modules/account/aged_balance.fodt +${PYSITELIB}/trytond/modules/account/common.py +${PYSITELIB}/trytond/modules/account/common.pyc +${PYSITELIB}/trytond/modules/account/common.pyo +${PYSITELIB}/trytond/modules/account/company.py +${PYSITELIB}/trytond/modules/account/company.pyc +${PYSITELIB}/trytond/modules/account/company.pyo ${PYSITELIB}/trytond/modules/account/configuration.py ${PYSITELIB}/trytond/modules/account/configuration.pyc ${PYSITELIB}/trytond/modules/account/configuration.pyo ${PYSITELIB}/trytond/modules/account/configuration.xml +${PYSITELIB}/trytond/modules/account/exceptions.py +${PYSITELIB}/trytond/modules/account/exceptions.pyc +${PYSITELIB}/trytond/modules/account/exceptions.pyo ${PYSITELIB}/trytond/modules/account/fiscalyear.py ${PYSITELIB}/trytond/modules/account/fiscalyear.pyc ${PYSITELIB}/trytond/modules/account/fiscalyear.pyo ${PYSITELIB}/trytond/modules/account/fiscalyear.xml -${PYSITELIB}/trytond/modules/account/general_journal.odt -${PYSITELIB}/trytond/modules/account/general_ledger.odt -${PYSITELIB}/trytond/modules/account/icons/tryton-financial.svg +${PYSITELIB}/trytond/modules/account/general_journal.fodt +${PYSITELIB}/trytond/modules/account/general_ledger.fodt +${PYSITELIB}/trytond/modules/account/icons/tryton-account-block.svg +${PYSITELIB}/trytond/modules/account/icons/tryton-account-close.svg +${PYSITELIB}/trytond/modules/account/icons/tryton-account-open.svg +${PYSITELIB}/trytond/modules/account/icons/tryton-account.svg ${PYSITELIB}/trytond/modules/account/journal.py ${PYSITELIB}/trytond/modules/account/journal.pyc ${PYSITELIB}/trytond/modules/account/journal.pyo @@ -28,18 +40,24 @@ ${PYSITELIB}/trytond/modules/account/locale/cs.po ${PYSITELIB}/trytond/modules/account/locale/de.po ${PYSITELIB}/trytond/modules/account/locale/es.po ${PYSITELIB}/trytond/modules/account/locale/es_419.po +${PYSITELIB}/trytond/modules/account/locale/et.po +${PYSITELIB}/trytond/modules/account/locale/fa.po +${PYSITELIB}/trytond/modules/account/locale/fi.po ${PYSITELIB}/trytond/modules/account/locale/fr.po -${PYSITELIB}/trytond/modules/account/locale/hu_HU.po -${PYSITELIB}/trytond/modules/account/locale/it_IT.po -${PYSITELIB}/trytond/modules/account/locale/ja_JP.po +${PYSITELIB}/trytond/modules/account/locale/hu.po +${PYSITELIB}/trytond/modules/account/locale/id.po +${PYSITELIB}/trytond/modules/account/locale/it.po ${PYSITELIB}/trytond/modules/account/locale/lo.po ${PYSITELIB}/trytond/modules/account/locale/lt.po ${PYSITELIB}/trytond/modules/account/locale/nl.po ${PYSITELIB}/trytond/modules/account/locale/pl.po -${PYSITELIB}/trytond/modules/account/locale/pt_BR.po +${PYSITELIB}/trytond/modules/account/locale/pt.po +${PYSITELIB}/trytond/modules/account/locale/ro.po ${PYSITELIB}/trytond/modules/account/locale/ru.po ${PYSITELIB}/trytond/modules/account/locale/sl.po +${PYSITELIB}/trytond/modules/account/locale/tr.po ${PYSITELIB}/trytond/modules/account/locale/zh_CN.po +${PYSITELIB}/trytond/modules/account/message.xml ${PYSITELIB}/trytond/modules/account/minimal_chart_bg.xml ${PYSITELIB}/trytond/modules/account/minimal_chart_ca.xml ${PYSITELIB}/trytond/modules/account/minimal_chart_de.xml @@ -73,25 +91,32 @@ ${PYSITELIB}/trytond/modules/account/tax.xml ${PYSITELIB}/trytond/modules/account/tests/__init__.py ${PYSITELIB}/trytond/modules/account/tests/__init__.pyc ${PYSITELIB}/trytond/modules/account/tests/__init__.pyo +${PYSITELIB}/trytond/modules/account/tests/scenario_account_active.rst +${PYSITELIB}/trytond/modules/account/tests/scenario_account_reconcile.rst ${PYSITELIB}/trytond/modules/account/tests/scenario_account_reconciliation.rst ${PYSITELIB}/trytond/modules/account/tests/scenario_move_cancel.rst +${PYSITELIB}/trytond/modules/account/tests/scenario_move_line_group.rst +${PYSITELIB}/trytond/modules/account/tests/scenario_move_line_split.rst ${PYSITELIB}/trytond/modules/account/tests/scenario_move_template.rst +${PYSITELIB}/trytond/modules/account/tests/scenario_renew_fiscalyear.rst ${PYSITELIB}/trytond/modules/account/tests/scenario_reports.rst +${PYSITELIB}/trytond/modules/account/tests/scenario_tax_code.rst ${PYSITELIB}/trytond/modules/account/tests/test_account.py ${PYSITELIB}/trytond/modules/account/tests/test_account.pyc ${PYSITELIB}/trytond/modules/account/tests/test_account.pyo ${PYSITELIB}/trytond/modules/account/tests/tools.py ${PYSITELIB}/trytond/modules/account/tests/tools.pyc ${PYSITELIB}/trytond/modules/account/tests/tools.pyo -${PYSITELIB}/trytond/modules/account/trial_balance.odt +${PYSITELIB}/trytond/modules/account/trial_balance.fodt ${PYSITELIB}/trytond/modules/account/tryton.cfg +${PYSITELIB}/trytond/modules/account/type_statement.fodt ${PYSITELIB}/trytond/modules/account/view/account_balance_sheet_tree.xml ${PYSITELIB}/trytond/modules/account/view/account_deferral_form.xml ${PYSITELIB}/trytond/modules/account/view/account_deferral_tree.xml ${PYSITELIB}/trytond/modules/account/view/account_form.xml ${PYSITELIB}/trytond/modules/account/view/account_income_statement_tree.xml ${PYSITELIB}/trytond/modules/account/view/account_list.xml -${PYSITELIB}/trytond/modules/account/view/account_list2.xml +${PYSITELIB}/trytond/modules/account/view/account_list_balance_sheet.xml ${PYSITELIB}/trytond/modules/account/view/account_template_form.xml ${PYSITELIB}/trytond/modules/account/view/account_template_list.xml ${PYSITELIB}/trytond/modules/account/view/account_template_tree.xml @@ -105,19 +130,20 @@ ${PYSITELIB}/trytond/modules/account/view/account_type_template_tree.xml ${PYSITELIB}/trytond/modules/account/view/account_type_tree.xml ${PYSITELIB}/trytond/modules/account/view/aged_balance_context_form.xml ${PYSITELIB}/trytond/modules/account/view/aged_balance_list.xml +${PYSITELIB}/trytond/modules/account/view/balance_sheet_context_comparision_form.xml ${PYSITELIB}/trytond/modules/account/view/balance_sheet_context_form.xml ${PYSITELIB}/trytond/modules/account/view/configuration_form.xml -${PYSITELIB}/trytond/modules/account/view/configuration_tax_rounding_form.xml -${PYSITELIB}/trytond/modules/account/view/configuration_tax_rounding_list.xml ${PYSITELIB}/trytond/modules/account/view/create_chart_account_form.xml ${PYSITELIB}/trytond/modules/account/view/create_chart_properties_form.xml ${PYSITELIB}/trytond/modules/account/view/create_chart_start_form.xml ${PYSITELIB}/trytond/modules/account/view/fiscalyear_balance_non_deferral_start_form.xml -${PYSITELIB}/trytond/modules/account/view/fiscalyear_close_start_form.xml +${PYSITELIB}/trytond/modules/account/view/fiscalyear_create_periods_start_form.xml ${PYSITELIB}/trytond/modules/account/view/fiscalyear_form.xml +${PYSITELIB}/trytond/modules/account/view/fiscalyear_list_close.xml ${PYSITELIB}/trytond/modules/account/view/fiscalyear_tree.xml ${PYSITELIB}/trytond/modules/account/view/general_ledger_account_context_form.xml ${PYSITELIB}/trytond/modules/account/view/general_ledger_account_list.xml +${PYSITELIB}/trytond/modules/account/view/general_ledger_account_party_list.xml ${PYSITELIB}/trytond/modules/account/view/general_ledger_line_context_form.xml ${PYSITELIB}/trytond/modules/account/view/general_ledger_line_list.xml ${PYSITELIB}/trytond/modules/account/view/income_statement_context_form.xml @@ -125,15 +151,18 @@ ${PYSITELIB}/trytond/modules/account/view/journal_form.xml ${PYSITELIB}/trytond/modules/account/view/journal_list_cash.xml ${PYSITELIB}/trytond/modules/account/view/journal_open_cash_context.xml ${PYSITELIB}/trytond/modules/account/view/journal_period_form.xml +${PYSITELIB}/trytond/modules/account/view/journal_period_list_close.xml ${PYSITELIB}/trytond/modules/account/view/journal_period_tree.xml ${PYSITELIB}/trytond/modules/account/view/journal_tree.xml -${PYSITELIB}/trytond/modules/account/view/journal_type_form.xml -${PYSITELIB}/trytond/modules/account/view/journal_type_tree.xml ${PYSITELIB}/trytond/modules/account/view/move_cancel_default_form.xml ${PYSITELIB}/trytond/modules/account/view/move_form.xml ${PYSITELIB}/trytond/modules/account/view/move_line_form.xml ${PYSITELIB}/trytond/modules/account/view/move_line_form_move.xml +${PYSITELIB}/trytond/modules/account/view/move_line_group_start_form.xml ${PYSITELIB}/trytond/modules/account/view/move_line_list_payable_receivable.xml +${PYSITELIB}/trytond/modules/account/view/move_line_split_preview_form.xml +${PYSITELIB}/trytond/modules/account/view/move_line_split_start_form.xml +${PYSITELIB}/trytond/modules/account/view/move_line_split_term_list.xml ${PYSITELIB}/trytond/modules/account/view/move_line_template_form.xml ${PYSITELIB}/trytond/modules/account/view/move_line_template_list.xml ${PYSITELIB}/trytond/modules/account/view/move_line_tree.xml @@ -152,11 +181,16 @@ ${PYSITELIB}/trytond/modules/account/view/open_journal_ask_form.xml ${PYSITELIB}/trytond/modules/account/view/party_form.xml ${PYSITELIB}/trytond/modules/account/view/party_tree.xml ${PYSITELIB}/trytond/modules/account/view/period_form.xml +${PYSITELIB}/trytond/modules/account/view/period_list_close.xml ${PYSITELIB}/trytond/modules/account/view/period_tree.xml -${PYSITELIB}/trytond/modules/account/view/print_general_journal_start_form.xml ${PYSITELIB}/trytond/modules/account/view/reconcile_lines_writeoff_form.xml ${PYSITELIB}/trytond/modules/account/view/reconcile_show_form.xml +${PYSITELIB}/trytond/modules/account/view/renew_fiscalyear_start_form.xml ${PYSITELIB}/trytond/modules/account/view/tax_code_form.xml +${PYSITELIB}/trytond/modules/account/view/tax_code_line_form.xml +${PYSITELIB}/trytond/modules/account/view/tax_code_line_list.xml +${PYSITELIB}/trytond/modules/account/view/tax_code_line_template_form.xml +${PYSITELIB}/trytond/modules/account/view/tax_code_line_template_list.xml ${PYSITELIB}/trytond/modules/account/view/tax_code_list.xml ${PYSITELIB}/trytond/modules/account/view/tax_code_open_chart_start_form.xml ${PYSITELIB}/trytond/modules/account/view/tax_code_template_form.xml @@ -187,6 +221,8 @@ ${PYSITELIB}/trytond/modules/account/view/tax_test_form.xml ${PYSITELIB}/trytond/modules/account/view/tax_test_result_list.xml ${PYSITELIB}/trytond/modules/account/view/update_chart_start_form.xml ${PYSITELIB}/trytond/modules/account/view/update_chart_succeed_form.xml +${PYSITELIB}/trytond/modules/account/view/writeoff_form.xml +${PYSITELIB}/trytond/modules/account/view/writeoff_tree.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-account/distinfo b/finance/py-trytond-account/distinfo index 012383dc5afc..aca8f3bd4e8a 100644 --- a/finance/py-trytond-account/distinfo +++ b/finance/py-trytond-account/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:26:05 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/22 22:54:44 mef Exp $ -BLAKE2s (tryton-4.2/trytond_account-4.2.0.tar.gz) = 0b50ad8cb53fed7ba81d166cf13a828678b86a2d1320b6ec574f25521bca7d67 -SHA512 (tryton-4.2/trytond_account-4.2.0.tar.gz) = 5c77f88c614d37f842e9a027baad1d1348922759aa975e60ddef714cbe6fd6cb5f98115ccf6daa7aea94d53f2d392746b18407f0c456f25c6cb45ccf075be58b -Size (tryton-4.2/trytond_account-4.2.0.tar.gz) = 371283 bytes +BLAKE2s (tryton-6.2/trytond_account-6.2.1.tar.gz) = e88129e8e521e96d97af7a86c7aa8c8163b669b8c3edb9e6c6b35b4983ecce5a +SHA512 (tryton-6.2/trytond_account-6.2.1.tar.gz) = 94cb5f4369e9e17f37356291264f04ca98026ec4f7fb75596b85f9470c5e3bc6c3cd64176a4a8f85f581f29d40c9761c802cca0a419feba6792f2c0ecb665831 +Size (tryton-6.2/trytond_account-6.2.1.tar.gz) = 504296 bytes diff --git a/finance/py-trytond-analytic-account/PLIST b/finance/py-trytond-analytic-account/PLIST index 8ff82b0462cf..1fd42e9a5367 100644 --- a/finance/py-trytond-analytic-account/PLIST +++ b/finance/py-trytond-analytic-account/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:47 mef Exp $ ${PYSITELIB}/trytond/modules/analytic_account/__init__.py ${PYSITELIB}/trytond/modules/analytic_account/__init__.pyc ${PYSITELIB}/trytond/modules/analytic_account/__init__.pyo @@ -7,6 +7,9 @@ ${PYSITELIB}/trytond/modules/analytic_account/account.pyc ${PYSITELIB}/trytond/modules/analytic_account/account.pyo ${PYSITELIB}/trytond/modules/analytic_account/account.xml ${PYSITELIB}/trytond/modules/analytic_account/analytic_account.xml +${PYSITELIB}/trytond/modules/analytic_account/exceptions.py +${PYSITELIB}/trytond/modules/analytic_account/exceptions.pyc +${PYSITELIB}/trytond/modules/analytic_account/exceptions.pyo ${PYSITELIB}/trytond/modules/analytic_account/line.py ${PYSITELIB}/trytond/modules/analytic_account/line.pyc ${PYSITELIB}/trytond/modules/analytic_account/line.pyo @@ -17,18 +20,28 @@ ${PYSITELIB}/trytond/modules/analytic_account/locale/cs.po ${PYSITELIB}/trytond/modules/analytic_account/locale/de.po ${PYSITELIB}/trytond/modules/analytic_account/locale/es.po ${PYSITELIB}/trytond/modules/analytic_account/locale/es_419.po +${PYSITELIB}/trytond/modules/analytic_account/locale/et.po +${PYSITELIB}/trytond/modules/analytic_account/locale/fa.po +${PYSITELIB}/trytond/modules/analytic_account/locale/fi.po ${PYSITELIB}/trytond/modules/analytic_account/locale/fr.po -${PYSITELIB}/trytond/modules/analytic_account/locale/hu_HU.po -${PYSITELIB}/trytond/modules/analytic_account/locale/it_IT.po -${PYSITELIB}/trytond/modules/analytic_account/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_account/locale/hu.po +${PYSITELIB}/trytond/modules/analytic_account/locale/id.po +${PYSITELIB}/trytond/modules/analytic_account/locale/it.po ${PYSITELIB}/trytond/modules/analytic_account/locale/lo.po ${PYSITELIB}/trytond/modules/analytic_account/locale/lt.po ${PYSITELIB}/trytond/modules/analytic_account/locale/nl.po ${PYSITELIB}/trytond/modules/analytic_account/locale/pl.po -${PYSITELIB}/trytond/modules/analytic_account/locale/pt_BR.po +${PYSITELIB}/trytond/modules/analytic_account/locale/pt.po +${PYSITELIB}/trytond/modules/analytic_account/locale/ro.po ${PYSITELIB}/trytond/modules/analytic_account/locale/ru.po ${PYSITELIB}/trytond/modules/analytic_account/locale/sl.po +${PYSITELIB}/trytond/modules/analytic_account/locale/tr.po ${PYSITELIB}/trytond/modules/analytic_account/locale/zh_CN.po +${PYSITELIB}/trytond/modules/analytic_account/message.xml +${PYSITELIB}/trytond/modules/analytic_account/rule.py +${PYSITELIB}/trytond/modules/analytic_account/rule.pyc +${PYSITELIB}/trytond/modules/analytic_account/rule.pyo +${PYSITELIB}/trytond/modules/analytic_account/rule.xml ${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.py ${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.pyc ${PYSITELIB}/trytond/modules/analytic_account/tests/__init__.pyo @@ -51,6 +64,8 @@ ${PYSITELIB}/trytond/modules/analytic_account/view/line_tree.xml ${PYSITELIB}/trytond/modules/analytic_account/view/move_line_form.xml ${PYSITELIB}/trytond/modules/analytic_account/view/move_line_list.xml ${PYSITELIB}/trytond/modules/analytic_account/view/open_chart_start_form.xml +${PYSITELIB}/trytond/modules/analytic_account/view/rule_form.xml +${PYSITELIB}/trytond/modules/analytic_account/view/rule_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-analytic-account/distinfo b/finance/py-trytond-analytic-account/distinfo index fdf86236198a..e935be732958 100644 --- a/finance/py-trytond-analytic-account/distinfo +++ b/finance/py-trytond-analytic-account/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_analytic_account-4.2.0.tar.gz) = cc2cd0c84ad885546472c7b674752d088805a9e01bea23152a8e9ee164c97f1c -SHA512 (tryton-4.2/trytond_analytic_account-4.2.0.tar.gz) = cac51a040c6e953b7ba0386a3fe1b042b305497fb17b4afe68dbee71945c4bff10c41b23bf0ae6659998c6002266f3435bfcbc8de000c671448fa459716ed374 -Size (tryton-4.2/trytond_analytic_account-4.2.0.tar.gz) = 43240 bytes +BLAKE2s (tryton-6.2/trytond_analytic_account-6.2.0.tar.gz) = 13ffa0677cfe7a44e025981cef66de0fc63145c7ede9e469f86895d993a7e9fe +SHA512 (tryton-6.2/trytond_analytic_account-6.2.0.tar.gz) = 993119b4d50bea626a4ec920f71c9a4da4c85064261d4349eec6d3f2b8f505dedea5e40c0e9b096397484e97f2e75c8081925a24b5668a534fe67e1ec67ae3fa +Size (tryton-6.2/trytond_analytic_account-6.2.0.tar.gz) = 49689 bytes diff --git a/finance/py-trytond-analytic-invoice/PLIST b/finance/py-trytond-analytic-invoice/PLIST index 8ce199c96aaf..f7596051223d 100644 --- a/finance/py-trytond-analytic-invoice/PLIST +++ b/finance/py-trytond-analytic-invoice/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/analytic_invoice/__init__.py ${PYSITELIB}/trytond/modules/analytic_invoice/__init__.pyc ${PYSITELIB}/trytond/modules/analytic_invoice/__init__.pyo ${PYSITELIB}/trytond/modules/analytic_invoice/asset.py ${PYSITELIB}/trytond/modules/analytic_invoice/asset.pyc ${PYSITELIB}/trytond/modules/analytic_invoice/asset.pyo +${PYSITELIB}/trytond/modules/analytic_invoice/asset.xml ${PYSITELIB}/trytond/modules/analytic_invoice/invoice.py ${PYSITELIB}/trytond/modules/analytic_invoice/invoice.pyc ${PYSITELIB}/trytond/modules/analytic_invoice/invoice.pyo @@ -15,17 +16,22 @@ ${PYSITELIB}/trytond/modules/analytic_invoice/locale/cs.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/de.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/es_419.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/et.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/fa.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/fi.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/fr.po -${PYSITELIB}/trytond/modules/analytic_invoice/locale/hu_HU.po -${PYSITELIB}/trytond/modules/analytic_invoice/locale/it_IT.po -${PYSITELIB}/trytond/modules/analytic_invoice/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/hu.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/id.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/it.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/lo.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/lt.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/nl.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/pl.po -${PYSITELIB}/trytond/modules/analytic_invoice/locale/pt_BR.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/pt.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/ro.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/ru.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/sl.po +${PYSITELIB}/trytond/modules/analytic_invoice/locale/tr.po ${PYSITELIB}/trytond/modules/analytic_invoice/locale/zh_CN.po ${PYSITELIB}/trytond/modules/analytic_invoice/tests/__init__.py ${PYSITELIB}/trytond/modules/analytic_invoice/tests/__init__.pyc diff --git a/finance/py-trytond-analytic-invoice/distinfo b/finance/py-trytond-analytic-invoice/distinfo index 3dd1d8be7540..d6ffd5237484 100644 --- a/finance/py-trytond-analytic-invoice/distinfo +++ b/finance/py-trytond-analytic-invoice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_analytic_invoice-4.2.0.tar.gz) = b97e7a37ae344a78f16ff7438736ce8f00750a6168b4b474c255b2c88acc0c0f -SHA512 (tryton-4.2/trytond_analytic_invoice-4.2.0.tar.gz) = 80e652a5ff5aa1518416013c75e1f8c87fa9da7d3a28be885c7ad0e1a36cfc228dd336569d8e1ff585bc0839c27df9675ded08489985c64f1023b48478b2ab8e -Size (tryton-4.2/trytond_analytic_invoice-4.2.0.tar.gz) = 22549 bytes +BLAKE2s (tryton-6.2/trytond_analytic_invoice-6.2.0.tar.gz) = 6fe2ecc6177b66fc76d61cd00836d7dd560439c47f6adaed384d98ee81a3310d +SHA512 (tryton-6.2/trytond_analytic_invoice-6.2.0.tar.gz) = c442e64caa2a1d9b9a7b09a359d24a4ac6892765f83c76d061dc34675adcfea3b9721085943b54239061fc25d857077b37c02292c8c714f9df5d454a802351e5 +Size (tryton-6.2/trytond_analytic_invoice-6.2.0.tar.gz) = 25410 bytes diff --git a/finance/py-trytond-analytic-purchase/PLIST b/finance/py-trytond-analytic-purchase/PLIST index cfd6affb28cd..a0567c5cbfd5 100644 --- a/finance/py-trytond-analytic-purchase/PLIST +++ b/finance/py-trytond-analytic-purchase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/analytic_purchase/__init__.py ${PYSITELIB}/trytond/modules/analytic_purchase/__init__.pyc ${PYSITELIB}/trytond/modules/analytic_purchase/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/analytic_purchase/locale/cs.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/de.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/es_419.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/et.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/fa.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/fi.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/fr.po -${PYSITELIB}/trytond/modules/analytic_purchase/locale/hu_HU.po -${PYSITELIB}/trytond/modules/analytic_purchase/locale/it_IT.po -${PYSITELIB}/trytond/modules/analytic_purchase/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/hu.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/id.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/it.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/lo.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/lt.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/nl.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/pl.po -${PYSITELIB}/trytond/modules/analytic_purchase/locale/pt_BR.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/pt.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/ro.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/ru.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/sl.po +${PYSITELIB}/trytond/modules/analytic_purchase/locale/tr.po ${PYSITELIB}/trytond/modules/analytic_purchase/locale/zh_CN.po ${PYSITELIB}/trytond/modules/analytic_purchase/purchase.py ${PYSITELIB}/trytond/modules/analytic_purchase/purchase.pyc diff --git a/finance/py-trytond-analytic-purchase/distinfo b/finance/py-trytond-analytic-purchase/distinfo index a1cb790ec4c5..508dd0cefa20 100644 --- a/finance/py-trytond-analytic-purchase/distinfo +++ b/finance/py-trytond-analytic-purchase/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:08 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_analytic_purchase-4.2.0.tar.gz) = 259ad988a566cf263dd50aff662d4d7a879f88add5c1487269d0a2c584a442ff -SHA512 (tryton-4.2/trytond_analytic_purchase-4.2.0.tar.gz) = 6bd1b944a0238c78a7fcfec2d90f404f6b0f446842d933cc13ec71d50326e266474424fdfb77349b4bd3832daedb54d25f9ff3426b04bc6c60c9f41bcf570bd9 -Size (tryton-4.2/trytond_analytic_purchase-4.2.0.tar.gz) = 21919 bytes +BLAKE2s (tryton-6.2/trytond_analytic_purchase-6.2.0.tar.gz) = 25318a7816e3296a0bb4be5409439740dae8a515df966db44493eba19dfd8e47 +SHA512 (tryton-6.2/trytond_analytic_purchase-6.2.0.tar.gz) = d7cdbef623c7efa639fef8cece3d2a471a4249f818542f614d9cc8c1171b9920859652b03eb4cb44c6af0288db045f2fe917c23f786bd97ab291f1fd8a8bec0b +Size (tryton-6.2/trytond_analytic_purchase-6.2.0.tar.gz) = 23719 bytes diff --git a/finance/py-trytond-analytic-sale/PLIST b/finance/py-trytond-analytic-sale/PLIST index e87340a57bc6..6ca756903a01 100644 --- a/finance/py-trytond-analytic-sale/PLIST +++ b/finance/py-trytond-analytic-sale/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/analytic_sale/__init__.py ${PYSITELIB}/trytond/modules/analytic_sale/__init__.pyc ${PYSITELIB}/trytond/modules/analytic_sale/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/analytic_sale/locale/cs.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/de.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/es.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/es_419.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/et.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/fa.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/fi.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/fr.po -${PYSITELIB}/trytond/modules/analytic_sale/locale/hu_HU.po -${PYSITELIB}/trytond/modules/analytic_sale/locale/it_IT.po -${PYSITELIB}/trytond/modules/analytic_sale/locale/ja_JP.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/hu.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/id.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/it.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/lo.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/lt.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/nl.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/pl.po -${PYSITELIB}/trytond/modules/analytic_sale/locale/pt_BR.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/pt.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/ro.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/ru.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/sl.po +${PYSITELIB}/trytond/modules/analytic_sale/locale/tr.po ${PYSITELIB}/trytond/modules/analytic_sale/locale/zh_CN.po ${PYSITELIB}/trytond/modules/analytic_sale/sale.py ${PYSITELIB}/trytond/modules/analytic_sale/sale.pyc diff --git a/finance/py-trytond-analytic-sale/distinfo b/finance/py-trytond-analytic-sale/distinfo index 9e39ee5e230e..97694e3ef09e 100644 --- a/finance/py-trytond-analytic-sale/distinfo +++ b/finance/py-trytond-analytic-sale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_analytic_sale-4.2.0.tar.gz) = eea39967d39fe30719da0d2f55fa9f912236ba93db693ee3e9853a91c5dedbc4 -SHA512 (tryton-4.2/trytond_analytic_sale-4.2.0.tar.gz) = 4878bb01e56019947561f5a7bf43c2575639cb8ac70284ef96705b7ae22b34bc710560dc2b09a4eb6b08123939863f450f5f8d59c00eef3d5bd7871a218aac77 -Size (tryton-4.2/trytond_analytic_sale-4.2.0.tar.gz) = 21176 bytes +BLAKE2s (tryton-6.2/trytond_analytic_sale-6.2.0.tar.gz) = b285088e290db0a20cbc090cb8d2a1f4694b213852103142b60c775b69305d97 +SHA512 (tryton-6.2/trytond_analytic_sale-6.2.0.tar.gz) = 8b2beedc72833ced6e616164011a4195afe47d5a0bf8a11f70218887055979f50cf2cfbc1faf23dccfc22641a2106086c7d3b86c30df07e76df3d3bcc3eb2eaf +Size (tryton-6.2/trytond_analytic_sale-6.2.0.tar.gz) = 23729 bytes diff --git a/finance/py-trytond-bank/PLIST b/finance/py-trytond-bank/PLIST index 4b1ae6cccc74..0f3872e07a3e 100644 --- a/finance/py-trytond-bank/PLIST +++ b/finance/py-trytond-bank/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:47 mef Exp $ ${PYSITELIB}/trytond/modules/bank/__init__.py ${PYSITELIB}/trytond/modules/bank/__init__.pyc ${PYSITELIB}/trytond/modules/bank/__init__.pyo @@ -6,24 +6,34 @@ ${PYSITELIB}/trytond/modules/bank/bank.py ${PYSITELIB}/trytond/modules/bank/bank.pyc ${PYSITELIB}/trytond/modules/bank/bank.pyo ${PYSITELIB}/trytond/modules/bank/bank.xml +${PYSITELIB}/trytond/modules/bank/exceptions.py +${PYSITELIB}/trytond/modules/bank/exceptions.pyc +${PYSITELIB}/trytond/modules/bank/exceptions.pyo +${PYSITELIB}/trytond/modules/bank/icons/tryton-bank.svg ${PYSITELIB}/trytond/modules/bank/locale/bg.po ${PYSITELIB}/trytond/modules/bank/locale/ca.po ${PYSITELIB}/trytond/modules/bank/locale/cs.po ${PYSITELIB}/trytond/modules/bank/locale/de.po ${PYSITELIB}/trytond/modules/bank/locale/es.po ${PYSITELIB}/trytond/modules/bank/locale/es_419.po +${PYSITELIB}/trytond/modules/bank/locale/et.po +${PYSITELIB}/trytond/modules/bank/locale/fa.po +${PYSITELIB}/trytond/modules/bank/locale/fi.po ${PYSITELIB}/trytond/modules/bank/locale/fr.po -${PYSITELIB}/trytond/modules/bank/locale/hu_HU.po -${PYSITELIB}/trytond/modules/bank/locale/it_IT.po -${PYSITELIB}/trytond/modules/bank/locale/ja_JP.po +${PYSITELIB}/trytond/modules/bank/locale/hu.po +${PYSITELIB}/trytond/modules/bank/locale/id.po +${PYSITELIB}/trytond/modules/bank/locale/it.po ${PYSITELIB}/trytond/modules/bank/locale/lo.po ${PYSITELIB}/trytond/modules/bank/locale/lt.po ${PYSITELIB}/trytond/modules/bank/locale/nl.po ${PYSITELIB}/trytond/modules/bank/locale/pl.po -${PYSITELIB}/trytond/modules/bank/locale/pt_BR.po +${PYSITELIB}/trytond/modules/bank/locale/pt.po +${PYSITELIB}/trytond/modules/bank/locale/ro.po ${PYSITELIB}/trytond/modules/bank/locale/ru.po ${PYSITELIB}/trytond/modules/bank/locale/sl.po +${PYSITELIB}/trytond/modules/bank/locale/tr.po ${PYSITELIB}/trytond/modules/bank/locale/zh_CN.po +${PYSITELIB}/trytond/modules/bank/message.xml ${PYSITELIB}/trytond/modules/bank/party.py ${PYSITELIB}/trytond/modules/bank/party.pyc ${PYSITELIB}/trytond/modules/bank/party.pyo diff --git a/finance/py-trytond-bank/distinfo b/finance/py-trytond-bank/distinfo index d4b85a756454..a647a26ca0fe 100644 --- a/finance/py-trytond-bank/distinfo +++ b/finance/py-trytond-bank/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:47 mef Exp $ -BLAKE2s (tryton-4.2/trytond_bank-4.2.0.tar.gz) = aa6f0cf7a883909aca61cbf2e30a74753900ea0911ad12cb4d00c0fe927fe6bf -SHA512 (tryton-4.2/trytond_bank-4.2.0.tar.gz) = 34e23759ffd398212b571b8d6842e1192b40b6446c1b3c89503cc3ad052b95e610502f6c7a3da7676cc455cbac0ebaeeb3fdda1134bd52f2b4e4f673cceb7689 -Size (tryton-4.2/trytond_bank-4.2.0.tar.gz) = 28127 bytes +BLAKE2s (tryton-6.2/trytond_bank-6.2.0.tar.gz) = f4c6357b15ea23f85474427bce698b27dcc5750be8283cbf04cc9940adb24cfd +SHA512 (tryton-6.2/trytond_bank-6.2.0.tar.gz) = 268e9d2bde90e516dd3198147f474044b300f21100f350d1489e493f8d6d588d71ced78feda8439bf2ffc17d82707a4ac3a60a410c6279a087634a188ef3a61a +Size (tryton-6.2/trytond_bank-6.2.0.tar.gz) = 35633 bytes diff --git a/finance/py-trytond-commission-waiting/PLIST b/finance/py-trytond-commission-waiting/PLIST index 02201aabf49a..f7c78e4890f5 100644 --- a/finance/py-trytond-commission-waiting/PLIST +++ b/finance/py-trytond-commission-waiting/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/commission_waiting/__init__.py ${PYSITELIB}/trytond/modules/commission_waiting/__init__.pyc ${PYSITELIB}/trytond/modules/commission_waiting/__init__.pyo @@ -18,17 +18,22 @@ ${PYSITELIB}/trytond/modules/commission_waiting/locale/cs.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/de.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/es.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/es_419.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/et.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/fa.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/fi.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/fr.po -${PYSITELIB}/trytond/modules/commission_waiting/locale/hu_HU.po -${PYSITELIB}/trytond/modules/commission_waiting/locale/it_IT.po -${PYSITELIB}/trytond/modules/commission_waiting/locale/ja_JP.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/hu.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/id.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/it.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/lo.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/lt.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/nl.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/pl.po -${PYSITELIB}/trytond/modules/commission_waiting/locale/pt_BR.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/pt.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/ro.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/ru.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/sl.po +${PYSITELIB}/trytond/modules/commission_waiting/locale/tr.po ${PYSITELIB}/trytond/modules/commission_waiting/locale/zh_CN.po ${PYSITELIB}/trytond/modules/commission_waiting/tests/__init__.py ${PYSITELIB}/trytond/modules/commission_waiting/tests/__init__.pyc diff --git a/finance/py-trytond-commission-waiting/distinfo b/finance/py-trytond-commission-waiting/distinfo index 9d6ec3ee6feb..db84ca7f9226 100644 --- a/finance/py-trytond-commission-waiting/distinfo +++ b/finance/py-trytond-commission-waiting/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_commission_waiting-4.2.0.tar.gz) = c5de7dc2c5dfdd7b9e0a40eb97303fedb7922f54d8dfbdf56a29be395bf4e50e -SHA512 (tryton-4.2/trytond_commission_waiting-4.2.0.tar.gz) = cafb4b3638a64b9a4fe7e6a93cd389b318f43948302658d27fa06f51728661ec04a8f246e273b7437ab33be9cfa0fc562743e346471f9d63a9cd1b5c8125e7a8 -Size (tryton-4.2/trytond_commission_waiting-4.2.0.tar.gz) = 21657 bytes +BLAKE2s (tryton-6.2/trytond_commission_waiting-6.2.0.tar.gz) = 31fb706d416feadce0a33933cfae8fedb31028a46bc3de20b154b458136d8028 +SHA512 (tryton-6.2/trytond_commission_waiting-6.2.0.tar.gz) = aa5e6556b8a44ff10d3b917a36f753151d8da1866eec9b589c93ff58928da35024f00a3126cd1d80c03ba127e90770afac3a74912683b64c627b02ada675cfd7 +Size (tryton-6.2/trytond_commission_waiting-6.2.0.tar.gz) = 24363 bytes diff --git a/finance/py-trytond-commission/PLIST b/finance/py-trytond-commission/PLIST index 888a692226cb..eeb9a589dd4a 100644 --- a/finance/py-trytond-commission/PLIST +++ b/finance/py-trytond-commission/PLIST @@ -1,37 +1,58 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:48 mef Exp $ ${PYSITELIB}/trytond/modules/commission/__init__.py ${PYSITELIB}/trytond/modules/commission/__init__.pyc ${PYSITELIB}/trytond/modules/commission/__init__.pyo +${PYSITELIB}/trytond/modules/commission/account.py +${PYSITELIB}/trytond/modules/commission/account.pyc +${PYSITELIB}/trytond/modules/commission/account.pyo ${PYSITELIB}/trytond/modules/commission/account.xml ${PYSITELIB}/trytond/modules/commission/commission.py ${PYSITELIB}/trytond/modules/commission/commission.pyc ${PYSITELIB}/trytond/modules/commission/commission.pyo ${PYSITELIB}/trytond/modules/commission/commission.xml +${PYSITELIB}/trytond/modules/commission/commission_reporting.py +${PYSITELIB}/trytond/modules/commission/commission_reporting.pyc +${PYSITELIB}/trytond/modules/commission/commission_reporting.pyo +${PYSITELIB}/trytond/modules/commission/commission_reporting.xml +${PYSITELIB}/trytond/modules/commission/exceptions.py +${PYSITELIB}/trytond/modules/commission/exceptions.pyc +${PYSITELIB}/trytond/modules/commission/exceptions.pyo +${PYSITELIB}/trytond/modules/commission/icons/tryton-commission.svg ${PYSITELIB}/trytond/modules/commission/invoice.py ${PYSITELIB}/trytond/modules/commission/invoice.pyc ${PYSITELIB}/trytond/modules/commission/invoice.pyo ${PYSITELIB}/trytond/modules/commission/invoice.xml +${PYSITELIB}/trytond/modules/commission/ir.py +${PYSITELIB}/trytond/modules/commission/ir.pyc +${PYSITELIB}/trytond/modules/commission/ir.pyo ${PYSITELIB}/trytond/modules/commission/locale/bg.po ${PYSITELIB}/trytond/modules/commission/locale/ca.po ${PYSITELIB}/trytond/modules/commission/locale/cs.po ${PYSITELIB}/trytond/modules/commission/locale/de.po ${PYSITELIB}/trytond/modules/commission/locale/es.po ${PYSITELIB}/trytond/modules/commission/locale/es_419.po +${PYSITELIB}/trytond/modules/commission/locale/et.po +${PYSITELIB}/trytond/modules/commission/locale/fa.po +${PYSITELIB}/trytond/modules/commission/locale/fi.po ${PYSITELIB}/trytond/modules/commission/locale/fr.po -${PYSITELIB}/trytond/modules/commission/locale/hu_HU.po -${PYSITELIB}/trytond/modules/commission/locale/it_IT.po -${PYSITELIB}/trytond/modules/commission/locale/ja_JP.po +${PYSITELIB}/trytond/modules/commission/locale/hu.po +${PYSITELIB}/trytond/modules/commission/locale/id.po +${PYSITELIB}/trytond/modules/commission/locale/it.po ${PYSITELIB}/trytond/modules/commission/locale/lo.po ${PYSITELIB}/trytond/modules/commission/locale/lt.po ${PYSITELIB}/trytond/modules/commission/locale/nl.po ${PYSITELIB}/trytond/modules/commission/locale/pl.po -${PYSITELIB}/trytond/modules/commission/locale/pt_BR.po +${PYSITELIB}/trytond/modules/commission/locale/pt.po +${PYSITELIB}/trytond/modules/commission/locale/ro.po ${PYSITELIB}/trytond/modules/commission/locale/ru.po ${PYSITELIB}/trytond/modules/commission/locale/sl.po +${PYSITELIB}/trytond/modules/commission/locale/tr.po ${PYSITELIB}/trytond/modules/commission/locale/zh_CN.po +${PYSITELIB}/trytond/modules/commission/message.xml ${PYSITELIB}/trytond/modules/commission/party.py ${PYSITELIB}/trytond/modules/commission/party.pyc ${PYSITELIB}/trytond/modules/commission/party.pyo +${PYSITELIB}/trytond/modules/commission/party.xml ${PYSITELIB}/trytond/modules/commission/product.py ${PYSITELIB}/trytond/modules/commission/product.pyc ${PYSITELIB}/trytond/modules/commission/product.pyo @@ -43,23 +64,36 @@ ${PYSITELIB}/trytond/modules/commission/sale.xml ${PYSITELIB}/trytond/modules/commission/tests/__init__.py ${PYSITELIB}/trytond/modules/commission/tests/__init__.pyc ${PYSITELIB}/trytond/modules/commission/tests/__init__.pyo +${PYSITELIB}/trytond/modules/commission/tests/scenario_agent_selection.rst ${PYSITELIB}/trytond/modules/commission/tests/scenario_commission.rst ${PYSITELIB}/trytond/modules/commission/tests/test_commission.py ${PYSITELIB}/trytond/modules/commission/tests/test_commission.pyc ${PYSITELIB}/trytond/modules/commission/tests/test_commission.pyo ${PYSITELIB}/trytond/modules/commission/tryton.cfg +${PYSITELIB}/trytond/modules/commission/view/account_invoice_credit_start_form.xml ${PYSITELIB}/trytond/modules/commission/view/agent_form.xml ${PYSITELIB}/trytond/modules/commission/view/agent_list.xml +${PYSITELIB}/trytond/modules/commission/view/agent_selection_form.xml +${PYSITELIB}/trytond/modules/commission/view/agent_selection_list.xml +${PYSITELIB}/trytond/modules/commission/view/agent_selection_list_sequence.xml ${PYSITELIB}/trytond/modules/commission/view/commission_create_invoice_ask_form.xml ${PYSITELIB}/trytond/modules/commission/view/commission_form.xml ${PYSITELIB}/trytond/modules/commission/view/commission_list.xml ${PYSITELIB}/trytond/modules/commission/view/invoice_form.xml ${PYSITELIB}/trytond/modules/commission/view/invoice_line_form.xml +${PYSITELIB}/trytond/modules/commission/view/party_form.xml ${PYSITELIB}/trytond/modules/commission/view/plan_form.xml ${PYSITELIB}/trytond/modules/commission/view/plan_line_form.xml ${PYSITELIB}/trytond/modules/commission/view/plan_line_list.xml ${PYSITELIB}/trytond/modules/commission/view/plan_line_list_sequence.xml ${PYSITELIB}/trytond/modules/commission/view/plan_list.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_graph_amount.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_graph_number.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_list.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_time_series_graph_amount.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_time_series_graph_number.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_agent_time_series_list.xml +${PYSITELIB}/trytond/modules/commission/view/reporting_context_form.xml ${PYSITELIB}/trytond/modules/commission/view/sale_form.xml ${PYSITELIB}/trytond/modules/commission/view/sale_line_form.xml ${PYSITELIB}/trytond/modules/commission/view/template_form.xml diff --git a/finance/py-trytond-commission/distinfo b/finance/py-trytond-commission/distinfo index 01557c4324fc..1a671a826af9 100644 --- a/finance/py-trytond-commission/distinfo +++ b/finance/py-trytond-commission/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_commission-4.2.1.tar.gz) = 822906243fd31dea59e35be53d4fd248eea63c8b583666ac512a4ce792deb81d -SHA512 (tryton-4.2/trytond_commission-4.2.1.tar.gz) = f733518cb513b290812b19130bb2e5a96c95c9f62e476e381d935555928debab1a307bee2388c1d1e30f46cd1168cbc58ad58c05ad7b7607f13ab4095f685346 -Size (tryton-4.2/trytond_commission-4.2.1.tar.gz) = 40744 bytes +BLAKE2s (tryton-6.2/trytond_commission-6.2.0.tar.gz) = 27877c0b63b09cc18c29d79b1c89bda378fe4c1460ed2df45378a32fc8d7dbf0 +SHA512 (tryton-6.2/trytond_commission-6.2.0.tar.gz) = 5da07399a59328b0cd478ba048ed4172fae723d7293919c4342b6a7e82e57b4942f66898717553aa309b92319a4fdfacb6be5eb5983737f9bdf0da763e9d32c0 +Size (tryton-6.2/trytond_commission-6.2.0.tar.gz) = 69087 bytes diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile index 8b79f747406a..70efb1df8c74 100644 --- a/finance/py-trytond-currency/Makefile +++ b/finance/py-trytond-currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:56 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/22 22:54:48 mef Exp $ TRYTON_MODULE_NAME= trytond_currency .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python diff --git a/finance/py-trytond-currency/PLIST b/finance/py-trytond-currency/PLIST index 1cf5ac89ed9b..ffca258b722f 100644 --- a/finance/py-trytond-currency/PLIST +++ b/finance/py-trytond-currency/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:48 mef Exp $ +bin/trytond_import_currencies ${PYSITELIB}/trytond/modules/currency/__init__.py ${PYSITELIB}/trytond/modules/currency/__init__.pyc ${PYSITELIB}/trytond/modules/currency/__init__.pyo @@ -6,28 +7,52 @@ ${PYSITELIB}/trytond/modules/currency/currency.py ${PYSITELIB}/trytond/modules/currency/currency.pyc ${PYSITELIB}/trytond/modules/currency/currency.pyo ${PYSITELIB}/trytond/modules/currency/currency.xml +${PYSITELIB}/trytond/modules/currency/exceptions.py +${PYSITELIB}/trytond/modules/currency/exceptions.pyc +${PYSITELIB}/trytond/modules/currency/exceptions.pyo +${PYSITELIB}/trytond/modules/currency/fields.py +${PYSITELIB}/trytond/modules/currency/fields.pyc +${PYSITELIB}/trytond/modules/currency/fields.pyo ${PYSITELIB}/trytond/modules/currency/icons/tryton-currency.svg +${PYSITELIB}/trytond/modules/currency/ir.py +${PYSITELIB}/trytond/modules/currency/ir.pyc +${PYSITELIB}/trytond/modules/currency/ir.pyo ${PYSITELIB}/trytond/modules/currency/locale/bg.po ${PYSITELIB}/trytond/modules/currency/locale/ca.po ${PYSITELIB}/trytond/modules/currency/locale/cs.po ${PYSITELIB}/trytond/modules/currency/locale/de.po ${PYSITELIB}/trytond/modules/currency/locale/es.po ${PYSITELIB}/trytond/modules/currency/locale/es_419.po +${PYSITELIB}/trytond/modules/currency/locale/et.po +${PYSITELIB}/trytond/modules/currency/locale/fa.po +${PYSITELIB}/trytond/modules/currency/locale/fi.po ${PYSITELIB}/trytond/modules/currency/locale/fr.po -${PYSITELIB}/trytond/modules/currency/locale/hu_HU.po -${PYSITELIB}/trytond/modules/currency/locale/it_IT.po -${PYSITELIB}/trytond/modules/currency/locale/ja_JP.po +${PYSITELIB}/trytond/modules/currency/locale/hu.po +${PYSITELIB}/trytond/modules/currency/locale/id.po +${PYSITELIB}/trytond/modules/currency/locale/it.po ${PYSITELIB}/trytond/modules/currency/locale/lo.po ${PYSITELIB}/trytond/modules/currency/locale/lt.po ${PYSITELIB}/trytond/modules/currency/locale/nl.po ${PYSITELIB}/trytond/modules/currency/locale/pl.po -${PYSITELIB}/trytond/modules/currency/locale/pt_BR.po +${PYSITELIB}/trytond/modules/currency/locale/pt.po +${PYSITELIB}/trytond/modules/currency/locale/ro.po ${PYSITELIB}/trytond/modules/currency/locale/ru.po ${PYSITELIB}/trytond/modules/currency/locale/sl.po +${PYSITELIB}/trytond/modules/currency/locale/tr.po ${PYSITELIB}/trytond/modules/currency/locale/zh_CN.po +${PYSITELIB}/trytond/modules/currency/message.xml +${PYSITELIB}/trytond/modules/currency/scripts/__init__.py +${PYSITELIB}/trytond/modules/currency/scripts/__init__.pyc +${PYSITELIB}/trytond/modules/currency/scripts/__init__.pyo +${PYSITELIB}/trytond/modules/currency/scripts/import_currencies.py +${PYSITELIB}/trytond/modules/currency/scripts/import_currencies.pyc +${PYSITELIB}/trytond/modules/currency/scripts/import_currencies.pyo ${PYSITELIB}/trytond/modules/currency/tests/__init__.py ${PYSITELIB}/trytond/modules/currency/tests/__init__.pyc ${PYSITELIB}/trytond/modules/currency/tests/__init__.pyo +${PYSITELIB}/trytond/modules/currency/tests/scenario_currency_compute.rst +${PYSITELIB}/trytond/modules/currency/tests/scenario_currency_import.rst +${PYSITELIB}/trytond/modules/currency/tests/scenario_currency_rate_update.rst ${PYSITELIB}/trytond/modules/currency/tests/test_currency.py ${PYSITELIB}/trytond/modules/currency/tests/test_currency.pyc ${PYSITELIB}/trytond/modules/currency/tests/test_currency.pyo @@ -35,6 +60,8 @@ ${PYSITELIB}/trytond/modules/currency/tests/tools.py ${PYSITELIB}/trytond/modules/currency/tests/tools.pyc ${PYSITELIB}/trytond/modules/currency/tests/tools.pyo ${PYSITELIB}/trytond/modules/currency/tryton.cfg +${PYSITELIB}/trytond/modules/currency/view/cron_form.xml +${PYSITELIB}/trytond/modules/currency/view/cron_list.xml ${PYSITELIB}/trytond/modules/currency/view/currency_form.xml ${PYSITELIB}/trytond/modules/currency/view/currency_rate_form.xml ${PYSITELIB}/trytond/modules/currency/view/currency_rate_graph.xml diff --git a/finance/py-trytond-currency/distinfo b/finance/py-trytond-currency/distinfo index d08528b48574..e154a261509a 100644 --- a/finance/py-trytond-currency/distinfo +++ b/finance/py-trytond-currency/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_currency-4.2.0.tar.gz) = ef6d7c250b3acb5e73d5cff53d4b7af6e350da79b7e0301a1b18dfb77096dae9 -SHA512 (tryton-4.2/trytond_currency-4.2.0.tar.gz) = bf2a63da688b432b3d00258af28aea9851f69417b83a90ce33c7241c3eb89b26bb0881c31ca0a985264f78b72ba6988715494bd3a276db989ce07002f2cb4306 -Size (tryton-4.2/trytond_currency-4.2.0.tar.gz) = 72329 bytes +BLAKE2s (tryton-6.2/trytond_currency-6.2.0.tar.gz) = d5df1afb0a7c78d0ff54750b41dffe8425faef0329844e9b017bd5dc27e528e8 +SHA512 (tryton-6.2/trytond_currency-6.2.0.tar.gz) = 1338d84859bfea32b294a4108fac28bdeb198e0996554ca3e892df8677e415ecabdd63397d6a58a33ad5e745b5f3aa962c7b205faff8a4dbf60a0534e76456cd +Size (tryton-6.2/trytond_currency-6.2.0.tar.gz) = 51009 bytes diff --git a/finance/py-trytond-customs/PLIST b/finance/py-trytond-customs/PLIST index 797820fb3463..90abbb83a7a7 100644 --- a/finance/py-trytond-customs/PLIST +++ b/finance/py-trytond-customs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/customs/__init__.py ${PYSITELIB}/trytond/modules/customs/__init__.pyc ${PYSITELIB}/trytond/modules/customs/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/customs/locale/cs.po ${PYSITELIB}/trytond/modules/customs/locale/de.po ${PYSITELIB}/trytond/modules/customs/locale/es.po ${PYSITELIB}/trytond/modules/customs/locale/es_419.po +${PYSITELIB}/trytond/modules/customs/locale/et.po +${PYSITELIB}/trytond/modules/customs/locale/fa.po +${PYSITELIB}/trytond/modules/customs/locale/fi.po ${PYSITELIB}/trytond/modules/customs/locale/fr.po -${PYSITELIB}/trytond/modules/customs/locale/hu_HU.po -${PYSITELIB}/trytond/modules/customs/locale/it_IT.po -${PYSITELIB}/trytond/modules/customs/locale/ja_JP.po +${PYSITELIB}/trytond/modules/customs/locale/hu.po +${PYSITELIB}/trytond/modules/customs/locale/id.po +${PYSITELIB}/trytond/modules/customs/locale/it.po ${PYSITELIB}/trytond/modules/customs/locale/lo.po ${PYSITELIB}/trytond/modules/customs/locale/lt.po ${PYSITELIB}/trytond/modules/customs/locale/nl.po ${PYSITELIB}/trytond/modules/customs/locale/pl.po -${PYSITELIB}/trytond/modules/customs/locale/pt_BR.po +${PYSITELIB}/trytond/modules/customs/locale/pt.po +${PYSITELIB}/trytond/modules/customs/locale/ro.po ${PYSITELIB}/trytond/modules/customs/locale/ru.po ${PYSITELIB}/trytond/modules/customs/locale/sl.po +${PYSITELIB}/trytond/modules/customs/locale/tr.po ${PYSITELIB}/trytond/modules/customs/locale/zh_CN.po ${PYSITELIB}/trytond/modules/customs/product.py ${PYSITELIB}/trytond/modules/customs/product.pyc diff --git a/finance/py-trytond-customs/distinfo b/finance/py-trytond-customs/distinfo index ed55353c9b4e..b8e5b11cb767 100644 --- a/finance/py-trytond-customs/distinfo +++ b/finance/py-trytond-customs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_customs-4.2.0.tar.gz) = 41284cd1f042b8bf5f63077cebe167ac30ac083e90d1b4d6086ada58d61c766d -SHA512 (tryton-4.2/trytond_customs-4.2.0.tar.gz) = 7861637593f960976c7f6fbe1883737b198f929e0d8195157fafcc85cca407a01873fa7deadf1c0138f6b25c3be005e920b40a9af7add44cd42501e5fad2af9e -Size (tryton-4.2/trytond_customs-4.2.0.tar.gz) = 33916 bytes +BLAKE2s (tryton-6.2/trytond_customs-6.2.0.tar.gz) = 288ea7a492249e8ffd1b1e09d8b2696d00048b3781bb5008457b84904ec93321 +SHA512 (tryton-6.2/trytond_customs-6.2.0.tar.gz) = 5cd76d4226fecbdf4ca5fdbd8e4c5f5fe345ebf2c06da743d76239f539322bb52b6e6efca9f504ddf8f620e567dc384cf6beeb0388c0c7bfa9b2eebc487a395a +Size (tryton-6.2/trytond_customs-6.2.0.tar.gz) = 37904 bytes diff --git a/finance/py-trytond-product-cost-fifo/PLIST b/finance/py-trytond-product-cost-fifo/PLIST index 5a2b288f464e..a678039d6e01 100644 --- a/finance/py-trytond-product-cost-fifo/PLIST +++ b/finance/py-trytond-product-cost-fifo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:41 mef Exp $ ${PYSITELIB}/trytond/modules/product_cost_fifo/__init__.py ${PYSITELIB}/trytond/modules/product_cost_fifo/__init__.pyc ${PYSITELIB}/trytond/modules/product_cost_fifo/__init__.pyo @@ -8,24 +8,40 @@ ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/cs.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/de.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/es_419.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/et.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/fa.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/fi.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/fr.po -${PYSITELIB}/trytond/modules/product_cost_fifo/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_cost_fifo/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_cost_fifo/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/hu.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/id.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/it.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/lo.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/lt.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/nl.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/pl.po -${PYSITELIB}/trytond/modules/product_cost_fifo/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/pt.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/ro.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/ru.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/sl.po +${PYSITELIB}/trytond/modules/product_cost_fifo/locale/tr.po ${PYSITELIB}/trytond/modules/product_cost_fifo/locale/zh_CN.po +${PYSITELIB}/trytond/modules/product_cost_fifo/message.xml ${PYSITELIB}/trytond/modules/product_cost_fifo/move.py ${PYSITELIB}/trytond/modules/product_cost_fifo/move.pyc ${PYSITELIB}/trytond/modules/product_cost_fifo/move.pyo ${PYSITELIB}/trytond/modules/product_cost_fifo/product.py ${PYSITELIB}/trytond/modules/product_cost_fifo/product.pyc ${PYSITELIB}/trytond/modules/product_cost_fifo/product.pyo +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/__init__.py +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/__init__.pyc +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/__init__.pyo +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/scenario_product_cost_fifo.rst +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/scenario_product_cost_fifo_no_in.rst +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/scenario_product_cost_fifo_recompute_cost_price.rst +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/scenario_product_cost_fifo_uom.rst +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/test_product_cost_fifo.py +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/test_product_cost_fifo.pyc +${PYSITELIB}/trytond/modules/product_cost_fifo/tests/test_product_cost_fifo.pyo ${PYSITELIB}/trytond/modules/product_cost_fifo/tryton.cfg ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-product-cost-fifo/distinfo b/finance/py-trytond-product-cost-fifo/distinfo index cdf0a888db3f..d7aee6657327 100644 --- a/finance/py-trytond-product-cost-fifo/distinfo +++ b/finance/py-trytond-product-cost-fifo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_cost_fifo-4.2.0.tar.gz) = 51255c77043419102139ea13ba5b54d1b7c96bb7ff56fc61f0d11ce91691923b -SHA512 (tryton-4.2/trytond_product_cost_fifo-4.2.0.tar.gz) = ddf6be64a3648877bb7713d3d924eb7ca5366b4dd709cfce113ceb8bae2c60222c01bf176c40b55048398304bb54fc8668a799c596b49df992f57d42bbc6388c -Size (tryton-4.2/trytond_product_cost_fifo-4.2.0.tar.gz) = 20901 bytes +BLAKE2s (tryton-6.2/trytond_product_cost_fifo-6.2.0.tar.gz) = 6f237e8988a7a4742e041f0479490ecc26494c585b306677b95bd9278cedd74c +SHA512 (tryton-6.2/trytond_product_cost_fifo-6.2.0.tar.gz) = e52167bb4f73e7ad7d5abcae0df6e2b2ed4311939676a98d4d75621b970ffafd882f3fab462744aa34ea0eeda6f52ca3956063f27d77916aec08369afdc12d8a +Size (tryton-6.2/trytond_product_cost_fifo-6.2.0.tar.gz) = 28637 bytes diff --git a/finance/py-trytond-product-cost-history/PLIST b/finance/py-trytond-product-cost-history/PLIST index f047a9fbc77d..5876b3dcaab3 100644 --- a/finance/py-trytond-product-cost-history/PLIST +++ b/finance/py-trytond-product-cost-history/PLIST @@ -1,27 +1,29 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:02 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:48 mef Exp $ ${PYSITELIB}/trytond/modules/product_cost_history/__init__.py ${PYSITELIB}/trytond/modules/product_cost_history/__init__.pyc ${PYSITELIB}/trytond/modules/product_cost_history/__init__.pyo -${PYSITELIB}/trytond/modules/product_cost_history/ir.py -${PYSITELIB}/trytond/modules/product_cost_history/ir.pyc -${PYSITELIB}/trytond/modules/product_cost_history/ir.pyo ${PYSITELIB}/trytond/modules/product_cost_history/locale/bg.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/ca.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/cs.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/de.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/es.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/es_419.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/et.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/fa.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/fi.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/fr.po -${PYSITELIB}/trytond/modules/product_cost_history/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_cost_history/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_cost_history/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/hu.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/id.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/it.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/lo.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/lt.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/nl.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/pl.po -${PYSITELIB}/trytond/modules/product_cost_history/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/pt.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/ro.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/ru.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/sl.po +${PYSITELIB}/trytond/modules/product_cost_history/locale/tr.po ${PYSITELIB}/trytond/modules/product_cost_history/locale/zh_CN.po ${PYSITELIB}/trytond/modules/product_cost_history/product.py ${PYSITELIB}/trytond/modules/product_cost_history/product.pyc @@ -30,6 +32,7 @@ ${PYSITELIB}/trytond/modules/product_cost_history/product.xml ${PYSITELIB}/trytond/modules/product_cost_history/tests/__init__.py ${PYSITELIB}/trytond/modules/product_cost_history/tests/__init__.pyc ${PYSITELIB}/trytond/modules/product_cost_history/tests/__init__.pyo +${PYSITELIB}/trytond/modules/product_cost_history/tests/scenario_product_cost_history.rst ${PYSITELIB}/trytond/modules/product_cost_history/tests/test_product_cost_history.py ${PYSITELIB}/trytond/modules/product_cost_history/tests/test_product_cost_history.pyc ${PYSITELIB}/trytond/modules/product_cost_history/tests/test_product_cost_history.pyo diff --git a/finance/py-trytond-product-cost-history/distinfo b/finance/py-trytond-product-cost-history/distinfo index 0ea6cede5b8b..19b659ba130f 100644 --- a/finance/py-trytond-product-cost-history/distinfo +++ b/finance/py-trytond-product-cost-history/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_cost_history-4.2.0.tar.gz) = be7d1362d271557f64580cf37b67ba79bb7b5c86d76ad0ef00e2225069060e2f -SHA512 (tryton-4.2/trytond_product_cost_history-4.2.0.tar.gz) = 75790f25c00e39a0607edd9c7c48aba4cd425834e7b6358778db156f0ac91c2793cf4a7bd40fda03d4ee02f88ad8840a1fc618f8f45127c9262791bca371508b -Size (tryton-4.2/trytond_product_cost_history-4.2.0.tar.gz) = 21824 bytes +BLAKE2s (tryton-6.2/trytond_product_cost_history-6.2.0.tar.gz) = 48bcbc64a84815d4e7253851afc8590e8ef2efbdcbfe58406d4241477fd67578 +SHA512 (tryton-6.2/trytond_product_cost_history-6.2.0.tar.gz) = 81d34727773fd999e483371d65b7f748126b017dd8417a92bf96e910571d8cdb0cdd8ff0a63074dee78ecef80cf57c0222098f84430e183b8769115fabfa3715 +Size (tryton-6.2/trytond_product_cost_history-6.2.0.tar.gz) = 25655 bytes diff --git a/finance/py-trytond-product-price-list/PLIST b/finance/py-trytond-product-price-list/PLIST index ad1750662c85..749d7c6a3c3e 100644 --- a/finance/py-trytond-product-price-list/PLIST +++ b/finance/py-trytond-product-price-list/PLIST @@ -1,25 +1,34 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:48 mef Exp $ ${PYSITELIB}/trytond/modules/product_price_list/__init__.py ${PYSITELIB}/trytond/modules/product_price_list/__init__.pyc ${PYSITELIB}/trytond/modules/product_price_list/__init__.pyo +${PYSITELIB}/trytond/modules/product_price_list/exceptions.py +${PYSITELIB}/trytond/modules/product_price_list/exceptions.pyc +${PYSITELIB}/trytond/modules/product_price_list/exceptions.pyo ${PYSITELIB}/trytond/modules/product_price_list/locale/bg.po ${PYSITELIB}/trytond/modules/product_price_list/locale/ca.po ${PYSITELIB}/trytond/modules/product_price_list/locale/cs.po ${PYSITELIB}/trytond/modules/product_price_list/locale/de.po ${PYSITELIB}/trytond/modules/product_price_list/locale/es.po ${PYSITELIB}/trytond/modules/product_price_list/locale/es_419.po +${PYSITELIB}/trytond/modules/product_price_list/locale/et.po +${PYSITELIB}/trytond/modules/product_price_list/locale/fa.po +${PYSITELIB}/trytond/modules/product_price_list/locale/fi.po ${PYSITELIB}/trytond/modules/product_price_list/locale/fr.po -${PYSITELIB}/trytond/modules/product_price_list/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_price_list/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_price_list/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_price_list/locale/hu.po +${PYSITELIB}/trytond/modules/product_price_list/locale/id.po +${PYSITELIB}/trytond/modules/product_price_list/locale/it.po ${PYSITELIB}/trytond/modules/product_price_list/locale/lo.po ${PYSITELIB}/trytond/modules/product_price_list/locale/lt.po ${PYSITELIB}/trytond/modules/product_price_list/locale/nl.po ${PYSITELIB}/trytond/modules/product_price_list/locale/pl.po -${PYSITELIB}/trytond/modules/product_price_list/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_price_list/locale/pt.po +${PYSITELIB}/trytond/modules/product_price_list/locale/ro.po ${PYSITELIB}/trytond/modules/product_price_list/locale/ru.po ${PYSITELIB}/trytond/modules/product_price_list/locale/sl.po +${PYSITELIB}/trytond/modules/product_price_list/locale/tr.po ${PYSITELIB}/trytond/modules/product_price_list/locale/zh_CN.po +${PYSITELIB}/trytond/modules/product_price_list/message.xml ${PYSITELIB}/trytond/modules/product_price_list/price_list.py ${PYSITELIB}/trytond/modules/product_price_list/price_list.pyc ${PYSITELIB}/trytond/modules/product_price_list/price_list.pyo diff --git a/finance/py-trytond-product-price-list/distinfo b/finance/py-trytond-product-price-list/distinfo index f53826bc1dee..8c3cd7fdf478 100644 --- a/finance/py-trytond-product-price-list/distinfo +++ b/finance/py-trytond-product-price-list/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:09 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_price_list-4.2.0.tar.gz) = ad128bb57ca7e78bcadf4fad0a37ab1d1e8861560f7b7b26357622789340f006 -SHA512 (tryton-4.2/trytond_product_price_list-4.2.0.tar.gz) = df2c239f73e7d4a2e0e6ff9050aa5fa6ece30c9a14ceae5c1ccd2dd7b29a87ac883ab73cbfb70b940017f141f7a424e3be6a3ee105ac982c492d2d034b371963 -Size (tryton-4.2/trytond_product_price_list-4.2.0.tar.gz) = 25863 bytes +BLAKE2s (tryton-6.2/trytond_product_price_list-6.2.0.tar.gz) = 6ae43362d11f4caaeb57b063fd1124f2d5935bd627d632bcf2bacee7e0947999 +SHA512 (tryton-6.2/trytond_product_price_list-6.2.0.tar.gz) = 8012f40e126e19e29eef50be378f79cebe32215363ef591b833a8f8c2c7b11a63c937abdf3cddc6c1d08f4b8b418cf518de6861cdead7606e7cb46890a32d80f +Size (tryton-6.2/trytond_product_price_list-6.2.0.tar.gz) = 31743 bytes diff --git a/finance/py-trytond-purchase-invoice-line-standalone/PLIST b/finance/py-trytond-purchase-invoice-line-standalone/PLIST index 4858313ad9bb..714e17bc7508 100644 --- a/finance/py-trytond-purchase-invoice-line-standalone/PLIST +++ b/finance/py-trytond-purchase-invoice-line-standalone/PLIST @@ -1,27 +1,29 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/__init__.py ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/__init__.pyc ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/__init__.pyo -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/invoice.py -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/invoice.pyc -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/invoice.pyo ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/bg.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ca.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/cs.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/de.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/es_419.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/et.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/fa.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/fi.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/fr.po -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/hu_HU.po -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/it_IT.po -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/hu.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/id.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/it.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/lo.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/lt.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/nl.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/pl.po -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/pt_BR.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/pt.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ro.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/ru.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/sl.po +${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/tr.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/locale/zh_CN.po ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/purchase.py ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/purchase.pyc @@ -36,7 +38,6 @@ ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/tests/test_purchas ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/tests/test_purchase_invoice_line_standalone.pyo ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/tryton.cfg ${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/view/invoice_line_tree_invoice_type.xml -${PYSITELIB}/trytond/modules/purchase_invoice_line_standalone/view/purchase_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-purchase-invoice-line-standalone/distinfo b/finance/py-trytond-purchase-invoice-line-standalone/distinfo index aa65cc1d5c1e..0746f54c42c5 100644 --- a/finance/py-trytond-purchase-invoice-line-standalone/distinfo +++ b/finance/py-trytond-purchase-invoice-line-standalone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_purchase_invoice_line_standalone-4.2.0.tar.gz) = 0889bafc44797c53cc7e9d501a0126f4895d4b210f4883d152f6c5eab6a79a8b -SHA512 (tryton-4.2/trytond_purchase_invoice_line_standalone-4.2.0.tar.gz) = 457aab083b30acb42e1be8acdb7fd3bfcf379f986e4db96e1f199f3ebcbea444fae694e63b2eff278cbf7bb4dfc91f9159d0c8886710d38cba8c150336fbe0ed -Size (tryton-4.2/trytond_purchase_invoice_line_standalone-4.2.0.tar.gz) = 24709 bytes +BLAKE2s (tryton-6.2/trytond_purchase_invoice_line_standalone-6.2.0.tar.gz) = c46a19d49d8c7875238895e60af1fe44453d9ea8e842d91541e0c95bcc196f8d +SHA512 (tryton-6.2/trytond_purchase_invoice_line_standalone-6.2.0.tar.gz) = 37af2beba5812dfabd94aace22ec0f645523b2b1c4a3fdacb0852022fb463f7c3deaa396d012a2c7d7321eabc354bcbfffdbc5767ffe2ad11d8557ef869e5d34 +Size (tryton-6.2/trytond_purchase_invoice_line_standalone-6.2.0.tar.gz) = 25071 bytes diff --git a/finance/py-trytond-purchase-request/PLIST b/finance/py-trytond-purchase-request/PLIST index b47bf45221d3..f6fa4a8ff882 100644 --- a/finance/py-trytond-purchase-request/PLIST +++ b/finance/py-trytond-purchase-request/PLIST @@ -1,31 +1,41 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:49 mef Exp $ ${PYSITELIB}/trytond/modules/purchase_request/__init__.py ${PYSITELIB}/trytond/modules/purchase_request/__init__.pyc ${PYSITELIB}/trytond/modules/purchase_request/__init__.pyo +${PYSITELIB}/trytond/modules/purchase_request/exceptions.py +${PYSITELIB}/trytond/modules/purchase_request/exceptions.pyc +${PYSITELIB}/trytond/modules/purchase_request/exceptions.pyo ${PYSITELIB}/trytond/modules/purchase_request/locale/bg.po ${PYSITELIB}/trytond/modules/purchase_request/locale/ca.po ${PYSITELIB}/trytond/modules/purchase_request/locale/cs.po ${PYSITELIB}/trytond/modules/purchase_request/locale/de.po ${PYSITELIB}/trytond/modules/purchase_request/locale/es.po ${PYSITELIB}/trytond/modules/purchase_request/locale/es_419.po +${PYSITELIB}/trytond/modules/purchase_request/locale/et.po +${PYSITELIB}/trytond/modules/purchase_request/locale/fa.po +${PYSITELIB}/trytond/modules/purchase_request/locale/fi.po ${PYSITELIB}/trytond/modules/purchase_request/locale/fr.po -${PYSITELIB}/trytond/modules/purchase_request/locale/hu_HU.po -${PYSITELIB}/trytond/modules/purchase_request/locale/it_IT.po -${PYSITELIB}/trytond/modules/purchase_request/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase_request/locale/hu.po +${PYSITELIB}/trytond/modules/purchase_request/locale/id.po +${PYSITELIB}/trytond/modules/purchase_request/locale/it.po ${PYSITELIB}/trytond/modules/purchase_request/locale/lo.po ${PYSITELIB}/trytond/modules/purchase_request/locale/lt.po ${PYSITELIB}/trytond/modules/purchase_request/locale/nl.po ${PYSITELIB}/trytond/modules/purchase_request/locale/pl.po -${PYSITELIB}/trytond/modules/purchase_request/locale/pt_BR.po +${PYSITELIB}/trytond/modules/purchase_request/locale/pt.po +${PYSITELIB}/trytond/modules/purchase_request/locale/ro.po ${PYSITELIB}/trytond/modules/purchase_request/locale/ru.po ${PYSITELIB}/trytond/modules/purchase_request/locale/sl.po +${PYSITELIB}/trytond/modules/purchase_request/locale/tr.po ${PYSITELIB}/trytond/modules/purchase_request/locale/zh_CN.po +${PYSITELIB}/trytond/modules/purchase_request/message.xml ${PYSITELIB}/trytond/modules/purchase_request/party.py ${PYSITELIB}/trytond/modules/purchase_request/party.pyc ${PYSITELIB}/trytond/modules/purchase_request/party.pyo ${PYSITELIB}/trytond/modules/purchase_request/purchase.py ${PYSITELIB}/trytond/modules/purchase_request/purchase.pyc ${PYSITELIB}/trytond/modules/purchase_request/purchase.pyo +${PYSITELIB}/trytond/modules/purchase_request/purchase.xml ${PYSITELIB}/trytond/modules/purchase_request/purchase_request.py ${PYSITELIB}/trytond/modules/purchase_request/purchase_request.pyc ${PYSITELIB}/trytond/modules/purchase_request/purchase_request.pyo @@ -39,6 +49,7 @@ ${PYSITELIB}/trytond/modules/purchase_request/tests/test_purchase_request.pyc ${PYSITELIB}/trytond/modules/purchase_request/tests/test_purchase_request.pyo ${PYSITELIB}/trytond/modules/purchase_request/tryton.cfg ${PYSITELIB}/trytond/modules/purchase_request/view/handle_purchase_cancellation_start_form.xml +${PYSITELIB}/trytond/modules/purchase_request/view/purchase_line_form.xml ${PYSITELIB}/trytond/modules/purchase_request/view/purchase_request_create_purchase_ask_party_form.xml ${PYSITELIB}/trytond/modules/purchase_request/view/purchase_request_form.xml ${PYSITELIB}/trytond/modules/purchase_request/view/purchase_request_tree.xml diff --git a/finance/py-trytond-purchase-request/distinfo b/finance/py-trytond-purchase-request/distinfo index e5a1d929fd51..c6821140956f 100644 --- a/finance/py-trytond-purchase-request/distinfo +++ b/finance/py-trytond-purchase-request/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_purchase_request-4.2.0.tar.gz) = 6423b8b8a96eb7e0f806bf736f80955e879e75df31aa18b082fa2ddd5d5c4650 -SHA512 (tryton-4.2/trytond_purchase_request-4.2.0.tar.gz) = 54e860dc4a4875e1f052585ea68231f04b0f797a222dba58d4239981a7be5eff775eb3fca9e4484b42ce16cb0ed21cc043a76581fdec3220909849a11c25c2de -Size (tryton-4.2/trytond_purchase_request-4.2.0.tar.gz) = 34447 bytes +BLAKE2s (tryton-6.2/trytond_purchase_request-6.2.0.tar.gz) = d68e6ad8fcdeaf36957bca71945cabb086b5d96f27a43213bba4e7224fb50061 +SHA512 (tryton-6.2/trytond_purchase_request-6.2.0.tar.gz) = 8a9ee03c88651aac68ea8b65340561692ebfa7af68810cfc3e01ad4cf6bb5a7f8cc10a52058d141badd9cf090b698e02cef7c2684e4a00698c87082a9eb530c8 +Size (tryton-6.2/trytond_purchase_request-6.2.0.tar.gz) = 43333 bytes diff --git a/finance/py-trytond-purchase-requisition/PLIST b/finance/py-trytond-purchase-requisition/PLIST index f95bdc4c3aa1..cff4499703e0 100644 --- a/finance/py-trytond-purchase-requisition/PLIST +++ b/finance/py-trytond-purchase-requisition/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/purchase_requisition/__init__.py ${PYSITELIB}/trytond/modules/purchase_requisition/__init__.pyc ${PYSITELIB}/trytond/modules/purchase_requisition/__init__.pyo @@ -8,18 +8,24 @@ ${PYSITELIB}/trytond/modules/purchase_requisition/locale/cs.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/de.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/es.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/es_419.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/et.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/fa.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/fi.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/fr.po -${PYSITELIB}/trytond/modules/purchase_requisition/locale/hu_HU.po -${PYSITELIB}/trytond/modules/purchase_requisition/locale/it_IT.po -${PYSITELIB}/trytond/modules/purchase_requisition/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/hu.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/id.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/it.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/lo.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/lt.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/nl.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/pl.po -${PYSITELIB}/trytond/modules/purchase_requisition/locale/pt_BR.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/pt.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/ro.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/ru.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/sl.po +${PYSITELIB}/trytond/modules/purchase_requisition/locale/tr.po ${PYSITELIB}/trytond/modules/purchase_requisition/locale/zh_CN.po +${PYSITELIB}/trytond/modules/purchase_requisition/message.xml ${PYSITELIB}/trytond/modules/purchase_requisition/purchase.py ${PYSITELIB}/trytond/modules/purchase_requisition/purchase.pyc ${PYSITELIB}/trytond/modules/purchase_requisition/purchase.pyo diff --git a/finance/py-trytond-purchase-requisition/distinfo b/finance/py-trytond-purchase-requisition/distinfo index 7486253bef6d..518f7118435e 100644 --- a/finance/py-trytond-purchase-requisition/distinfo +++ b/finance/py-trytond-purchase-requisition/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_purchase_requisition-4.2.0.tar.gz) = 4c2ed3e3250e30315930d79434e21f1b689fd9725c5f84d6e61d35064fd213a7 -SHA512 (tryton-4.2/trytond_purchase_requisition-4.2.0.tar.gz) = b43ec871d5e76384102355ceaf71ae681f7afa89647f1203ac780de98f1dce7797b507b93991211c843af5e7e3b3fdaae7e901092fc774db7589a176d1b4ec6a -Size (tryton-4.2/trytond_purchase_requisition-4.2.0.tar.gz) = 32135 bytes +BLAKE2s (tryton-6.2/trytond_purchase_requisition-6.2.0.tar.gz) = 765ac4e8b57b7b1ab1336a8dba87465c573b3de58b58cdb0e974d11c659aef41 +SHA512 (tryton-6.2/trytond_purchase_requisition-6.2.0.tar.gz) = 7d258a39f695673af18f0231515283f18ddbe98716634fc241178b47d8451d099360b57119e2396fd441270ead064883c660bcde41d010cc684a2f66cd32d477 +Size (tryton-6.2/trytond_purchase_requisition-6.2.0.tar.gz) = 39610 bytes diff --git a/finance/py-trytond-purchase-shipment-cost/PLIST b/finance/py-trytond-purchase-shipment-cost/PLIST index 91b82eda0198..4f95a1e611b4 100644 --- a/finance/py-trytond-purchase-shipment-cost/PLIST +++ b/finance/py-trytond-purchase-shipment-cost/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/purchase_shipment_cost/__init__.py ${PYSITELIB}/trytond/modules/purchase_shipment_cost/__init__.pyc ${PYSITELIB}/trytond/modules/purchase_shipment_cost/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/cs.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/de.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/es.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/es_419.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/et.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/fa.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/fi.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/fr.po -${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/hu_HU.po -${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/it_IT.po -${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/hu.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/id.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/it.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/lo.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/lt.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/nl.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/pl.po -${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/pt_BR.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/pt.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/ro.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/ru.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/sl.po +${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/tr.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/locale/zh_CN.po ${PYSITELIB}/trytond/modules/purchase_shipment_cost/stock.py ${PYSITELIB}/trytond/modules/purchase_shipment_cost/stock.pyc @@ -32,6 +37,7 @@ ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/__init__.py ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/__init__.pyc ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/__init__.pyo ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/scenario_purchase_shipment_cost.rst +${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/scenario_purchase_shipment_cost_invoice_stock.rst ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/scenario_purchase_shipment_cost_with_account_stock.rst ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/scenario_purchase_shipment_cost_with_account_stock_anglo_saxon.rst ${PYSITELIB}/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py diff --git a/finance/py-trytond-purchase-shipment-cost/distinfo b/finance/py-trytond-purchase-shipment-cost/distinfo index debd86c3e085..063334e993e1 100644 --- a/finance/py-trytond-purchase-shipment-cost/distinfo +++ b/finance/py-trytond-purchase-shipment-cost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_purchase_shipment_cost-4.2.0.tar.gz) = 1e77299c1de23eaa76dbc9867e135d37931d1e701da260ab0756de66e9fd4c00 -SHA512 (tryton-4.2/trytond_purchase_shipment_cost-4.2.0.tar.gz) = b82847781dfa75238f7ff668686d1adb4a87c86dcdecc8e383a48de46c512506c5ae3ff8ffdd8128011c72bd1603ad8e5e23b07b62fa2f3c208dbee9c42e3d91 -Size (tryton-4.2/trytond_purchase_shipment_cost-4.2.0.tar.gz) = 24578 bytes +BLAKE2s (tryton-6.2/trytond_purchase_shipment_cost-6.2.0.tar.gz) = e861576081969602f0f700824157285336a396086c7a13b69a25c0f08357d3fb +SHA512 (tryton-6.2/trytond_purchase_shipment_cost-6.2.0.tar.gz) = 6b7b1cd16e7580b0546d0e7206dee69c10ce80a9cfab2d8cac088dbd7652285ec40e1fdd2db7ba5f03a330b3446568fa0890d55c65c82aa443e9795d51d6df12 +Size (tryton-6.2/trytond_purchase_shipment_cost-6.2.0.tar.gz) = 29445 bytes diff --git a/finance/py-trytond-purchase/PLIST b/finance/py-trytond-purchase/PLIST index 614035c36f9a..cdb41f3d8408 100644 --- a/finance/py-trytond-purchase/PLIST +++ b/finance/py-trytond-purchase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:48 mef Exp $ ${PYSITELIB}/trytond/modules/purchase/__init__.py ${PYSITELIB}/trytond/modules/purchase/__init__.pyc ${PYSITELIB}/trytond/modules/purchase/__init__.pyo @@ -6,6 +6,10 @@ ${PYSITELIB}/trytond/modules/purchase/configuration.py ${PYSITELIB}/trytond/modules/purchase/configuration.pyc ${PYSITELIB}/trytond/modules/purchase/configuration.pyo ${PYSITELIB}/trytond/modules/purchase/configuration.xml +${PYSITELIB}/trytond/modules/purchase/exceptions.py +${PYSITELIB}/trytond/modules/purchase/exceptions.pyc +${PYSITELIB}/trytond/modules/purchase/exceptions.pyo +${PYSITELIB}/trytond/modules/purchase/icons/tryton-purchase.svg ${PYSITELIB}/trytond/modules/purchase/invoice.py ${PYSITELIB}/trytond/modules/purchase/invoice.pyc ${PYSITELIB}/trytond/modules/purchase/invoice.pyo @@ -15,18 +19,24 @@ ${PYSITELIB}/trytond/modules/purchase/locale/cs.po ${PYSITELIB}/trytond/modules/purchase/locale/de.po ${PYSITELIB}/trytond/modules/purchase/locale/es.po ${PYSITELIB}/trytond/modules/purchase/locale/es_419.po +${PYSITELIB}/trytond/modules/purchase/locale/et.po +${PYSITELIB}/trytond/modules/purchase/locale/fa.po +${PYSITELIB}/trytond/modules/purchase/locale/fi.po ${PYSITELIB}/trytond/modules/purchase/locale/fr.po -${PYSITELIB}/trytond/modules/purchase/locale/hu_HU.po -${PYSITELIB}/trytond/modules/purchase/locale/it_IT.po -${PYSITELIB}/trytond/modules/purchase/locale/ja_JP.po +${PYSITELIB}/trytond/modules/purchase/locale/hu.po +${PYSITELIB}/trytond/modules/purchase/locale/id.po +${PYSITELIB}/trytond/modules/purchase/locale/it.po ${PYSITELIB}/trytond/modules/purchase/locale/lo.po ${PYSITELIB}/trytond/modules/purchase/locale/lt.po ${PYSITELIB}/trytond/modules/purchase/locale/nl.po ${PYSITELIB}/trytond/modules/purchase/locale/pl.po -${PYSITELIB}/trytond/modules/purchase/locale/pt_BR.po +${PYSITELIB}/trytond/modules/purchase/locale/pt.po +${PYSITELIB}/trytond/modules/purchase/locale/ro.po ${PYSITELIB}/trytond/modules/purchase/locale/ru.po ${PYSITELIB}/trytond/modules/purchase/locale/sl.po +${PYSITELIB}/trytond/modules/purchase/locale/tr.po ${PYSITELIB}/trytond/modules/purchase/locale/zh_CN.po +${PYSITELIB}/trytond/modules/purchase/message.xml ${PYSITELIB}/trytond/modules/purchase/party.py ${PYSITELIB}/trytond/modules/purchase/party.pyc ${PYSITELIB}/trytond/modules/purchase/party.pyo @@ -35,7 +45,7 @@ ${PYSITELIB}/trytond/modules/purchase/product.py ${PYSITELIB}/trytond/modules/purchase/product.pyc ${PYSITELIB}/trytond/modules/purchase/product.pyo ${PYSITELIB}/trytond/modules/purchase/product.xml -${PYSITELIB}/trytond/modules/purchase/purchase.odt +${PYSITELIB}/trytond/modules/purchase/purchase.fodt ${PYSITELIB}/trytond/modules/purchase/purchase.py ${PYSITELIB}/trytond/modules/purchase/purchase.pyc ${PYSITELIB}/trytond/modules/purchase/purchase.pyo @@ -48,6 +58,10 @@ ${PYSITELIB}/trytond/modules/purchase/tests/__init__.py ${PYSITELIB}/trytond/modules/purchase/tests/__init__.pyc ${PYSITELIB}/trytond/modules/purchase/tests/__init__.pyo ${PYSITELIB}/trytond/modules/purchase/tests/scenario_purchase.rst +${PYSITELIB}/trytond/modules/purchase/tests/scenario_purchase_copy_product_suppliers.rst +${PYSITELIB}/trytond/modules/purchase/tests/scenario_purchase_empty.rst +${PYSITELIB}/trytond/modules/purchase/tests/scenario_purchase_modify_header.rst +${PYSITELIB}/trytond/modules/purchase/tests/scenario_purchase_return_wizard.rst ${PYSITELIB}/trytond/modules/purchase/tests/test_purchase.py ${PYSITELIB}/trytond/modules/purchase/tests/test_purchase.pyc ${PYSITELIB}/trytond/modules/purchase/tests/test_purchase.pyo @@ -56,8 +70,10 @@ ${PYSITELIB}/trytond/modules/purchase/view/configuration_form.xml ${PYSITELIB}/trytond/modules/purchase/view/handle_invoice_exception_ask_form.xml ${PYSITELIB}/trytond/modules/purchase/view/handle_shipment_exception_ask_form.xml ${PYSITELIB}/trytond/modules/purchase/view/location_form.xml -${PYSITELIB}/trytond/modules/purchase/view/move_form.xml +${PYSITELIB}/trytond/modules/purchase/view/modify_header_form.xml ${PYSITELIB}/trytond/modules/purchase/view/move_list_shipment.xml +${PYSITELIB}/trytond/modules/purchase/view/move_list_shipment_in.xml +${PYSITELIB}/trytond/modules/purchase/view/party_form.xml ${PYSITELIB}/trytond/modules/purchase/view/product_list_purchase_line.xml ${PYSITELIB}/trytond/modules/purchase/view/product_supplier_form.xml ${PYSITELIB}/trytond/modules/purchase/view/product_supplier_price_form.xml @@ -70,6 +86,7 @@ ${PYSITELIB}/trytond/modules/purchase/view/purchase_line_form.xml ${PYSITELIB}/trytond/modules/purchase/view/purchase_line_tree.xml ${PYSITELIB}/trytond/modules/purchase/view/purchase_line_tree_sequence.xml ${PYSITELIB}/trytond/modules/purchase/view/purchase_tree.xml +${PYSITELIB}/trytond/modules/purchase/view/return_purchase_start_form.xml ${PYSITELIB}/trytond/modules/purchase/view/template_form.xml ${PYSITELIB}/trytond/modules/purchase/view/template_tree.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO diff --git a/finance/py-trytond-purchase/distinfo b/finance/py-trytond-purchase/distinfo index 90f16a25a1b8..90475fbb736e 100644 --- a/finance/py-trytond-purchase/distinfo +++ b/finance/py-trytond-purchase/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:48 mef Exp $ -BLAKE2s (tryton-4.2/trytond_purchase-4.2.0.tar.gz) = f9746506a159133495b43c4c46d49a4289dec610b7dd88125d9cf42784570167 -SHA512 (tryton-4.2/trytond_purchase-4.2.0.tar.gz) = 3d762e9ae935695b839d922daefe9cef23269fd7e3b32ceb196674542c0460f1cac5b27469d654a9c76760edebd5dae54ddebf1bc01b15ec135766adc1fa7969 -Size (tryton-4.2/trytond_purchase-4.2.0.tar.gz) = 95101 bytes +BLAKE2s (tryton-6.2/trytond_purchase-6.2.0.tar.gz) = 626844b4adab007bea7883fb6026c6ad85ca61370e5102d6acb6b10a0d4fb9e5 +SHA512 (tryton-6.2/trytond_purchase-6.2.0.tar.gz) = 700b229d35c5a9b6507c53498f295eb0b0b4766eeb9dcbb3e23a69826f1697f0032f516f9539ae77c90515fc1ae45e2f6b0d946d0faa96cc437fdc11adccfd8b +Size (tryton-6.2/trytond_purchase-6.2.0.tar.gz) = 125674 bytes diff --git a/finance/py-trytond-sale-complaint/PLIST b/finance/py-trytond-sale-complaint/PLIST index 4958d4557214..20794e3aeda4 100644 --- a/finance/py-trytond-sale-complaint/PLIST +++ b/finance/py-trytond-sale-complaint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_complaint/__init__.py ${PYSITELIB}/trytond/modules/sale_complaint/__init__.pyc ${PYSITELIB}/trytond/modules/sale_complaint/__init__.pyo @@ -9,24 +9,32 @@ ${PYSITELIB}/trytond/modules/sale_complaint/complaint.py ${PYSITELIB}/trytond/modules/sale_complaint/complaint.pyc ${PYSITELIB}/trytond/modules/sale_complaint/complaint.pyo ${PYSITELIB}/trytond/modules/sale_complaint/complaint.xml +${PYSITELIB}/trytond/modules/sale_complaint/icons/tryton-sale-complaint.svg ${PYSITELIB}/trytond/modules/sale_complaint/locale/bg.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/ca.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/cs.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/de.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/es.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/et.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/fa.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/fi.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/fr.po -${PYSITELIB}/trytond/modules/sale_complaint/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_complaint/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_complaint/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/hu.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/id.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/it.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/lo.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/lt.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/nl.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/pl.po -${PYSITELIB}/trytond/modules/sale_complaint/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/pt.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/ro.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/ru.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/sl.po +${PYSITELIB}/trytond/modules/sale_complaint/locale/tr.po ${PYSITELIB}/trytond/modules/sale_complaint/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_complaint/message.xml +${PYSITELIB}/trytond/modules/sale_complaint/party.xml ${PYSITELIB}/trytond/modules/sale_complaint/sale.py ${PYSITELIB}/trytond/modules/sale_complaint/sale.pyc ${PYSITELIB}/trytond/modules/sale_complaint/sale.pyo @@ -40,10 +48,14 @@ ${PYSITELIB}/trytond/modules/sale_complaint/tests/test_sale_complaint.pyc ${PYSITELIB}/trytond/modules/sale_complaint/tests/test_sale_complaint.pyo ${PYSITELIB}/trytond/modules/sale_complaint/tryton.cfg ${PYSITELIB}/trytond/modules/sale_complaint/view/action_form.xml +${PYSITELIB}/trytond/modules/sale_complaint/view/action_line_form.xml +${PYSITELIB}/trytond/modules/sale_complaint/view/action_line_list.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/action_list.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/complaint_form.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/complaint_list.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/configuration_form.xml +${PYSITELIB}/trytond/modules/sale_complaint/view/party_form.xml +${PYSITELIB}/trytond/modules/sale_complaint/view/sale_form.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/type_form.xml ${PYSITELIB}/trytond/modules/sale_complaint/view/type_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO diff --git a/finance/py-trytond-sale-complaint/distinfo b/finance/py-trytond-sale-complaint/distinfo index ef8a2c626339..4c1ec2f52464 100644 --- a/finance/py-trytond-sale-complaint/distinfo +++ b/finance/py-trytond-sale-complaint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_complaint-4.2.0.tar.gz) = 4d6906ee1e601d619038698104e6958eb287476a9d9f609524d3e3e2bd8aa94f -SHA512 (tryton-4.2/trytond_sale_complaint-4.2.0.tar.gz) = 44c6901f627ab173f4ceb6b9e3de863ee50e6430321cabc0edf987cd447b74796698a86d308eb1c5b59491436857620303cd527d1ae6300106199bb132af7772 -Size (tryton-4.2/trytond_sale_complaint-4.2.0.tar.gz) = 38005 bytes +BLAKE2s (tryton-6.2/trytond_sale_complaint-6.2.0.tar.gz) = d95f1066e95e43473302c1df32ed46c2757dc33cc1c8ae82d586931d939af6a0 +SHA512 (tryton-6.2/trytond_sale_complaint-6.2.0.tar.gz) = a76369a95fcee611e17890528ecec56df1c4edbaf93fb2d246e69448f7a9780cc8ace6a3bad8a0a260dfc01a9dc310531e2b4dc5e1f8c44bf2dc5b081f97f776 +Size (tryton-6.2/trytond_sale_complaint-6.2.0.tar.gz) = 50301 bytes diff --git a/finance/py-trytond-sale-credit-limit/distinfo b/finance/py-trytond-sale-credit-limit/distinfo index b0d4ee93dfa4..357ba481ce6e 100644 --- a/finance/py-trytond-sale-credit-limit/distinfo +++ b/finance/py-trytond-sale-credit-limit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_credit_limit-4.2.0.tar.gz) = 3ffa559b4984abf42470c3e8374e2cff1847ad57cc306fbd625f6f0e88092c2e -SHA512 (tryton-4.2/trytond_sale_credit_limit-4.2.0.tar.gz) = 6c546a970f084281f15e2f8070ca93ef92011b5d43038ed2866fde3b29fe83d1aca53bd74a6aaf1999648182de7cdc9b9148cc9cd8d88d4063bf82de64dc3426 -Size (tryton-4.2/trytond_sale_credit_limit-4.2.0.tar.gz) = 18974 bytes +BLAKE2s (tryton-6.2/trytond_sale_credit_limit-6.2.0.tar.gz) = db1db3114bfddad5f5a363489596252961e13a9465c4384ebe7da8577aff719a +SHA512 (tryton-6.2/trytond_sale_credit_limit-6.2.0.tar.gz) = c121d5d9e430d05da33ced45a9a9a6a2b5300554bc366ecb8c1a0871ed48f5b1080814bd265983f19270278687672e9e3ad93f7e5fd92a6a0d2dda04b3dd0850 +Size (tryton-6.2/trytond_sale_credit_limit-6.2.0.tar.gz) = 20685 bytes diff --git a/finance/py-trytond-sale-extra/PLIST b/finance/py-trytond-sale-extra/PLIST index ad9902989c66..ef1e8faee8f9 100644 --- a/finance/py-trytond-sale-extra/PLIST +++ b/finance/py-trytond-sale-extra/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 21:52:28 mef Exp $ ${PYSITELIB}/trytond/modules/sale_extra/__init__.py ${PYSITELIB}/trytond/modules/sale_extra/__init__.pyc ${PYSITELIB}/trytond/modules/sale_extra/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/sale_extra/locale/cs.po ${PYSITELIB}/trytond/modules/sale_extra/locale/de.po ${PYSITELIB}/trytond/modules/sale_extra/locale/es.po ${PYSITELIB}/trytond/modules/sale_extra/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_extra/locale/et.po +${PYSITELIB}/trytond/modules/sale_extra/locale/fa.po +${PYSITELIB}/trytond/modules/sale_extra/locale/fi.po ${PYSITELIB}/trytond/modules/sale_extra/locale/fr.po -${PYSITELIB}/trytond/modules/sale_extra/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_extra/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_extra/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_extra/locale/hu.po +${PYSITELIB}/trytond/modules/sale_extra/locale/id.po +${PYSITELIB}/trytond/modules/sale_extra/locale/it.po ${PYSITELIB}/trytond/modules/sale_extra/locale/lo.po ${PYSITELIB}/trytond/modules/sale_extra/locale/lt.po ${PYSITELIB}/trytond/modules/sale_extra/locale/nl.po ${PYSITELIB}/trytond/modules/sale_extra/locale/pl.po -${PYSITELIB}/trytond/modules/sale_extra/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_extra/locale/pt.po +${PYSITELIB}/trytond/modules/sale_extra/locale/ro.po ${PYSITELIB}/trytond/modules/sale_extra/locale/ru.po ${PYSITELIB}/trytond/modules/sale_extra/locale/sl.po +${PYSITELIB}/trytond/modules/sale_extra/locale/tr.po ${PYSITELIB}/trytond/modules/sale_extra/locale/zh_CN.po ${PYSITELIB}/trytond/modules/sale_extra/sale.py ${PYSITELIB}/trytond/modules/sale_extra/sale.pyc diff --git a/finance/py-trytond-sale-extra/distinfo b/finance/py-trytond-sale-extra/distinfo index 85bf1d854450..7db581c794e0 100644 --- a/finance/py-trytond-sale-extra/distinfo +++ b/finance/py-trytond-sale-extra/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_extra-4.2.0.tar.gz) = dc911e6718150709bd941a5916d70a27fd2cad1e99e72ccde05898be41c285b3 -SHA512 (tryton-4.2/trytond_sale_extra-4.2.0.tar.gz) = a0a7f0f7c316d7a7145fb60f31a30ff62fd6dd42c8015acd2b56a06643250867898973fbe787da6bf0f24da9e565ea2a8560d1d5e60c05cef60ab2986b277229 -Size (tryton-4.2/trytond_sale_extra-4.2.0.tar.gz) = 27736 bytes +BLAKE2s (tryton-6.2/trytond_sale_extra-6.2.0.tar.gz) = ac3362d8bb9c2c3347f62c9c56fbbeb81fd19dca7b193de2efa2a930a8eaff80 +SHA512 (tryton-6.2/trytond_sale_extra-6.2.0.tar.gz) = 750b470cb16f32b51f20f00a44d1def2b992f28be7250485f9bd3e6a949141a4bd794f4e718f9d6cbee990ce1e4d39632333932a6face7b705836d1a11e7711d +Size (tryton-6.2/trytond_sale_extra-6.2.0.tar.gz) = 29516 bytes diff --git a/finance/py-trytond-sale-invoice-grouping/PLIST b/finance/py-trytond-sale-invoice-grouping/PLIST index 599d83f547a2..5bec1305a9a4 100644 --- a/finance/py-trytond-sale-invoice-grouping/PLIST +++ b/finance/py-trytond-sale-invoice-grouping/PLIST @@ -1,24 +1,33 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_invoice_grouping/__init__.py ${PYSITELIB}/trytond/modules/sale_invoice_grouping/__init__.pyc ${PYSITELIB}/trytond/modules/sale_invoice_grouping/__init__.pyo +${PYSITELIB}/trytond/modules/sale_invoice_grouping/configuration.py +${PYSITELIB}/trytond/modules/sale_invoice_grouping/configuration.pyc +${PYSITELIB}/trytond/modules/sale_invoice_grouping/configuration.pyo +${PYSITELIB}/trytond/modules/sale_invoice_grouping/configuration.xml ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/bg.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/ca.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/cs.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/de.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/es.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/et.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/fa.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/fi.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/fr.po -${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/hu.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/id.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/it.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/lo.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/lt.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/nl.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/pl.po -${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/pt.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/ro.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/ru.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/sl.po +${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/tr.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/locale/zh_CN.po ${PYSITELIB}/trytond/modules/sale_invoice_grouping/party.py ${PYSITELIB}/trytond/modules/sale_invoice_grouping/party.pyc @@ -27,8 +36,15 @@ ${PYSITELIB}/trytond/modules/sale_invoice_grouping/party.xml ${PYSITELIB}/trytond/modules/sale_invoice_grouping/sale.py ${PYSITELIB}/trytond/modules/sale_invoice_grouping/sale.pyc ${PYSITELIB}/trytond/modules/sale_invoice_grouping/sale.pyo +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/__init__.py +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/__init__.pyc +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/scenario_sale_invoice_grouping.rst +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/test_sale_invoice_grouping.py +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/test_sale_invoice_grouping.pyc +${PYSITELIB}/trytond/modules/sale_invoice_grouping/tests/test_sale_invoice_grouping.pyo ${PYSITELIB}/trytond/modules/sale_invoice_grouping/tryton.cfg +${PYSITELIB}/trytond/modules/sale_invoice_grouping/view/configuration_form.xml ${PYSITELIB}/trytond/modules/sale_invoice_grouping/view/party_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-sale-invoice-grouping/distinfo b/finance/py-trytond-sale-invoice-grouping/distinfo index b9186fe9325b..0fcb824de968 100644 --- a/finance/py-trytond-sale-invoice-grouping/distinfo +++ b/finance/py-trytond-sale-invoice-grouping/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_invoice_grouping-4.2.0.tar.gz) = bd491d8666c5f7af02aac554d73807ae140775502786f868075ea9f4c0c9412f -SHA512 (tryton-4.2/trytond_sale_invoice_grouping-4.2.0.tar.gz) = 4885c22a19707c616a0638dce9c87b5610b856876f1b180b135f0b173998197c6cadd03df1575b62232cceea80d1c35f6b7617df1a2746a15e5f80ca8c0bfd5b -Size (tryton-4.2/trytond_sale_invoice_grouping-4.2.0.tar.gz) = 21083 bytes +BLAKE2s (tryton-6.2/trytond_sale_invoice_grouping-6.2.0.tar.gz) = f96cbe9efe297ef328e04a6f8ae319c68397f1315e00ad380dce5dbe6c2c4aa2 +SHA512 (tryton-6.2/trytond_sale_invoice_grouping-6.2.0.tar.gz) = 6a7b2282c66be5d63a6cedce87ea8e5f50628ca1c134e58e939163dce7876a6c0c439fe77b183ffe32fa8faf3949576083bcf6987f8f2743f7532f3484bef328 +Size (tryton-6.2/trytond_sale_invoice_grouping-6.2.0.tar.gz) = 26625 bytes diff --git a/finance/py-trytond-sale-opportunity/PLIST b/finance/py-trytond-sale-opportunity/PLIST index ac56996c5b33..516846a5e3ed 100644 --- a/finance/py-trytond-sale-opportunity/PLIST +++ b/finance/py-trytond-sale-opportunity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_opportunity/__init__.py ${PYSITELIB}/trytond/modules/sale_opportunity/__init__.pyc ${PYSITELIB}/trytond/modules/sale_opportunity/__init__.pyo @@ -12,24 +12,31 @@ ${PYSITELIB}/trytond/modules/sale_opportunity/configuration.py ${PYSITELIB}/trytond/modules/sale_opportunity/configuration.pyc ${PYSITELIB}/trytond/modules/sale_opportunity/configuration.pyo ${PYSITELIB}/trytond/modules/sale_opportunity/configuration.xml +${PYSITELIB}/trytond/modules/sale_opportunity/icons/tryton-sale-opportunity.svg ${PYSITELIB}/trytond/modules/sale_opportunity/locale/bg.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/ca.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/cs.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/de.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/es.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/et.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/fa.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/fi.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/fr.po -${PYSITELIB}/trytond/modules/sale_opportunity/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_opportunity/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_opportunity/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/hu.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/id.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/it.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/lo.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/lt.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/nl.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/pl.po -${PYSITELIB}/trytond/modules/sale_opportunity/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/pt.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/ro.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/ru.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/sl.po +${PYSITELIB}/trytond/modules/sale_opportunity/locale/tr.po ${PYSITELIB}/trytond/modules/sale_opportunity/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_opportunity/message.xml ${PYSITELIB}/trytond/modules/sale_opportunity/opportunity.py ${PYSITELIB}/trytond/modules/sale_opportunity/opportunity.pyc ${PYSITELIB}/trytond/modules/sale_opportunity/opportunity.pyo @@ -65,6 +72,7 @@ ${PYSITELIB}/trytond/modules/sale_opportunity/view/opportunity_monthly_graph1.xm ${PYSITELIB}/trytond/modules/sale_opportunity/view/opportunity_monthly_graph2.xml ${PYSITELIB}/trytond/modules/sale_opportunity/view/opportunity_monthly_tree.xml ${PYSITELIB}/trytond/modules/sale_opportunity/view/opportunity_tree.xml +${PYSITELIB}/trytond/modules/sale_opportunity/view/party_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-sale-opportunity/distinfo b/finance/py-trytond-sale-opportunity/distinfo index b5a10eb36302..d6381efbe794 100644 --- a/finance/py-trytond-sale-opportunity/distinfo +++ b/finance/py-trytond-sale-opportunity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_opportunity-4.2.0.tar.gz) = af3d18233f15ef372190c414fa5f7c4061c1036b27e7f6ad655617904a795dcf -SHA512 (tryton-4.2/trytond_sale_opportunity-4.2.0.tar.gz) = 1367a744da25592a0aae8fc9c42efd9c442444d847a0924d69675318b79feeea7f03f21016054a9e63358531180a7b42bc7e735661bdcf9d267280f745558510 -Size (tryton-4.2/trytond_sale_opportunity-4.2.0.tar.gz) = 49412 bytes +BLAKE2s (tryton-6.2/trytond_sale_opportunity-6.2.0.tar.gz) = 4f492a4cff378990d86a44cc92c32dfda1fddd81b39b16a937febd3d835a7fb4 +SHA512 (tryton-6.2/trytond_sale_opportunity-6.2.0.tar.gz) = c2d718b8c04d7be00db9066ad4e4ea8c784879d9a3a7f467af5e867ad069baa54d6d0ab6faa29c1e813f9021e690066aae132351f67779e6a0db7c5006ea0aa5 +Size (tryton-6.2/trytond_sale_opportunity-6.2.0.tar.gz) = 56370 bytes diff --git a/finance/py-trytond-sale-price-list/PLIST b/finance/py-trytond-sale-price-list/PLIST index 885e1479ec5c..a10a2e599617 100644 --- a/finance/py-trytond-sale-price-list/PLIST +++ b/finance/py-trytond-sale-price-list/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_price_list/__init__.py ${PYSITELIB}/trytond/modules/sale_price_list/__init__.pyc ${PYSITELIB}/trytond/modules/sale_price_list/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/sale_price_list/locale/cs.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/de.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/es.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/et.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/fa.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/fi.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/fr.po -${PYSITELIB}/trytond/modules/sale_price_list/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_price_list/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_price_list/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/hu.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/id.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/it.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/lo.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/lt.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/nl.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/pl.po -${PYSITELIB}/trytond/modules/sale_price_list/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/pt.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/ro.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/ru.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/sl.po +${PYSITELIB}/trytond/modules/sale_price_list/locale/tr.po ${PYSITELIB}/trytond/modules/sale_price_list/locale/zh_CN.po ${PYSITELIB}/trytond/modules/sale_price_list/party.py ${PYSITELIB}/trytond/modules/sale_price_list/party.pyc @@ -31,6 +36,7 @@ ${PYSITELIB}/trytond/modules/sale_price_list/party.xml ${PYSITELIB}/trytond/modules/sale_price_list/product.py ${PYSITELIB}/trytond/modules/sale_price_list/product.pyc ${PYSITELIB}/trytond/modules/sale_price_list/product.pyo +${PYSITELIB}/trytond/modules/sale_price_list/product.xml ${PYSITELIB}/trytond/modules/sale_price_list/sale.py ${PYSITELIB}/trytond/modules/sale_price_list/sale.pyc ${PYSITELIB}/trytond/modules/sale_price_list/sale.pyo @@ -45,6 +51,7 @@ ${PYSITELIB}/trytond/modules/sale_price_list/tests/test_sale_price_list.pyo ${PYSITELIB}/trytond/modules/sale_price_list/tryton.cfg ${PYSITELIB}/trytond/modules/sale_price_list/view/configuration_form.xml ${PYSITELIB}/trytond/modules/sale_price_list/view/party_form.xml +${PYSITELIB}/trytond/modules/sale_price_list/view/product_sale_context_form.xml ${PYSITELIB}/trytond/modules/sale_price_list/view/sale_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-sale-price-list/distinfo b/finance/py-trytond-sale-price-list/distinfo index 9ec500bbee6c..320d2f914217 100644 --- a/finance/py-trytond-sale-price-list/distinfo +++ b/finance/py-trytond-sale-price-list/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_price_list-4.2.0.tar.gz) = 1173ac718641a5cb7c81c9f7c5dda366fa68d2ba9c4bf78c9881d5e529a4fb1c -SHA512 (tryton-4.2/trytond_sale_price_list-4.2.0.tar.gz) = 47c09f0a552d16f52be14e888e81856c19170bafa6682cd7d67fabb3d0e6860ffb83515de61f1099854b2590870ba42973789544e8afdabc8916a535dcd848bc -Size (tryton-4.2/trytond_sale_price_list-4.2.0.tar.gz) = 21823 bytes +BLAKE2s (tryton-6.2/trytond_sale_price_list-6.2.0.tar.gz) = af5c9fe0eb944906546a113674283c9e03b6fb8a86e68443bcfb6ca27908fee0 +SHA512 (tryton-6.2/trytond_sale_price_list-6.2.0.tar.gz) = 261bdb4914ce1e486f919c260c4331c666c50ffeae90b8b11ce3fcb939bf8f10590d2768fc72b0593761c8688c485f7e88b07ba56e22e4f43bce4d1afb013d45 +Size (tryton-6.2/trytond_sale_price_list-6.2.0.tar.gz) = 28312 bytes diff --git a/finance/py-trytond-sale-promotion/PLIST b/finance/py-trytond-sale-promotion/PLIST index 4ece9b5e54b9..c928a8a72b8b 100644 --- a/finance/py-trytond-sale-promotion/PLIST +++ b/finance/py-trytond-sale-promotion/PLIST @@ -1,25 +1,34 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/sale_promotion/__init__.py ${PYSITELIB}/trytond/modules/sale_promotion/__init__.pyc ${PYSITELIB}/trytond/modules/sale_promotion/__init__.pyo +${PYSITELIB}/trytond/modules/sale_promotion/exceptions.py +${PYSITELIB}/trytond/modules/sale_promotion/exceptions.pyc +${PYSITELIB}/trytond/modules/sale_promotion/exceptions.pyo ${PYSITELIB}/trytond/modules/sale_promotion/locale/bg.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/ca.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/cs.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/de.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/es.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/et.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/fa.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/fi.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/fr.po -${PYSITELIB}/trytond/modules/sale_promotion/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_promotion/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_promotion/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/hu.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/id.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/it.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/lo.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/lt.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/nl.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/pl.po -${PYSITELIB}/trytond/modules/sale_promotion/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/pt.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/ro.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/ru.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/sl.po +${PYSITELIB}/trytond/modules/sale_promotion/locale/tr.po ${PYSITELIB}/trytond/modules/sale_promotion/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_promotion/message.xml ${PYSITELIB}/trytond/modules/sale_promotion/sale.py ${PYSITELIB}/trytond/modules/sale_promotion/sale.pyc ${PYSITELIB}/trytond/modules/sale_promotion/sale.pyo @@ -28,6 +37,7 @@ ${PYSITELIB}/trytond/modules/sale_promotion/tests/__init__.py ${PYSITELIB}/trytond/modules/sale_promotion/tests/__init__.pyc ${PYSITELIB}/trytond/modules/sale_promotion/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_promotion/tests/scenario_sale_promotion.rst +${PYSITELIB}/trytond/modules/sale_promotion/tests/scenario_sale_promotion_amount.rst ${PYSITELIB}/trytond/modules/sale_promotion/tests/test_sale_promotion.py ${PYSITELIB}/trytond/modules/sale_promotion/tests/test_sale_promotion.pyc ${PYSITELIB}/trytond/modules/sale_promotion/tests/test_sale_promotion.pyo diff --git a/finance/py-trytond-sale-promotion/distinfo b/finance/py-trytond-sale-promotion/distinfo index c6a3f5a33f23..79b826655cf5 100644 --- a/finance/py-trytond-sale-promotion/distinfo +++ b/finance/py-trytond-sale-promotion/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_promotion-4.2.0.tar.gz) = e905b8df4defa92d344e4e1087b8727c670eeb2ea1bf48d2b36990b2646b09be -SHA512 (tryton-4.2/trytond_sale_promotion-4.2.0.tar.gz) = b926fa2fbadcb7176413062c8ea0be7bba56b416792356b07135b082b4a89c9049659fc27330fcd4b0613e35f62cac15f55d759d33469cca81ad6961c3bd8e22 -Size (tryton-4.2/trytond_sale_promotion-4.2.0.tar.gz) = 13271 bytes +BLAKE2s (tryton-6.2/trytond_sale_promotion-6.2.0.tar.gz) = 82b80e2b088bc36479e83678a3494d883d819ca6fccbebd5c362290b2e5f36ae +SHA512 (tryton-6.2/trytond_sale_promotion-6.2.0.tar.gz) = 0dc14f7c35e7fc80b56806017cb1864c87864e146b6e9107ddd20fc12291f4b9ddb1e65c76f0e1be67248bfba04f1e5d5fe7f4bac0b10356b7002e117e99664f +Size (tryton-6.2/trytond_sale_promotion-6.2.0.tar.gz) = 31001 bytes diff --git a/finance/py-trytond-sale-shipment-cost/PLIST b/finance/py-trytond-sale-shipment-cost/PLIST index 98ec72e4aa9b..db609825f6d2 100644 --- a/finance/py-trytond-sale-shipment-cost/PLIST +++ b/finance/py-trytond-sale-shipment-cost/PLIST @@ -1,25 +1,41 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_shipment_cost/__init__.py ${PYSITELIB}/trytond/modules/sale_shipment_cost/__init__.pyc ${PYSITELIB}/trytond/modules/sale_shipment_cost/__init__.pyo +${PYSITELIB}/trytond/modules/sale_shipment_cost/account.py +${PYSITELIB}/trytond/modules/sale_shipment_cost/account.pyc +${PYSITELIB}/trytond/modules/sale_shipment_cost/account.pyo +${PYSITELIB}/trytond/modules/sale_shipment_cost/exceptions.py +${PYSITELIB}/trytond/modules/sale_shipment_cost/exceptions.pyc +${PYSITELIB}/trytond/modules/sale_shipment_cost/exceptions.pyo ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/bg.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/ca.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/cs.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/de.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/es.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/et.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/fa.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/fi.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/fr.po -${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/hu.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/id.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/it.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/lo.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/lt.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/nl.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/pl.po -${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/pt.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/ro.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/ru.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/sl.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/tr.po ${PYSITELIB}/trytond/modules/sale_shipment_cost/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_shipment_cost/message.xml +${PYSITELIB}/trytond/modules/sale_shipment_cost/party.py +${PYSITELIB}/trytond/modules/sale_shipment_cost/party.pyc +${PYSITELIB}/trytond/modules/sale_shipment_cost/party.pyo +${PYSITELIB}/trytond/modules/sale_shipment_cost/party.xml ${PYSITELIB}/trytond/modules/sale_shipment_cost/sale.py ${PYSITELIB}/trytond/modules/sale_shipment_cost/sale.pyc ${PYSITELIB}/trytond/modules/sale_shipment_cost/sale.pyo @@ -32,14 +48,20 @@ ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/__init__.py ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/__init__.pyc ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/scenario_sale_shipment_cost.rst +${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/scenario_sale_shipment_cost_modify_price.rst +${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/scenario_sale_shipment_cost_promotion.rst +${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/scenario_sale_shipment_cost_stock.rst ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.py ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.pyc ${PYSITELIB}/trytond/modules/sale_shipment_cost/tests/test_sale_shipment_cost.pyo ${PYSITELIB}/trytond/modules/sale_shipment_cost/tryton.cfg ${PYSITELIB}/trytond/modules/sale_shipment_cost/view/configuration_form.xml +${PYSITELIB}/trytond/modules/sale_shipment_cost/view/party_form.xml +${PYSITELIB}/trytond/modules/sale_shipment_cost/view/promotion_form.xml ${PYSITELIB}/trytond/modules/sale_shipment_cost/view/sale_form.xml ${PYSITELIB}/trytond/modules/sale_shipment_cost/view/sale_line_tree_sequence.xml ${PYSITELIB}/trytond/modules/sale_shipment_cost/view/shipment_out_form.xml +${PYSITELIB}/trytond/modules/sale_shipment_cost/view/shipment_out_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-sale-shipment-cost/distinfo b/finance/py-trytond-sale-shipment-cost/distinfo index 02333c042da9..e6fc1edc7a18 100644 --- a/finance/py-trytond-sale-shipment-cost/distinfo +++ b/finance/py-trytond-sale-shipment-cost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_shipment_cost-4.2.0.tar.gz) = d0076461eff46fe37d71a7b0df3b9fc2ee133416dda89dc0aaf46cf0bf9e7300 -SHA512 (tryton-4.2/trytond_sale_shipment_cost-4.2.0.tar.gz) = 3faeb9a82f1d337c16993af65d45765d53569f16fc1d7a6fc2abf3ebab17c1a04dcaa29bfb3bec2d5c84ad0e8e7df4ebbcab8cdcc63d3ac1dc147299d295fac7 -Size (tryton-4.2/trytond_sale_shipment_cost-4.2.0.tar.gz) = 25560 bytes +BLAKE2s (tryton-6.2/trytond_sale_shipment_cost-6.2.0.tar.gz) = 3aeaa7fd12cd06f3b356b24e61ffb5012687945f2c5a3b34351f188d7c9bdaff +SHA512 (tryton-6.2/trytond_sale_shipment_cost-6.2.0.tar.gz) = 74ac05791113ce9d98dea4974ef4de4376cc765fd5e051e91f7a0329f7386e43715bf6d0a520adad1b5138263ac97a214d440ca6e0900587d4d5e96ac626207f +Size (tryton-6.2/trytond_sale_shipment_cost-6.2.0.tar.gz) = 35530 bytes diff --git a/finance/py-trytond-sale-shipment-grouping/PLIST b/finance/py-trytond-sale-shipment-grouping/PLIST index 484ca3f04f29..1cb494aea67a 100644 --- a/finance/py-trytond-sale-shipment-grouping/PLIST +++ b/finance/py-trytond-sale-shipment-grouping/PLIST @@ -1,24 +1,33 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:42 mef Exp $ ${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.py ${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.pyc ${PYSITELIB}/trytond/modules/sale_shipment_grouping/__init__.pyo +${PYSITELIB}/trytond/modules/sale_shipment_grouping/configuration.py +${PYSITELIB}/trytond/modules/sale_shipment_grouping/configuration.pyc +${PYSITELIB}/trytond/modules/sale_shipment_grouping/configuration.pyo +${PYSITELIB}/trytond/modules/sale_shipment_grouping/configuration.xml ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/bg.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ca.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/cs.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/de.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/es.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/et.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/fa.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/fi.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/fr.po -${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/hu.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/id.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/it.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/lo.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/lt.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/nl.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/pl.po -${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/pt.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ro.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/ru.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/sl.po +${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/tr.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/locale/zh_CN.po ${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.py ${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.pyc @@ -27,8 +36,15 @@ ${PYSITELIB}/trytond/modules/sale_shipment_grouping/party.xml ${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.py ${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.pyc ${PYSITELIB}/trytond/modules/sale_shipment_grouping/sale.pyo +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/__init__.py +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/__init__.pyc +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/scenario_sale_shipment_grouping.rst +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/test_sale_shipment_grouping.py +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/test_sale_shipment_grouping.pyc +${PYSITELIB}/trytond/modules/sale_shipment_grouping/tests/test_sale_shipment_grouping.pyo ${PYSITELIB}/trytond/modules/sale_shipment_grouping/tryton.cfg +${PYSITELIB}/trytond/modules/sale_shipment_grouping/view/configuration_form.xml ${PYSITELIB}/trytond/modules/sale_shipment_grouping/view/party_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-sale-shipment-grouping/distinfo b/finance/py-trytond-sale-shipment-grouping/distinfo index d99a439cf045..cd61eb6c3afc 100644 --- a/finance/py-trytond-sale-shipment-grouping/distinfo +++ b/finance/py-trytond-sale-shipment-grouping/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = d3b006c5a225038308d8f1fedd9c7ec5d3d18cede9b131bcf900ce014e8479a0 -SHA512 (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = 7ad963b4f7b384f8ccc92e0d9076900fea2054d227a77a431b2c910d0c95ae14796d5af91841e66c04fc8ad020a48089ea72bd6e0613d1d9afd5cd927f15be51 -Size (tryton-4.2/trytond_sale_shipment_grouping-4.2.0.tar.gz) = 21060 bytes +BLAKE2s (tryton-6.2/trytond_sale_shipment_grouping-6.2.0.tar.gz) = 6ea9013f364572acf79424eca31ac9b0b6b1a500243c74e74e8f06a3fa632807 +SHA512 (tryton-6.2/trytond_sale_shipment_grouping-6.2.0.tar.gz) = aab56f877c14bf027e9fa738406a09e537bb6df3da26cd1618d9ceb1f2f598423d926b96736e47ee853b453905fbbbf8b0a23c258d0ff6991ddb749e0422f1aa +Size (tryton-6.2/trytond_sale_shipment_grouping-6.2.0.tar.gz) = 26663 bytes diff --git a/finance/py-trytond-sale-stock-quantity/PLIST b/finance/py-trytond-sale-stock-quantity/PLIST index f2c28a6749f6..d91d188cf368 100644 --- a/finance/py-trytond-sale-stock-quantity/PLIST +++ b/finance/py-trytond-sale-stock-quantity/PLIST @@ -1,25 +1,34 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:43 mef Exp $ ${PYSITELIB}/trytond/modules/sale_stock_quantity/__init__.py ${PYSITELIB}/trytond/modules/sale_stock_quantity/__init__.pyc ${PYSITELIB}/trytond/modules/sale_stock_quantity/__init__.pyo +${PYSITELIB}/trytond/modules/sale_stock_quantity/exceptions.py +${PYSITELIB}/trytond/modules/sale_stock_quantity/exceptions.pyc +${PYSITELIB}/trytond/modules/sale_stock_quantity/exceptions.pyo ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/bg.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/ca.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/cs.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/de.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/es.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/et.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/fa.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/fi.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/fr.po -${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/hu.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/id.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/it.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/lo.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/lt.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/nl.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/pl.po -${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/pt.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/ro.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/ru.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/sl.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/tr.po ${PYSITELIB}/trytond/modules/sale_stock_quantity/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_stock_quantity/message.xml ${PYSITELIB}/trytond/modules/sale_stock_quantity/sale.py ${PYSITELIB}/trytond/modules/sale_stock_quantity/sale.pyc ${PYSITELIB}/trytond/modules/sale_stock_quantity/sale.pyo diff --git a/finance/py-trytond-sale-stock-quantity/distinfo b/finance/py-trytond-sale-stock-quantity/distinfo index 87a5f4dca3ab..b8ced48dead6 100644 --- a/finance/py-trytond-sale-stock-quantity/distinfo +++ b/finance/py-trytond-sale-stock-quantity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_stock_quantity-4.2.0.tar.gz) = a5b077191515c9461894f9d2242d7d6e13814e14ae8eecc7aced84723c2f5728 -SHA512 (tryton-4.2/trytond_sale_stock_quantity-4.2.0.tar.gz) = ec9e2c0489345732201945e180ae5ad74ee810ca60a392ce41979daff5aa2e81d42120bd53df49d2ab08a005fe2f7324febbd152d07b969adb7a7603cd7a1fb6 -Size (tryton-4.2/trytond_sale_stock_quantity-4.2.0.tar.gz) = 21904 bytes +BLAKE2s (tryton-6.2/trytond_sale_stock_quantity-6.2.0.tar.gz) = 4f9ec92780a9f2062a98c8cc8fc17644cdccb4b70085c6916a7d017110a1c77b +SHA512 (tryton-6.2/trytond_sale_stock_quantity-6.2.0.tar.gz) = 6af4d9664593d5c99da0b86dd71b51210d13b836169c76150343b1982ab77690ba0b5e3a8efaadc1c6b5a01f084c1d6353f761ca71d5fe8f89ab94e504024638 +Size (tryton-6.2/trytond_sale_stock_quantity-6.2.0.tar.gz) = 25060 bytes diff --git a/finance/py-trytond-sale-supply-drop-shipment/PLIST b/finance/py-trytond-sale-supply-drop-shipment/PLIST index f2d6b8a4d9ee..8dbe113dc08b 100644 --- a/finance/py-trytond-sale-supply-drop-shipment/PLIST +++ b/finance/py-trytond-sale-supply-drop-shipment/PLIST @@ -1,28 +1,36 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/__init__.py ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/__init__.pyc ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/__init__.pyo +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/icons/tryton-shipment-drop.svg ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/bg.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/ca.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/cs.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/de.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/es.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/et.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/fa.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/fi.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/fr.po -${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/hu.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/id.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/it.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/lo.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/lt.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/nl.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/pl.po -${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/pt.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/ro.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/ru.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/sl.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/tr.po ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/message.xml ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/party.py ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/party.pyc ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/party.pyo +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/party.xml ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/purchase.py ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/purchase.pyc ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/purchase.pyo @@ -39,10 +47,13 @@ ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/__init__.py ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/__init__.pyc ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/scenario_sale_supply_drop_shipment.rst +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/scenario_sale_supply_drop_shipment_on_invoice.rst +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/scenario_sale_supply_drop_shipment_remaining_qty.rst ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/test_sale_supply_drop_shipment.py ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/test_sale_supply_drop_shipment.pyc ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tests/test_sale_supply_drop_shipment.pyo ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/tryton.cfg +${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/view/party_form.xml ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/view/product_supplier_form.xml ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/view/purchase_configuration_form.xml ${PYSITELIB}/trytond/modules/sale_supply_drop_shipment/view/purchase_form.xml diff --git a/finance/py-trytond-sale-supply-drop-shipment/distinfo b/finance/py-trytond-sale-supply-drop-shipment/distinfo index 44ed0e43d913..03c4c7ec2b5d 100644 --- a/finance/py-trytond-sale-supply-drop-shipment/distinfo +++ b/finance/py-trytond-sale-supply-drop-shipment/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:12 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_supply_drop_shipment-4.2.0.tar.gz) = 494ae6019dcd876899888f64ef1db4c2d32d413d21b2f1efd8bde9dc646fc512 -SHA512 (tryton-4.2/trytond_sale_supply_drop_shipment-4.2.0.tar.gz) = 496d017131707ba1602486233aa2b2b1dee3a45406270da9ed4a8c53fbe62bea3987f15930eed5c629039ee9fef4ea1e9242f006947f16e0239be694e48c36e5 -Size (tryton-4.2/trytond_sale_supply_drop_shipment-4.2.0.tar.gz) = 36245 bytes +BLAKE2s (tryton-6.2/trytond_sale_supply_drop_shipment-6.2.0.tar.gz) = ab268eb2405230fa47a6a3eee14a8b941748a0554a03e6f7f4b7d49cfc248c25 +SHA512 (tryton-6.2/trytond_sale_supply_drop_shipment-6.2.0.tar.gz) = ef519f16a12b7e7ce1cdcfe44b3eb9fb8e8da7491b0783cb2ac1a5a71fbea692bf096c4647a632b9e7b2054ec21b67889a6c7d156338d64e7f0fe6cc65f45fb3 +Size (tryton-6.2/trytond_sale_supply_drop_shipment-6.2.0.tar.gz) = 45781 bytes diff --git a/finance/py-trytond-sale-supply/PLIST b/finance/py-trytond-sale-supply/PLIST index 354fd5704327..52a67289e2f8 100644 --- a/finance/py-trytond-sale-supply/PLIST +++ b/finance/py-trytond-sale-supply/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:43 mef Exp $ ${PYSITELIB}/trytond/modules/sale_supply/__init__.py ${PYSITELIB}/trytond/modules/sale_supply/__init__.pyc ${PYSITELIB}/trytond/modules/sale_supply/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/sale_supply/locale/cs.po ${PYSITELIB}/trytond/modules/sale_supply/locale/de.po ${PYSITELIB}/trytond/modules/sale_supply/locale/es.po ${PYSITELIB}/trytond/modules/sale_supply/locale/es_419.po +${PYSITELIB}/trytond/modules/sale_supply/locale/et.po +${PYSITELIB}/trytond/modules/sale_supply/locale/fa.po +${PYSITELIB}/trytond/modules/sale_supply/locale/fi.po ${PYSITELIB}/trytond/modules/sale_supply/locale/fr.po -${PYSITELIB}/trytond/modules/sale_supply/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale_supply/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale_supply/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale_supply/locale/hu.po +${PYSITELIB}/trytond/modules/sale_supply/locale/id.po +${PYSITELIB}/trytond/modules/sale_supply/locale/it.po ${PYSITELIB}/trytond/modules/sale_supply/locale/lo.po ${PYSITELIB}/trytond/modules/sale_supply/locale/lt.po ${PYSITELIB}/trytond/modules/sale_supply/locale/nl.po ${PYSITELIB}/trytond/modules/sale_supply/locale/pl.po -${PYSITELIB}/trytond/modules/sale_supply/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale_supply/locale/pt.po +${PYSITELIB}/trytond/modules/sale_supply/locale/ro.po ${PYSITELIB}/trytond/modules/sale_supply/locale/ru.po ${PYSITELIB}/trytond/modules/sale_supply/locale/sl.po +${PYSITELIB}/trytond/modules/sale_supply/locale/tr.po ${PYSITELIB}/trytond/modules/sale_supply/locale/zh_CN.po ${PYSITELIB}/trytond/modules/sale_supply/product.py ${PYSITELIB}/trytond/modules/sale_supply/product.pyc @@ -38,6 +43,7 @@ ${PYSITELIB}/trytond/modules/sale_supply/tests/__init__.py ${PYSITELIB}/trytond/modules/sale_supply/tests/__init__.pyc ${PYSITELIB}/trytond/modules/sale_supply/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale_supply/tests/scenario_sale_supply.rst +${PYSITELIB}/trytond/modules/sale_supply/tests/scenario_sale_supply_shipment_on_invoice.rst ${PYSITELIB}/trytond/modules/sale_supply/tests/test_sale_supply.py ${PYSITELIB}/trytond/modules/sale_supply/tests/test_sale_supply.pyc ${PYSITELIB}/trytond/modules/sale_supply/tests/test_sale_supply.pyo diff --git a/finance/py-trytond-sale-supply/distinfo b/finance/py-trytond-sale-supply/distinfo index 404ffc257645..9f33364d3fd8 100644 --- a/finance/py-trytond-sale-supply/distinfo +++ b/finance/py-trytond-sale-supply/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:11 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale_supply-4.2.0.tar.gz) = ddf9a65107e76e47fd986f9a170d4cb7ccb5a479e0be8ceb9347d0ab76c49aaf -SHA512 (tryton-4.2/trytond_sale_supply-4.2.0.tar.gz) = e3fe00c47c02accc617c8b4a8d5c6c865b5ab1e92bd9170eeb60fc4de09e66c4c8b35295f4251c16ea0c8d801f93c9fe748167c18a4234c8d5a9e9d7c33c23ca -Size (tryton-4.2/trytond_sale_supply-4.2.0.tar.gz) = 24714 bytes +BLAKE2s (tryton-6.2/trytond_sale_supply-6.2.0.tar.gz) = 2e1a88a8ea7bfaa2e59ce5174aa5bb3d2b9fd7de282d85a6f4ec3711331f1131 +SHA512 (tryton-6.2/trytond_sale_supply-6.2.0.tar.gz) = 7d06711e57e1e5377a8a694e96be543a9168f7b7aa8a6d8a8d12b977404d8608c73b4fbeca6673081a75662ce489cdd6f0681f458dfae0c492cddf76bcece496 +Size (tryton-6.2/trytond_sale_supply-6.2.0.tar.gz) = 29651 bytes diff --git a/finance/py-trytond-sale/PLIST b/finance/py-trytond-sale/PLIST index ccc56d287608..d9c26679c672 100644 --- a/finance/py-trytond-sale/PLIST +++ b/finance/py-trytond-sale/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:03 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:49 mef Exp $ ${PYSITELIB}/trytond/modules/sale/__init__.py ${PYSITELIB}/trytond/modules/sale/__init__.pyc ${PYSITELIB}/trytond/modules/sale/__init__.pyo @@ -6,6 +6,10 @@ ${PYSITELIB}/trytond/modules/sale/configuration.py ${PYSITELIB}/trytond/modules/sale/configuration.pyc ${PYSITELIB}/trytond/modules/sale/configuration.pyo ${PYSITELIB}/trytond/modules/sale/configuration.xml +${PYSITELIB}/trytond/modules/sale/exceptions.py +${PYSITELIB}/trytond/modules/sale/exceptions.pyc +${PYSITELIB}/trytond/modules/sale/exceptions.pyo +${PYSITELIB}/trytond/modules/sale/icons/tryton-sale.svg ${PYSITELIB}/trytond/modules/sale/invoice.py ${PYSITELIB}/trytond/modules/sale/invoice.pyc ${PYSITELIB}/trytond/modules/sale/invoice.pyo @@ -15,18 +19,24 @@ ${PYSITELIB}/trytond/modules/sale/locale/cs.po ${PYSITELIB}/trytond/modules/sale/locale/de.po ${PYSITELIB}/trytond/modules/sale/locale/es.po ${PYSITELIB}/trytond/modules/sale/locale/es_419.po +${PYSITELIB}/trytond/modules/sale/locale/et.po +${PYSITELIB}/trytond/modules/sale/locale/fa.po +${PYSITELIB}/trytond/modules/sale/locale/fi.po ${PYSITELIB}/trytond/modules/sale/locale/fr.po -${PYSITELIB}/trytond/modules/sale/locale/hu_HU.po -${PYSITELIB}/trytond/modules/sale/locale/it_IT.po -${PYSITELIB}/trytond/modules/sale/locale/ja_JP.po +${PYSITELIB}/trytond/modules/sale/locale/hu.po +${PYSITELIB}/trytond/modules/sale/locale/id.po +${PYSITELIB}/trytond/modules/sale/locale/it.po ${PYSITELIB}/trytond/modules/sale/locale/lo.po ${PYSITELIB}/trytond/modules/sale/locale/lt.po ${PYSITELIB}/trytond/modules/sale/locale/nl.po ${PYSITELIB}/trytond/modules/sale/locale/pl.po -${PYSITELIB}/trytond/modules/sale/locale/pt_BR.po +${PYSITELIB}/trytond/modules/sale/locale/pt.po +${PYSITELIB}/trytond/modules/sale/locale/ro.po ${PYSITELIB}/trytond/modules/sale/locale/ru.po ${PYSITELIB}/trytond/modules/sale/locale/sl.po +${PYSITELIB}/trytond/modules/sale/locale/tr.po ${PYSITELIB}/trytond/modules/sale/locale/zh_CN.po +${PYSITELIB}/trytond/modules/sale/message.xml ${PYSITELIB}/trytond/modules/sale/party.py ${PYSITELIB}/trytond/modules/sale/party.pyc ${PYSITELIB}/trytond/modules/sale/party.pyo @@ -35,11 +45,15 @@ ${PYSITELIB}/trytond/modules/sale/product.py ${PYSITELIB}/trytond/modules/sale/product.pyc ${PYSITELIB}/trytond/modules/sale/product.pyo ${PYSITELIB}/trytond/modules/sale/product.xml -${PYSITELIB}/trytond/modules/sale/sale.odt +${PYSITELIB}/trytond/modules/sale/sale.fodt ${PYSITELIB}/trytond/modules/sale/sale.py ${PYSITELIB}/trytond/modules/sale/sale.pyc ${PYSITELIB}/trytond/modules/sale/sale.pyo ${PYSITELIB}/trytond/modules/sale/sale.xml +${PYSITELIB}/trytond/modules/sale/sale_reporting.py +${PYSITELIB}/trytond/modules/sale/sale_reporting.pyc +${PYSITELIB}/trytond/modules/sale/sale_reporting.pyo +${PYSITELIB}/trytond/modules/sale/sale_reporting.xml ${PYSITELIB}/trytond/modules/sale/stock.py ${PYSITELIB}/trytond/modules/sale/stock.pyc ${PYSITELIB}/trytond/modules/sale/stock.pyo @@ -48,6 +62,10 @@ ${PYSITELIB}/trytond/modules/sale/tests/__init__.py ${PYSITELIB}/trytond/modules/sale/tests/__init__.pyc ${PYSITELIB}/trytond/modules/sale/tests/__init__.pyo ${PYSITELIB}/trytond/modules/sale/tests/scenario_sale.rst +${PYSITELIB}/trytond/modules/sale/tests/scenario_sale_default_methods.rst +${PYSITELIB}/trytond/modules/sale/tests/scenario_sale_empty.rst +${PYSITELIB}/trytond/modules/sale/tests/scenario_sale_modify_header.rst +${PYSITELIB}/trytond/modules/sale/tests/scenario_sale_reporting.rst ${PYSITELIB}/trytond/modules/sale/tests/test_sale.py ${PYSITELIB}/trytond/modules/sale/tests/test_sale.pyc ${PYSITELIB}/trytond/modules/sale/tests/test_sale.pyo @@ -55,14 +73,35 @@ ${PYSITELIB}/trytond/modules/sale/tryton.cfg ${PYSITELIB}/trytond/modules/sale/view/configuration_form.xml ${PYSITELIB}/trytond/modules/sale/view/handle_invoice_exception_ask_form.xml ${PYSITELIB}/trytond/modules/sale/view/handle_shipment_exception_ask_form.xml +${PYSITELIB}/trytond/modules/sale/view/modify_header_form.xml ${PYSITELIB}/trytond/modules/sale/view/move_list_shipment.xml ${PYSITELIB}/trytond/modules/sale/view/party_form.xml +${PYSITELIB}/trytond/modules/sale/view/product_configuration_form.xml ${PYSITELIB}/trytond/modules/sale/view/product_list_sale_line.xml +${PYSITELIB}/trytond/modules/sale/view/product_sale_context_form.xml ${PYSITELIB}/trytond/modules/sale/view/return_sale_start_form.xml ${PYSITELIB}/trytond/modules/sale/view/sale_form.xml ${PYSITELIB}/trytond/modules/sale/view/sale_line_form.xml ${PYSITELIB}/trytond/modules/sale/view/sale_line_tree.xml ${PYSITELIB}/trytond/modules/sale/view/sale_line_tree_sequence.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_context_form.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_customer_category_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_customer_category_tree.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_customer_graph_number.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_customer_graph_revenue.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_customer_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_graph_number.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_graph_revenue.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_time_series_graph_number.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_time_series_graph_revenue.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_main_time_series_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_product_category_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_product_category_tree.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_product_graph_number.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_product_graph_revenue.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_product_list.xml +${PYSITELIB}/trytond/modules/sale/view/sale_reporting_region_tree.xml ${PYSITELIB}/trytond/modules/sale/view/sale_tree.xml ${PYSITELIB}/trytond/modules/sale/view/template_form.xml ${PYSITELIB}/trytond/modules/sale/view/template_tree.xml diff --git a/finance/py-trytond-sale/distinfo b/finance/py-trytond-sale/distinfo index 142682f542dc..ee6bdaf48758 100644 --- a/finance/py-trytond-sale/distinfo +++ b/finance/py-trytond-sale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:10 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:49 mef Exp $ -BLAKE2s (tryton-4.2/trytond_sale-4.2.0.tar.gz) = 23e3505c843315610e698579fa5c337e22ed7c60d0af9081250fb6f89a3ae415 -SHA512 (tryton-4.2/trytond_sale-4.2.0.tar.gz) = ce17ebf11edaed997bde219816bb6621af76e3333c72aef6b1c29b17cbf81a0d7bf1988ad718fdcf1c4c168cb9cfe8290e7c6ec355ff24bde23b0222b21385b5 -Size (tryton-4.2/trytond_sale-4.2.0.tar.gz) = 89734 bytes +BLAKE2s (tryton-6.2/trytond_sale-6.2.0.tar.gz) = 1f185317541c9db9cb24b655d85b67b5c3c5e7064475f43d0778a291a5bfe1ce +SHA512 (tryton-6.2/trytond_sale-6.2.0.tar.gz) = 1f8caa7877d13444ac9a90b6b35ebe68f45249c4655a02f578da387b625e636fdddc4166445896190e892678da00a79dd598d25abec2ec351adf38c945338484 +Size (tryton-6.2/trytond_sale-6.2.0.tar.gz) = 195809 bytes diff --git a/finance/py-trytond-stock-supply-day/PLIST b/finance/py-trytond-stock-supply-day/PLIST index ebf10c552807..32d3db5c7c72 100644 --- a/finance/py-trytond-stock-supply-day/PLIST +++ b/finance/py-trytond-stock-supply-day/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:43 mef Exp $ ${PYSITELIB}/trytond/modules/stock_supply_day/__init__.py ${PYSITELIB}/trytond/modules/stock_supply_day/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply_day/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/stock_supply_day/locale/cs.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/de.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/es.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/et.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/fa.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/fi.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/fr.po -${PYSITELIB}/trytond/modules/stock_supply_day/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_supply_day/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_supply_day/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/hu.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/id.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/it.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/lo.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/lt.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/nl.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/pl.po -${PYSITELIB}/trytond/modules/stock_supply_day/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/pt.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/ro.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/ru.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/sl.po +${PYSITELIB}/trytond/modules/stock_supply_day/locale/tr.po ${PYSITELIB}/trytond/modules/stock_supply_day/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_supply_day/purchase.py ${PYSITELIB}/trytond/modules/stock_supply_day/purchase.pyc @@ -32,9 +37,6 @@ ${PYSITELIB}/trytond/modules/stock_supply_day/tests/test_stock_supply_day.pyc ${PYSITELIB}/trytond/modules/stock_supply_day/tests/test_stock_supply_day.pyo ${PYSITELIB}/trytond/modules/stock_supply_day/tryton.cfg ${PYSITELIB}/trytond/modules/stock_supply_day/view/product_supplier_form.xml -${PYSITELIB}/trytond/modules/stock_supply_day/view/product_supplier_weekday_form.xml -${PYSITELIB}/trytond/modules/stock_supply_day/view/product_supplier_weekday_tree.xml -${PYSITELIB}/trytond/modules/stock_supply_day/view/product_supplier_weekday_tree_editable.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-stock-supply-day/distinfo b/finance/py-trytond-stock-supply-day/distinfo index 0aee19564986..96162af5c1bb 100644 --- a/finance/py-trytond-stock-supply-day/distinfo +++ b/finance/py-trytond-stock-supply-day/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:12 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_supply_day-4.2.0.tar.gz) = 605018618e181707d9fb01e1f1d33f3fb8c8caeec7e280ae19fd4d0d2e8a5951 -SHA512 (tryton-4.2/trytond_stock_supply_day-4.2.0.tar.gz) = 0ff936552af5bd413c2ab0fe77820a4a19b3bba0298439d920539f125ea0394a02574ca103489898d6cc664f7598267650ca74cb2828ec06b2a4924f7390eb04 -Size (tryton-4.2/trytond_stock_supply_day-4.2.0.tar.gz) = 23260 bytes +BLAKE2s (tryton-6.2/trytond_stock_supply_day-6.2.0.tar.gz) = 2b450a97d4942d2f057cf4018bc669639d18df4e2895eb7b7f4d59bf7a47c96f +SHA512 (tryton-6.2/trytond_stock_supply_day-6.2.0.tar.gz) = acbd527729fd6dce779f45bf83a71a3900226f9752d9aad07db2e00ca620a478ac0869c39a7ed77b682536c988631d9c85d58b71592e414e34d934fe9cf6bacd +Size (tryton-6.2/trytond_stock_supply_day-6.2.0.tar.gz) = 24419 bytes diff --git a/finance/py-trytond-stock-supply-forecast/PLIST b/finance/py-trytond-stock-supply-forecast/PLIST index 828a4bd9ce02..d6dd187e9858 100644 --- a/finance/py-trytond-stock-supply-forecast/PLIST +++ b/finance/py-trytond-stock-supply-forecast/PLIST @@ -1,10 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/stock_supply_forecast/__init__.py ${PYSITELIB}/trytond/modules/stock_supply_forecast/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply_forecast/__init__.pyo ${PYSITELIB}/trytond/modules/stock_supply_forecast/purchase_request.py ${PYSITELIB}/trytond/modules/stock_supply_forecast/purchase_request.pyc ${PYSITELIB}/trytond/modules/stock_supply_forecast/purchase_request.pyo +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/__init__.py +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/__init__.pyc +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/scenario_stock_supply_forecast.rst +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/test_stock_supply_forecast.py +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/test_stock_supply_forecast.pyc +${PYSITELIB}/trytond/modules/stock_supply_forecast/tests/test_stock_supply_forecast.pyo ${PYSITELIB}/trytond/modules/stock_supply_forecast/tryton.cfg ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/finance/py-trytond-stock-supply-forecast/distinfo b/finance/py-trytond-stock-supply-forecast/distinfo index 01057e78056a..d50ffc63e6ee 100644 --- a/finance/py-trytond-stock-supply-forecast/distinfo +++ b/finance/py-trytond-stock-supply-forecast/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:26:12 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_supply_forecast-4.2.1.tar.gz) = fd1e8d07ce41a578df3ed048d5801a69cd976f3c5a881d57facef08774c0dec0 -SHA512 (tryton-4.2/trytond_stock_supply_forecast-4.2.1.tar.gz) = d83ecb37c13df2331412c0747f5353e2e2c79d34ecb6ec845e87c0e88fcaab2371354e78da988d469bc6913186ecfa41ca1a73f962b8f7f83e127ff43e02b906 -Size (tryton-4.2/trytond_stock_supply_forecast-4.2.1.tar.gz) = 17132 bytes +BLAKE2s (tryton-6.2/trytond_stock_supply_forecast-6.2.0.tar.gz) = 6d251cd20223e0109f1b231ce13a55a48efb85689f887aa9867bb1c0d00e4e4c +SHA512 (tryton-6.2/trytond_stock_supply_forecast-6.2.0.tar.gz) = 1b5755e5f127994e1a2f19cb0726fb4a6327c6b8e4b1afb97a5494ffb6511e0d0086b03d5ba8d4a12dbbca96e9c1667a0d9355a6b47667af8aea818c321e7a88 +Size (tryton-6.2/trytond_stock_supply_forecast-6.2.0.tar.gz) = 20277 bytes diff --git a/finance/py-trytond-stock-supply-production/PLIST b/finance/py-trytond-stock-supply-production/PLIST index a4582bdf7dba..9c9ac5dfcd32 100644 --- a/finance/py-trytond-stock-supply-production/PLIST +++ b/finance/py-trytond-stock-supply-production/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/stock_supply_production/__init__.py ${PYSITELIB}/trytond/modules/stock_supply_production/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply_production/__init__.pyo @@ -8,18 +8,24 @@ ${PYSITELIB}/trytond/modules/stock_supply_production/locale/cs.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/de.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/es.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/et.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/fa.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/fi.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/fr.po -${PYSITELIB}/trytond/modules/stock_supply_production/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_supply_production/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_supply_production/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/hu.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/id.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/it.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/lo.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/lt.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/nl.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/pl.po -${PYSITELIB}/trytond/modules/stock_supply_production/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/pt.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/ro.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/ru.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/sl.po +${PYSITELIB}/trytond/modules/stock_supply_production/locale/tr.po ${PYSITELIB}/trytond/modules/stock_supply_production/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_supply_production/message.xml ${PYSITELIB}/trytond/modules/stock_supply_production/product.py ${PYSITELIB}/trytond/modules/stock_supply_production/product.pyc ${PYSITELIB}/trytond/modules/stock_supply_production/product.pyo @@ -34,12 +40,12 @@ ${PYSITELIB}/trytond/modules/stock_supply_production/stock.xml ${PYSITELIB}/trytond/modules/stock_supply_production/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_supply_production/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply_production/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_supply_production/tests/scenario_stock_supply_production.rst ${PYSITELIB}/trytond/modules/stock_supply_production/tests/test_stock_supply_production.py ${PYSITELIB}/trytond/modules/stock_supply_production/tests/test_stock_supply_production.pyc ${PYSITELIB}/trytond/modules/stock_supply_production/tests/test_stock_supply_production.pyo ${PYSITELIB}/trytond/modules/stock_supply_production/tryton.cfg ${PYSITELIB}/trytond/modules/stock_supply_production/view/production_configuration_form.xml -${PYSITELIB}/trytond/modules/stock_supply_production/view/production_create_request_start_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-stock-supply-production/distinfo b/finance/py-trytond-stock-supply-production/distinfo index fbcdeadb4826..8090ac8e2f7b 100644 --- a/finance/py-trytond-stock-supply-production/distinfo +++ b/finance/py-trytond-stock-supply-production/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:12 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_supply_production-4.2.0.tar.gz) = ce8354c2012ecd8f09eaef1a7c3be3c925df7715c14924222f5415ae82351b52 -SHA512 (tryton-4.2/trytond_stock_supply_production-4.2.0.tar.gz) = 7efe4c97501d0ea226a856457b2b7896fcf15e973323b22ecf9bbca71a59a943e33f26448a2b14cfe2473627f1521f59d1db3bc061438ea3539260feeb8e56d3 -Size (tryton-4.2/trytond_stock_supply_production-4.2.0.tar.gz) = 24136 bytes +BLAKE2s (tryton-6.2/trytond_stock_supply_production-6.2.0.tar.gz) = eee1ae585bbf7cec2ab25a92bfcf05df59492898d71b3d60ed86dc7651c3b2f5 +SHA512 (tryton-6.2/trytond_stock_supply_production-6.2.0.tar.gz) = b1375aa112563470d83edc84958fb3b32d2fb00f86b59f4e9adf9573a7acdefabe046c16522144c06724c4d08614e03c4aad377c3ee27ea889ca4a880f2cdc30 +Size (tryton-6.2/trytond_stock_supply_production-6.2.0.tar.gz) = 27378 bytes diff --git a/finance/py-trytond-stock-supply/PLIST b/finance/py-trytond-stock-supply/PLIST index 4e62970d1dec..4b1db40c1cb9 100644 --- a/finance/py-trytond-stock-supply/PLIST +++ b/finance/py-trytond-stock-supply/PLIST @@ -1,29 +1,41 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:04 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/23 16:12:43 mef Exp $ ${PYSITELIB}/trytond/modules/stock_supply/__init__.py ${PYSITELIB}/trytond/modules/stock_supply/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply/__init__.pyo +${PYSITELIB}/trytond/modules/stock_supply/exceptions.py +${PYSITELIB}/trytond/modules/stock_supply/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_supply/exceptions.pyo +${PYSITELIB}/trytond/modules/stock_supply/ir.py +${PYSITELIB}/trytond/modules/stock_supply/ir.pyc +${PYSITELIB}/trytond/modules/stock_supply/ir.pyo ${PYSITELIB}/trytond/modules/stock_supply/locale/bg.po ${PYSITELIB}/trytond/modules/stock_supply/locale/ca.po ${PYSITELIB}/trytond/modules/stock_supply/locale/cs.po ${PYSITELIB}/trytond/modules/stock_supply/locale/de.po ${PYSITELIB}/trytond/modules/stock_supply/locale/es.po ${PYSITELIB}/trytond/modules/stock_supply/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_supply/locale/et.po +${PYSITELIB}/trytond/modules/stock_supply/locale/fa.po +${PYSITELIB}/trytond/modules/stock_supply/locale/fi.po ${PYSITELIB}/trytond/modules/stock_supply/locale/fr.po -${PYSITELIB}/trytond/modules/stock_supply/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_supply/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_supply/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_supply/locale/hu.po +${PYSITELIB}/trytond/modules/stock_supply/locale/id.po +${PYSITELIB}/trytond/modules/stock_supply/locale/it.po ${PYSITELIB}/trytond/modules/stock_supply/locale/lo.po ${PYSITELIB}/trytond/modules/stock_supply/locale/lt.po ${PYSITELIB}/trytond/modules/stock_supply/locale/nl.po ${PYSITELIB}/trytond/modules/stock_supply/locale/pl.po -${PYSITELIB}/trytond/modules/stock_supply/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_supply/locale/pt.po +${PYSITELIB}/trytond/modules/stock_supply/locale/ro.po ${PYSITELIB}/trytond/modules/stock_supply/locale/ru.po ${PYSITELIB}/trytond/modules/stock_supply/locale/sl.po +${PYSITELIB}/trytond/modules/stock_supply/locale/tr.po ${PYSITELIB}/trytond/modules/stock_supply/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_supply/location.py ${PYSITELIB}/trytond/modules/stock_supply/location.pyc ${PYSITELIB}/trytond/modules/stock_supply/location.pyo ${PYSITELIB}/trytond/modules/stock_supply/location.xml +${PYSITELIB}/trytond/modules/stock_supply/message.xml ${PYSITELIB}/trytond/modules/stock_supply/order_point.py ${PYSITELIB}/trytond/modules/stock_supply/order_point.pyc ${PYSITELIB}/trytond/modules/stock_supply/order_point.pyo @@ -39,11 +51,16 @@ ${PYSITELIB}/trytond/modules/stock_supply/purchase_request.xml ${PYSITELIB}/trytond/modules/stock_supply/shipment.py ${PYSITELIB}/trytond/modules/stock_supply/shipment.pyc ${PYSITELIB}/trytond/modules/stock_supply/shipment.pyo -${PYSITELIB}/trytond/modules/stock_supply/shipment.xml +${PYSITELIB}/trytond/modules/stock_supply/stock.py +${PYSITELIB}/trytond/modules/stock_supply/stock.pyc +${PYSITELIB}/trytond/modules/stock_supply/stock.pyo +${PYSITELIB}/trytond/modules/stock_supply/stock.xml ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_supply/tests/__init__.pyo ${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_internal_supply.rst +${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_internal_supply_lead_time.rst +${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_internal_supply_overflow.rst ${PYSITELIB}/trytond/modules/stock_supply/tests/scenario_stock_supply_purchase_request.rst ${PYSITELIB}/trytond/modules/stock_supply/tests/test_stock_supply.py ${PYSITELIB}/trytond/modules/stock_supply/tests/test_stock_supply.pyc @@ -54,7 +71,7 @@ ${PYSITELIB}/trytond/modules/stock_supply/view/order_point_form.xml ${PYSITELIB}/trytond/modules/stock_supply/view/order_point_tree.xml ${PYSITELIB}/trytond/modules/stock_supply/view/purchase_configuration_form.xml ${PYSITELIB}/trytond/modules/stock_supply/view/purchase_request_create_start_form.xml -${PYSITELIB}/trytond/modules/stock_supply/view/stock_shipment_internal_create_start_form.xml +${PYSITELIB}/trytond/modules/stock_supply/view/supply_start_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/finance/py-trytond-stock-supply/distinfo b/finance/py-trytond-stock-supply/distinfo index 80a633a73a5b..2c18190c2acd 100644 --- a/finance/py-trytond-stock-supply/distinfo +++ b/finance/py-trytond-stock-supply/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:26:12 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:50 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_supply-4.2.0.tar.gz) = 4bfe5cfd7ea1a9df1aa53fac8f861c18bf5739bef40a997875ffee8ce6e7cb77 -SHA512 (tryton-4.2/trytond_stock_supply-4.2.0.tar.gz) = 975415485955dc24d0cd7297ae5139256cf97283e9de37ac5e4ec4d9168b5e03379a0336802666ff857dc1c974ec5bc1dc2c40cb509f1d5d0002efb101434cc8 -Size (tryton-4.2/trytond_stock_supply-4.2.0.tar.gz) = 39230 bytes +BLAKE2s (tryton-6.2/trytond_stock_supply-6.2.0.tar.gz) = 3067655a80dc08456b41849b3ff98f1d2b99522c4948a1319e2b3e8433c97f6e +SHA512 (tryton-6.2/trytond_stock_supply-6.2.0.tar.gz) = 13e42aa54c94f140e1c8671abb954dd216e4580dfbf79446f9011a897ce106e97604553b34806fe9ae4aac10e80921b93e2220dc556a560cf8df2e3fedd15e3e +Size (tryton-6.2/trytond_stock_supply-6.2.0.tar.gz) = 46449 bytes diff --git a/games/etlegacy-server/options.mk b/games/etlegacy-server/options.mk index 4dda1798f2ed..5dbfc058fe32 100644 --- a/games/etlegacy-server/options.mk +++ b/games/etlegacy-server/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2019/06/30 23:33:41 nia Exp $ +# $NetBSD: options.mk,v 1.2 2021/12/23 16:32:56 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.etlegacy-server PKG_SUPPORTED_OPTIONS= lua sqlite3 @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= lua sqlite3 .if !empty(PKG_OPTIONS:Mlua) CMAKE_ARGS+= -DFEATURE_LUA=ON -.include "../../lang/lua53/buildlink3.mk" +.include "../../lang/lua54/buildlink3.mk" .else CMAKE_ARGS+= -DFEATURE_LUA=OFF .endif diff --git a/games/xclannad/distinfo b/games/xclannad/distinfo index e7a554149c82..8af8d79ac918 100644 --- a/games/xclannad/distinfo +++ b/games/xclannad/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:44:32 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/27 05:11:34 dholland Exp $ BLAKE2s (xclannad-7hc.tar.gz) = 313c00a10aaeba1fc7bcc69578f2976f5df00414636a27ee19d498cee52ae5ad SHA512 (xclannad-7hc.tar.gz) = 5d14c1ca6932d0a013e36c2af51d0d4de2cb73e4c438ccf2bebf03f223a62649203726cc552f975e3177ea614f79c1d2d0d36220116289f0bb8f65a74997ac27 @@ -7,7 +7,7 @@ SHA1 (patch-Makefile.in) = 3586afaf131737ded3ac1b64bfa56b3c357f3269 SHA1 (patch-font_font__peer__ft2.cc) = cb40078c701d1bf6c5113d21890ed8d9fbb18b62 SHA1 (patch-font_text__stream.cc) = 27b2812c199f69f4d58cc9324c9aa56b713b5abe SHA1 (patch-music2_music.cc) = fe8c90d9901a86dc6c799a1482ffe8ca7ca53c98 -SHA1 (patch-scn2k_scn2k__cmd.cc) = b0710214e612a45fed159169ee36c0ab0126ab81 +SHA1 (patch-scn2k_scn2k__cmd.cc) = 6a516de79f5ded1f3fd6ceb716dfffda3ec20309 SHA1 (patch-scn2k_scn2k__grp.cc) = cf0c7efa5fcac698873665b9b51f98b62344fb1d SHA1 (patch-scn2k_scn2k__impl.cc) = 197b876d15608ba65cf4ea527bf7e108d3007ad5 SHA1 (patch-scn2k_scn2k__text.cc) = aef8170b267a5a2b3f9ddbe9246fbdab8d0856cb diff --git a/games/xclannad/patches/patch-scn2k_scn2k__cmd.cc b/games/xclannad/patches/patch-scn2k_scn2k__cmd.cc index 32b272e479b5..dcfa482da779 100644 --- a/games/xclannad/patches/patch-scn2k_scn2k__cmd.cc +++ b/games/xclannad/patches/patch-scn2k_scn2k__cmd.cc @@ -1,7 +1,10 @@ -$NetBSD: patch-scn2k_scn2k__cmd.cc,v 1.2 2020/03/26 02:33:34 joerg Exp $ +$NetBSD: patch-scn2k_scn2k__cmd.cc,v 1.3 2021/12/27 05:11:34 dholland Exp $ - don't assume signed char for arm and powerpc - fix wrong casts +- silence const warning +- remove chunk of text in #if 0 that doesn't necessarily tokenize + (depending apparently on character set settings) --- scn2k/scn2k_cmd.cc.orig 2008-08-31 09:52:12.000000000 +0000 +++ scn2k/scn2k_cmd.cc @@ -67,7 +70,67 @@ else s++; } SetSys(i); -@@ -682,8 +682,8 @@ int Cmd::GetLeftToken(const char*& d, Va +@@ -533,59 +533,6 @@ bool Flags::Exec(Cmd& cmd) { + cmd.cmd4 = 0; + } + +-#if 0 +-@@@ +-save 27 +-¤È¤â¤è¥á¥¬¥Í¤Î¤È¤³¤í +-- ¥ª¥Ö¥¸¥§¥¯¥È´ØÏ¢¡§seen9061:0 ¸Æ¤Ó½Ð¤·¤Ç¹õ¤¤Çطʲè¤ò¤«¤µ¤Í¤ë¤È¤³¤í¡¢ÊѤˤʤë +-@@@ +-¡ó£Ø¤ÇÃÖ´¹¤¹¤ë̾Á°¤ÎÀßÄê¡£0x51e ¤ÇÆɤߤÀ¤·¡£¥»¡¼¥Ö¥Õ¥¡¥¤¥ë¤´¤È¤ËÊݸ¤µ¤ì¤ë¤Ï¤º¤Ê¤Î¤Ç¼ÂÁõ¤ò¹Í¤¨¤ë¤³¤È +-¡ó¤Ï0-3 (4 °Ê¹ß¤Ï»È¤Ã¤Æ¤Ê¤¤¡Ë¤Ç¡¢½í¡¢½©À¸¡¢½í¡¢°Ë¿áÀèÀ¸¡¢¤Ê¤É +-StrVar ¤ò³ÈÄ¥¤·¤ÆÂåÆþ¤¹¤ë¤³¤È +-½é´üÃͤϤ³¤ÎÊÕ +-Text¦¤ËǼ¤á¡¢¥»¡¼¥Ö¥Õ¥¡¥¤¥ë¤Ç¤âƱ¤¸¤è¤¦¤Ë¤¹¤Ù¤­¤À¤í¤¦¤Ê¤¢ +- args:0,"½í" +- args:1,"½©À¸" +- args:2,"½í" +- args:3,"°Ë¿áÀèÀ¸" +- args:4,"ÊþÌ餯¤ó" +- args:5,"²¬ºê¤µ¤ó" +- +- +-106737 : 0x23 - cmd 01-04:051f:00[ 2] +- args:0,"¸Å²Ï" +-106758 : line 1712 +-106761 : 0x23 - cmd 01-04:051f:00[ 2] +- args:2,"¸Å²Ï" +-106782 : line 1713 +-106785 : 0x23 - cmd 01-04:051f:00[ 2] +- args:4,"²¬ºê¤µ¤ó" +- +-47382 : 0x23 - cmd 01-04:051e:00[ 2] +- args:4,V<18>[0](=0) +- +-47408 : 0x23 - cmd 01-0a:0004:00[ 2] +- args:V<18>[0](=0),"²¬ºê¤µ¤ó" +-47437 : expr: V<0>[1000](=0)=V +-47451 : 0x23 - cmd 01-0a:0004:00[ 2] +- args:V<18>[0](=0),"ÊþÌ餯¤ó" +-47480 : expr: V<0>[1001](=0)=V +-47494 : V<0>[1000](=0)==0(=true)-> 47589 +-47526 : 0x23 - cmd 01-04:0514:00[ 2] +- args:0,V<18>[0](=0) /* NAME.A ¤òµ¢¤¹ */ +-47552 : 0x23 - cmd 01-0a:0002:00[ 2] +- args:V<18>[0](=0),"¤µ¤ó" +-47577 : jmp -> 47672 +-47589 : V<0>[1001](=0)==0(=true)-> 47672 +-47621 : 0x23 - cmd 01-04:0514:00[ 2] +- args:1,V<18>[0](=0) /* NAME.B ¤òµ¢¤¹ */ +-47647 : 0x23 - cmd 01-0a:0002:00[ 2] +- args:V<18>[0](=0),"¤¯¤ó" +-47672 : pos. 279 +-47675 : 0x23 - cmd 01-0a:0064:00[ 1] +- args:V<18>[0](=0) +- +-#endif + cmd.cmd_type = CMD_TEXT; + break; + } +@@ -682,8 +629,8 @@ int Cmd::GetLeftToken(const char*& d, Va d += 2; var_flag = false; } @@ -78,7 +141,7 @@ // numerical atom d += 6; value = read_little_endian_int(d-4); -@@ -1001,7 +1001,7 @@ dprintf("enum.<"); +@@ -1001,7 +948,7 @@ dprintf("enum.<"); int count = GetArgs(d); args[pt] = VarInfo(count); dprintf(">"); @@ -87,7 +150,16 @@ /* »È¤ï¤ì¤ë¥³¥Þ¥ó¥É¤Ï 01-21:004b, 01-28:0064 ¤Î¤¤¤º¤ì¤«¡ÊR,C,PB,LO) ** ¤½¤ì¤é¤Î¥³¥Þ¥ó¥É¤Ï ** arg1: ²èÁü¥Õ¥¡¥¤¥ë̾ -@@ -1714,10 +1714,10 @@ int main(int argc, char** argv) { +@@ -1220,7 +1167,7 @@ void Cmd::GetSelection(const char*& d) { + return; + } + +-static char* op_str3[11] = { "+=", "-=", "*=", "/=", "%=", "&=", "|=", "^=", "<<=", ">>=", "="}; ++static const char* op_str3[11] = { "+=", "-=", "*=", "/=", "%=", "&=", "|=", "^=", "<<=", ">>=", "="}; + void Cmd::GetCmd(Flags& flags_orig, const char*& d ) { + if (d == 0) { SetError(); return;} + if (cmd_type != CMD_NOP) return; +@@ -1714,10 +1661,10 @@ int main(int argc, char** argv) { Cmd cmd(flags, system_version); cmd.ClearError(); /* end? */ diff --git a/games/xnibbles/DESCR b/games/xnibbles/DESCR index 5e660fdf772a..a82fc49b7ddf 100644 --- a/games/xnibbles/DESCR +++ b/games/xnibbles/DESCR @@ -1,4 +1,4 @@ -XNibbles is a game for X11R6. It is conceptually based on nibbles, which was a +XNibbles is a game for X11. It is conceptually based on nibbles, which was a program that came with qbasic for MS-DOS. XNibbles is actually written in C++, and shares no code with qbasic nibbles. For those of you who have played the game before, you can attest to the fact that it is extremely fun and addictive. diff --git a/geography/py-trytond-country/PLIST b/geography/py-trytond-country/PLIST index 3306518dd23f..cedb474f2bf2 100644 --- a/geography/py-trytond-country/PLIST +++ b/geography/py-trytond-country/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:05 rodent Exp $ -bin/trytond${PYVERSSUFFIX}_import_zip +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:51 mef Exp $ +bin/trytond_import_countries +bin/trytond_import_postal_codes ${PYSITELIB}/trytond/modules/country/__init__.py ${PYSITELIB}/trytond/modules/country/__init__.pyc ${PYSITELIB}/trytond/modules/country/__init__.pyo @@ -7,37 +8,53 @@ ${PYSITELIB}/trytond/modules/country/country.py ${PYSITELIB}/trytond/modules/country/country.pyc ${PYSITELIB}/trytond/modules/country/country.pyo ${PYSITELIB}/trytond/modules/country/country.xml +${PYSITELIB}/trytond/modules/country/icons/tryton-country.svg ${PYSITELIB}/trytond/modules/country/locale/bg.po ${PYSITELIB}/trytond/modules/country/locale/ca.po ${PYSITELIB}/trytond/modules/country/locale/cs.po ${PYSITELIB}/trytond/modules/country/locale/de.po ${PYSITELIB}/trytond/modules/country/locale/es.po ${PYSITELIB}/trytond/modules/country/locale/es_419.po +${PYSITELIB}/trytond/modules/country/locale/et.po +${PYSITELIB}/trytond/modules/country/locale/fa.po +${PYSITELIB}/trytond/modules/country/locale/fi.po ${PYSITELIB}/trytond/modules/country/locale/fr.po -${PYSITELIB}/trytond/modules/country/locale/hu_HU.po -${PYSITELIB}/trytond/modules/country/locale/it_IT.po -${PYSITELIB}/trytond/modules/country/locale/ja_JP.po +${PYSITELIB}/trytond/modules/country/locale/hu.po +${PYSITELIB}/trytond/modules/country/locale/id.po +${PYSITELIB}/trytond/modules/country/locale/it.po ${PYSITELIB}/trytond/modules/country/locale/lo.po ${PYSITELIB}/trytond/modules/country/locale/lt.po ${PYSITELIB}/trytond/modules/country/locale/nl.po ${PYSITELIB}/trytond/modules/country/locale/pl.po -${PYSITELIB}/trytond/modules/country/locale/pt_BR.po +${PYSITELIB}/trytond/modules/country/locale/pt.po +${PYSITELIB}/trytond/modules/country/locale/ro.po ${PYSITELIB}/trytond/modules/country/locale/ru.po ${PYSITELIB}/trytond/modules/country/locale/sl.po +${PYSITELIB}/trytond/modules/country/locale/tr.po ${PYSITELIB}/trytond/modules/country/locale/zh_CN.po +${PYSITELIB}/trytond/modules/country/scripts/__init__.py +${PYSITELIB}/trytond/modules/country/scripts/__init__.pyc +${PYSITELIB}/trytond/modules/country/scripts/__init__.pyo +${PYSITELIB}/trytond/modules/country/scripts/import_countries.py +${PYSITELIB}/trytond/modules/country/scripts/import_countries.pyc +${PYSITELIB}/trytond/modules/country/scripts/import_countries.pyo +${PYSITELIB}/trytond/modules/country/scripts/import_postal_codes.py +${PYSITELIB}/trytond/modules/country/scripts/import_postal_codes.pyc +${PYSITELIB}/trytond/modules/country/scripts/import_postal_codes.pyo ${PYSITELIB}/trytond/modules/country/tests/__init__.py ${PYSITELIB}/trytond/modules/country/tests/__init__.pyc ${PYSITELIB}/trytond/modules/country/tests/__init__.pyo +${PYSITELIB}/trytond/modules/country/tests/scenario_country_import.rst ${PYSITELIB}/trytond/modules/country/tests/test_country.py ${PYSITELIB}/trytond/modules/country/tests/test_country.pyc ${PYSITELIB}/trytond/modules/country/tests/test_country.pyo ${PYSITELIB}/trytond/modules/country/tryton.cfg ${PYSITELIB}/trytond/modules/country/view/country_form.xml ${PYSITELIB}/trytond/modules/country/view/country_tree.xml +${PYSITELIB}/trytond/modules/country/view/postal_code_form.xml +${PYSITELIB}/trytond/modules/country/view/postal_code_list.xml ${PYSITELIB}/trytond/modules/country/view/subdivision_form.xml ${PYSITELIB}/trytond/modules/country/view/subdivision_tree.xml -${PYSITELIB}/trytond/modules/country/view/zip_form.xml -${PYSITELIB}/trytond/modules/country/view/zip_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/geography/py-trytond-country/distinfo b/geography/py-trytond-country/distinfo index 26c25d2428be..30e009a0a78c 100644 --- a/geography/py-trytond-country/distinfo +++ b/geography/py-trytond-country/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:45:15 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_country-4.2.0.tar.gz) = 942acef8d9d0a53d346f99eabd81c5dc010b2a07b2f5b41473c0de2b4f6c8eaa -SHA512 (tryton-4.2/trytond_country-4.2.0.tar.gz) = c9e267d69409fe7a2925b0819a92f5a1ee1978989efe05a7ed5b409ae1e3547769295788088ccddd28a667d06c15b9dd11dbb653e05b9a9e63eb0b97687a2a03 -Size (tryton-4.2/trytond_country-4.2.0.tar.gz) = 1362126 bytes +BLAKE2s (tryton-6.2/trytond_country-6.2.0.tar.gz) = be71d399b137e1d882e6c46b41426da6dfb45cc0450285f9c8cc43f452a2feb5 +SHA512 (tryton-6.2/trytond_country-6.2.0.tar.gz) = a50446d55c7740a3510dd7d161a7ea9fb88178bcc126a63f8b558697d18f41ba117844864245e2e9c7ea5c3f7ffaa68217a62b7c2a1c602ffd0b9aba6961d06c +Size (tryton-6.2/trytond_country-6.2.0.tar.gz) = 55377 bytes diff --git a/geography/py-trytond-google-maps/PLIST b/geography/py-trytond-google-maps/PLIST index af8614d9848e..10c60d6d50db 100644 --- a/geography/py-trytond-google-maps/PLIST +++ b/geography/py-trytond-google-maps/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:51 mef Exp $ ${PYSITELIB}/trytond/modules/google_maps/__init__.py ${PYSITELIB}/trytond/modules/google_maps/__init__.pyc ${PYSITELIB}/trytond/modules/google_maps/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/google_maps/locale/cs.po ${PYSITELIB}/trytond/modules/google_maps/locale/de.po ${PYSITELIB}/trytond/modules/google_maps/locale/es.po ${PYSITELIB}/trytond/modules/google_maps/locale/es_419.po +${PYSITELIB}/trytond/modules/google_maps/locale/et.po +${PYSITELIB}/trytond/modules/google_maps/locale/fa.po +${PYSITELIB}/trytond/modules/google_maps/locale/fi.po ${PYSITELIB}/trytond/modules/google_maps/locale/fr.po -${PYSITELIB}/trytond/modules/google_maps/locale/hu_HU.po -${PYSITELIB}/trytond/modules/google_maps/locale/it_IT.po -${PYSITELIB}/trytond/modules/google_maps/locale/ja_JP.po +${PYSITELIB}/trytond/modules/google_maps/locale/hu.po +${PYSITELIB}/trytond/modules/google_maps/locale/id.po +${PYSITELIB}/trytond/modules/google_maps/locale/it.po ${PYSITELIB}/trytond/modules/google_maps/locale/lo.po ${PYSITELIB}/trytond/modules/google_maps/locale/lt.po ${PYSITELIB}/trytond/modules/google_maps/locale/nl.po ${PYSITELIB}/trytond/modules/google_maps/locale/pl.po -${PYSITELIB}/trytond/modules/google_maps/locale/pt_BR.po +${PYSITELIB}/trytond/modules/google_maps/locale/pt.po +${PYSITELIB}/trytond/modules/google_maps/locale/ro.po ${PYSITELIB}/trytond/modules/google_maps/locale/ru.po ${PYSITELIB}/trytond/modules/google_maps/locale/sl.po +${PYSITELIB}/trytond/modules/google_maps/locale/tr.po ${PYSITELIB}/trytond/modules/google_maps/locale/zh_CN.po ${PYSITELIB}/trytond/modules/google_maps/tests/__init__.py ${PYSITELIB}/trytond/modules/google_maps/tests/__init__.pyc diff --git a/geography/py-trytond-google-maps/distinfo b/geography/py-trytond-google-maps/distinfo index 38e7dc22c0d6..42239f3a63a1 100644 --- a/geography/py-trytond-google-maps/distinfo +++ b/geography/py-trytond-google-maps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:45:15 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_google_maps-4.2.1.tar.gz) = 50525490c02a4b178c0c8f4ac579d0e6a84b884ea476e51778e7b1304f315f1e -SHA512 (tryton-4.2/trytond_google_maps-4.2.1.tar.gz) = a9a676104838a9a55f0c811e50613a275009516f1e73f8ba909d2cd9dc4be251bfd93acd6430f6767e69938d7f99624e41c60cca0062ef2e350106ba9d57e907 -Size (tryton-4.2/trytond_google_maps-4.2.1.tar.gz) = 19126 bytes +BLAKE2s (tryton-6.2/trytond_google_maps-6.2.0.tar.gz) = 45f22ca39800437a7883acee7d666cf8dd228dae5202a11ffb2a53244daf3a50 +SHA512 (tryton-6.2/trytond_google_maps-6.2.0.tar.gz) = 1cfb6dd584841c4f4d0c6b5af63ec702185fc327b862872219174f2a1fbf9270d32e768f52dc70779d897d32a8939fe891a0bb1f231a9fd55e1f8c01ed60b4af +Size (tryton-6.2/trytond_google_maps-6.2.0.tar.gz) = 22049 bytes diff --git a/graphics/MesaLib/distinfo b/graphics/MesaLib/distinfo index 151b415f2861..5e6293f6c479 100644 --- a/graphics/MesaLib/distinfo +++ b/graphics/MesaLib/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.161 2021/12/22 11:46:48 nia Exp $ +$NetBSD: distinfo,v 1.162 2021/12/23 20:29:09 nia Exp $ BLAKE2s (mesa-20.0.6.tar.xz) = 84bdac00a14b37b598d9077448f0013439ee76db1a2f9cbc60b1b8b12838c61c SHA512 (mesa-20.0.6.tar.xz) = a93dc3ed57ed7469b7c60cdbdcf4f29c5da4ec3986171c7b534e009e136ca21fec16207ffab38a6747437a9b1060e2e6c4b74c4e5cdc168b9aba0fc1940b5e90 Size (mesa-20.0.6.tar.xz) = 12275708 bytes -SHA1 (patch-include_c11_threads__posix.h) = 420cc3ee2f3846c448175d406e89ceb697689336 SHA1 (patch-src_amd_common_ac__debug.c) = 8233367c3b5bc344442ea8d19488fdd1e3791ae9 SHA1 (patch-src_compiler_builtin__type__macros.h) = e4868011711fb89a293580a12eb603b8e7162336 SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = 9230fbae2c04246ebca8437ecad694bbae857fbe diff --git a/graphics/MesaLib/patches/patch-include_c11_threads__posix.h b/graphics/MesaLib/patches/patch-include_c11_threads__posix.h deleted file mode 100644 index 4e578ab9d4f9..000000000000 --- a/graphics/MesaLib/patches/patch-include_c11_threads__posix.h +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-include_c11_threads__posix.h,v 1.3 2021/12/22 11:46:48 nia Exp $ - -Use compat version of timespec_get regardless on Darwin. The -meson configure test completes successfully even with clearly -bogus values on Catalina. - ---- include/c11/threads_posix.h.orig 2020-04-29 22:48:24.000000000 +0000 -+++ include/c11/threads_posix.h -@@ -382,7 +382,7 @@ tss_set(tss_t key, void *val) - - /*-------------------- 7.25.7 Time functions --------------------*/ - // 7.25.6.1 --#ifndef HAVE_TIMESPEC_GET -+#if !defined(HAVE_TIMESPEC_GET) || defined(__APPLE__) - static inline int - timespec_get(struct timespec *ts, int base) - { diff --git a/graphics/camlimages/distinfo b/graphics/camlimages/distinfo index 7eb9fd8a41e0..cde29896c625 100644 --- a/graphics/camlimages/distinfo +++ b/graphics/camlimages/distinfo @@ -1,13 +1,51 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 10:46:01 nia Exp $ +$NetBSD: distinfo,v 1.19 2021/12/26 05:28:23 dholland Exp $ BLAKE2s (camlimages-4.0.1a/v4.0.1.tar.gz) = 0d8e3e7a10f89ff6afd5161a840ea9951a563daf8388f2717d2f75257b6276d4 SHA512 (camlimages-4.0.1a/v4.0.1.tar.gz) = c4e2a816911ed128c0414308d1ace914bbb51e40b6d70a3c492690b38c860f79e3e01efa3f1be7d57654c78f8acca6f30bffb9e6b8fd423d1d36d6a477d0fd8d Size (camlimages-4.0.1a/v4.0.1.tar.gz) = 2190274 bytes SHA1 (patch-OMakefile) = f650eca9bf8edbc64f9f5352718ee2046c368667 -SHA1 (patch-src_gifread.c) = 63aac1a76e809676f0000f37af63c79c4edbe316 -SHA1 (patch-src_gifwrite.c) = ab92107467b059d9541edacf60a5f73ed71fd687 -SHA1 (patch-src_jpegread.c) = 2b32040ce34218437bb4947d8a87fe2b840223b4 +SHA1 (patch-examples_crop_crop.ml) = 52d7fc9c39c394ecac22fe3d401aaef73c64b50d +SHA1 (patch-examples_liv_icon.ml) = 29e1a5b7325f0b468dc76291563697ae301de664 +SHA1 (patch-examples_liv_livsh.ml) = b804ef21be7e55b3c63011f614cc1e3e6902cb16 +SHA1 (patch-examples_liv_livshtype.ml) = 9b1ef9063955b243162336b527c94cf74d9c46cc +SHA1 (patch-examples_liv_scandir.ml) = 7579833c57347acd3520a4905696e0a6edbaf7ab +SHA1 (patch-examples_tiffps_tiffps.ml) = ed9b8cafbd4ebd7a09270c5983f01a683da151a3 +SHA1 (patch-src_bitmap.ml) = 763d7e6ac20142e4bb97b7e154bc1eebc4acf8c8 +SHA1 (patch-src_bitmap.mli) = d1e3cb5521028d18992be2a581692062b69e3765 +SHA1 (patch-src_bmp.ml) = e2c18f97e675b5c51b783fbc8e585b9549e09d8c +SHA1 (patch-src_bmp.mli) = b56b5a6e7ed02714fe530f31d10bb2ac8a06eb44 +SHA1 (patch-src_cmyk32.ml) = 2cbc055ee1bad6f8d3789f32f8ff5c47f0c22dfc +SHA1 (patch-src_cmyk32.mli) = 4ba75d4520538581882b832c09a1c708a904719d +SHA1 (patch-src_genimage.ml) = d9de0188a077f89045c819e8f638db7a28c0449f +SHA1 (patch-src_gif.ml) = 05c3970e16de2dbca0fb35a5e778d3a4fd91b92e +SHA1 (patch-src_gif.mli) = 07c8422510de110f22d27edae20228780f57e532 +SHA1 (patch-src_gifread.c) = 917730ca374bcf258cd86e2d1608d22467ac3ec2 +SHA1 (patch-src_gifwrite.c) = 555f5221ffa3a5e3bd5f59b1e6e3cc3f6b6ac80f +SHA1 (patch-src_image__intf.mli) = 784ada5f15c0a13c367f98e9e01275719a67012f +SHA1 (patch-src_imagegdk.ml) = 1a3e79fb72b475985dd9460870bceb6b20d4d67e +SHA1 (patch-src_images.ml) = 95182ba6a8d7184ed4e6937a3c584406bea553d8 +SHA1 (patch-src_index16.ml) = dbef2ab65fc3b1c6a4b8a982c7f2767507c16d42 +SHA1 (patch-src_index16.mli) = 6fe184ae5c65f1438f8e8317cc9162e3b27eb173 +SHA1 (patch-src_index8.ml) = 298c22edebcc40db3f48f832482af3a910a69fef +SHA1 (patch-src_index8.mli) = 3d6121e5758aeedef6aa39ecb717669cc85d35cc +SHA1 (patch-src_jpeg.ml) = 4b87eb4ffc0b41e3bcac077e436f4629af79a885 +SHA1 (patch-src_jpeg.mli) = 0541546c398bbf54a04cab41fe27ca804407301e +SHA1 (patch-src_jpegread.c) = a0cf27be87c288bd990d8060ab56974064337e46 +SHA1 (patch-src_jpegwrite.c) = acafaace41c8b69d6f0f71e7e0ebf3311dbf8e33 +SHA1 (patch-src_mstring.ml) = 84ec525bd572ea1a5d44869c4f5a4afc6ae94d2e +SHA1 (patch-src_oImages.ml) = 40d0b13cfa54647da850172142c054576a8ce073 +SHA1 (patch-src_oImages.mli) = 0b6290c409eadf60ee3dcece8895dbab90ae36be +SHA1 (patch-src_png.ml) = 613dc0b5bace73423f3ccad0f393881220fcc877 SHA1 (patch-src_pngread.c) = 00d753b8570b5ff9ffa71e6e62328496b03f9654 SHA1 (patch-src_pngwrite.c) = 4df4f69851769e0eefc2249a30ac8dd53aa8d755 -SHA1 (patch-src_tiffread.c) = 4dab0fe8da42fe7d0720d5edddf45743c7fa41fd -SHA1 (patch-src_tiffwrite.c) = 2bc3de2b56a8f8d46fac3ac8d7c1b9ae9c4bd52c +SHA1 (patch-src_rgb24.ml) = 9b30ac9f92992e30e0dc33fe4f0b09fffc4504d5 +SHA1 (patch-src_rgb24.mli) = 8a9e765a8b9c787796c7f7f3effc9d7fe542c32b +SHA1 (patch-src_rgba32.ml) = 00ad9906236c1f85e79d26cab68f76f541f9aba5 +SHA1 (patch-src_rgba32.mli) = 4cb8e6b36d463c019299a9553a5622e6a4f22edf +SHA1 (patch-src_tiff.ml) = a668e0a414121ba566d270eede9c4a0213419d54 +SHA1 (patch-src_tiff.mli) = 51938d692d0589134c9ef5bdd4ca25013fc74406 +SHA1 (patch-src_tiffread.c) = 42e5891b57bf46705a597d1515016e6fe84e65fe +SHA1 (patch-src_tiffwrite.c) = c35f55594ab56373dd0f00d55c125209f7a88377 +SHA1 (patch-src_units.ml) = 65f6b69092f2618756848ad7291432c84a230bce +SHA1 (patch-src_xpm.ml) = f5eee2983770100f1f7999c1c2fbb6e1155b83cf +SHA1 (patch-src_xvthumb.ml) = b1142f4aae2e1692ec4b6fe25633fc84aeff604f diff --git a/graphics/camlimages/patches/patch-examples_crop_crop.ml b/graphics/camlimages/patches/patch-examples_crop_crop.ml new file mode 100644 index 000000000000..d9a7da4f0bf0 --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_crop_crop.ml @@ -0,0 +1,15 @@ +$NetBSD: patch-examples_crop_crop.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- examples/crop/crop.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/crop/crop.ml +@@ -46,7 +46,7 @@ let edge edgename img24 = + match edgename with + | Some _ -> + Some (new rgb24_with img24#width img24#height +- [] (String.copy img24#dump)) ++ [] img24#dump) + | None -> None in + let edge = Array.init img24#width (fun _ -> Array.create img24#height 0) in + diff --git a/graphics/camlimages/patches/patch-examples_liv_icon.ml b/graphics/camlimages/patches/patch-examples_liv_icon.ml new file mode 100644 index 000000000000..e382454d4d43 --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_liv_icon.ml @@ -0,0 +1,17 @@ +$NetBSD: patch-examples_liv_icon.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Use "Stdlib" instead of "Pervasives". + +--- examples/liv/icon.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/liv/icon.ml +@@ -98,8 +98,8 @@ let create_livthumb name = + | Rgb24 i -> i + | _ -> assert false in + img#resize None +- (Pervasives.truncate (float w *. ratio)) +- (Pervasives.truncate (float h *. ratio)) in ++ (Stdlib.truncate (float w *. ratio)) ++ (Stdlib.truncate (float h *. ratio)) in + img#save thumbpath (Some Jpeg) [Save_Quality 75]; + img#destroy;; + diff --git a/graphics/camlimages/patches/patch-examples_liv_livsh.ml b/graphics/camlimages/patches/patch-examples_liv_livsh.ml new file mode 100644 index 000000000000..982f9bb73124 --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_liv_livsh.ml @@ -0,0 +1,21 @@ +$NetBSD: patch-examples_liv_livsh.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Sort.list is so old it's not even in the deprecations section of the +manual any more. Use List.sort. + +--- examples/liv/livsh.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/liv/livsh.ml +@@ -365,10 +365,10 @@ class livsh init_dir func = + | "special", "lnkdir" -> 0 + | "special", _ -> 10 + | _ -> 100 in +- if typval a = typval b then a#name < b#name +- else typval a < typval b in ++ if typval a = typval b then compare a#name b#name ++ else compare (typval a) (typval b) in + +- items <- Sort.list sortf items_unsort; ++ items <- List.sort sortf items_unsort; + self#set_text ""; + self#deactivate () + diff --git a/graphics/camlimages/patches/patch-examples_liv_livshtype.ml b/graphics/camlimages/patches/patch-examples_liv_livshtype.ml new file mode 100644 index 000000000000..0c1ed93b08ac --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_liv_livshtype.ml @@ -0,0 +1,15 @@ +$NetBSD: patch-examples_liv_livshtype.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Silence nuisance warning about lowercase. + +--- examples/liv/livshtype.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/liv/livshtype.ml +@@ -119,7 +119,7 @@ let guess link_as_link f = + try from_header f + with + | _ -> +- Hashtbl.find suffixes (String.lowercase (snd (Livmisc.get_extension f))) ++ Hashtbl.find suffixes (String.lowercase_ascii (snd (Livmisc.get_extension f))) + end;; + + let guess = guess false diff --git a/graphics/camlimages/patches/patch-examples_liv_scandir.ml b/graphics/camlimages/patches/patch-examples_liv_scandir.ml new file mode 100644 index 000000000000..e6301b23392c --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_liv_scandir.ml @@ -0,0 +1,16 @@ +$NetBSD: patch-examples_liv_scandir.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Sort.list is so old it's not even in the deprecations section of the +manual any more. Use List.sort. + +--- examples/liv/scandir.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/liv/scandir.ml +@@ -31,7 +31,7 @@ let scan_dir f fn = + | e -> prerr_endline ("readdir: " ^ Printexc.to_string e) + end; + closedir dh; +- let files = Sort.list (>) !files in ++ let files = List.sort (fun x y -> -compare x y) !files in + let subdirs = ref [] in + let treat fn' = + if not (fn' = ".." || fn' = ".") then begin diff --git a/graphics/camlimages/patches/patch-examples_tiffps_tiffps.ml b/graphics/camlimages/patches/patch-examples_tiffps_tiffps.ml new file mode 100644 index 000000000000..64139cd277c0 --- /dev/null +++ b/graphics/camlimages/patches/patch-examples_tiffps_tiffps.ml @@ -0,0 +1,57 @@ +$NetBSD: patch-examples_tiffps_tiffps.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +Silence nuisance warning about lowercase. + +--- examples/tiffps/tiffps.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ examples/tiffps/tiffps.ml +@@ -51,7 +51,7 @@ let parse_length s = (* return in pt *) + let digit, unit = + if l > 2 then String.sub s 0 2, String.sub s (l-2) 2 else "", "" in + try +- List.assoc (String.lowercase unit) units *. float_of_string digit ++ List.assoc (String.lowercase_ascii unit) units *. float_of_string digit + with + | Not_found -> (* think it is in "pt" *) float_of_string s in + prerr_endline (Printf.sprintf "%s -> %fpt" s v); +@@ -59,7 +59,7 @@ let parse_length s = (* return in pt *) + + (* Scanlined loader *) + type scanlined_loader = { +- read_next_line: (string -> unit); ++ read_next_line: (Bytes.t -> unit); + close: (unit -> unit) + };; + +@@ -396,7 +396,7 @@ let main () = + p "{ currentfile scanline readhexstring pop } false 3"; + p "colorimage"; + +- let buf = String.create (imgw * 3) in ++ let buf = Bytes.create (imgw * 3) in + for y = 0 to y1 - 1 do th.read_next_line buf done; + let prevperdec = ref (-1) in + for y = y1 to y1 + h - 1 do +@@ -411,7 +411,7 @@ let main () = + function x -> + let adrs = x * 3 in + for i = 0 to 2 do +- print_string (sprintf "%02x" (Char.code buf.[adrs+i])) ++ print_string (sprintf "%02x" (Char.code (Bytes.get buf (adrs+i)))) + done + else + let mono r g b = +@@ -419,9 +419,9 @@ let main () = + function x -> + let adrs = x * 3 in + let m = +- mono (Char.code buf.[adrs]) +- (Char.code buf.[adrs + 1]) +- (Char.code buf.[adrs + 2]) in ++ mono (Char.code (Bytes.get buf (adrs))) ++ (Char.code (Bytes.get buf (adrs + 1))) ++ (Char.code (Bytes.get buf (adrs + 2))) in + for i = 0 to 2 do print_string (sprintf "%02x" m) done in + if not conf.mirror + then for x = x1 to x1 + w - 1 do print_pixel x done diff --git a/graphics/camlimages/patches/patch-src_bitmap.ml b/graphics/camlimages/patches/patch-src_bitmap.ml new file mode 100644 index 000000000000..51001710d98f --- /dev/null +++ b/graphics/camlimages/patches/patch-src_bitmap.ml @@ -0,0 +1,268 @@ +$NetBSD: patch-src_bitmap.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +Sort.list is so old it's not even in the deprecations section of the +manual any more. Use List.sort. + +--- src/bitmap.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/bitmap.ml +@@ -20,7 +20,7 @@ let maximum_block_size = ref (!maximum_l + (* see Temp to set temp file directory *) + + type block_data = +- | InMemory of string ++ | InMemory of Bytes.t + | Swapped + | Destroyed;; + +@@ -35,9 +35,9 @@ type block = { + + let swappable_blocks = ref [];; + +-(* wrapped String.create *) +-let string_create s = +- try String.create s with Invalid_argument _ -> raise Out_of_memory;; ++(* wrapped Bytes.create *) ++let bytes_create s = ++ try Bytes.create s with Invalid_argument _ -> raise Out_of_memory;; + + module Block = struct + type t = { +@@ -67,7 +67,7 @@ module Make(B:Bitdepth) = struct + blocks_x : int; + blocks_y : int; + data : block array array; +- access : int -> int -> (string * int); ++ access : int -> int -> (Bytes.t * int); + };; + + (****************************************************************************) +@@ -92,20 +92,20 @@ module Make(B:Bitdepth) = struct + if blk == blk' then st else blk' :: st) + !swappable_blocks [];; + +- let fill_string buf init = +- (* fill string with init quickly (hopefully) *) +- let fulllength = String.length buf in ++ let fill_bytes (buf: Bytes.t) (init: string) = ++ (* fill a Bytes with init quickly (hopefully) *) ++ let fulllength = Bytes.length buf in + let halflength = fulllength / 2 in + let rec sub = function + | 0 -> + let len = String.length init in +- String.unsafe_blit init 0 buf 0 len; ++ Bytes.unsafe_blit_string init 0 buf 0 len; + sub len + | x when x <= halflength -> +- String.unsafe_blit buf 0 buf x x; ++ Bytes.unsafe_blit buf 0 buf x x; + sub (x * 2) + | x (* when x > halflength *) -> +- String.unsafe_blit buf 0 buf x (fulllength - x) in ++ Bytes.unsafe_blit buf 0 buf x (fulllength - x) in + sub 0;; + + let check_init init = +@@ -115,7 +115,7 @@ module Make(B:Bitdepth) = struct + then failwith "bitmap fill value is incorrect" + | None -> ();; + +- let memory width height init = ++ let memory width height (init: string option) = + (* try to have it whole in memory *) + + check_init init; +@@ -137,11 +137,11 @@ module Make(B:Bitdepth) = struct + in + (* CR jfuruse: check overflow *) + let size = width * height * bytes_per_pixel in +- string_create size, size, height) ++ bytes_create size, size, height) + in + let bufs = Array.map (fun (buf, _, _) -> buf) buf_size_heights in + begin match init with +- | Some v -> Array.iter (fun s -> fill_string s v) bufs; ++ | Some v -> Array.iter (fun s -> fill_bytes s v) bufs; + | None -> () + end; + { width = width; +@@ -186,7 +186,7 @@ module Make(B:Bitdepth) = struct + + let swap_out_eldest words = + let sorted = +- Sort.list (fun b1 b2 -> b1.last_used < b2.last_used) !swappable_blocks in ++ List.sort (fun b1 b2 -> compare b1.last_used b2.last_used) !swappable_blocks in + let rec swapper sorted i = + match sorted with + | [] -> () +@@ -213,7 +213,7 @@ module Make(B:Bitdepth) = struct + debugs ("swap in "^fname); + require size; + let ic = open_in_bin fname in +- let s = string_create size in ++ let s = bytes_create size in + really_input ic s 0 size; + close_in ic; + blk.block_data <- InMemory s; +@@ -231,9 +231,9 @@ module Make(B:Bitdepth) = struct + (* CR jfuruse: check overflow *) + let size = bytes_per_pixel * width * height in + require size; +- let s = string_create size in ++ let s = bytes_create size in + begin match init with +- | Some v -> fill_string s v ++ | Some v -> fill_bytes s v + | None -> () + end; + let blk = +@@ -271,13 +271,13 @@ module Make(B:Bitdepth) = struct + height / p + (if height mod p <> 0 then 1 else 0) in + try + (* CR jfuruse: check overflow *) +- p, string_create ++ p, bytes_create + (block_size_width * block_size_height * bytes_per_pixel) + with + | Out_of_memory -> alloc_test_block (p + 1) in + let blocks, test_block = alloc_test_block (get_block_size 1) in + (* use the block so that it is not GCed too early *) +- test_block.[0] <- '0'; ++ Bytes.set test_block 0 '0'; + + (* Create bitmap *) + let blocks_x = blocks +@@ -336,6 +336,7 @@ module Make(B:Bitdepth) = struct + end;; + + let create_with width height buf = ++ let bufcopy = Bytes.of_string buf in + { width = width; + height = height; + block_size_width = width; +@@ -345,13 +346,13 @@ module Make(B:Bitdepth) = struct + data = + [| [| { block_width = width; + block_height = height; +- block_data = InMemory buf; ++ block_data = InMemory bufcopy; + (* CR jfuruse: check overflow *) + block_size = width * height * bytes_per_pixel; + last_used = 0.0; + swap = None; + } |] |]; +- access = (fun x y -> buf, (y * width + x) * bytes_per_pixel); ++ access = (fun x y -> bufcopy, (y * width + x) * bytes_per_pixel); + };; + + let create_with_scanlines width height scanlines = +@@ -373,6 +374,7 @@ module Make(B:Bitdepth) = struct + assert false + end + done; ++ let scanlines_copy = Array.map Bytes.of_string scanlines in + { width = width; + height = height; + block_size_width = width; +@@ -383,11 +385,11 @@ module Make(B:Bitdepth) = struct + [| Array.mapi (fun y scanline -> + { block_width = width; + block_height = 1; +- block_data = InMemory scanlines.(y); ++ block_data = InMemory scanlines_copy.(y); + block_size = block_size; + last_used = 0.0; + swap = None }) scanlines |]; +- access = (fun x y -> scanlines.(y), x * bytes_per_pixel); ++ access = (fun x y -> scanlines_copy.(y), x * bytes_per_pixel); + };; + + (****************************************************************************) +@@ -410,13 +412,14 @@ module Make(B:Bitdepth) = struct + let src = swap_in blk in + let size = w * bytes_per_pixel in + let adrs = (blk.block_width * y' + x) * bytes_per_pixel in +- let str = string_create size in +- String.unsafe_blit src adrs str 0 size; +- str ++ let str = bytes_create size in ++ Bytes.unsafe_blit src adrs str 0 size; ++ (* safe: just created str and copied to it *) ++ Bytes.unsafe_to_string str + | _, _ -> + let bly = y / t.block_size_height in + let y' = y mod t.block_size_height in +- let str = string_create (w * bytes_per_pixel) in ++ let str = bytes_create (w * bytes_per_pixel) in + let blx_start = x / t.block_size_width in + let blx_last = (x + w - 1) / t.block_size_width in + for blx = blx_start to blx_last do +@@ -433,9 +436,10 @@ module Make(B:Bitdepth) = struct + let offset = + if blx = blx_start then 0 + else (t.block_size_width * blx - x) * bytes_per_pixel in +- String.unsafe_blit src adrs str offset size ++ Bytes.unsafe_blit src adrs str offset size + done; +- str;; ++ (* safe: just created str and copied to it *) ++ Bytes.unsafe_to_string str;; + + let set_strip t x y w str = + (* No region checks for performance. You should wrap this to make safe +@@ -505,28 +509,29 @@ module Make(B:Bitdepth) = struct + + (* dump : of course this does not work for large images *) + +- let dump t = ++ (* always produces a fresh bytes, not a pointer into the image *) ++ let dumpbytes t = + (* CR jfuruse: check overflow *) + let size = bytes_per_pixel * t.width * t.height in + match t.blocks_x, t.blocks_y with +- | 1, 1 -> swap_in t.data.(0).(0) ++ | 1, 1 -> Bytes.copy (swap_in t.data.(0).(0)) + | 1, h -> +- let s = string_create size in ++ let s = bytes_create size in + let scanline_size = bytes_per_pixel * t.width in + for y = 0 to h - 1 do + let str = swap_in t.data.(0).(y) in +- String.unsafe_blit str 0 s (scanline_size * y) scanline_size ++ Bytes.unsafe_blit str 0 s (scanline_size * y) scanline_size + done; + s + | w, h -> +- let s = string_create size in ++ let s = bytes_create size in + for x = 0 to w - 1 do + for y = 0 to h - 1 do + let blk = t.data.(x).(y) in + let str = swap_in blk in + let scanline_size = bytes_per_pixel * blk.block_width in + for i = 0 to blk.block_height - 1 do +- String.unsafe_blit str (scanline_size * i) ++ Bytes.unsafe_blit str (scanline_size * i) + s (((y * t.block_size_height + i) * t.width + + x * t.block_size_width) * bytes_per_pixel) + scanline_size +@@ -535,6 +540,9 @@ module Make(B:Bitdepth) = struct + done; + s;; + ++ (* safe: dumpbytes always returns a fresh bytes *) ++ let dump t = Bytes.unsafe_to_string (dumpbytes t);; ++ + (* sub-bitmap *) + let sub t x y w h = + Region.check t.width t.height x y; +@@ -575,5 +583,6 @@ module Make(B:Bitdepth) = struct + height = h; + x = at_x; + y = at_y; +- dump = swap_in blk } ++ (* copy the data for return *) ++ dump = Bytes.to_string (swap_in blk) } + end;; diff --git a/graphics/camlimages/patches/patch-src_bitmap.mli b/graphics/camlimages/patches/patch-src_bitmap.mli new file mode 100644 index 000000000000..6301a577f86c --- /dev/null +++ b/graphics/camlimages/patches/patch-src_bitmap.mli @@ -0,0 +1,26 @@ +$NetBSD: patch-src_bitmap.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/bitmap.mli.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/bitmap.mli +@@ -79,7 +79,7 @@ module Make(B:Bitdepth) : sig + val destroy : t -> unit + (* Destroy bitmaps *) + +- val access : t -> int -> int -> string * int ++ val access : t -> int -> int -> Bytes.t * int + + val get_strip : t -> int -> int -> int -> string + val set_strip : t -> int -> int -> int -> string -> unit +@@ -100,8 +100,9 @@ module Make(B:Bitdepth) : sig + *) + + (* only for one row *) +- val get_scanline_ptr : t -> (int -> (string * int) * int) option ++ val get_scanline_ptr : t -> (int -> (Bytes.t * int) * int) option + ++ val dumpbytes : t -> Bytes.t + val dump : t -> string + (* Create a string representation of a bitmap. It may easily raise + an exception Out_of_memory for large images. *) diff --git a/graphics/camlimages/patches/patch-src_bmp.ml b/graphics/camlimages/patches/patch-src_bmp.ml new file mode 100644 index 000000000000..1cd4c51b2a8d --- /dev/null +++ b/graphics/camlimages/patches/patch-src_bmp.ml @@ -0,0 +1,237 @@ +$NetBSD: patch-src_bmp.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/bmp.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/bmp.ml +@@ -32,7 +32,7 @@ type bmp = { + bmpFileHeader : bitmapfileheader; (* Bytes <0 14< *) + bmpInfoHeader : bitmapinfoheader; (* Bytes <14 54< *) + bmpRgbQuad : rgb array; (* Bytes <54 ... *) +- bmpBytes : string; (* Bytes + (* No compression : lines are stored in reverse order *) +@@ -232,7 +232,7 @@ let load_image8data bih ic = + let bitmapindex = ref (i * bih.biWidth) in + for j = 0 to pad - 1 do + let c = Char.chr (read_byte ic) in +- if j < bih.biWidth then bitmap.[!bitmapindex] <- c; ++ if j < bih.biWidth then Bytes.set bitmap !bitmapindex c; + incr bitmapindex + done + done; +@@ -273,7 +273,7 @@ let load_image8data bih ic = + each of which contains the color index of a single pixel. *) + for i = 0 to c - 1 do + let c1 = read_byte ic in +- bitmap.[!bitmapindex] <- Char.chr c1; ++ Bytes.set bitmap !bitmapindex (Char.chr c1); + incr x; + incr bitmapindex + done; +@@ -284,7 +284,7 @@ let load_image8data bih ic = + (* Encoded mode *) + let c1 = read_byte ic in + for i = 0 to c - 1 do +- bitmap.[!bitmapindex] <- Char.chr c1; ++ Bytes.set bitmap !bitmapindex (Char.chr c1); + incr x; + incr bitmapindex + done +@@ -295,7 +295,7 @@ let load_image8data bih ic = + ;; + + let load_image1data bih ic = +- let bitmap = String.create (bih.biWidth * bih.biHeight) in ++ let bitmap = Bytes.create (bih.biWidth * bih.biHeight) in + let c = ref 0 in + (* each scan line 'w', is padded to be a multiple of 32 *) + let pad = ((bih.biWidth + 31) / 32) * 32 in +@@ -311,7 +311,7 @@ let load_image1data bih ic = + end; + if j < bih.biWidth then + begin +- bitmap.[!bitmapindex] <- if !c land 0x80 <> 0 then '\001' else '\000'; ++ Bytes.set bitmap !bitmapindex (if !c land 0x80 <> 0 then '\001' else '\000'); + incr bitmapindex; + c := !c lsl 1; + end; +@@ -322,7 +322,7 @@ let load_image1data bih ic = + ;; + + let load_image4data bih ic = +- let bitmap = String.create (bih.biWidth * bih.biHeight) in ++ let bitmap = Bytes.create (bih.biWidth * bih.biHeight) in + match bih.biCompression with + | BI_RGB -> + (* 'w' is padded to be a multiple of 8 pixels (32 bits) *) +@@ -341,7 +341,7 @@ let load_image4data bih ic = + end; + if j < bih.biWidth then + begin +- bitmap.[!bitmapindex] <- Char.chr ((!c land 0xf0) lsr 4); ++ Bytes.set bitmap !bitmapindex (Char.chr ((!c land 0xf0) lsr 4)); + incr bitmapindex; + c := !c lsl 4 + end; +@@ -380,7 +380,7 @@ let load_image4data bih ic = + for i = 0 to c - 1 do + if i land 1 = 0 then c1 := read_byte ic; + let c = if i land 1 <> 0 then !c1 else !c1 lsr 4 in +- bitmap.[!bitmapindex] <- Char.chr (c land 0x0F); ++ Bytes.set bitmap !bitmapindex (Char.chr (c land 0x0F)); + incr x; + incr bitmapindex + done; +@@ -395,7 +395,7 @@ let load_image4data bih ic = + and col2 = (c1 lsr 4) land 0x0F in + for i = 0 to c - 1 do + let c = if i land 1 <> 0 then col1 else col2 in +- bitmap.[!bitmapindex] <- Char.chr c; ++ Bytes.set bitmap !bitmapindex (Char.chr c); + incr x; + incr bitmapindex + done +@@ -407,15 +407,15 @@ let load_image4data bih ic = + + let load_image24data bih ic = + (* Bitmap is a string of RGB bytes *) +- let bitmap = String.create ((bih.biWidth * bih.biHeight) * 3) in ++ let bitmap = Bytes.create ((bih.biWidth * bih.biHeight) * 3) in + let pad = (4 - ((bih.biWidth * 3) mod 4)) land 0x03 in + let pp = ref 0 in + for i = bih.biHeight - 1 downto 0 do + pp := (i * bih.biWidth * 3); + for j = 0 to bih.biWidth - 1 do +- bitmap.[!pp + 2] <- Char.chr (read_byte ic); (* Blue *) +- bitmap.[!pp + 1] <- Char.chr (read_byte ic); (* Green *) +- bitmap.[!pp] <- Char.chr (read_byte ic); (* Red *) ++ Bytes.set bitmap (!pp + 2) (Char.chr (read_byte ic)); (* Blue *) ++ Bytes.set bitmap (!pp + 1) (Char.chr (read_byte ic)); (* Green *) ++ Bytes.set bitmap (!pp ) (Char.chr (read_byte ic)); (* Red *) + pp := !pp + 3 + done; + for j = 0 to pad - 1 do skip_byte ic done; +@@ -478,13 +478,15 @@ let image_of_bmp = function + bmpInfoHeader = bih; + bmpRgbQuad = colormap; + bmpBytes = bitmap; } -> ++ (* safe: we pass it only to create_with, which copies it *) ++ let bitmap' = Bytes.unsafe_to_string bitmap in + match bih.biBitCount with + | ColorM -> +- Rgb24 (Rgb24.create_with bih.biWidth bih.biHeight [] bitmap) ++ Rgb24 (Rgb24.create_with bih.biWidth bih.biHeight [] bitmap') + | _ -> + Index8 + (Index8.create_with bih.biWidth bih.biHeight [] +- { map = colormap; max = 256; } (-1) bitmap) ++ { map = colormap; max = 256; } (-1) bitmap') + ;; + + let load fname _opts = image_of_bmp (read_bmp_file fname);; +@@ -661,7 +663,7 @@ let write_image1data bmp oc = + if count = 8 then begin + write_byte oc accu; + if x <= lim then write_line x 0 0 end else +- let cur = bitmap.[x] in ++ let cur = Bytes.get bitmap x in + let chunk = Char.code cur lsl (7 - count) in + let new_accu = chunk + accu in + if x = lim then write_byte oc new_accu +@@ -693,9 +695,9 @@ let write_image24data bmp oc = + let start = i * width * 3 in + let lim = (i + 1) * width * 3 - 1 in + let rec write_line x = +- write_byte oc (Char.code bitmap.[x + 2]); (* Blue *) +- write_byte oc (Char.code bitmap.[x + 1]); (* Green *) +- write_byte oc (Char.code bitmap.[x]); (* Red *) ++ write_byte oc (Char.code (Bytes.get bitmap (x + 2))); (* Blue *) ++ write_byte oc (Char.code (Bytes.get bitmap (x + 1))); (* Green *) ++ write_byte oc (Char.code (Bytes.get bitmap (x))); (* Red *) + let new_x = x + 3 in + if new_x < lim then write_line new_x in + +@@ -730,7 +732,7 @@ let write_image4data bmp oc = + if count = 2 then begin + write_byte oc accu; + if x <= lim then write_line x 0 0 end else +- let cur = bitmap.[x] in ++ let cur = Bytes.get bitmap x in + let chunk = Char.code cur lsl (4 - count) in + let new_accu = chunk + accu in + if x = lim then write_byte oc new_accu +@@ -755,7 +757,7 @@ let write_image4data bmp oc = + let start = i * width in + let lim = (i + 1) * width - 1 in + let rec write_line x count pred = +- let cur = bitmap.[x] in ++ let cur = Bytes.get bitmap x in + if cur = pred then + if x = lim then write_rle4 oc (count + 1) pred + else write_line (x + 1) (count + 1) pred +@@ -764,7 +766,7 @@ let write_image4data bmp oc = + if x = lim then write_rle4 oc 1 cur + else write_line (x + 1) 1 cur + end in +- write_line start 0 bitmap.[start]; ++ write_line start 0 (Bytes.get bitmap start); + write_end_of_scan_line oc; + (* No padding in this mode *) + done; +@@ -794,7 +796,7 @@ let write_image8data bmp oc = + let start = i * width in + let lim = (i + 1) * width - 1 in + let rec write_line x = +- let cur = bitmap.[x] in ++ let cur = Bytes.get bitmap x in + write_byte oc (Char.code cur); + if x < lim then write_line (x + 1) in + +@@ -817,7 +819,7 @@ let write_image8data bmp oc = + let start = i * width in + let lim = (i + 1) * width - 1 in + let rec write_line x count pred = +- let cur = bitmap.[x] in ++ let cur = Bytes.get bitmap x in + if cur = pred then + if x = lim then write_rle oc (count + 1) pred + else write_line (x + 1) (count + 1) pred +@@ -826,7 +828,7 @@ let write_image8data bmp oc = + if x = lim then write_rle oc 1 cur + else write_line (x + 1) 1 cur + end in +- write_line start 0 bitmap.[start]; ++ write_line start 0 (Bytes.get bitmap start); + write_end_of_scan_line oc; + (* No padding in this mode *) + done; +@@ -851,7 +853,7 @@ let bmp_of_image img = + | Rgb24 bitmap -> + let biW = bitmap.Rgb24.width + and biH = bitmap.Rgb24.height +- and data = Rgb24.dump bitmap in ++ and data = Rgb24.dumpbytes bitmap in + let bfh = { + (* WORD *) bfType = 19778 (* BM *); + (* DWORD *) bfSize = -1 (* Unknown to be updated *); +@@ -892,7 +894,7 @@ let bmp_of_image img = + let colormap = bitmap.Index8.colormap.map + and biW = bitmap.Index8.width + and biH = bitmap.Index8.height +- and data = Index8.dump bitmap in ++ and data = Index8.dumpbytes bitmap in + let bfh = { + (* WORD *) bfType = 19778 (* BM *); + (* DWORD *) bfSize = -1 (* Unknown to be updated *); diff --git a/graphics/camlimages/patches/patch-src_bmp.mli b/graphics/camlimages/patches/patch-src_bmp.mli new file mode 100644 index 000000000000..daa32a9c6248 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_bmp.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_bmp.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/bmp.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/bmp.mli +@@ -39,7 +39,7 @@ type bmp = { + bmpFileHeader : bitmapfileheader; (** Bytes <0 14< *) + bmpInfoHeader : bitmapinfoheader; (** Bytes <14 54< *) + bmpRgbQuad : Images.rgb array; (** Bytes <54 ... *) +- bmpBytes : string; (** Bytes string;; +-val unsafe_access : t -> int -> int -> string * int;; ++val unsafe_access : t -> int -> int -> Bytes.t * int;; + val get_strip : t -> int -> int -> int -> string;; + val set_strip : t -> int -> int -> int -> string -> unit;; + val get_scanline : t -> int -> string;; diff --git a/graphics/camlimages/patches/patch-src_genimage.ml b/graphics/camlimages/patches/patch-src_genimage.ml new file mode 100644 index 000000000000..cf2afa7f85ac --- /dev/null +++ b/graphics/camlimages/patches/patch-src_genimage.ml @@ -0,0 +1,35 @@ +$NetBSD: patch-src_genimage.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/genimage.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/genimage.ml +@@ -33,6 +33,7 @@ module MakeRawImage(E:ENCODE) = struct + + let width t = t.width + let height t = t.height ++ let dumpbytes t = Bitmap.dumpbytes t.bitmap + let dump t = Bitmap.dump t.bitmap + + let create_with width height init_buffer = +@@ -57,9 +58,11 @@ module MakeRawImage(E:ENCODE) = struct + ;; + + let make width height init = ++ (* safe: make returns a fresh bytes AND create copies it *) ++ let init' = Bytes.unsafe_to_string (E.make init) in + { width= width; + height= height; +- bitmap= Bitmap.create width height (Some (E.make init)); ++ bitmap= Bitmap.create width height (Some init'); + } + ;; + +@@ -126,6 +129,7 @@ module Make(RI:RAWIMAGE)(CON:CONTAINER w + type elt = RI.elt + + let dump t = RI.dump (CON.rawimage t) ++ let dumpbytes t = RI.dumpbytes (CON.rawimage t) + + let create width height = + CON.create_default width height (RI.create width height) diff --git a/graphics/camlimages/patches/patch-src_gif.ml b/graphics/camlimages/patches/patch-src_gif.ml new file mode 100644 index 000000000000..43415a58e466 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_gif.ml @@ -0,0 +1,99 @@ +$NetBSD: patch-src_gif.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/gif.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/gif.ml +@@ -58,7 +58,7 @@ external dGifGetRecordType : in_channel + = "dGifGetRecordType";; + external dGifGetImageDesc : in_channel -> gif_desc + = "dGifGetImageDesc";; +-external dGifGetLine : in_channel -> string ++external dGifGetLine : in_channel -> Bytes.t + = "dGifGetLine";; + external dGifGetExtension : in_channel -> int * string list (* reversed!!! *) + = "dGifGetExtension";; +@@ -200,7 +200,8 @@ let load filename opts = + let rec loop src dest dest_step = + if dest >= desc.desc_height then src else begin + let line = dGifGetLine ic in +- Index8.set_scanline img dest line; ++ (* safe: set_scanline copies it *) ++ Index8.set_scanline img dest (Bytes.unsafe_to_string line); + incr lines; + begin match prog with + | Some p -> p (float !lines /. float desc.desc_height) +@@ -216,7 +217,8 @@ let load filename opts = + let normal_reader () = + for y = 0 to desc.desc_height - 1 do + let line = dGifGetLine ic in +- Index8.set_scanline img y line; ++ (* safe: set_scanline copies it *) ++ Index8.set_scanline img y (Bytes.unsafe_to_string line); + begin match prog with + | Some p -> p (float (y + 1) /. float desc.desc_height) + | None -> () +@@ -345,12 +347,12 @@ let save filename opts sequence = + (* write loops *) + let loop_written = ref false in + if sequence.loops <> 0 then begin +- let str = String.create 3 in +- str.[0] <- '\001'; +- str.[1] <- char_of_int (sequence.loops mod 256); +- str.[2] <- char_of_int (sequence.loops / 256); ++ let str = Bytes.create 3 in ++ Bytes.set str 0 '\001'; ++ Bytes.set str 1 (char_of_int (sequence.loops mod 256)); ++ Bytes.set str 2 (char_of_int (sequence.loops / 256)); + eGifPutExtension oc +- (gif_make_extension (GifApplication ["NETSCAPE2.0"; str])); ++ (gif_make_extension (GifApplication ["NETSCAPE2.0"; Bytes.to_string str])); + loop_written := true + end; + +@@ -382,18 +384,18 @@ let save filename opts sequence = + frame.frame_bitmap.transparent <> -1 then begin + let str = + match !graphics_ext with +- | Some str -> str +- | None -> String.make 4 '\000' in ++ | Some str -> Bytes.of_string str ++ | None -> Bytes.make 4 '\000' in + if frame.frame_bitmap.transparent <> -1 then begin +- str.[0] <- char_of_int (int_of_char str.[0] lor 0x01); +- str.[3] <- char_of_int frame.frame_bitmap.transparent ++ Bytes.set str 0 (char_of_int (int_of_char (Bytes.get str 0) lor 0x01)); ++ Bytes.set str 3 (char_of_int frame.frame_bitmap.transparent) + end else begin +- str.[0] <- char_of_int (int_of_char str.[0] land 0xfe); +- str.[3] <- '\000' ++ Bytes.set str 0 (char_of_int (int_of_char (Bytes.get str 0) land 0xfe)); ++ Bytes.set str 3 '\000' + end; +- str.[1] <- char_of_int (frame.frame_delay mod 256); +- str.[2] <- char_of_int (frame.frame_delay / 256); +- eGifPutExtension oc (gif_make_extension (GifGraphics [str])) ++ Bytes.set str 1 (char_of_int (frame.frame_delay mod 256)); ++ Bytes.set str 2 (char_of_int (frame.frame_delay / 256)); ++ eGifPutExtension oc (gif_make_extension (GifGraphics [Bytes.to_string str])) + end; + + let bmp = frame.frame_bitmap in +@@ -456,13 +458,13 @@ let check_header filename = + let len = 10 in + let ic = open_in_bin filename in + try +- let str = String.create len in ++ let str = Bytes.create len in + really_input ic str 0 len; + close_in ic; +- match String.sub str 0 6 with ++ match Bytes.sub_string str 0 6 with + | "GIF87a" | "GIF89a" -> { +- header_width = int_of_char str.[6] + int_of_char str.[7] * 256; +- header_height = int_of_char str.[8] + int_of_char str.[9] * 256; ++ header_width = int_of_char (Bytes.get str 6) + int_of_char (Bytes.get str 7) * 256; ++ header_height = int_of_char (Bytes.get str 8) + int_of_char (Bytes.get str 9) * 256; + header_infos = []; + } + | _ -> raise Wrong_file_type diff --git a/graphics/camlimages/patches/patch-src_gif.mli b/graphics/camlimages/patches/patch-src_gif.mli new file mode 100644 index 000000000000..25c749383e3a --- /dev/null +++ b/graphics/camlimages/patches/patch-src_gif.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_gif.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/gif.mli.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/gif.mli +@@ -85,7 +85,7 @@ val dGifOpenFileName : string -> screen_ + val dGifCloseFile : in_channel -> unit;; + val dGifGetRecordType : in_channel -> record_type;; + val dGifGetImageDesc : in_channel -> gif_desc;; +-val dGifGetLine : in_channel -> string;; ++val dGifGetLine : in_channel -> Bytes.t;; + val dGifGetExtension : in_channel -> int * string list;; + + val eGifOpenFileName : string -> out_channel;; diff --git a/graphics/camlimages/patches/patch-src_gifread.c b/graphics/camlimages/patches/patch-src_gifread.c index 41d11b8f2f2c..6f30597804a8 100644 --- a/graphics/camlimages/patches/patch-src_gifread.c +++ b/graphics/camlimages/patches/patch-src_gifread.c @@ -1,12 +1,26 @@ -$NetBSD: patch-src_gifread.c,v 1.2 2014/05/24 04:05:24 obache Exp $ +$NetBSD: patch-src_gifread.c,v 1.3 2021/12/26 05:28:23 dholland Exp $ -* DGifOpenFileName API change for giflib-5 -* DGifCloseFile API change for giflib-5.1 -* PrintGifError API removal for giflib-4.2.0 +- DGifOpenFileName API change for giflib-5 +- DGifCloseFile API change for giflib-5.1 +- PrintGifError API removal for giflib-4.2.0 +- Update for immutable OCaml strings --- src/gifread.c.orig 2011-06-22 18:04:32.000000000 +0000 +++ src/gifread.c -@@ -140,7 +140,7 @@ value dGifOpenFileName( value name ) +@@ -20,6 +20,12 @@ + #include + #include + ++/* ++ * For future-proofing: currently in the ocaml FFI you use ++ * alloc_string for Bytes.t but that could change... ++ */ ++#define alloc_bytes alloc_string ++ + #include "oversized.h" + + #include +@@ -140,7 +146,7 @@ value dGifOpenFileName( value name ) GifFileType *GifFile; int i; @@ -15,7 +29,7 @@ failwith("DGifOpenFileName"); } -@@ -161,7 +161,7 @@ value dGifCloseFile( value hdl ) +@@ -161,7 +167,7 @@ value dGifCloseFile( value hdl ) segmentation faults */ ((GifFileType *)hdl)->Image.ColorMap = NULL; @@ -24,11 +38,27 @@ CAMLreturn(Val_unit); } -@@ -200,7 +200,6 @@ value dGifGetLine( value hdl ) +@@ -196,11 +202,10 @@ value dGifGetLine( value hdl ) + if( oversized( GifFile->Image.Width, sizeof(GifPixelType) ) ){ + failwith_oversized("gif"); + } +- buf = alloc_string( GifFile->Image.Width * sizeof(GifPixelType) ); ++ buf = alloc_bytes( GifFile->Image.Width * sizeof(GifPixelType) ); - if( DGifGetLine(GifFile, String_val(buf), GifFile->Image.Width ) +- if( DGifGetLine(GifFile, String_val(buf), GifFile->Image.Width ) ++ if( DGifGetLine(GifFile, Bytes_val(buf), GifFile->Image.Width ) == GIF_ERROR ){ - PrintGifError (); failwith("DGifGetLine"); } CAMLreturn(buf); +@@ -223,8 +228,7 @@ value dGifGetExtension( value hdl ) + } + + while( extData != NULL ){ +- ext= alloc_string(extData[0]); +- memcpy(String_val(ext), &extData[1], extData[0]); ++ ext= caml_alloc_initialized_string(extData[0], &extData[1]); + newres = alloc_small(2,0); + Field(newres, 0)= ext; + Field(newres, 1)= exts; diff --git a/graphics/camlimages/patches/patch-src_gifwrite.c b/graphics/camlimages/patches/patch-src_gifwrite.c index 698584b62ab4..a209638fac90 100644 --- a/graphics/camlimages/patches/patch-src_gifwrite.c +++ b/graphics/camlimages/patches/patch-src_gifwrite.c @@ -1,13 +1,25 @@ -$NetBSD: patch-src_gifwrite.c,v 1.2 2014/05/24 04:05:24 obache Exp $ +$NetBSD: patch-src_gifwrite.c,v 1.3 2021/12/26 05:28:23 dholland Exp $ -* MakeMapObject API rename for giflib-5 -* DGifOpenFileName API change for giflib-5 -* DGifCloseFile API change for giflib-5.1 -* PrintGifError API removal for giflib-4.2.0 +- MakeMapObject API rename for giflib-5 +- DGifOpenFileName API change for giflib-5 +- DGifCloseFile API change for giflib-5.1 +- PrintGifError API removal for giflib-4.2.0 +- Don't use CAMLreturn for functions that aren't OCaml interfaces. +- Cast away const where OCaml provides it and giflib doesn't accept it. +- Update for OCaml immutable strings. --- src/gifwrite.c.orig 2011-06-22 18:04:32.000000000 +0000 +++ src/gifwrite.c -@@ -52,7 +52,7 @@ ColorMapObject *ColorMapObject_val( valu +@@ -44,7 +44,7 @@ ColorMapObject *ColorMapObject_val( valu + int i; + ColorMapObject *cmapobj; + +- if( cmap == Atom(0) ){ CAMLreturn(NULL); } ++ if( cmap == Atom(0) ){ return NULL; } + + len = Wosize_val(cmap); + +@@ -52,13 +52,13 @@ ColorMapObject *ColorMapObject_val( valu fprintf(stderr, "Creating map with length = %d ...\n", len); fflush(stderr); */ @@ -16,6 +28,13 @@ for(i=0; i< len; i++){ cmapobj->Colors[i].Red = Int_val(Field(Field(cmap,i),0)); cmapobj->Colors[i].Green = Int_val(Field(Field(cmap,i),1)); + cmapobj->Colors[i].Blue = Int_val(Field(Field(cmap,i),2)); + } +- CAMLreturn(cmapobj); ++ return cmapobj; + } + + value eGifOpenFileName( name ) @@ -68,7 +68,7 @@ value eGifOpenFileName( name ) GifFileType *GifFileOut; @@ -34,9 +53,12 @@ CAMLreturn(Val_unit); } -@@ -133,7 +133,6 @@ value eGifPutLine( value oc, value buf ) +@@ -131,9 +131,8 @@ value eGifPutLine( value oc, value buf ) + + GifFileType *GifFileOut = (GifFileType*) oc; - if ( EGifPutLine(GifFileOut, String_val(buf), GifFileOut->Image.Width) +- if ( EGifPutLine(GifFileOut, String_val(buf), GifFileOut->Image.Width) ++ if ( EGifPutLine(GifFileOut, (char *)String_val(buf), GifFileOut->Image.Width) == GIF_ERROR ){ - PrintGifError (); failwith("EGifPutLine"); diff --git a/graphics/camlimages/patches/patch-src_image__intf.mli b/graphics/camlimages/patches/patch-src_image__intf.mli new file mode 100644 index 000000000000..7a16b4ffbb41 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_image__intf.mli @@ -0,0 +1,53 @@ +$NetBSD: patch-src_image__intf.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/image_intf.mli.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/image_intf.mli +@@ -19,9 +19,9 @@ module type ENCODE = + sig + type t + val bytes_per_pixel : int +- val get : string -> int -> t +- val set : string -> int -> t -> unit +- val make : t -> string ++ val get : Bytes.t -> int -> t ++ val set : Bytes.t -> int -> t -> unit ++ val make : t -> Bytes.t + end;; + + (** Low level image module type *) +@@ -33,15 +33,16 @@ module type RAWIMAGE = sig + val width : t -> int + val height : t -> int + val dump : t -> string ++ val dumpbytes : t -> Bytes.t + val create_with : int -> int -> string -> t + val create_with_scanlines : int -> int -> string array -> t + val create : int -> int -> t + val make : int -> int -> elt -> t +- val unsafe_access : t -> int -> int -> string * int ++ val unsafe_access : t -> int -> int -> Bytes.t * int + val get_strip : t -> int -> int -> int -> string + val set_strip : t -> int -> int -> int -> string -> unit + val get_scanline : t -> int -> string +- val get_scanline_ptr : t -> (int -> (string * int) * int) option ++ val get_scanline_ptr : t -> (int -> (Bytes.t * int) * int) option + val set_scanline : t -> int -> string -> unit + val unsafe_get : t -> int -> int -> elt + val unsafe_set : t -> int -> int -> elt -> unit +@@ -126,11 +127,12 @@ module type IMAGE = sig + + (** functions for internal use *) + val dump : t -> string +- val unsafe_access : t -> int -> int -> string * int ++ val dumpbytes : t -> Bytes.t ++ val unsafe_access : t -> int -> int -> Bytes.t * int + val get_strip : t -> int -> int -> int -> string + val set_strip : t -> int -> int -> int -> string -> unit + val get_scanline : t -> int -> string +- val get_scanline_ptr : t -> (int -> (string * int) * int) option ++ val get_scanline_ptr : t -> (int -> (Bytes.t * int) * int) option + val set_scanline : t -> int -> string -> unit + val blocks : t -> int * int + val dump_block : t -> int -> int -> Bitmap.Block.t diff --git a/graphics/camlimages/patches/patch-src_imagegdk.ml b/graphics/camlimages/patches/patch-src_imagegdk.ml new file mode 100644 index 000000000000..644d0cc25df8 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_imagegdk.ml @@ -0,0 +1,34 @@ +$NetBSD: patch-src_imagegdk.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for OCaml immutable strings. + +--- src/imagegdk.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/imagegdk.ml +@@ -31,7 +31,7 @@ let draw (obj : #GDraw.drawable) ?x ?y ? + match tag image, image#blocks with + | Rgb24 image, (1,1) -> + let string = fst (image#unsafe_access 0 0) in +- let buf = Gpointer.region_of_string string in ++ let buf = Gpointer.region_of_bytes string in + obj#put_rgb_data ~width: image#width ~height: image#height + ?x ?y ?dither ~row_stride:(image#width * 3) buf + | _ -> failwith "Gdkrgb.draw" +@@ -41,7 +41,7 @@ let to_pixbuf image = + match tag image, image#blocks with + | Rgb24 image, (1,1) -> + let string = fst (image#unsafe_access 0 0) in +- let buf = Gpointer.region_of_string string in ++ let buf = Gpointer.region_of_bytes string in + (* string may be GC'ed here? *) + let pixbuf = + GdkPixbuf.from_data ~width: image#width ~height: image#height +@@ -58,7 +58,8 @@ let to_pixbuf image = + let blk = image#dump_block x y in + let width = blk.Bitmap.Block.width in + let height = blk.Bitmap.Block.height in +- let buf = Gpointer.region_of_string blk.Bitmap.Block.dump in ++ (* safe: temporary readonly access *) ++ let buf = Gpointer.region_of_bytes (Bytes.unsafe_of_string blk.Bitmap.Block.dump) in + let pixbuf = + GdkPixbuf.from_data ~width ~height ~bits: 8 + ~rowstride:(width * 3) ~has_alpha: false buf diff --git a/graphics/camlimages/patches/patch-src_images.ml b/graphics/camlimages/patches/patch-src_images.ml new file mode 100644 index 000000000000..cdd0f3ea82a6 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_images.ml @@ -0,0 +1,15 @@ +$NetBSD: patch-src_images.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Silence nuisance warning about lowercase. + +--- src/images.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/images.ml +@@ -102,7 +102,7 @@ let get_extension s = + | _ -> s, "";; + + let guess_extension s = +- let s = String.lowercase s in ++ let s = String.lowercase_ascii s in + match s with + | "gif" -> Gif + | "bmp" -> Bmp diff --git a/graphics/camlimages/patches/patch-src_index16.ml b/graphics/camlimages/patches/patch-src_index16.ml new file mode 100644 index 000000000000..fbe615847085 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_index16.ml @@ -0,0 +1,25 @@ +$NetBSD: patch-src_index16.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/index16.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/index16.ml +@@ -19,13 +19,13 @@ module E = struct + type t = int + let bytes_per_pixel = 2 + let get str pos = +- int_of_char str.[pos ] * 256 + +- int_of_char str.[pos + 1] ++ int_of_char (Bytes.get str (pos )) * 256 + ++ int_of_char (Bytes.get str (pos + 1)) + let set str pos t = +- str.[pos ] <- char_of_int (t / 256); +- str.[pos + 1] <- char_of_int (t mod 256) ++ Bytes.set str (pos ) (char_of_int (t / 256)); ++ Bytes.set str (pos + 1) (char_of_int (t mod 256)) + let make t = +- let str = String.create bytes_per_pixel in ++ let str = Bytes.create bytes_per_pixel in + set str 0 t; + str + end;; diff --git a/graphics/camlimages/patches/patch-src_index16.mli b/graphics/camlimages/patches/patch-src_index16.mli new file mode 100644 index 000000000000..e183bd2f246a --- /dev/null +++ b/graphics/camlimages/patches/patch-src_index16.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_index16.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/index16.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/index16.mli +@@ -40,7 +40,7 @@ val to_rgba32 : ?failsafe: Color.rgba -> + (** Please read the comments of IMAGEINDEXED in genimage.mli *) + + val dump : t -> string;; +-val unsafe_access : t -> int -> int -> string * int;; ++val unsafe_access : t -> int -> int -> Bytes.t * int;; + val get_strip : t -> int -> int -> int -> string;; + val set_strip : t -> int -> int -> int -> string -> unit;; + val get_scanline : t -> int -> string;; diff --git a/graphics/camlimages/patches/patch-src_index8.ml b/graphics/camlimages/patches/patch-src_index8.ml new file mode 100644 index 000000000000..71399fe11381 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_index8.ml @@ -0,0 +1,29 @@ +$NetBSD: patch-src_index8.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/index8.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/index8.ml +@@ -19,11 +19,11 @@ module E = struct + type t = int + let bytes_per_pixel = 1 + let get str pos = +- int_of_char str.[pos] ++ int_of_char (Bytes.get str pos) + let set str pos t = +- str.[pos] <- char_of_int t ++ Bytes.set str pos (char_of_int t) + let make t = +- let str = String.create bytes_per_pixel in ++ let str = Bytes.create bytes_per_pixel in + set str 0 t; + str + end;; +@@ -87,6 +87,7 @@ let rawimage = C.rawimage;; + let create = IMAGE.create;; + let make = IMAGE.make;; + let dump = IMAGE.dump;; ++let dumpbytes = IMAGE.dumpbytes;; + let unsafe_access = IMAGE.unsafe_access;; + let get_strip = IMAGE.get_strip;; + let set_strip = IMAGE.set_strip;; diff --git a/graphics/camlimages/patches/patch-src_index8.mli b/graphics/camlimages/patches/patch-src_index8.mli new file mode 100644 index 000000000000..491f94c32999 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_index8.mli @@ -0,0 +1,16 @@ +$NetBSD: patch-src_index8.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/index8.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/index8.mli +@@ -40,7 +40,8 @@ val to_rgba32 : ?failsafe: Color.rgba -> + (** Please read the comments of IMAGEINDEXED in genimage.mli *) + + val dump : t -> string;; +-val unsafe_access : t -> int -> int -> string * int;; ++val dumpbytes : t -> Bytes.t;; ++val unsafe_access : t -> int -> int -> Bytes.t * int;; + val get_strip : t -> int -> int -> int -> string;; + val set_strip : t -> int -> int -> int -> string -> unit;; + val get_scanline : t -> int -> string;; diff --git a/graphics/camlimages/patches/patch-src_jpeg.ml b/graphics/camlimages/patches/patch-src_jpeg.ml new file mode 100644 index 000000000000..456d68d8940a --- /dev/null +++ b/graphics/camlimages/patches/patch-src_jpeg.ml @@ -0,0 +1,162 @@ +$NetBSD: patch-src_jpeg.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +Use "Stdlib" instead of "Pervasives". + +--- src/jpeg.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/jpeg.ml +@@ -17,7 +17,7 @@ + open Images;; + open Rgb24;; + +-external read : string -> int * int * string ++external read : string -> int * int * Bytes.t + = "read_JPEG_file";; + external write : string -> string -> int -> int -> int -> unit + = "write_JPEG_file";; +@@ -30,9 +30,9 @@ external set_scale_denom : in_handle -> + = "jpeg_set_scale_denom";; + external open_in_start : in_handle -> int * int * in_handle + = "open_jpeg_file_for_read_start";; +-external read_scanline : in_handle -> string -> int -> unit ++external read_scanline : in_handle -> Bytes.t -> int -> unit + = "read_jpeg_scanline";; +-external read_scanlines : in_handle -> string -> int -> int -> unit ++external read_scanlines : in_handle -> Bytes.t -> int -> int -> unit + = "read_jpeg_scanlines";; + external close_in : in_handle -> unit + = "close_jpeg_file_for_read";; +@@ -95,10 +95,11 @@ let load_aux prog ic w h = + load_scanlines 0 + | None -> + (* CR jfuruse: check overflow *) +- let scanline = String.create (w * 3) in ++ let scanline = Bytes.create (w * 3) in + for y = 0 to h - 1 do + read_scanline ic scanline 0; +- Rgb24.set_scanline img y scanline; ++ (* safe: set_scanline copies it *) ++ Rgb24.set_scanline img y (Bytes.unsafe_to_string scanline); + prog y + done + end; +@@ -141,16 +142,16 @@ let save_as_cmyk name opts trans image = + | None -> 80 in + let prog = Images.save_progress opts in + let get_cmyk_scanline width scanline = +- let buf = String.create (width * 4) in ++ let buf = Bytes.create (width * 4) in + for x = 0 to width - 1 do + let r = int_of_char scanline.[x * 3 + 0] in + let g = int_of_char scanline.[x * 3 + 1] in + let b = int_of_char scanline.[x * 3 + 2] in + let c, m, y, k = trans {r = r; g = g; b = b} in +- buf.[x * 4 + 0] <- char_of_int (255 - c); +- buf.[x * 4 + 1] <- char_of_int (255 - m); +- buf.[x * 4 + 2] <- char_of_int (255 - y); +- buf.[x * 4 + 3] <- char_of_int (255 - k) ++ Bytes.set buf (x * 4 + 0) (char_of_int (255 - c)); ++ Bytes.set buf (x * 4 + 1) (char_of_int (255 - m)); ++ Bytes.set buf (x * 4 + 2) (char_of_int (255 - y)); ++ Bytes.set buf (x * 4 + 3) (char_of_int (255 - k)) + done; + buf in + match image with +@@ -158,7 +159,8 @@ let save_as_cmyk name opts trans image = + let oc = open_out_cmyk name bmp.width bmp.height quality in + for y = 0 to bmp.height - 1 do + let buf = get_cmyk_scanline bmp.width (Rgb24.get_scanline bmp y) in +- write_scanline oc buf; ++ (* safe: write_scanline does not keep a reference *) ++ write_scanline oc (Bytes.unsafe_to_string buf); + match prog with + | Some p -> p (float (y + 1) /. float bmp.height) + | None -> () +@@ -179,19 +181,20 @@ let save_cmyk_sample name opts = + and k = (y mod 16) * 17 in + c, m, y, k in + let sample_scan y = +- let s = String.create (256 * 4) in ++ let s = Bytes.create (256 * 4) in + for x = 0 to 255 do + let c, m, y, k = sample_point x y in +- s.[x * 4 + 0] <- char_of_int c; +- s.[x * 4 + 1] <- char_of_int m; +- s.[x * 4 + 2] <- char_of_int y; +- s.[x * 4 + 3] <- char_of_int k; ++ Bytes.set s (x * 4 + 0) (char_of_int c); ++ Bytes.set s (x * 4 + 1) (char_of_int m); ++ Bytes.set s (x * 4 + 2) (char_of_int y); ++ Bytes.set s (x * 4 + 3) (char_of_int k); + done; + s in + let oc = open_out_cmyk name 256 256 quality in + for y = 0 to 256 - 1 do + let buf = sample_scan y in +- write_scanline oc buf ++ (* safe: write_scanline does not keep a reference *) ++ write_scanline oc (Bytes.unsafe_to_string buf) + done; + close_out oc;; + +@@ -207,20 +210,20 @@ let rec find_jpeg_size ic = + else ch in + jump_to_0xff (); + let ch = jump_to_non_0xff () in +- let str = String.create 4 in ++ let str = Bytes.create 4 in + match ch with + | 0xda -> raise Not_found + | _ when ch >= 0xc0 && ch <= 0xc3 -> + really_input ic str 0 3; + really_input ic str 0 4; +- int_of_char str.[2] lsl 8 + int_of_char str.[3], (* width *) +- int_of_char str.[0] lsl 8 + int_of_char str.[1] (* height *) ++ int_of_char (Bytes.get str 2) lsl 8 + int_of_char (Bytes.get str 3), (* width *) ++ int_of_char (Bytes.get str 0) lsl 8 + int_of_char (Bytes.get str 1) (* height *) + | _ -> + (* skip this block *) + let blocklen = + really_input ic str 0 2; +- int_of_char str.[0] lsl 8 + int_of_char str.[1] in +- let s = String.create (blocklen - 2) in ++ int_of_char (Bytes.get str 0) lsl 8 + int_of_char (Bytes.get str 1) in ++ let s = Bytes.create (blocklen - 2) in + really_input ic s 0 (blocklen - 2); + loop () in + try loop () with +@@ -230,18 +233,18 @@ let check_header filename = + let len = 2 in + let ic = open_in_bin filename in + try +- let str = String.create len in ++ let str = Bytes.create len in + really_input ic str 0 len; + if + (* some jpeg's start with 7f58, the 7th bit is missing *) +- int_of_char str.[0] lor 0x80 = 0xff && +- int_of_char str.[1] lor 0x80 = 0xd8 +- (* int_of_char str.[0] = 0xff && int_of_char str.[1] = 0xd8 *) +- (* && String.sub str 6 4 = "JFIF" --- strict *) then begin ++ int_of_char (Bytes.get str 0) lor 0x80 = 0xff && ++ int_of_char (Bytes.get str 1) lor 0x80 = 0xd8 ++ (* int_of_char (Bytes.get str 0) = 0xff && int_of_char (Bytes.get str 1) = 0xd8 *) ++ (* && Bytes.sub str 6 4 = "JFIF" --- strict *) then begin + let w, h = + try find_jpeg_size ic with + | Not_found -> -1, -1 in +- Pervasives.close_in ic; ++ Stdlib.close_in ic; + { header_width = w; + header_height = h; + header_infos = []; } +@@ -249,7 +252,7 @@ let check_header filename = + raise Wrong_file_type + with + | _ -> +- Pervasives.close_in ic; ++ Stdlib.close_in ic; + raise Wrong_file_type;; + + add_methods Jpeg diff --git a/graphics/camlimages/patches/patch-src_jpeg.mli b/graphics/camlimages/patches/patch-src_jpeg.mli new file mode 100644 index 000000000000..74b58d30caf9 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_jpeg.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_jpeg.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/jpeg.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/jpeg.mli +@@ -37,7 +37,7 @@ type in_handle;; + val open_in : string -> int * int * in_handle;; + val open_in_thumbnail : + string -> Geometry.spec -> int * int * (int * int * in_handle);; +-val read_scanline : in_handle -> string -> int -> unit;; ++val read_scanline : in_handle -> Bytes.t -> int -> unit;; + val close_in : in_handle -> unit;; + + type out_handle;; diff --git a/graphics/camlimages/patches/patch-src_jpegread.c b/graphics/camlimages/patches/patch-src_jpegread.c index 00fba784c90e..6cbfd2bb0f89 100644 --- a/graphics/camlimages/patches/patch-src_jpegread.c +++ b/graphics/camlimages/patches/patch-src_jpegread.c @@ -1,10 +1,73 @@ -$NetBSD: patch-src_jpegread.c,v 1.2 2016/09/18 05:48:59 dholland Exp $ +$NetBSD: patch-src_jpegread.c,v 1.3 2021/12/26 05:28:23 dholland Exp $ -Make clang happy with proper return value +Use const. + +Update for OCaml immutable strings. --- src/jpegread.c.orig 2011-06-22 18:04:32.000000000 +0000 +++ src/jpegread.c -@@ -417,7 +417,7 @@ value read_jpeg_scanlines( value jpegh, +@@ -23,6 +23,12 @@ + #include + #include + ++/* ++ * For future-proofing: currently in the ocaml FFI you use ++ * alloc_string for Bytes.t but that could change... ++ */ ++#define alloc_bytes alloc_string ++ + #include "oversized.h" + + #include +@@ -76,7 +82,7 @@ read_JPEG_file (value name) + CAMLparam1(name); + CAMLlocal1(res); + +- char *filename; ++ const char *filename; + /* This struct contains the JPEG decompression parameters and pointers to + * working space (which is allocated as needed by the JPEG library). + */ +@@ -198,9 +204,9 @@ read_JPEG_file (value name) + CAMLlocalN(r,3); + r[0] = Val_int(cinfo.output_width); + r[1] = Val_int(cinfo.output_height); +- r[2] = alloc_string ( row_stride * cinfo.output_height ); ++ r[2] = alloc_bytes ( row_stride * cinfo.output_height ); + for(i=0; i 1 + int scanline_bytes = cinfop->output_width * 3; // no padding (size 3 is fixed? ) +@@ -417,7 +423,7 @@ value read_jpeg_scanlines( value jpegh, jpeg_read_scanlines( cinfop, row, 1 ); row[0] += scanline_bytes; } diff --git a/graphics/camlimages/patches/patch-src_jpegwrite.c b/graphics/camlimages/patches/patch-src_jpegwrite.c new file mode 100644 index 000000000000..3b9a8a0e2841 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_jpegwrite.c @@ -0,0 +1,46 @@ +$NetBSD: patch-src_jpegwrite.c,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Use const. Don't use const where libjpeg doesn't accept it. + +--- src/jpegwrite.c.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/jpegwrite.c +@@ -54,10 +54,10 @@ write_JPEG_file (value file, + value height, + value qual) + { +- JSAMPLE *image_buffer; ++ const JSAMPLE *image_buffer; + int image_height; + int image_width; +- char *filename; ++ const char *filename; + int quality; + + /* This struct contains the JPEG compression parameters and pointers to +@@ -152,7 +152,7 @@ write_JPEG_file (value file, + * Here the array is only one element long, but you could pass + * more than one scanline at a time if that's more convenient. + */ +- row_pointer[0] = & image_buffer[cinfo.next_scanline * row_stride]; ++ row_pointer[0] = (char *) & image_buffer[cinfo.next_scanline * row_stride]; + (void) jpeg_write_scanlines(&cinfo, row_pointer, 1); + } + +@@ -207,7 +207,7 @@ value open_jpeg_file_for_write_colorspac + value qual; + J_COLOR_SPACE colorspace; + { +- char *filename; ++ const char *filename; + int image_height; + int image_width; + int quality; +@@ -294,7 +294,7 @@ value jpegh, buf; + + cinfop = (struct jpeg_compress_struct *) Field( jpegh, 0 ); + +- row[0] = String_val( buf ); ++ row[0] = (char *)String_val( buf ); + + jpeg_write_scanlines( cinfop, row, 1 ); + return Val_unit; diff --git a/graphics/camlimages/patches/patch-src_mstring.ml b/graphics/camlimages/patches/patch-src_mstring.ml new file mode 100644 index 000000000000..932bd9d32ce2 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_mstring.ml @@ -0,0 +1,75 @@ +$NetBSD: patch-src_mstring.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/mstring.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/mstring.ml +@@ -91,12 +91,12 @@ let dec_to_hex i = + (* Converting a hex stored string *) + let hex_to_string s = + let len = String.length s / 2 in +- let res = String.create len in ++ let res = Bytes.create len in + for i = 0 to len - 1 do +- res.[i] <- +- char_of_int ( 16 * (hex_to_dec s.[i + i]) + hex_to_dec s.[i + i + 1]) ++ Bytes.set res i ++ (char_of_int ( 16 * (hex_to_dec s.[i + i]) + hex_to_dec s.[i + i + 1])) + done; +- res;; ++ Bytes.to_string res;; + + let gensym = + let cnter = ref 0 in +@@ -125,37 +125,37 @@ let catenate_sep = String.concat;; + let norm_crlf lastwascr buf offs len = + let rpos = ref offs + and wpos = ref 0 +- and dest = String.create (len + 1) (* we need one more char *) ++ and dest = Bytes.create (len + 1) (* we need one more char *) + and limit = offs + len - 1 + and lastiscr = ref false in + if lastwascr then + if buf.[!rpos] = '\n' then begin +- dest.[!wpos] <- '\n'; ++ Bytes.set dest !wpos '\n'; + incr rpos; incr wpos + end else begin +- dest.[!wpos] <- '\n'; incr wpos ++ Bytes.set dest !wpos '\n'; incr wpos + end; + + while !rpos < limit do + match buf.[!rpos] with +- | '\n' -> dest.[!wpos] <- '\n'; incr rpos; incr wpos ++ | '\n' -> Bytes.set dest !wpos '\n'; incr rpos; incr wpos + | '\r' -> + if buf.[!rpos + 1] = '\n' then begin +- dest.[!wpos] <- '\n'; rpos := !rpos + 2; incr wpos ++ Bytes.set dest !wpos '\n'; rpos := !rpos + 2; incr wpos + end else begin +- dest.[!wpos] <- '\n'; incr rpos; incr wpos end +- | c -> dest.[!wpos] <- c; incr rpos; incr wpos ++ Bytes.set dest !wpos '\n'; incr rpos; incr wpos end ++ | c -> Bytes.set dest !wpos c; incr rpos; incr wpos + done; + begin match buf.[offs+len-1] with +- | '\n' -> dest.[!wpos] <- '\n'; incr wpos ++ | '\n' -> Bytes.set dest !wpos '\n'; incr wpos + | '\r' -> lastiscr := true +- | c -> dest.[!wpos] <- c; incr wpos ++ | c -> Bytes.set dest !wpos c; incr wpos + end; +- String.sub dest 0 !wpos, !lastiscr;; ++ (Bytes.sub_string dest 0 !wpos, !lastiscr);; + + let hexchar c = +- let s = String.make 3 '%' ++ let s = Bytes.make 3 '%' + and i = int_of_char c in +- s.[1] <- dec_to_hex (i / 16); +- s.[2] <- dec_to_hex (i mod 16); +- s;; ++ Bytes.set s 1 (dec_to_hex (i / 16)); ++ Bytes.set s 2 (dec_to_hex (i mod 16)); ++ Bytes.to_string s;; diff --git a/graphics/camlimages/patches/patch-src_oImages.ml b/graphics/camlimages/patches/patch-src_oImages.ml new file mode 100644 index 000000000000..55c30152d133 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_oImages.ml @@ -0,0 +1,15 @@ +$NetBSD: patch-src_oImages.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/oImages.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/oImages.ml +@@ -36,7 +36,7 @@ class type ['a] map = object + method unsafe_set : int -> int -> 'a -> unit + method get : int -> int -> 'a + method set : int -> int -> 'a -> unit +- method unsafe_access : int -> int -> string * int ++ method unsafe_access : int -> int -> Bytes.t * int + end;; + + class type oimage = object diff --git a/graphics/camlimages/patches/patch-src_oImages.mli b/graphics/camlimages/patches/patch-src_oImages.mli new file mode 100644 index 000000000000..0dc506d9cd63 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_oImages.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_oImages.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/oImages.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/oImages.mli +@@ -39,7 +39,7 @@ class type ['a] map = object + method unsafe_set : int -> int -> 'a -> unit + method get : int -> int -> 'a + method set : int -> int -> 'a -> unit +- method unsafe_access : int -> int -> string * int ++ method unsafe_access : int -> int -> Bytes.t * int + end;; + + class type oimage = object diff --git a/graphics/camlimages/patches/patch-src_png.ml b/graphics/camlimages/patches/patch-src_png.ml new file mode 100644 index 000000000000..554b56e80451 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_png.ml @@ -0,0 +1,68 @@ +$NetBSD: patch-src_png.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/png.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/png.ml +@@ -53,16 +53,19 @@ let load name _opts = + | PNG_INDEX16 (buf,cmap) -> + Index16 (Index16.create_with_scanlines w h [] { max = 65535; map = cmap } (-1) buf) + | PNG_INDEX4 (buf,cmap) -> +- let buf' = Array.init h (fun _ -> String.create w) in ++ let buf' = Array.init h (fun _ -> Bytes.create w) in + for y = 0 to h - 1 do + for x = 0 to w - 1 do +- buf'.(y).[x] <- ++ Bytes.set (buf'.(y)) x ( + char_of_int + (let c = int_of_char buf.(y).[x / 2] in + if x mod 2 = 0 then c lsr 4 else c mod 16) ++ ) + done + done; +- Index8 (Index8.create_with_scanlines w h [] { max = 16; map = cmap } (-1) buf') ++ (* safe: create_with_scanlines copies the strings *) ++ let buf'' = Array.init h (fun n -> Bytes.unsafe_to_string buf'.(n)) in ++ Index8 (Index8.create_with_scanlines w h [] { max = 16; map = cmap } (-1) buf'') + ;; + + let save name _opts image = +@@ -87,27 +90,27 @@ let check_header filename = + let len = 24 in + let ic = open_in_bin filename in + try +- let str = String.create len in ++ let str = Bytes.create len in + really_input ic str 0 len; + close_in ic; +- if String.sub str 1 3 = "PNG" then begin +- if String.sub str 0 8 <> "\137PNG\013\010\026\010" then begin ++ if Bytes.sub_string str 1 3 = "PNG" then begin ++ if Bytes.sub_string str 0 8 <> "\137PNG\013\010\026\010" then begin + { header_width= -1; + header_height= -1; + header_infos= [Info_Corrupted]; } + end else begin + let belong str = +- int_of_char str.[0] lsl 24 + +- int_of_char str.[1] lsl 16 + +- int_of_char str.[2] lsl 8 + +- int_of_char str.[3] in +- let w = belong (String.sub str 16 4) in +- let h = belong (String.sub str 20 4) in +- let bdepth = Info_Depth (int_of_char str.[12]) in ++ int_of_char (Bytes.get str 0) lsl 24 + ++ int_of_char (Bytes.get str 1) lsl 16 + ++ int_of_char (Bytes.get str 2) lsl 8 + ++ int_of_char (Bytes.get str 3) in ++ let w = belong (Bytes.sub str 16 4) in ++ let h = belong (Bytes.sub str 20 4) in ++ let bdepth = Info_Depth (int_of_char (Bytes.get str 12)) in + let infos = + try + let colormodel = +- match int_of_char str.[13] with ++ match int_of_char (Bytes.get str 13) with + | 0 -> Info_ColorModel Gray + | 2 -> Info_ColorModel RGB + | 3 -> Info_ColorModel Index diff --git a/graphics/camlimages/patches/patch-src_rgb24.ml b/graphics/camlimages/patches/patch-src_rgb24.ml new file mode 100644 index 000000000000..de758ec4bbe2 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_rgb24.ml @@ -0,0 +1,37 @@ +$NetBSD: patch-src_rgb24.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/rgb24.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/rgb24.ml +@@ -19,15 +19,15 @@ module E = struct + type t = Color.rgb + let bytes_per_pixel = 3 + let get str pos = +- { r = int_of_char str.[pos ]; +- g = int_of_char str.[pos + 1]; +- b = int_of_char str.[pos + 2] } ++ { r = int_of_char (Bytes.get str (pos )); ++ g = int_of_char (Bytes.get str (pos + 1)); ++ b = int_of_char (Bytes.get str (pos + 2)) } + let set str pos t = +- str.[pos ] <- char_of_int t.r; +- str.[pos + 1] <- char_of_int t.g; +- str.[pos + 2] <- char_of_int t.b ++ Bytes.set str (pos ) (char_of_int t.r); ++ Bytes.set str (pos + 1) (char_of_int t.g); ++ Bytes.set str (pos + 2) (char_of_int t.b) + let make t = +- let str = String.create bytes_per_pixel in ++ let str = Bytes.create bytes_per_pixel in + set str 0 t; + str + end +@@ -79,6 +79,7 @@ let rawimage = C.rawimage;; + let create = IMAGE.create;; + let make = IMAGE.make;; + let dump = IMAGE.dump;; ++let dumpbytes = IMAGE.dumpbytes;; + let unsafe_access = IMAGE.unsafe_access;; + let get_strip = IMAGE.get_strip;; + let set_strip = IMAGE.set_strip;; diff --git a/graphics/camlimages/patches/patch-src_rgb24.mli b/graphics/camlimages/patches/patch-src_rgb24.mli new file mode 100644 index 000000000000..ebdc8a1b7aa8 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_rgb24.mli @@ -0,0 +1,22 @@ +$NetBSD: patch-src_rgb24.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/rgb24.mli.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/rgb24.mli +@@ -53,7 +53,7 @@ val unsafe_set : t -> int -> int -> elt + val get_strip : t -> int -> int -> int -> string;; + val set_strip : t -> int -> int -> int -> string -> unit;; + val get_scanline : t -> int -> string;; +-val get_scanline_ptr : t -> (int -> (string * int) * int) option;; ++val get_scanline_ptr : t -> (int -> (Bytes.t * int) * int) option;; + val set_scanline : t -> int -> string -> unit;; + val blit : t -> int -> int -> t -> int -> int -> int -> int -> unit;; + val map : (elt -> elt -> elt) -> +@@ -64,4 +64,5 @@ val dump_block : t -> int -> int -> Bitm + val copy : t -> t;; + val sub : t -> int -> int -> int -> int -> t;; + val dump : t -> string;; +-val unsafe_access : t -> int -> int -> string * int;; ++val dumpbytes : t -> Bytes.t;; ++val unsafe_access : t -> int -> int -> Bytes.t * int;; diff --git a/graphics/camlimages/patches/patch-src_rgba32.ml b/graphics/camlimages/patches/patch-src_rgba32.ml new file mode 100644 index 000000000000..a08fbffd2eb1 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_rgba32.ml @@ -0,0 +1,33 @@ +$NetBSD: patch-src_rgba32.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/rgba32.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/rgba32.ml +@@ -20,17 +20,17 @@ module E = struct + let bytes_per_pixel = 4 + let get str pos = + { color = +- { r = int_of_char str.[pos ]; +- g = int_of_char str.[pos + 1]; +- b = int_of_char str.[pos + 2] }; +- alpha = int_of_char str.[pos + 3] } ++ { r = int_of_char (Bytes.get str (pos )); ++ g = int_of_char (Bytes.get str (pos + 1)); ++ b = int_of_char (Bytes.get str (pos + 2)) }; ++ alpha = int_of_char (Bytes.get str (pos + 3)) } + let set str pos t = +- str.[pos ] <- char_of_int t.color.r; +- str.[pos + 1] <- char_of_int t.color.g; +- str.[pos + 2] <- char_of_int t.color.b; +- str.[pos + 3] <- char_of_int t.alpha ++ Bytes.set str (pos ) (char_of_int t.color.r); ++ Bytes.set str (pos + 1) (char_of_int t.color.g); ++ Bytes.set str (pos + 2) (char_of_int t.color.b); ++ Bytes.set str (pos + 3) (char_of_int t.alpha) + let make t = +- let str = String.create bytes_per_pixel in ++ let str = Bytes.create bytes_per_pixel in + set str 0 t; + str + end;; diff --git a/graphics/camlimages/patches/patch-src_rgba32.mli b/graphics/camlimages/patches/patch-src_rgba32.mli new file mode 100644 index 000000000000..77af29fa613b --- /dev/null +++ b/graphics/camlimages/patches/patch-src_rgba32.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_rgba32.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/rgba32.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/rgba32.mli +@@ -37,7 +37,7 @@ val resize : (float -> unit) option -> t + (** Please read the comments of module [IMAGE] in file [genimage.mli]. *) + + val dump : t -> string;; +-val unsafe_access : t -> int -> int -> string * int;; ++val unsafe_access : t -> int -> int -> Bytes.t * int;; + val get_strip : t -> int -> int -> int -> string;; + val set_strip : t -> int -> int -> int -> string -> unit;; + val get_scanline : t -> int -> string;; diff --git a/graphics/camlimages/patches/patch-src_tiff.ml b/graphics/camlimages/patches/patch-src_tiff.ml new file mode 100644 index 000000000000..2f61b0b36366 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_tiff.ml @@ -0,0 +1,77 @@ +$NetBSD: patch-src_tiff.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/tiff.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/tiff.ml +@@ -23,7 +23,7 @@ type in_handle;; + + external open_in : string -> int * int * float * colormodel * in_handle + = "open_tiff_file_for_read";; +-external read_scanline : in_handle -> string -> int -> unit ++external read_scanline : in_handle -> Bytes.t -> int -> unit + = "read_tiff_scanline";; + external close_in : in_handle -> unit + = "close_tiff_file";; +@@ -45,23 +45,23 @@ let load name opts = + | RGB -> + let img = Rgb24.create w h in + Rgb24 img, +- String.create (w * 3) ++ Bytes.create (w * 3) + | CMYK -> + let img = Cmyk32.create w h in + Cmyk32 img, +- String.create (w * 4) ++ Bytes.create (w * 4) + | WHITEBLACK -> + let img = Index8.create w h in + img.Index8.colormap.map <- [| {r = 255; g = 255; b = 255}; + {r = 0; g = 0; b = 0} |]; + Index8 img, +- String.create ((w + 7) / 8) ++ Bytes.create ((w + 7) / 8) + | BLACKWHITE -> + let img = Index8.create w h in + img.Index8.colormap.map <- [| {r = 0; g = 0; b = 0}; + {r = 255; g = 255; b = 255} |]; + Index8 img, +- String.create ((w + 7) / 8) in ++ Bytes.create ((w + 7) / 8) in + + let set_scanline = + match colormodel, img with +@@ -81,7 +81,8 @@ let load name opts = + + for y = 0 to h - 1 do + read_scanline tif buf y; +- set_scanline buf y; ++ (* safe: set_scanline copies it *) ++ set_scanline (Bytes.unsafe_to_string buf) y; + match prog with + | Some p -> p (float (y + 1) /. float h) + | None -> () +@@ -107,10 +108,11 @@ let check_header filename = + let len = 4 in + let ic = open_in_bin filename in + try +- let str = String.create len in ++ let str = Bytes.create len in + really_input ic str 0 len; +- Pervasives.close_in ic; +- match str with ++ Stdlib.close_in ic; ++ (* safe: transient and private *) ++ match Bytes.unsafe_to_string str with + | "MM\000\042" -> + { header_width = -1; + header_height = -1; +@@ -122,7 +124,7 @@ let check_header filename = + | _ -> raise Wrong_file_type + with + | _ -> +- Pervasives.close_in ic; ++ Stdlib.close_in ic; + raise Wrong_file_type;; + + add_methods Tiff diff --git a/graphics/camlimages/patches/patch-src_tiff.mli b/graphics/camlimages/patches/patch-src_tiff.mli new file mode 100644 index 000000000000..6a341e00a195 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_tiff.mli @@ -0,0 +1,15 @@ +$NetBSD: patch-src_tiff.mli,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/tiff.mli~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/tiff.mli +@@ -31,7 +31,7 @@ type colormodel = RGB | CMYK | WHITEBLAC + type in_handle;; + + val open_in : string -> int * int * float * colormodel * in_handle;; +-val read_scanline : in_handle -> string -> int -> unit;; ++val read_scanline : in_handle -> Bytes.t -> int -> unit;; + val close_in : in_handle -> unit;; + + type out_handle;; diff --git a/graphics/camlimages/patches/patch-src_tiffread.c b/graphics/camlimages/patches/patch-src_tiffread.c index d1957f5fe113..2be1631c8464 100644 --- a/graphics/camlimages/patches/patch-src_tiffread.c +++ b/graphics/camlimages/patches/patch-src_tiffread.c @@ -1,33 +1,69 @@ -$NetBSD: patch-src_tiffread.c,v 1.2 2012/07/29 12:52:55 marino Exp $ +$NetBSD: patch-src_tiffread.c,v 1.3 2021/12/26 05:28:23 dholland Exp $ -Both ocaml/caml/config.h and tiff.h define int32, uint32, etc. -The workaround of this name polution is to intentionally overwrite the -first caml definition with a garbage macro before tiff.h is included and -then unset it after the include. After tiff version 4.0.1, the same hack -has to be applied to 64-bit types. Unlike tiffwrite.c, tiffread.c forgot -to unset the bogus definitions. The uint16 and uint32 then has to be -redefined correctly. (ugly hack) +- ocaml/caml/compatibility.h defines int16 and uint16, which break tiff. +They're not needed, so clear them out. (There are no more int32/uint32 +defines, so that logic can be removed.) + +- tiff doesn't use "uint32" and "uint16" either any more, so use the +standard names. + +- Use const. + +- Update for OCaml immutable strings. --- src/tiffread.c.orig 2011-06-22 18:04:32.000000000 +0000 +++ src/tiffread.c -@@ -28,9 +28,20 @@ - #define uint16 uint16tiff - #define int32 int32tiff - #define uint32 uint32tiff -+#define int64 int64tiff -+#define uint64 uint64tiff +@@ -23,11 +23,9 @@ - #include + #include "oversized.h" +-/* These are defined in caml/config.h */ +-#define int16 int16tiff +-#define uint16 uint16tiff +-#define int32 int32tiff +-#define uint32 uint32tiff ++/* These are defined in caml/compatibility.h and break tiff */ +#undef int16 +#undef uint16 -+#undef int32 -+#undef uint32 -+#undef int64 -+#undef uint64 -+#define uint16 uint16_t -+#define uint32 uint32_t -+ - extern value *imglib_error; - value open_tiff_file_for_read( name ) + #include + +@@ -40,22 +38,22 @@ value open_tiff_file_for_read( name ) + CAMLlocal1(res); + CAMLlocalN(r,5); + +- char *filename; ++ const char *filename; + TIFF* tif; + + filename = String_val( name ); + + tif = TIFFOpen(filename, "r"); + if (tif) { +- uint32 imagelength; +- uint32 imagewidth; +- uint16 imagesample; +- uint16 imagebits; ++ uint32_t imagelength; ++ uint32_t imagewidth; ++ uint16_t imagesample; ++ uint16_t imagebits; + tdata_t buf; + int i; +- uint16 runit; ++ uint16_t runit; + float xres, yres; +- uint16 photometric; ++ uint16_t photometric; + + TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &imagelength); + TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &imagewidth); +@@ -114,7 +112,7 @@ value read_tiff_scanline( tiffh, buf, ro + value row; + { + CAMLparam3(tiffh,buf,row); +- TIFFReadScanline((TIFF*)tiffh, String_val(buf), Int_val(row), 0); ++ TIFFReadScanline((TIFF*)tiffh, Bytes_val(buf), Int_val(row), 0); + CAMLreturn(Val_unit); + } + diff --git a/graphics/camlimages/patches/patch-src_tiffwrite.c b/graphics/camlimages/patches/patch-src_tiffwrite.c index 5a0625ae59dd..2d287f1c86fe 100644 --- a/graphics/camlimages/patches/patch-src_tiffwrite.c +++ b/graphics/camlimages/patches/patch-src_tiffwrite.c @@ -1,36 +1,38 @@ -$NetBSD: patch-src_tiffwrite.c,v 1.2 2016/09/18 05:46:31 dholland Exp $ +$NetBSD: patch-src_tiffwrite.c,v 1.3 2021/12/26 05:28:23 dholland Exp $ - - Both ocaml/caml/config.h and tiff.h define int32, uint32, etc. -The workaround of this name polution is to intentionally overwrite the -first caml definition with a garbage macro before tiff.h is included and -then unset it after the include. After tiff version 4.0.1, the same hack -has to be applied to 64-bit types. +- ocaml/caml/compatibility.h defines int16 and uint16, which break tiff. +They're not needed, so clear them out. (There are no more int32/uint32 +defines, so that logic can be removed.) - - As of some newer ocaml there's no "uint32", only "uint32_t". The -first two hunks of this patch are probably no longer necessary. +- tiff uses uint32_t instead of its own uint32 these days. +- Cast away const where ocaml provides const and tiff doesn't accept it. --- src/tiffwrite.c.orig 2011-06-22 18:04:32.000000000 +0000 +++ src/tiffwrite.c -@@ -25,6 +25,8 @@ - #define uint16 uint16tiff - #define int32 int32tiff - #define uint32 uint32tiff -+#define int64 int64tiff -+#define uint64 uint64tiff +@@ -20,18 +20,11 @@ + #include + #include - #include - -@@ -32,6 +34,8 @@ +-/* These are defined in caml/config.h */ +-#define int16 int16tiff +-#define uint16 uint16tiff +-#define int32 int32tiff +-#define uint32 uint32tiff +- +-#include +- ++/* These are defined in caml/compatibility.h and break tiff */ + #undef int16 #undef uint16 - #undef int32 - #undef uint32 -+#undef int64 -+#undef uint64 +-#undef int32 +-#undef uint32 ++ ++#include extern value *imglib_error; -@@ -56,8 +60,8 @@ value open_tiff_file_for_write( value fi +@@ -56,8 +49,8 @@ value open_tiff_file_for_write( value fi /* Resolution */ /* FillOrder */ @@ -41,3 +43,11 @@ first two hunks of this patch are probably no longer necessary. TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 3); TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); +@@ -83,6 +76,6 @@ value write_tiff_scanline( tiffh, buf, r + value row; + { + CAMLparam3(tiffh,buf,row); +- TIFFWriteScanline((TIFF*)tiffh, String_val(buf), Int_val(row), 0); ++ TIFFWriteScanline((TIFF*)tiffh, (char *)String_val(buf), Int_val(row), 0); + CAMLreturn(Val_unit); + } diff --git a/graphics/camlimages/patches/patch-src_units.ml b/graphics/camlimages/patches/patch-src_units.ml new file mode 100644 index 000000000000..8cf418bcf65e --- /dev/null +++ b/graphics/camlimages/patches/patch-src_units.ml @@ -0,0 +1,15 @@ +$NetBSD: patch-src_units.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Silence nuisance warning about lowercase. + +--- src/units.ml~ 2011-06-22 18:04:32.000000000 +0000 ++++ src/units.ml +@@ -30,7 +30,7 @@ let parse_length s = (* return in pt *) + let digit,unit = + if l > 2 then String.sub s 0 2, String.sub s (l-2) 2 else "", "" in + try +- (List.assoc (String.lowercase unit) units) *. float_of_string digit ++ (List.assoc (String.lowercase_ascii unit) units) *. float_of_string digit + with + | Not_found -> (* think it is in "pt" *) + float_of_string s in diff --git a/graphics/camlimages/patches/patch-src_xpm.ml b/graphics/camlimages/patches/patch-src_xpm.ml new file mode 100644 index 000000000000..9e3b6dd9d292 --- /dev/null +++ b/graphics/camlimages/patches/patch-src_xpm.ml @@ -0,0 +1,52 @@ +$NetBSD: patch-src_xpm.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/xpm.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/xpm.ml +@@ -27,31 +27,36 @@ let load file _opts = + (* if the colors <= 256 then we create index8, + otherwise create index16 *) + if Array.length cmap <= 256 then begin +- let buf = String.create (w * h) in ++ let buf = Bytes.create (w * h) in + for i = 0 to w * h - 1 do +- buf.[i] <- char_of_int imap.(i) ++ Bytes.set buf i (char_of_int imap.(i)) + done; ++ (* safe: we just created it AND create_with copies it *) ++ let buf' = Bytes.unsafe_to_string buf in + Index8 (Index8.create_with w h [] +- { map = cmap; max = 256 - 1; } transparent buf) ++ { map = cmap; max = 256 - 1; } transparent buf') + end else begin +- let buf = String.create (w * h * 2) in ++ let buf = Bytes.create (w * h * 2) in + for i = 0 to w * h - 1 do +- buf.[i * 2 ] <- char_of_int (imap.(i) / 256); +- buf.[i * 2 + 1] <- char_of_int (imap.(i) mod 256) ++ Bytes.set buf (i * 2 ) (char_of_int (imap.(i) / 256)); ++ Bytes.set buf (i * 2 + 1) (char_of_int (imap.(i) mod 256)) + done; ++ (* safe: we just created it AND create_with copies it *) ++ let buf' = Bytes.unsafe_to_string buf in + Index16 (Index16.create_with w h [] + { map = cmap; max = 256 * 256 - 1; } +- transparent buf) ++ transparent buf') + end;; + + let check_header filename = + let len = 9 in + let ic = open_in_bin filename in + try +- let str = String.create len in ++ let str = Bytes.create len in + really_input ic str 0 len; + close_in ic; +- if str = "/* XPM */" then ++ (* safe: transient and private *) ++ if Bytes.unsafe_to_string str = "/* XPM */" then + { header_width = -1; + header_height = -1; + header_infos = []; } diff --git a/graphics/camlimages/patches/patch-src_xvthumb.ml b/graphics/camlimages/patches/patch-src_xvthumb.ml new file mode 100644 index 000000000000..095ad1938dfa --- /dev/null +++ b/graphics/camlimages/patches/patch-src_xvthumb.ml @@ -0,0 +1,48 @@ +$NetBSD: patch-src_xvthumb.ml,v 1.1 2021/12/26 05:28:23 dholland Exp $ + +Update for immutable strings. + +--- src/xvthumb.ml.orig 2011-06-22 18:04:32.000000000 +0000 ++++ src/xvthumb.ml +@@ -19,10 +19,10 @@ open Images;; + (********************************************************************** load *) + + let read_id ic = +- let buf = String.create 7 in ++ let buf = Bytes.create 7 in + try + really_input ic buf 0 7; +- if buf = "P7 332\n" then () ++ if Bytes.to_string buf = "P7 332\n" then () + else begin + prerr_endline "wrong header id"; + raise Wrong_image_type +@@ -79,10 +79,12 @@ let cmap_332 () = + + let load_body ic w h = + let length = w * h in +- let str = String.create length in ++ let str = Bytes.create length in + try + really_input ic str 0 length; +- Index8.create_with w h [] (cmap_332 ()) (-1) str ++ (* safe: we just created it AND create_with copies it *) ++ let str' = Bytes.unsafe_to_string str in ++ Index8.create_with w h [] (cmap_332 ()) (-1) str' + with + | _ -> + prerr_endline "short"; +@@ -161,8 +163,12 @@ let create img = + resized + | Rgba32 _ | Cmyk32 _ -> failwith "RGBA and CMYK not supported" + in ++ (* ++ * XXX this creates and copies a batch of uninitialized data to ++ * create an uninitialized image to fill in, which is silly. ++ *) + let thumb = Index8.create_with nw nh [] (cmap_332 ()) (-1) +- (String.create (nw * nh)) ++ (Bytes.unsafe_to_string (Bytes.create (nw * nh))) + in + for y = 0 to nh - 1 do + for x = 0 to nw - 1 do diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile index f2364b5bb5b0..a5ae3b1ed389 100644 --- a/graphics/glad/Makefile +++ b/graphics/glad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/20 20:19:17 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/25 21:50:20 dholland Exp $ DISTNAME= glad-0.1.34 CATEGORIES= graphics @@ -17,6 +17,7 @@ CMAKE_ARGS+= -DGLAD_REPRODUCIBLE=ON CMAKE_ARGS+= -DGLAD_INSTALL=ON PYTHON_FOR_BUILD_ONLY= tool +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat .include "../../lang/python/tool.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/kvantum/Makefile b/graphics/kvantum/Makefile index a1b7389e7a8b..4c4bc8088c1b 100644 --- a/graphics/kvantum/Makefile +++ b/graphics/kvantum/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2021/12/08 16:05:00 adam Exp $ +# $NetBSD: Makefile,v 1.17 2021/12/29 05:49:25 pin Exp $ -DISTNAME= Kvantum-0.20.2 +DISTNAME= Kvantum-1.0.0 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} diff --git a/graphics/kvantum/PLIST b/graphics/kvantum/PLIST index be47f49ef1da..b1718d61c76f 100644 --- a/graphics/kvantum/PLIST +++ b/graphics/kvantum/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/09/15 13:34:29 pin Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/12/29 05:49:25 pin Exp $ bin/kvantummanager bin/kvantumpreview qt5/plugins/styles/libkvantum.so @@ -24,6 +24,8 @@ share/Kvantum/KvCurves/KvCurves.kvconfig share/Kvantum/KvCurves/KvCurves.svg share/Kvantum/KvCurves3d/KvCurves3d.kvconfig share/Kvantum/KvCurves3d/KvCurves3d.svg +share/Kvantum/KvCurves3d1/KvCurves3d1.kvconfig +share/Kvantum/KvCurves3d1/KvCurves3d1.svg share/Kvantum/KvCurvesLight/KvCurvesLight.kvconfig share/Kvantum/KvCurvesLight/KvCurvesLight.svg share/Kvantum/KvCurvesLight1/KvCurvesLight1.kvconfig @@ -85,6 +87,7 @@ share/color-schemes/KvBeige.colors share/color-schemes/KvBlender.colors share/color-schemes/KvBrown.colors share/color-schemes/KvCurves.colors +share/color-schemes/KvCurves3d1.colors share/color-schemes/KvCurvesLight.colors share/color-schemes/KvCyan.colors share/color-schemes/KvDark.colors @@ -114,6 +117,7 @@ share/icons/hicolor/scalable/apps/kvantum.svg share/kvantummanager/translations/kvantummanager_ar_DZ.qm share/kvantummanager/translations/kvantummanager_be.qm share/kvantummanager/translations/kvantummanager_bg.qm +share/kvantummanager/translations/kvantummanager_ca.qm share/kvantummanager/translations/kvantummanager_cs.qm share/kvantummanager/translations/kvantummanager_cy.qm share/kvantummanager/translations/kvantummanager_da.qm @@ -126,6 +130,7 @@ share/kvantummanager/translations/kvantummanager_fa.qm share/kvantummanager/translations/kvantummanager_fi.qm share/kvantummanager/translations/kvantummanager_fr.qm share/kvantummanager/translations/kvantummanager_he.qm +share/kvantummanager/translations/kvantummanager_hr.qm share/kvantummanager/translations/kvantummanager_hu.qm share/kvantummanager/translations/kvantummanager_id.qm share/kvantummanager/translations/kvantummanager_it.qm @@ -146,6 +151,7 @@ share/kvantummanager/translations/kvantummanager_zh_CN.qm share/kvantummanager/translations/kvantummanager_zh_Hant.qm share/kvantumpreview/translations/kvantumpreview_ar_DZ.qm share/kvantumpreview/translations/kvantumpreview_bg.qm +share/kvantumpreview/translations/kvantumpreview_ca.qm share/kvantumpreview/translations/kvantumpreview_cs.qm share/kvantumpreview/translations/kvantumpreview_cy.qm share/kvantumpreview/translations/kvantumpreview_da.qm @@ -158,6 +164,7 @@ share/kvantumpreview/translations/kvantumpreview_fa.qm share/kvantumpreview/translations/kvantumpreview_fi.qm share/kvantumpreview/translations/kvantumpreview_fr.qm share/kvantumpreview/translations/kvantumpreview_he.qm +share/kvantumpreview/translations/kvantumpreview_hr.qm share/kvantumpreview/translations/kvantumpreview_hu.qm share/kvantumpreview/translations/kvantumpreview_id.qm share/kvantumpreview/translations/kvantumpreview_it.qm diff --git a/graphics/kvantum/distinfo b/graphics/kvantum/distinfo index 047346454522..46b7913c01e8 100644 --- a/graphics/kvantum/distinfo +++ b/graphics/kvantum/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:46:24 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/12/29 05:49:25 pin Exp $ -BLAKE2s (Kvantum-0.20.2.tar.gz) = b1474c0a8464747437974fa39e84ff2491096ac0b32f27e69e04f38ad2db94e5 -SHA512 (Kvantum-0.20.2.tar.gz) = 405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0 -Size (Kvantum-0.20.2.tar.gz) = 2894882 bytes +BLAKE2s (Kvantum-1.0.0.tar.gz) = 0323c9b3ae19b05dc598205eb4dd8319c1d58577cc2f1a52d7a66e2135c64cfc +SHA512 (Kvantum-1.0.0.tar.gz) = 5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542 +Size (Kvantum-1.0.0.tar.gz) = 2964213 bytes diff --git a/lang/boomerang/Makefile b/lang/boomerang/Makefile index 5ca8455a8f85..2b2a9676762b 100644 --- a/lang/boomerang/Makefile +++ b/lang/boomerang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2021/03/08 08:13:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2021/12/27 05:14:44 dholland Exp $ # DISTNAME= boomerang-0.2-source @@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= omake-[0-9]*:../../devel/omake # for pdflatex +BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref BUILD_DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf diff --git a/lang/classpath/distinfo b/lang/classpath/distinfo index 2dd9d5bafae6..ae585bf39ac1 100644 --- a/lang/classpath/distinfo +++ b/lang/classpath/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 10:51:32 nia Exp $ +$NetBSD: distinfo,v 1.17 2021/12/27 05:28:38 dholland Exp $ BLAKE2s (classpath-0.93.tar.gz) = 5d64a5d06c427f5714070b0a6205e6f1642cb297face68049bc9093dee6a5c17 SHA512 (classpath-0.93.tar.gz) = 69d831361085514bb7c5607fa694914cc01bc9fe589b7744d5534c97d434722193a1b68a336642d0dba9a3b50e9acea0364741790e9f19d196e5956a51c320b0 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 15a42f42e6cb7768dc77598cb9aa6dabf8e6d47f SHA1 (patch-ac) = ea5a749f064a35be6b5411c5967139103f1481ae SHA1 (patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__FreetypeGlyphVector.c) = ffb175228d637cfb72e883cab4d1438ad9aa4ecf SHA1 (patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkFontPeer.c) = 21112598c611b2fd5bbf3c8295454513037219d9 +SHA1 (patch-scripts_check__jni__methods.sh) = b09191a41e9121c62259f5da78eba6f3235ebccb diff --git a/lang/classpath/patches/patch-scripts_check__jni__methods.sh b/lang/classpath/patches/patch-scripts_check__jni__methods.sh new file mode 100644 index 000000000000..338987fd0709 --- /dev/null +++ b/lang/classpath/patches/patch-scripts_check__jni__methods.sh @@ -0,0 +1,15 @@ +$NetBSD: patch-scripts_check__jni__methods.sh,v 1.1 2021/12/27 05:28:38 dholland Exp $ + +Remove wrong escape that now fails. + +--- scripts/check_jni_methods.sh~ 2006-09-27 18:36:09.000000000 +0000 ++++ scripts/check_jni_methods.sh +@@ -25,7 +25,7 @@ find native/jni -name \*.cpp | \ + find native/jni -name \*.cpp | \ + xargs egrep -h '^(JNIEXPORT .* JNICALL )?Java_' | \ + cut -f4 -d\ | \ +- LC_ALL=C sed -e 's,^\JNIEXPORT .* JNICALL \(Java_[a-z_A-Z0-9]*\) *(.*$,\1,' >> $TMPFILE2 ++ LC_ALL=C sed -e 's,^JNIEXPORT .* JNICALL \(Java_[a-z_A-Z0-9]*\) *(.*$,\1,' >> $TMPFILE2 + mv $TMPFILE2 $TMPFILE3 + sort $TMPFILE3 | uniq > $TMPFILE2 + rm $TMPFILE3 diff --git a/lang/cparser/distinfo b/lang/cparser/distinfo index 22144089395a..165c85a9f005 100644 --- a/lang/cparser/distinfo +++ b/lang/cparser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:51:32 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/25 21:45:42 dholland Exp $ BLAKE2s (cparser-0.9.14.tar.bz2) = e60945b7527dfef5494cc174f790ae2ec068bc5796ff5a7f92b3b82150131868 SHA512 (cparser-0.9.14.tar.bz2) = 1bd436c9e2a36cb60341c62e9bb65e16dbc5f777918c3f43795c36321a5a8ce4cdf261469c2e45e329cd8560ccec44becffab2f924cd9d9bd9ff2d46d93ca4e9 Size (cparser-0.9.14.tar.bz2) = 193745 bytes -SHA1 (patch-aa) = 9f1f39561a6ffdaeb9dfc3d64934e8cdca501e3b +SHA1 (patch-aa) = 0a4aad62586804811f4feea5356d3da136ddf036 diff --git a/lang/cparser/patches/patch-aa b/lang/cparser/patches/patch-aa index 47073b8241d6..7496653c8efc 100644 --- a/lang/cparser/patches/patch-aa +++ b/lang/cparser/patches/patch-aa @@ -1,7 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2015/12/29 23:34:45 dholland Exp $ +$NetBSD: patch-aa,v 1.6 2021/12/25 21:45:43 dholland Exp $ Configure for pkgsrc. Use libtool. +Fix escaping creating revision.h. --- Makefile.orig 2012-11-21 17:50:43.000000000 +0000 +++ Makefile @@ -33,7 +34,18 @@ Use libtool. Q = @ -@@ -113,7 +113,7 @@ UNUSED := $(shell mkdir -p $(DIRS) $(DIR +@@ -103,8 +103,9 @@ config.h: + REVISION ?= $(shell git describe --abbrev=40 --always --dirty --match '') + + # Update revision.h if necessary ++HASH=\# + UNUSED := $(shell \ +- REV="\#define cparser_REVISION \"$(REVISION)\""; \ ++ REV="${HASH}define cparser_REVISION \"$(REVISION)\""; \ + echo "$$REV" | cmp -s - revision.h 2> /dev/null || echo "$$REV" > revision.h \ + ) + +@@ -113,7 +114,7 @@ UNUSED := $(shell mkdir -p $(DIRS) $(DIR $(GOAL): $(LIBFIRM_FILE) $(cparser_OBJECTS) @echo "===> LD $@" @@ -42,7 +54,7 @@ Use libtool. ifneq ("$(LIBFIRM_FILE)", "") ifneq ("$(MAKECMDGOALS)", "clean") -@@ -144,33 +144,33 @@ bootstrap2: cparser.bootstrap2 +@@ -144,33 +145,33 @@ bootstrap2: cparser.bootstrap2 @echo '===> CPARSER $<' $(Q)./cparser $(CPPFLAGS) -fsyntax-only $< diff --git a/lang/execline/Makefile b/lang/execline/Makefile index f272249a1627..06956c84fb34 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/09/29 09:53:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2021/12/22 16:00:06 schmonz Exp $ -DISTNAME= execline-2.8.1.0 +DISTNAME= execline-2.8.2.0 CATEGORIES= lang shells MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} @@ -10,7 +10,7 @@ HOMEPAGE= https://skarnet.org/software/execline/ COMMENT= The execline scripting language LICENSE= isc -MANPAGES= v2.8.1.0.1.tar.gz +MANPAGES= v2.8.1.0.4.tar.gz SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/execline-man-pages/archive/} USE_TOOLS+= gmake @@ -26,7 +26,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 post-install: do-install-manpages do-install-manpages: cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 1 7; do \ - for j in *.$$i; do \ + for j in man$$i/*.$$i; do \ ${INSTALL_MAN} $$j \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$$i; \ done \ diff --git a/lang/execline/distinfo b/lang/execline/distinfo index 8ecc39a9fe33..ae57d72f9a0d 100644 --- a/lang/execline/distinfo +++ b/lang/execline/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:51:34 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 16:00:06 schmonz Exp $ -BLAKE2s (execline-2.8.1.0.tar.gz) = aebaf692e57f752cf8066a5b95293bfa8e6f096a01179048885f72168a213a52 -SHA512 (execline-2.8.1.0.tar.gz) = 4e20ff5cd82941914a639abe2481efd93a7ada6d2431b65813793cc7801463179bc1c58ee73e889747038c859e5fd6e7e668b758fa1785da03e549547ca3c94c -Size (execline-2.8.1.0.tar.gz) = 97627 bytes -BLAKE2s (v2.8.1.0.1.tar.gz) = 5647d6f8c3889f73b44846b9be09ea5e6db3156d7470293a3ecf55a8e645cf72 -SHA512 (v2.8.1.0.1.tar.gz) = a34e48a9256f34efbe28b7f77b15023d76614b16e9d600d8048d260f26ae401bb68052f51a234644fd8febe2991768194df5dd685f205d72b2dadd7589298389 -Size (v2.8.1.0.1.tar.gz) = 35693 bytes +BLAKE2s (execline-2.8.2.0.tar.gz) = 8d4d4fefa77b273663a42d3c69fc081e69e4222d001d0b632e234c9c7cd2a6c3 +SHA512 (execline-2.8.2.0.tar.gz) = 9a2c21fbddfc4bce69857fa906fcbb7b17b0cd1009a33a9f3bbcce69ff443af82704d74b792e2d4393eb6d7de9888a5bc74ff208c31485d3398b0dea07368a15 +Size (execline-2.8.2.0.tar.gz) = 98438 bytes +BLAKE2s (v2.8.1.0.4.tar.gz) = c77ae7fdaa9f4b1c305484e491505866f1402bbd7834da4c035cab23774c058d +SHA512 (v2.8.1.0.4.tar.gz) = 1c8a9d3a5637d50a1d1632e78db1cbf89b2051b43b77da6de1e28f098916c43e4657dd026f365448a7042da0d5083c739cb0914829633113e70f42924090b680 +Size (v2.8.1.0.4.tar.gz) = 35798 bytes diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index b21d6c384804..b0a08994bfcf 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2020/01/26 17:31:28 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2021/12/25 21:34:12 dholland Exp $ DISTNAME= gpc-2.1 PKGREVISION= 5 @@ -15,7 +15,7 @@ COMMENT= GNU Pascal Compiler PATCH_SITES= ${MASTER_SITE_LOCAL} PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz -NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* *-*-x86_64 +NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* *-*-x86_64 *-*-aarch64 WRKSRC= ${WRKDIR}/gcc-2.95.3 USE_TOOLS+= gmake gsed diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index a13438b64859..6b0ee912fa66 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2019/11/03 19:04:02 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2021/12/27 04:27:10 dholland Exp $ # DISTNAME= intercal-0.30 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ diff --git a/lang/intercal/distinfo b/lang/intercal/distinfo index ba1a7113dc17..83bf3ac56753 100644 --- a/lang/intercal/distinfo +++ b/lang/intercal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:51:38 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/12/27 04:27:10 dholland Exp $ BLAKE2s (intercal-0.30.tar.gz) = 1e4b439f24f04e44b025329eb66deac44c72f3c83f6bc266a79773a84d44a660 SHA512 (intercal-0.30.tar.gz) = e82f52082a73e0eb6116026f78fdcc38369f54af828b9ed0d3ca6ed6c40550bfa81db4ca7c4d09015b5db5104a1c06229cfed52e1d202c3a7443f933fbcc0498 @@ -6,4 +6,4 @@ Size (intercal-0.30.tar.gz) = 930759 bytes SHA1 (patch-aa) = b6f7d5e4a46361f5af3ce3e1a646bc70c5b01ca6 SHA1 (patch-ae) = bb28fb6edd30e5d3dd1c41b42a1784cadb9428b0 SHA1 (patch-ag) = faf03857ad487796879632749489ad33b8648ba2 -SHA1 (patch-src_lexer.l) = 351d5a984d2de5e3e1f062b21609580bce090e4c +SHA1 (patch-src_lexer.l) = 8a93803080d68824820f2f90ff146c90d25bbddb diff --git a/lang/intercal/patches/patch-src_lexer.l b/lang/intercal/patches/patch-src_lexer.l index f1d18e009da1..9d96538cb66a 100644 --- a/lang/intercal/patches/patch-src_lexer.l +++ b/lang/intercal/patches/patch-src_lexer.l @@ -1,7 +1,10 @@ -$NetBSD: patch-src_lexer.l,v 1.1 2017/01/04 12:52:40 jperkin Exp $ +$NetBSD: patch-src_lexer.l,v 1.2 2021/12/27 04:27:10 dholland Exp $ Ensure the local yywrap is used. +Use the right type for "clclex"; otherwise the link fails on some +platforms. (And on others, the behavior is probably undefined...) + --- src/lexer.l.orig 2010-09-01 22:29:25.000000000 +0000 +++ src/lexer.l @@ -38,6 +38,7 @@ LICENSE TERMS @@ -12,3 +15,12 @@ Ensure the local yywrap is used. #ifndef yywrap static int yywrap(void) { +@@ -68,7 +69,7 @@ int sparkearslev = 0; + By default, the C-INTERCAL meanings are used; the extern variable clclex + causes CLC-INTERCAL interpretations to be put on the ambiguous symbols. + Otherwise, mixing syntaxes freely is allowed. */ +-extern int clclex; ++extern bool clclex; + + #ifdef FLEX_SCANNER + static char linebuf[YY_BUF_SIZE]; diff --git a/lang/japhar/distinfo b/lang/japhar/distinfo index e1f5aa940935..fde2652b56c4 100644 --- a/lang/japhar/distinfo +++ b/lang/japhar/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:51:39 nia Exp $ +$NetBSD: distinfo,v 1.15 2021/12/25 21:29:17 dholland Exp $ BLAKE2s (japhar-0.08.tar.gz) = d90dd304904a523163dc65a2cd6b911f19bc8b94a3f35af91767de0b9babccad SHA512 (japhar-0.08.tar.gz) = d8efe9dcc37a0d61b7de13a20285f02a20d704cca8e486325b7a635389e72afdebd46387c971aa022c252e206a0b5c706fea4303e781c587dd0aa39093beb9ec Size (japhar-0.08.tar.gz) = 903160 bytes -SHA1 (patch-aa) = 6dd390d4fba8b27436201148444b09bf713922af +SHA1 (patch-aa) = a5c31c3eb24c10ed48e7339aa19c4355f5940f22 SHA1 (patch-ab) = f367d0a6b34e8507159dba1e58123ebd29e8d22b SHA1 (patch-ac) = 26b8f7321fad1944d5df4eba757c35f9e32fa015 SHA1 (patch-ad) = 640ebdda8fe1a6d51de69dde2626c62f6b2cf1e0 diff --git a/lang/japhar/patches/patch-aa b/lang/japhar/patches/patch-aa index 1ea731369528..c50b2444491c 100644 --- a/lang/japhar/patches/patch-aa +++ b/lang/japhar/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2015/12/29 23:34:49 dholland Exp $ +$NetBSD: patch-aa,v 1.7 2021/12/25 21:29:18 dholland Exp $ -Recognize x86_64 and powerpc. +Recognize x86_64 and powerpc and arm. Recognize Dragonfly and NetBSD. Honor pkgsrc PTHREAD_LDFLAGS and PTHREAD_LIBS. Use pkgsrc readline. @@ -12,7 +12,7 @@ Use pkgsrc readline. if test x"${JNITYPES_HOST+set}"x != x"set"x; then case "${host}" in - i?86-* | alpha-* | sparc-* | mips-* | hppa1*) -+ i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1* | powerpc-*) ++ i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1* | powerpc-* | arm-* | armv[0-9]-* | aarch64-*) JNITYPES_HOST="${srcdir}/lib/libjni/include/jnitypes.frag";; *) { echo "configure: error: Unsupported platform.\n Check ${srcdir}/lib/libjni/include/jnitypes.frag to see if types are correct, and\n update configure.in." 1>&2; exit 1; } diff --git a/lang/llvm/Makefile b/lang/llvm/Makefile index 879583ec09ae..ba240895695f 100644 --- a/lang/llvm/Makefile +++ b/lang/llvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2021/12/08 16:05:21 adam Exp $ +# $NetBSD: Makefile,v 1.68 2021/12/26 21:52:11 he Exp $ # # when updating this, please also update: # devel/include-what-you-use @@ -21,7 +21,7 @@ # Always update all */buildlink3.mk to require the latest stable release # version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility -PKGREVISION= 1 +PKGREVISION= 2 .include "version.mk" DISTNAME= llvm-${LLVM_VERSION}.src @@ -109,6 +109,10 @@ CFLAGS+= -mlongcall CXXFLAGS+= -mlongcall .endif +.if ${OPSYS} == "NetBSD" +CMAKE_ARGS+= -DPKGSRC_LLVM_PTHREADLIB=-lpthread +.endif + .include "options.mk" # replacing config.guess is required even for cmake. diff --git a/lang/llvm/distinfo b/lang/llvm/distinfo index dd2119929832..7576a43f5f3e 100644 --- a/lang/llvm/distinfo +++ b/lang/llvm/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.32 2021/11/23 20:55:44 wiz Exp $ +$NetBSD: distinfo,v 1.33 2021/12/26 21:52:11 he Exp $ BLAKE2s (llvm-13.0.0.src.tar.xz) = ffdfed33e870715f2e8c0efdc2c29566a2bffe5a6efce90ea7ca4990c9067f0f SHA512 (llvm-13.0.0.src.tar.xz) = c307500a5fdc2bf6d768a808cf879d33914e24437f4f794361eccedb28ac6a98ebc41ca6140d09364c9bdec565fabd049e364d3f5b39f1751ecff51b687c4eff Size (llvm-13.0.0.src.tar.xz) = 45471992 bytes SHA1 (patch-CMakeLists.txt) = 78e2dab2bf73f7e466ca2788fe6444e39b4ebd80 -SHA1 (patch-cmake_config-ix.cmake) = 0c89e208e9e101a6d80aaa5007126eefb0d3647c +SHA1 (patch-cmake_config-ix.cmake) = 72d15d43d6d8eb3bd8b2c1ff7d416bd6b2421908 SHA1 (patch-cmake_modules_AddLLVM.cmake) = 148897aeba8c29b9cf55eade62554710ae0f63f3 SHA1 (patch-include_llvm-c_DataTypes.h) = 790c9458d6590a0d6985fdcbd8785da340b9779b SHA1 (patch-include_llvm_Analysis_ConstantFolding.h) = 56b9374da236c346565897977040255b9766cab8 diff --git a/lang/llvm/patches/patch-cmake_config-ix.cmake b/lang/llvm/patches/patch-cmake_config-ix.cmake index e469325eee25..4deaa15c1aac 100644 --- a/lang/llvm/patches/patch-cmake_config-ix.cmake +++ b/lang/llvm/patches/patch-cmake_config-ix.cmake @@ -1,10 +1,24 @@ -$NetBSD: patch-cmake_config-ix.cmake,v 1.5 2021/07/12 18:41:02 adam Exp $ +$NetBSD: patch-cmake_config-ix.cmake,v 1.6 2021/12/26 21:52:11 he Exp $ Do not generate invalid llvm-config in pkgsrc. +Allow override of pthread library selection via PKGSRC_LLVM_PTHREADLIB. --- cmake/config-ix.cmake.orig 2021-04-06 16:38:18.000000000 +0000 +++ cmake/config-ix.cmake -@@ -175,7 +175,7 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memor +@@ -113,7 +113,11 @@ if(HAVE_LIBPTHREAD) + set(CMAKE_THREAD_PREFER_PTHREAD TRUE) + set(THREADS_HAVE_PTHREAD_ARG Off) + find_package(Threads REQUIRED) +- set(LLVM_PTHREAD_LIB ${CMAKE_THREAD_LIBS_INIT}) ++ if(PKGSRC_LLVM_PTHREADLIB) ++ set(LLVM_PTHREAD_LIB ${PKGSRC_LLVM_PTHREADLIB}) ++ else() ++ set(LLVM_PTHREAD_LIB ${CMAKE_THREAD_LIBS_INIT}) ++ endif() + endif() + + if(LLVM_ENABLE_ZLIB) +@@ -176,7 +180,7 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memor set(MAYBE_REQUIRED) endif() if(LLVM_ENABLE_TERMINFO) diff --git a/lang/neko/Makefile b/lang/neko/Makefile index ffefd1d1fd5b..3048e4d15ff5 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2021/12/08 16:05:22 adam Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/27 01:11:10 dholland Exp $ DISTNAME= neko-2.3.0 PKGREVISION= 9 @@ -16,6 +16,13 @@ TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base USE_CMAKE= yes USE_TOOLS+= pkg-config +# Tries to build "bin/nekoc.n, bin/nekoml.n" multiple times at once +# and then chokes because nekoc.n won't load. Examination shows that +# the makefiles spewed from cmake try to build this element from four +# different subdirs at once, which is obviously unsafe, and arguing +# with cmake about this sort of thing is a waste of breath. +MAKE_JOBS_SAFE= no + .include "options.mk" .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/lang/openjdk8/distinfo b/lang/openjdk8/distinfo index db61ade402b4..8c1be36340e4 100644 --- a/lang/openjdk8/distinfo +++ b/lang/openjdk8/distinfo @@ -1,30 +1,30 @@ -$NetBSD: distinfo,v 1.86 2021/10/07 14:21:04 nia Exp $ +$NetBSD: distinfo,v 1.87 2021/12/27 06:29:03 ryoon Exp $ -RMD160 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 24f1577b5fc86d137f070aedb4610c8c89e45815 +BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 8745b980e290e509c0dd09706398b89afce85fee1405b9367b6684c83d56b96a SHA512 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 6ed928cc68503c27edd6f3a90f94e1e762192d41997b12903e37071f4fcd34f5579fa970e59c240928eaae60729300fbfdb02a5ec1136bc757ee24f1ee554af4 Size (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 26404752 bytes -RMD160 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-amd64-20150301.tar.xz) = e9a88901ed05bec37c63f235cc7c4b09aaaf1ba3 +BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-amd64-20150301.tar.xz) = f425ea056cb5b06be950a38d3c6cc517e18a4fa6e9e9db010f380c63be6563a5 SHA512 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-amd64-20150301.tar.xz) = 664d1f987af6b7271a5c6553a606beae09de3e77cea44ae8dd9327f78ac07afc9d81335ee342bd564617a3e54982d2ec75a827dcfc1ab4a2c54a041dd571f4fb Size (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-amd64-20150301.tar.xz) = 26955712 bytes -RMD160 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz) = 95fca1e15af0f48b529b525262f84b7a3c4f76fd +BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz) = efc81291c3e2ee6810a6ace11a7e2f0688c2e9e714545240487d511b60ceb450 SHA512 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz) = 6514db6e244214169b85d37ea0a41655822a8db11922574e287802aef684cd753237521a5bffa6be1cd1e26e23c19851a5ea89fea54dbc935485903d524dd152 Size (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz) = 23104564 bytes -RMD160 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-i386-20150301.tar.xz) = 627914b2c853da7a2d86e8a8b24fef1e36f25251 +BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-i386-20150301.tar.xz) = cd349b7c2dca11e42f1e427a8ed6a53820ffaa9df166053ebcf98aa09aa403e0 SHA512 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-i386-20150301.tar.xz) = 8c809f505435672f478036ddab436acdae032a2eed17698d36d74960fb17bde6f98b460c5904ac4737259e5e59d1a5447973a40085c633687d4b76ac3feda53c Size (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-i386-20150301.tar.xz) = 27615992 bytes -RMD160 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz) = 06b40db72e7154daff49093f3b6e8aa39cae27b3 +BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz) = d24626a2251851aeb817021977f86b704cc07e5f3be7848e989d7dd35e520073 SHA512 (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz) = 5391de2d35934b79462b603cd19c65b21712891d59afe9d6e5319ea479fe2bc528e4f423648cd6fc9bcaec97ed57b9e01d1c46d04bc4edb9ed5ae7131b7cd5d7 Size (openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz) = 23041084 bytes -RMD160 (openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz) = d6188b31e970c210c01d866f6242c85ed8ecf82f +BLAKE2s (openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz) = 36ddd58f37fc165d19ca2647b0b6ef7d32640ebee0fcd5674e0708cb806800fe SHA512 (openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz) = b1f302d33f8a8630c46fc20177a8a56dd521a51aec383e1111734130ea522d4da700554be9d82901930b497e9b73d1f714e3fb0232e4711aaaff9513a5c985cf Size (openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz) = 29542212 bytes -RMD160 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2) = 4835c6361f66138d73f583c40df0e04a31257157 +BLAKE2s (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2) = 7c16bafb772ca8a98ed300b751588d7c90dafe1d994822372971167993b44543 SHA512 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2) = 15ee0583de67df94c980eec197e5279344eaf94d4830e2030f8c8cbc795bce1e0abdf435be4be4c5da271a41d5441e9ebf4bd4f088b17698b5a1e4cc685ebf3a Size (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2) = 37910104 bytes -RMD160 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = b13d0e42839fb746d41f9001e488162b47803140 +BLAKE2s (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 98777d4ff1f864a9ff5a42870b30319abd39488be2abfdc5e7d3d59b016c5807 SHA512 (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 1403e582dacd0474e57d9aa8f1333060c50d099ef5d2c5a992ff7f63dcde2e538ff1e7fb78e45d12fd5aea6daf0704672e7f326399d415ee0d6bb53b6f925e9f Size (openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2) = 37883700 bytes -RMD160 (openjdk7/openjdk-jdk8u-jdk8u292-b10.2.tar.gz) = fddcf65c5334f9ca36eed4110c4d706de1122bc3 +BLAKE2s (openjdk7/openjdk-jdk8u-jdk8u292-b10.2.tar.gz) = e0f2a86f4b2f07229023bd9f18046bd490ecd98752cec47a1dfba66369b2d269 SHA512 (openjdk7/openjdk-jdk8u-jdk8u292-b10.2.tar.gz) = 3614ef9ee4327242c62cdf80bee746c648a91e515e5611dcc8a2576fc6aaf073351132d910fcb16366302d59e615142ce9948be38eccbf236f250e9b15e6d752 Size (openjdk7/openjdk-jdk8u-jdk8u292-b10.2.tar.gz) = 88568471 bytes SHA1 (patch-aa) = 8810cfed600ee3bf36a408cc77e497ac7b3e6838 diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 616071cdee4a..d19f3b38231c 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2021/12/20 09:01:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.274 2021/12/26 15:50:16 nia Exp $ PKGREVISION= 3 .include "license.mk" @@ -145,6 +145,7 @@ LIBSWANTED.OpenBSD= m crypt LIBSWANTED.SunOS= m crypt dl socket nsl LIBSWANTED.AIX= m crypt dl socket nsl bind c LIBSWANTED.SCO_SV= m crypt socket +LIBSWANTED.UnixWare= m crypt socket LIBSWANTED= ${LIBSWANTED.${OPSYS}} SUBST_VARS.policysh+= LIBSWANTED diff --git a/lang/sablevm-classpath/distinfo b/lang/sablevm-classpath/distinfo index 2979f9ceba3b..d00c5abb731b 100644 --- a/lang/sablevm-classpath/distinfo +++ b/lang/sablevm-classpath/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:51:54 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/12/27 03:31:57 dholland Exp $ BLAKE2s (sablevm-classpath-1.13.tar.gz) = a044599b20b35c879ef7f576c1cf09cd63d22f53e7bdea9cf54e4e7226b83fde SHA512 (sablevm-classpath-1.13.tar.gz) = 2e41ca5fe1b4cdb892d8cec6367774ec8a748bc1cf19c660d8b6a7ace4bc3462d7805d40392ef540f3561f2a97ceb317ea4115334eff7a0518d585d8cae84224 @@ -7,5 +7,4 @@ SHA1 (patch-aa) = b8b0a1e8f3a21cb6e26700714f146b44c2bafe71 SHA1 (patch-ab) = f1ebd89f5f66170d769e678cd55792d806ebbeab SHA1 (patch-ac) = 59fd252a65c92a9f318ba4140227da855fb1e3c4 SHA1 (patch-ad) = 1287035dbc2861e7b9a4ddbda2898cc58363ce75 -SHA1 (patch-native_fdlibm_ieeefp_h) = 70eeec657973b11ae8ce38901a543200a195ede9 -SHA1 (patch-native_jni_gtk-peer_gnu__java__awt__peer__gtk__GdkTextLayout.c) = 7e7eb5b7d5df5313961b67ad3620ac735345517f +SHA1 (patch-native_fdlibm_ieeefp_h) = c75ba16f748e70e4bee046890de8e7f5024d735e diff --git a/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h b/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h index ac9377fd931f..7574d10f2e8f 100644 --- a/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h +++ b/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h @@ -1,10 +1,28 @@ -$NetBSD: patch-native_fdlibm_ieeefp_h,v 1.1 2012/04/08 05:47:30 dholland Exp $ +$NetBSD: patch-native_fdlibm_ieeefp_h,v 1.3 2021/12/27 03:31:57 dholland Exp $ + +Build on AArch64 (64-bit ARM). Fix NetBSD PPC build, from Magnus Henoch in PR 34787. ---- native/fdlibm/ieeefp.h~ 2005-12-07 17:54:35.000000000 +0000 +--- native/fdlibm/ieeefp.h.orig 2005-12-07 17:54:35.000000000 +0000 +++ native/fdlibm/ieeefp.h -@@ -123,9 +123,9 @@ +@@ -27,6 +27,15 @@ + #endif + #endif + ++#if defined(__aarch64__) || defined(__AARCH64__) ++/* 64-bit ARM */ ++#ifdef __ARM_BIG_ENDIAN 1 ++#define __IEEE_BIG_ENDIAN ++#else ++#define __IEEE_LITTLE_ENDIAN ++#endif ++#endif ++ + #ifdef __hppa__ + #define __IEEE_BIG_ENDIAN + #endif +@@ -123,9 +132,9 @@ #define __IEEE_LITTLE_ENDIAN #endif diff --git a/lang/scm/Makefile b/lang/scm/Makefile index fa1733f332a7..6ca18ceb9b4c 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2019/11/03 19:04:08 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2021/12/27 03:08:43 dholland Exp $ # # Convert the version number as follows 2d2 -> 2.4.2, where the d is # changed to a 4, representing the 4th letter. @@ -10,11 +10,11 @@ DISTNAME= scm5e3 PKGNAME= scm-5.5.3 PKGREVISION= 2 CATEGORIES= lang -MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ +MASTER_SITES= https://groups.csail.mit.edu/mac/ftpdir/scm/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.swiss.ai.mit.edu/~jaffer/SCM +HOMEPAGE= https://people.csail.mit.edu/jaffer/SCM.html COMMENT= Portable scheme interpreter # scmfig.h:95:70: fatal error: scmflags.h: No such file or directory diff --git a/lang/scm/distinfo b/lang/scm/distinfo index 30e8d3350983..32961e171b35 100644 --- a/lang/scm/distinfo +++ b/lang/scm/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:51:55 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/12/27 03:17:17 dholland Exp $ BLAKE2s (scm5e3.zip) = 7d55ee0c6d05bdbe8ef91706a0a5cf9479b3066a8fd9fcfc8d8eca3a081702c8 SHA512 (scm5e3.zip) = f67a074b5e1a341bf790ded847ce77eb02a6855b108aa6cd94780cb6937b041d9185a64a5a9defcd122591b8e1661be6a7a8ed80e1d55d9ece714b3325217d49 Size (scm5e3.zip) = 901866 bytes SHA1 (patch-aa) = ead6bc6d59f448e59e0e954580449b751665ebfd SHA1 (patch-ab) = 9b3b078bdebad4bc12bd52d6a2db202d5cf88f89 -SHA1 (patch-ac) = babadb9192865c33a65aca08d07e241b58efee36 +SHA1 (patch-ac) = 6216825381ab3f5752841f9c51651222129aa112 SHA1 (patch-ad) = 3510daaa41a19539b196ae345f832b129bcaa0e5 SHA1 (patch-ae) = db36200d2a79ad4192e6c10ec35fd373860f81cd SHA1 (patch-af) = 97913488e0323652aee8596a21fb448e54618f47 diff --git a/lang/scm/patches/patch-ac b/lang/scm/patches/patch-ac index 7fee8024121e..b3b86ed13b76 100644 --- a/lang/scm/patches/patch-ac +++ b/lang/scm/patches/patch-ac @@ -1,10 +1,22 @@ -$NetBSD: patch-ac,v 1.2 2015/12/29 23:34:55 dholland Exp $ +$NetBSD: patch-ac,v 1.3 2021/12/27 03:17:17 dholland Exp $ + +Support 64-bit arm. Don't declare own errno. ---- scmfig.h.orig 2006-02-08 17:51:31.000000000 +0000 +--- scmfig.h.orig 2006-06-04 02:35:35.000000000 +0000 +++ scmfig.h -@@ -793,20 +793,6 @@ typedef SCM *SCMPTR; +@@ -277,6 +277,9 @@ rgx.c init_rgx(); regcomp and regexec. * + # endif + # endif + #endif ++#ifdef __aarch64__ ++#define SHORT_INT ++#endif + #ifdef __alpha + # define SHORT_INT + #endif +@@ -816,20 +819,6 @@ typedef SCM *SCMPTR; gc_for_open_files();\ else if (!SCM_INTERRUPTED(errno)) break;}} diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index 127ae3e2e634..c5129bc73d6c 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2019/08/30 18:12:29 nia Exp $ +# $NetBSD: Makefile,v 1.42 2021/12/27 06:32:10 dholland Exp $ DISTNAME= stalin-0.9 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= lang MASTER_SITES= ftp://ftp.ecn.purdue.edu/qobi/ EXTRACT_SUFX= .tgz @@ -45,4 +45,5 @@ do-install: .include "../../devel/boehm-gc/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" +.include "../../graphics/freeglut/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/stalin/distinfo b/lang/stalin/distinfo index d657bb51f05a..86f72de32eb3 100644 --- a/lang/stalin/distinfo +++ b/lang/stalin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:51:56 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/12/27 06:33:28 dholland Exp $ BLAKE2s (stalin-0.9.tgz) = a297cebf6fd1dfb39bfc7b4c6d384ac26da13da8e4e25f62e5f100b8f96e20e1 SHA512 (stalin-0.9.tgz) = c7ef9cc467ee60c63f208c61ed263e8cda9bd3c242a035b96c72675a24e03ed5429477939adb32205b316e9fec096fb65a38ff7181349ae607eb15beb8fdb802 diff --git a/lang/stalin/patches/patch-aa b/lang/stalin/patches/patch-aa index 223edfacc66e..529d913830e8 100644 --- a/lang/stalin/patches/patch-aa +++ b/lang/stalin/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2015/12/29 23:34:56 dholland Exp $ +$NetBSD: patch-aa,v 1.7 2021/12/27 06:33:28 dholland Exp $ Provide a makefile. diff --git a/lang/wasi-compiler-rt/Makefile b/lang/wasi-compiler-rt/Makefile index a9b581fe73ee..87fbdc7bb596 100644 --- a/lang/wasi-compiler-rt/Makefile +++ b/lang/wasi-compiler-rt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/12/19 14:05:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/22 16:10:08 ryoon Exp $ .include "../../lang/llvm/version.mk" @@ -19,7 +19,9 @@ NOT_FOR_PLATFORM= NetBSD-[0-7].*-* USE_CMAKE= yes USE_LANGUAGES= c99 c++11 USE_TOOLS+= ggrep -SSP_SUPPORTED= no + +SSP_SUPPORTED= no +PKGSRC_USE_STACK_CHECK= no CONFIGURE_DIRS= ../build CMAKE_ARG_PATH= ${WRKSRC}/lib/builtins @@ -59,8 +61,7 @@ post-extract: ${MKDIR} ${WRKDIR}/build PKGSRC_COMPILER= clang -PKG_CC= ${PREFIX}/bin/clang -PKG_CXX= ${PREFIX}/bin/clang++ +CLANGBASE= ${PREFIX} BUILDLINK_DEPMETHOD.clang= build .include "../../lang/clang/buildlink3.mk" .include "../../lang/llvm/buildlink3.mk" diff --git a/lang/wasi-libc/Makefile b/lang/wasi-libc/Makefile index 4cfe25f90de5..7c8598cc5f78 100644 --- a/lang/wasi-libc/Makefile +++ b/lang/wasi-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/12/19 13:38:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/22 16:09:45 ryoon Exp $ GITHUB_PROJECT= wasi-libc GITHUB_TAG= ad5133410f66b93a2381db5b542aad5e0964db96 @@ -13,8 +13,9 @@ HOMEPAGE= https://github.com/WebAssembly/wasi-libc/ COMMENT= libc for WebAssembly programs built on top of WASI LICENSE= mit AND apache-2.0 # apache-2.0-with-LLVM-exception -# Do not fail tests -PKGSRC_USE_SSP= no +# Do not fail tests and compile time error (undefined symbols) in www/firefox. +SSP_SUPPORTED= no +PKGSRC_USE_STACK_CHECK= no .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" @@ -36,10 +37,12 @@ MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX}/wasi BUILD_TARGET= finish PKGSRC_COMPILER= clang -PKG_CC= ${PREFIX}/bin/clang -PKG_CXX= ${PREFIX}/bin/clang++ +CLANGBASE= ${PREFIX} BUILDLINK_DEPMETHOD.clang= build .include "../../lang/clang/buildlink3.mk" BUILDLINK_DEPMETHOD.llvm= build .include "../../lang/llvm/buildlink3.mk" +.if empty(PKG_BUILD_OPTIONS.llvm:Mllvm-target-webassembly) +PKG_FAIL_REASON+= "llvm-target-webassembly PKG_OPTION must be enabled in lang/llvm" +.endif .include "../../mk/bsd.pkg.mk" diff --git a/lang/wasi-libcxx/Makefile b/lang/wasi-libcxx/Makefile index 05e0882ec396..d94565b3c538 100644 --- a/lang/wasi-libcxx/Makefile +++ b/lang/wasi-libcxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/12/19 14:12:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/27 10:00:13 wiz Exp $ .include "../../lang/llvm/version.mk" @@ -36,7 +36,9 @@ INSTALL_DIRS+= ${BUILD_DIRS} USE_LANGUAGES= c c++ USE_CMAKE= yes -SSP_SUPPORTED= no + +SSP_SUPPORTED= no +PKGSRC_USE_STACK_CHECK= no CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=1 @@ -166,10 +168,10 @@ do-configure: cmake ${CMAKE_ARGS} ../libcxxabi .include "../../lang/llvm/buildlink3.mk" +.include "../../lang/wasi-libc/buildlink3.mk" .include "../../lang/wasi-compiler-rt/buildlink3.mk" PKGSRC_COMPILER= clang -PKG_CC= ${PREFIX}/bin/clang -PKG_CXX= ${PREFIX}/bin/clang++ +CLANGBASE= ${PREFIX} BUILDLINK_DEPMETHOD.clang= build .include "../../lang/clang/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/yap/distinfo b/lang/yap/distinfo index baf51d553c63..c683d1eaacd6 100644 --- a/lang/yap/distinfo +++ b/lang/yap/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.25 2021/10/26 10:51:58 nia Exp $ +$NetBSD: distinfo,v 1.26 2021/12/29 03:14:35 dholland Exp $ BLAKE2s (yap-6.3.3.tar.gz) = f0c62ab419df786dab9000edffaaffb628a78c56042f2e5d5b8aca06ae81a6fb SHA512 (yap-6.3.3.tar.gz) = 4ef45277ec84b6e072fa54afc7d6c18f11c3a0cdf477e35e35a0ce2181c9ff2e693f8735f63a1899373f6baf79ce0a972b37e1ae6ed8271bec60663f477bbe80 Size (yap-6.3.3.tar.gz) = 7879301 bytes +SHA1 (patch-H_absmi.h) = f930063ca281d7ab8df80e66b89cc38d810374c0 SHA1 (patch-aa) = 41b755767d18031ea5a6dc1c225dd8cf29e1d758 SHA1 (patch-ad) = e3765c0d6729b4d531cdea59dc8e442055091d10 SHA1 (patch-ae) = 7464217cd29c7a99d8f5262f0d8f268a39358791 diff --git a/lang/yap/patches/patch-H_absmi.h b/lang/yap/patches/patch-H_absmi.h new file mode 100644 index 000000000000..148fab6e6e05 --- /dev/null +++ b/lang/yap/patches/patch-H_absmi.h @@ -0,0 +1,17 @@ +$NetBSD: patch-H_absmi.h,v 1.1 2021/12/29 03:14:35 dholland Exp $ + +Fix (by blunt hammer) build failure on hppa, alpha, mips, and ppc. +(Would be better to fix the offending code. Maybe sometime.) + +--- H/absmi.h~ 2012-12-14 09:03:05.000000000 +0000 ++++ H/absmi.h +@@ -142,6 +142,9 @@ register struct yami* P1REG asm ("bp"); + + #endif /* __GNUC__ */ + ++/* The USE_PREFETCH code doesn't compile. Shut it off forcibly. */ ++#undef USE_PREFETCH ++ + #include "Yap.h" + #include "clause.h" + #include "eval.h" diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index ed1235a0b211..03bfbeee0f84 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2021/10/21 13:49:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2021/12/26 10:28:24 plunky Exp $ DISTNAME= alpine-2.25 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://alpine.x10host.com/alpine/release/src/ -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${DISTNAME}p1 # XXX maildir.patch changed upstream EXTRACT_SUFX= .tar.xz PATCH_SITES= https://alpine.x10host.com/alpine/patches/alpine-${PKGVERSION_NOREV}/ diff --git a/mail/alpine/distinfo b/mail/alpine/distinfo index 0e2ca70f37fe..890b9800629f 100644 --- a/mail/alpine/distinfo +++ b/mail/alpine/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.28 2021/10/26 10:53:54 nia Exp $ +$NetBSD: distinfo,v 1.29 2021/12/26 10:28:24 plunky Exp $ -BLAKE2s (alpine-2.25/alpine-2.25.tar.xz) = 6c1e0b8522b479477573d8af491045d5222758238fd83ba9fcb837d5c55afc6c -SHA512 (alpine-2.25/alpine-2.25.tar.xz) = 76c214cf66f4ac7af3de40357ad3a592ff2a119e327e5f6c256125b7865d46b09197435fe6ac8077ab7a498e4821925939f3f902431ca77baa786e149466a193 -Size (alpine-2.25/alpine-2.25.tar.xz) = 7495372 bytes -BLAKE2s (alpine-2.25/maildir.patch.gz) = 58e809cd9f5a28cc55d3a7ee3c8b9af379092f242ba3d5466b8614846466b03a -SHA512 (alpine-2.25/maildir.patch.gz) = eea454796cab4e96b83869e880fe17d20799bf3a606712367f42deb0f3870b30f620fc77c307e40303ffc8492e828bb7772965b21614b2c27d4fc972f18ff346 -Size (alpine-2.25/maildir.patch.gz) = 34758 bytes +BLAKE2s (alpine-2.25p1/alpine-2.25.tar.xz) = 6c1e0b8522b479477573d8af491045d5222758238fd83ba9fcb837d5c55afc6c +SHA512 (alpine-2.25p1/alpine-2.25.tar.xz) = 76c214cf66f4ac7af3de40357ad3a592ff2a119e327e5f6c256125b7865d46b09197435fe6ac8077ab7a498e4821925939f3f902431ca77baa786e149466a193 +Size (alpine-2.25p1/alpine-2.25.tar.xz) = 7495372 bytes +BLAKE2s (alpine-2.25p1/maildir.patch.gz) = 9d4c5e884815ec1c24286f264a0d5430e39f44971935e72c309e27e71062d7e7 +SHA512 (alpine-2.25p1/maildir.patch.gz) = 2973302432d8b7611cc5998c19ce8d9965b2c18a0dd06693a3f409becb3173df5a63d5b87859994bf13d216200823148d00255e242e0bc33b3952cdc7025ee26 +Size (alpine-2.25p1/maildir.patch.gz) = 34788 bytes SHA1 (patch-imap_src_c-client_auth_gss.c) = e6da9ee9dbe0751872d1400237a030112eaa56c6 SHA1 (patch-imap_src_osdep_unix_Makefile.gss) = ca09bc26a139c68afe8ac1f99be54bd1fc0e77f0 SHA1 (patch-imap_src_osdep_unix_kerb_mit.c) = c77d5ee1e8aee30811c2df0562caa375ed270c0e diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e12e9fb906c5..63ad9acfc28d 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.200 2021/11/10 19:24:52 khorben Exp $ +# $NetBSD: Makefile,v 1.201 2021/12/26 15:28:10 triaxx Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. -DISTNAME= fetchmail-6.4.21 -PKGREVISION= 2 +DISTNAME= fetchmail-6.4.25 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} EXTRACT_SUFX= .tar.xz diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 166ad704256a..cee74c657fbd 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.61 2021/10/26 10:54:01 nia Exp $ +$NetBSD: distinfo,v 1.62 2021/12/26 15:28:10 triaxx Exp $ -BLAKE2s (fetchmail-6.4.21.tar.xz) = 0353dd795872580e40ae93870fc1b7512745c81a52db8fb4b5272faddc94fa2a -SHA512 (fetchmail-6.4.21.tar.xz) = c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67 -Size (fetchmail-6.4.21.tar.xz) = 1318996 bytes +BLAKE2s (fetchmail-6.4.25.tar.xz) = 042b4b0a4aafb7ffde80e0b0cbd08c8754898919b2f78f9d6c729016a5e385ad +SHA512 (fetchmail-6.4.25.tar.xz) = 33adbcc1d46f4260a8e74e2a8d2375086374ffa403f7b73a9583db2bfce1319b39d8cceb5127201704344444df5fc33b91097dc0060fa76cb07128889db27434 +Size (fetchmail-6.4.25.tar.xz) = 1343360 bytes SHA1 (patch-Makefile.in) = 9cd2053a7c8bbbf6f71fcee03e33c0d29d235c4e SHA1 (patch-configure) = f5db59db380755d8b9fc8f75e723fd729ca06c30 SHA1 (patch-configure.ac) = 9ff885f7d40a749f628d35a8408b1860f8017362 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index cb4e39f7653b..08ca920739b7 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2021/08/28 05:23:03 triaxx Exp $ +# $NetBSD: Makefile,v 1.113 2021/12/26 15:30:09 triaxx Exp $ -DISTNAME= fetchmail-6.4.21 +DISTNAME= fetchmail-6.4.25 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index 128284e0e167..726d1fccc3cd 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:54:02 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/12/26 23:54:01 nros Exp $ BLAKE2s (ifile-1.3.8/ifile-1.3.8.tar.gz) = 1f484a0689d3d7afae497dea28626fac48b4815ba288249fde4c09ccd4b329f2 SHA512 (ifile-1.3.8/ifile-1.3.8.tar.gz) = d69315da0eae777fb764d9db5157d1e7232f7c17fa3b42dcdf21dd81205999f1740d1d59727a951cbd48327cdd05ce47f9c1a30d6c67cca4b744f879d82a8b32 Size (ifile-1.3.8/ifile-1.3.8.tar.gz) = 190558 bytes -SHA1 (patch-aa) = f60b5642496e83707f722c2ea1d63460599226ba +SHA1 (patch-aa) = 259413b004057433d49202e1ab1ba57d33f22f99 SHA1 (patch-ad) = 6b92eec1416a40cc692ff58915f8ebf133160f6a -SHA1 (patch-argp_argp-fmtstream.h) = 505591cb210f783422a9e600e1f97a2ca3ae09ad +SHA1 (patch-argp_argp-fmtstream.h) = 384edba4ffa1449e0b7f7ccf117e2de11514e496 +SHA1 (patch-argp_argp-fs-xinl.c) = 208a1f3d2711ddae6fc175a5b8dd03744053662e +SHA1 (patch-argp_argp-xinl.c) = 508c2afe0b452443f745722e28ce2cb8f336d49a diff --git a/mail/ifile/patches/patch-aa b/mail/ifile/patches/patch-aa index 449c20f9de09..aad6eb49c0c2 100644 --- a/mail/ifile/patches/patch-aa +++ b/mail/ifile/patches/patch-aa @@ -1,6 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2012/10/15 09:35:17 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2021/12/26 23:54:01 nros Exp $ ---- argp/argp.h.orig 2004-11-19 22:51:25.000000000 +0000 +* defining __OPTIMIZE__ to nothing causes ssp.h on NetBSD + to crash use __ARGP_OPTIMIZE__ instead to avoid conflict + +--- argp/argp.h.orig 2006-05-22 16:49:22.000000000 +0000 +++ argp/argp.h @@ -352,7 +352,7 @@ struct argp_state #define ARGP_NO_EXIT 0x20 @@ -38,6 +41,15 @@ $NetBSD: patch-aa,v 1.3 2012/10/15 09:35:17 joerg Exp $ /* Return the input field for ARGP in the parser corresponding to STATE; used by the help routines. */ +@@ -508,7 +512,7 @@ extern void *_argp_input __P ((__const s + extern void *__argp_input __P ((__const struct argp *argp, + __const struct argp_state *state)); + +-#ifdef __OPTIMIZE__ ++#ifdef __ARGP_OPTIMIZE__ + + #if !_LIBC + # define __argp_usage argp_usage @@ -518,7 +522,11 @@ extern void *__argp_input __P ((__const #endif @@ -50,3 +62,12 @@ $NetBSD: patch-aa,v 1.3 2012/10/15 09:35:17 joerg Exp $ #endif ARGP_EI void +@@ -552,7 +560,7 @@ __option_is_end (__const struct argp_opt + # undef __option_is_end + #endif + +-#endif /* __OPTIMIZE__ */ ++#endif /* __ARGP_OPTIMIZE__ */ + + #ifdef __cplusplus + } diff --git a/mail/ifile/patches/patch-argp_argp-fmtstream.h b/mail/ifile/patches/patch-argp_argp-fmtstream.h index a231598430d9..df0678b5ec63 100644 --- a/mail/ifile/patches/patch-argp_argp-fmtstream.h +++ b/mail/ifile/patches/patch-argp_argp-fmtstream.h @@ -1,6 +1,9 @@ -$NetBSD: patch-argp_argp-fmtstream.h,v 1.1 2012/10/20 22:13:28 joerg Exp $ +$NetBSD: patch-argp_argp-fmtstream.h,v 1.2 2021/12/26 23:54:01 nros Exp $ ---- argp/argp-fmtstream.h.orig 2004-11-19 22:51:26.000000000 +0000 +* defining __OPTIMIZE__ to nothing causes ssp.h on NetBSD + to crash use __ARGP_OPTIMIZE__ instead to avoid conflict + +--- argp/argp-fmtstream.h.orig 2006-05-22 16:49:23.000000000 +0000 +++ argp/argp-fmtstream.h @@ -139,6 +139,7 @@ extern ssize_t argp_fmtstream_printf (ar ; @@ -34,6 +37,15 @@ /* Internal routines. */ extern void _argp_fmtstream_update (argp_fmtstream_t __fs); +@@ -186,7 +190,7 @@ extern void __argp_fmtstream_update (arg + extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount); + extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount); + +-#ifdef __OPTIMIZE__ ++#ifdef __ARGP_OPTIMIZE__ + /* Inline versions of above routines. */ + + #if !_LIBC @@ -202,7 +206,11 @@ extern int __argp_fmtstream_ensure (argp #endif @@ -46,3 +58,12 @@ #endif ARGP_FS_EI size_t +@@ -298,7 +306,7 @@ __argp_fmtstream_point (argp_fmtstream_t + #undef __argp_fmtstream_ensure + #endif + +-#endif /* __OPTIMIZE__ */ ++#endif /* __ARGP_OPTIMIZE__ */ + + #endif /* ARGP_FMTSTREAM_USE_LINEWRAP */ + diff --git a/mail/ifile/patches/patch-argp_argp-fs-xinl.c b/mail/ifile/patches/patch-argp_argp-fs-xinl.c new file mode 100644 index 000000000000..1c4e76fcd1a4 --- /dev/null +++ b/mail/ifile/patches/patch-argp_argp-fs-xinl.c @@ -0,0 +1,18 @@ +$NetBSD: patch-argp_argp-fs-xinl.c,v 1.1 2021/12/26 23:54:01 nros Exp $ + +* defining __OPTIMIZE__ to nothing causes ssp.h on NetBSD + to crash use __ARGP_OPTIMIZE__ instead to avoid conflict + +--- argp/argp-fs-xinl.c.orig 2021-12-26 22:34:56.922104884 +0000 ++++ argp/argp-fs-xinl.c +@@ -23,8 +23,8 @@ + #endif + + #define ARGP_FS_EI +-#undef __OPTIMIZE__ +-#define __OPTIMIZE__ ++#undef __ARGP_OPTIMIZE__ ++#define __ARGP_OPTIMIZE__ + #include "argp-fmtstream.h" + + /* Add weak aliases. */ diff --git a/mail/ifile/patches/patch-argp_argp-xinl.c b/mail/ifile/patches/patch-argp_argp-xinl.c new file mode 100644 index 000000000000..06a5de6bbd7f --- /dev/null +++ b/mail/ifile/patches/patch-argp_argp-xinl.c @@ -0,0 +1,18 @@ +$NetBSD: patch-argp_argp-xinl.c,v 1.1 2021/12/26 23:54:01 nros Exp $ + +* defining __OPTIMIZE__ to nothing causes ssp.h on NetBSD + to crash use __ARGP_OPTIMIZE__ instead to avoid conflict + +--- argp/argp-xinl.c.orig 2021-12-26 22:35:33.786126632 +0000 ++++ argp/argp-xinl.c +@@ -23,8 +23,8 @@ + #endif + + #define ARGP_EI +-#undef __OPTIMIZE__ +-#define __OPTIMIZE__ ++#undef __ARGP_OPTIMIZE__ ++#define __ARGP_OPTIMIZE__ + #include "argp.h" + + /* Add weak aliases. */ diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 487446f96ba6..7f4e56c16ff7 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2021/12/08 16:05:28 adam Exp $ +# $NetBSD: Makefile,v 1.87 2021/12/26 16:13:45 rhialto Exp $ DISTNAME= milter-greylist-4.4.3 PKGREVISION= 22 diff --git a/mail/smtpd-starttls-proxy/Makefile b/mail/smtpd-starttls-proxy/Makefile index 98358ac03b13..b6322d6418cf 100644 --- a/mail/smtpd-starttls-proxy/Makefile +++ b/mail/smtpd-starttls-proxy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/09/29 09:58:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/22 16:07:30 schmonz Exp $ -DISTNAME= smtpd-starttls-proxy-0.0.1.0 +DISTNAME= smtpd-starttls-proxy-0.0.1.1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} diff --git a/mail/smtpd-starttls-proxy/distinfo b/mail/smtpd-starttls-proxy/distinfo index 62af493ef2d4..cf89928fc14f 100644 --- a/mail/smtpd-starttls-proxy/distinfo +++ b/mail/smtpd-starttls-proxy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:54:30 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 16:07:30 schmonz Exp $ -BLAKE2s (smtpd-starttls-proxy-0.0.1.0.tar.gz) = ecfafd449d7bbe5977357b8e755022f18513405d15ed0287ddfdb23d6741f9f9 -SHA512 (smtpd-starttls-proxy-0.0.1.0.tar.gz) = e8268341ef70ad4c254f20079d07d44f3ff4cc28dd5e3327678334b92c270bf4bc0f392d08cda271d8dccb49f723bcbe52b6fcfadf9d188bb89c373fdeb69a56 -Size (smtpd-starttls-proxy-0.0.1.0.tar.gz) = 17997 bytes +BLAKE2s (smtpd-starttls-proxy-0.0.1.1.tar.gz) = 4dfa548a4137c0ce4b7447ef3cfd654a235ad6c63fec79389f1b9e5d1d23b2e3 +SHA512 (smtpd-starttls-proxy-0.0.1.1.tar.gz) = 4a8f97a2bb7b1a79a68d5d4fc1c1f0c82e56728b9e0c8c7f6d4383e7d4237a23223043e7df6c10866cc662d85161c4d160b8f4902d45111d1d7478ef508df33e +Size (smtpd-starttls-proxy-0.0.1.1.tar.gz) = 18091 bytes diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index e916367208d7..578a36f940f4 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:49 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2021/12/26 16:13:45 rhialto Exp $ # DISTNAME= spamass-milter-0.4.0 diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile index d66445b9f5a8..7670e127e568 100644 --- a/meta-pkgs/py-tryton-platform/Makefile +++ b/meta-pkgs/py-tryton-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/12/08 10:56:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2021/12/24 16:10:39 wiz Exp $ # DISTNAME= # empty PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} @@ -14,7 +14,7 @@ COMMENT= Install complete tryton client/server platform META_PACKAGE= yes -PYTHON_VERSIONS_ACCEPTED= 27 # some dependencies only for python-2.7 as of 20200313 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" @@ -91,7 +91,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-dashboard>=${TRYTON_BASEVER}:../../misc/py-tryt DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party DEPENDS+= ${PYPKGPREFIX}-trytond-party-relationship>=${TRYTON_BASEVER}:../../misc/py-trytond-party-relationship DEPENDS+= ${PYPKGPREFIX}-trytond-party-siret>=${TRYTON_BASEVER}:../../misc/py-trytond-party-siret -DEPENDS+= ${PYPKGPREFIX}-trytond-party-vcarddav>=${TRYTON_BASEVER}:../../misc/py-trytond-party-vcarddav DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product DEPENDS+= ${PYPKGPREFIX}-trytond-production-routing>=${TRYTON_BASEVER}:../../misc/py-trytond-production-routing DEPENDS+= ${PYPKGPREFIX}-trytond-production-split>=${TRYTON_BASEVER}:../../misc/py-trytond-production-split @@ -118,16 +117,9 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping-ups>=${TRYTON_BASEVER}:. DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-product-location DEPENDS+= ${PYPKGPREFIX}-trytond-stock-split>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-split DEPENDS+= ${PYPKGPREFIX}-trytond-authentication-sms>=${TRYTON_BASEVER}:../../security/py-trytond-authentication-sms -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-classification>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-classification -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-scheduling>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-scheduling -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-todo>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-todo -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time>=${TRYTON_BASEVER}:../../time/py-trytond-company-work-time DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet-cost>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet-cost DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet DEPENDS+= ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user -DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav - -PYTHON_VERSIONS_ACCEPTED= 27 # py-simplesoap via py-stdnum and py-trytond-bank .include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index ffe7be49c925..ff0713bd7618 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.72 2021/11/30 14:04:36 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.73 2021/12/26 18:27:55 gutteridge Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by devel/xfce4-conf/Makefile # used by devel/xfce4-dev-tools/Makefile -# used by comms/xfce4-modemlights-plugin/Makefile # used by editors/xfce4-mousepad/Makefile # used by mail/xfce4-mailwatch-plugin/Makefile # used by meta-pkgs/xfce4-extras/Makefile @@ -20,7 +19,6 @@ # used by sysutils/xfce4-diskperf-plugin/Makefile # used by sysutils/xfce4-fsguard-plugin/Makefile # used by sysutils/xfce4-genmon-plugin/Makefile -# used by sysutils/xfce4-gvfs-mount-plugin/Makefile # used by sysutils/xfce4-mount-plugin/Makefile # used by sysutils/xfce4-netload-plugin/Makefile # used by sysutils/xfce4-power-manager/Makefile @@ -35,7 +33,6 @@ # used by time/xfce4-timer-plugin/Makefile # used by wm/xfce4-wm-themes/Makefile # used by wm/xfce4-wm/Makefile -# used by x11/libxfce4gui/Makefile # used by x11/libxfce4ui/Makefile # used by x11/libxfce4util/Makefile # used by x11/xfce4-clipman-plugin/Makefile @@ -44,7 +41,6 @@ # used by x11/xfce4-exo/Makefile # used by x11/xfce4-eyes-plugin/Makefile # used by x11/xfce4-garcon/Makefile -# used by x11/xfce4-kbdleds-plugin/Makefile # used by x11/xfce4-indicator-plugin/Makefile # used by x11/xfce4-notes-plugin/Makefile # used by x11/xfce4-notifyd/Makefile @@ -56,7 +52,6 @@ # used by x11/xfce4-terminal/Makefile # used by x11/xfce4-tumbler/Makefile # used by x11/xfce4-whiskermenu-plugin/Makefile -# used by x11/xfce4-wmdock-plugin/Makefile MASTER_SITES= https://archive.xfce.org/src/xfce/ EXTRACT_SUFX= .tar.bz2 diff --git a/misc/Makefile b/misc/Makefile index 965be2830373..8b5e481bad25 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.556 2021/11/27 12:34:07 pho Exp $ +# $NetBSD: Makefile,v 1.557 2021/12/24 15:50:45 wiz Exp $ # COMMENT= Miscellaneous utilities @@ -264,7 +264,6 @@ SUBDIR+= py-trytond-dashboard SUBDIR+= py-trytond-party SUBDIR+= py-trytond-party-relationship SUBDIR+= py-trytond-party-siret -SUBDIR+= py-trytond-party-vcarddav SUBDIR+= py-trytond-product SUBDIR+= py-trytond-product-attribute SUBDIR+= py-trytond-product-classification diff --git a/misc/py-trytond-carrier-percentage/PLIST b/misc/py-trytond-carrier-percentage/PLIST index de44bd86ffa9..b8d1c75ddd3e 100644 --- a/misc/py-trytond-carrier-percentage/PLIST +++ b/misc/py-trytond-carrier-percentage/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/carrier_percentage/__init__.py ${PYSITELIB}/trytond/modules/carrier_percentage/__init__.pyc ${PYSITELIB}/trytond/modules/carrier_percentage/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/carrier_percentage/locale/cs.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/de.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/es.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/es_419.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/et.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/fa.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/fi.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/fr.po -${PYSITELIB}/trytond/modules/carrier_percentage/locale/hu_HU.po -${PYSITELIB}/trytond/modules/carrier_percentage/locale/it_IT.po -${PYSITELIB}/trytond/modules/carrier_percentage/locale/ja_JP.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/hu.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/id.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/it.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/lo.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/lt.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/nl.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/pl.po -${PYSITELIB}/trytond/modules/carrier_percentage/locale/pt_BR.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/pt.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/ro.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/ru.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/sl.po +${PYSITELIB}/trytond/modules/carrier_percentage/locale/tr.po ${PYSITELIB}/trytond/modules/carrier_percentage/locale/zh_CN.po ${PYSITELIB}/trytond/modules/carrier_percentage/sale.py ${PYSITELIB}/trytond/modules/carrier_percentage/sale.pyc diff --git a/misc/py-trytond-carrier-percentage/distinfo b/misc/py-trytond-carrier-percentage/distinfo index 1cbd0658d6b2..5d22da67879c 100644 --- a/misc/py-trytond-carrier-percentage/distinfo +++ b/misc/py-trytond-carrier-percentage/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_carrier_percentage-4.2.0.tar.gz) = f9f12e8a770a358dcf4a6667dc9be4d1996df7738f022d2c722911dae912f2bd -SHA512 (tryton-4.2/trytond_carrier_percentage-4.2.0.tar.gz) = 13f939e79acbe0888d64eaf7e5ec5316942cb1fbec0111135995f46d674e98b63e91fcd6b02c214b73a2fc3e7a69a0820a60e493b2377cd0a77b149cd8987a60 -Size (tryton-4.2/trytond_carrier_percentage-4.2.0.tar.gz) = 21901 bytes +BLAKE2s (tryton-6.2/trytond_carrier_percentage-6.2.0.tar.gz) = 9a5810413c9ec7914de64946ede843dfb47fb340387c61affae0179bd511df70 +SHA512 (tryton-6.2/trytond_carrier_percentage-6.2.0.tar.gz) = ef1ec174e6804e32d4efbb9d2ab9e65f14b6f6e1cc09f59b9e4b99d97c1d620b0880615979ff480aca53dccf9a2d400bde2f97082a03dc6c8988d5421fb2ee5d +Size (tryton-6.2/trytond_carrier_percentage-6.2.0.tar.gz) = 25154 bytes diff --git a/misc/py-trytond-carrier-weight/PLIST b/misc/py-trytond-carrier-weight/PLIST index a1d7263d85f9..fb47f998b713 100644 --- a/misc/py-trytond-carrier-weight/PLIST +++ b/misc/py-trytond-carrier-weight/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/carrier_weight/__init__.py ${PYSITELIB}/trytond/modules/carrier_weight/__init__.pyc ${PYSITELIB}/trytond/modules/carrier_weight/__init__.pyo @@ -6,23 +6,31 @@ ${PYSITELIB}/trytond/modules/carrier_weight/carrier.py ${PYSITELIB}/trytond/modules/carrier_weight/carrier.pyc ${PYSITELIB}/trytond/modules/carrier_weight/carrier.pyo ${PYSITELIB}/trytond/modules/carrier_weight/carrier.xml +${PYSITELIB}/trytond/modules/carrier_weight/common.py +${PYSITELIB}/trytond/modules/carrier_weight/common.pyc +${PYSITELIB}/trytond/modules/carrier_weight/common.pyo ${PYSITELIB}/trytond/modules/carrier_weight/locale/bg.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/ca.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/cs.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/de.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/es.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/es_419.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/et.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/fa.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/fi.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/fr.po -${PYSITELIB}/trytond/modules/carrier_weight/locale/hu_HU.po -${PYSITELIB}/trytond/modules/carrier_weight/locale/it_IT.po -${PYSITELIB}/trytond/modules/carrier_weight/locale/ja_JP.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/hu.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/id.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/it.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/lo.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/lt.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/nl.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/pl.po -${PYSITELIB}/trytond/modules/carrier_weight/locale/pt_BR.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/pt.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/ro.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/ru.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/sl.po +${PYSITELIB}/trytond/modules/carrier_weight/locale/tr.po ${PYSITELIB}/trytond/modules/carrier_weight/locale/zh_CN.po ${PYSITELIB}/trytond/modules/carrier_weight/sale.py ${PYSITELIB}/trytond/modules/carrier_weight/sale.pyc diff --git a/misc/py-trytond-carrier-weight/distinfo b/misc/py-trytond-carrier-weight/distinfo index 7b405a0ea011..1479868edb4e 100644 --- a/misc/py-trytond-carrier-weight/distinfo +++ b/misc/py-trytond-carrier-weight/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_carrier_weight-4.2.0.tar.gz) = 7a91a8f1359fc025707bd5d81cee04589a697a2234f7daea64a03dc451ffbeb4 -SHA512 (tryton-4.2/trytond_carrier_weight-4.2.0.tar.gz) = 90b44ca55f7c6eb81d16e76440e22cfed51ec144f7b075b28bbaa0dc32f563d9fc56290304973dc2c851bea4321fcf5027edbfcb4d2daf235a0c4c6300c38fe8 -Size (tryton-4.2/trytond_carrier_weight-4.2.0.tar.gz) = 24890 bytes +BLAKE2s (tryton-6.2/trytond_carrier_weight-6.2.0.tar.gz) = 233569f7d9f52fef3052e461f8c2f4e6086885f893d3f6a86a78ab06e155db23 +SHA512 (tryton-6.2/trytond_carrier_weight-6.2.0.tar.gz) = aa400a725df79e93832854c0d3545d62c6bf713aabe2cfae8422ab51fc1bc7dac7b34681d4ed7e13cf31f086046f09597feffa2c6ffba73882837dabf42f9f82 +Size (tryton-6.2/trytond_carrier_weight-6.2.0.tar.gz) = 28939 bytes diff --git a/misc/py-trytond-carrier/PLIST b/misc/py-trytond-carrier/PLIST index 0e9a10f0f0aa..4843e0e47949 100644 --- a/misc/py-trytond-carrier/PLIST +++ b/misc/py-trytond-carrier/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:51 mef Exp $ ${PYSITELIB}/trytond/modules/carrier/__init__.py ${PYSITELIB}/trytond/modules/carrier/__init__.pyc ${PYSITELIB}/trytond/modules/carrier/__init__.pyo @@ -6,23 +6,29 @@ ${PYSITELIB}/trytond/modules/carrier/carrier.py ${PYSITELIB}/trytond/modules/carrier/carrier.pyc ${PYSITELIB}/trytond/modules/carrier/carrier.pyo ${PYSITELIB}/trytond/modules/carrier/carrier.xml +${PYSITELIB}/trytond/modules/carrier/icons/tryton-carrier.svg ${PYSITELIB}/trytond/modules/carrier/locale/bg.po ${PYSITELIB}/trytond/modules/carrier/locale/ca.po ${PYSITELIB}/trytond/modules/carrier/locale/cs.po ${PYSITELIB}/trytond/modules/carrier/locale/de.po ${PYSITELIB}/trytond/modules/carrier/locale/es.po ${PYSITELIB}/trytond/modules/carrier/locale/es_419.po +${PYSITELIB}/trytond/modules/carrier/locale/et.po +${PYSITELIB}/trytond/modules/carrier/locale/fa.po +${PYSITELIB}/trytond/modules/carrier/locale/fi.po ${PYSITELIB}/trytond/modules/carrier/locale/fr.po -${PYSITELIB}/trytond/modules/carrier/locale/hu_HU.po -${PYSITELIB}/trytond/modules/carrier/locale/it_IT.po -${PYSITELIB}/trytond/modules/carrier/locale/ja_JP.po +${PYSITELIB}/trytond/modules/carrier/locale/hu.po +${PYSITELIB}/trytond/modules/carrier/locale/id.po +${PYSITELIB}/trytond/modules/carrier/locale/it.po ${PYSITELIB}/trytond/modules/carrier/locale/lo.po ${PYSITELIB}/trytond/modules/carrier/locale/lt.po ${PYSITELIB}/trytond/modules/carrier/locale/nl.po ${PYSITELIB}/trytond/modules/carrier/locale/pl.po -${PYSITELIB}/trytond/modules/carrier/locale/pt_BR.po +${PYSITELIB}/trytond/modules/carrier/locale/pt.po +${PYSITELIB}/trytond/modules/carrier/locale/ro.po ${PYSITELIB}/trytond/modules/carrier/locale/ru.po ${PYSITELIB}/trytond/modules/carrier/locale/sl.po +${PYSITELIB}/trytond/modules/carrier/locale/tr.po ${PYSITELIB}/trytond/modules/carrier/locale/zh_CN.po ${PYSITELIB}/trytond/modules/carrier/party.py ${PYSITELIB}/trytond/modules/carrier/party.pyc @@ -37,7 +43,8 @@ ${PYSITELIB}/trytond/modules/carrier/tryton.cfg ${PYSITELIB}/trytond/modules/carrier/view/carrier_form.xml ${PYSITELIB}/trytond/modules/carrier/view/carrier_tree.xml ${PYSITELIB}/trytond/modules/carrier/view/selection_form.xml -${PYSITELIB}/trytond/modules/carrier/view/selection_tree.xml +${PYSITELIB}/trytond/modules/carrier/view/selection_list.xml +${PYSITELIB}/trytond/modules/carrier/view/selection_list_sequence.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-carrier/distinfo b/misc/py-trytond-carrier/distinfo index a8bd6e7c6f74..ae8ca621a8d7 100644 --- a/misc/py-trytond-carrier/distinfo +++ b/misc/py-trytond-carrier/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_carrier-4.2.0.tar.gz) = 846cedbc213bfe191827d47d7d3b8d563bbe4c9d769cfd89a8806c7f8fb495c5 -SHA512 (tryton-4.2/trytond_carrier-4.2.0.tar.gz) = 38f466387ec9979d70eae1e92a3ba8890c875d515483593225c5dbaf912842c3d212bc4ef3eac9a5402f479491ab335d2fe87c0a8cc1e40870983c6126bc3aa4 -Size (tryton-4.2/trytond_carrier-4.2.0.tar.gz) = 24124 bytes +BLAKE2s (tryton-6.2/trytond_carrier-6.2.0.tar.gz) = 5c50516ed98b119aaa52921e4ad6b5f9c81028ff56a3f22c71604b45e72b9ff9 +SHA512 (tryton-6.2/trytond_carrier-6.2.0.tar.gz) = be65b76e6ed4aac8d7eccf10824c9f4bf9cac11b4e09cf016cd65696129d722ec0a875343ed25e6b1671ebee67e67a45568b50e65b0f08793a85e1d524c49a14 +Size (tryton-6.2/trytond_carrier-6.2.0.tar.gz) = 33033 bytes diff --git a/misc/py-trytond-company/PLIST b/misc/py-trytond-company/PLIST index 03eb0b4214c2..46d7f8c2403a 100644 --- a/misc/py-trytond-company/PLIST +++ b/misc/py-trytond-company/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/22 22:54:51 mef Exp $ ${PYSITELIB}/trytond/modules/company/__init__.py ${PYSITELIB}/trytond/modules/company/__init__.pyc ${PYSITELIB}/trytond/modules/company/__init__.pyo @@ -6,32 +6,44 @@ ${PYSITELIB}/trytond/modules/company/company.py ${PYSITELIB}/trytond/modules/company/company.pyc ${PYSITELIB}/trytond/modules/company/company.pyo ${PYSITELIB}/trytond/modules/company/company.xml -${PYSITELIB}/trytond/modules/company/cron.py -${PYSITELIB}/trytond/modules/company/cron.pyc -${PYSITELIB}/trytond/modules/company/cron.pyo -${PYSITELIB}/trytond/modules/company/cron.xml -${PYSITELIB}/trytond/modules/company/letter.odt +${PYSITELIB}/trytond/modules/company/icons/tryton-company.svg +${PYSITELIB}/trytond/modules/company/ir.py +${PYSITELIB}/trytond/modules/company/ir.pyc +${PYSITELIB}/trytond/modules/company/ir.pyo +${PYSITELIB}/trytond/modules/company/ir.xml +${PYSITELIB}/trytond/modules/company/letter.fodt ${PYSITELIB}/trytond/modules/company/locale/bg.po ${PYSITELIB}/trytond/modules/company/locale/ca.po ${PYSITELIB}/trytond/modules/company/locale/cs.po ${PYSITELIB}/trytond/modules/company/locale/de.po ${PYSITELIB}/trytond/modules/company/locale/es.po ${PYSITELIB}/trytond/modules/company/locale/es_419.po +${PYSITELIB}/trytond/modules/company/locale/et.po +${PYSITELIB}/trytond/modules/company/locale/fa.po +${PYSITELIB}/trytond/modules/company/locale/fi.po ${PYSITELIB}/trytond/modules/company/locale/fr.po -${PYSITELIB}/trytond/modules/company/locale/hu_HU.po -${PYSITELIB}/trytond/modules/company/locale/it_IT.po -${PYSITELIB}/trytond/modules/company/locale/ja_JP.po +${PYSITELIB}/trytond/modules/company/locale/hu.po +${PYSITELIB}/trytond/modules/company/locale/id.po +${PYSITELIB}/trytond/modules/company/locale/it.po ${PYSITELIB}/trytond/modules/company/locale/lo.po ${PYSITELIB}/trytond/modules/company/locale/lt.po ${PYSITELIB}/trytond/modules/company/locale/nl.po ${PYSITELIB}/trytond/modules/company/locale/pl.po -${PYSITELIB}/trytond/modules/company/locale/pt_BR.po +${PYSITELIB}/trytond/modules/company/locale/pt.po +${PYSITELIB}/trytond/modules/company/locale/ro.po ${PYSITELIB}/trytond/modules/company/locale/ru.po ${PYSITELIB}/trytond/modules/company/locale/sl.po +${PYSITELIB}/trytond/modules/company/locale/tr.po ${PYSITELIB}/trytond/modules/company/locale/zh_CN.po +${PYSITELIB}/trytond/modules/company/model.py +${PYSITELIB}/trytond/modules/company/model.pyc +${PYSITELIB}/trytond/modules/company/model.pyo ${PYSITELIB}/trytond/modules/company/party.py ${PYSITELIB}/trytond/modules/company/party.pyc ${PYSITELIB}/trytond/modules/company/party.pyo +${PYSITELIB}/trytond/modules/company/res.py +${PYSITELIB}/trytond/modules/company/res.pyc +${PYSITELIB}/trytond/modules/company/res.pyo ${PYSITELIB}/trytond/modules/company/tests/__init__.py ${PYSITELIB}/trytond/modules/company/tests/__init__.pyc ${PYSITELIB}/trytond/modules/company/tests/__init__.pyo @@ -45,12 +57,9 @@ ${PYSITELIB}/trytond/modules/company/tryton.cfg ${PYSITELIB}/trytond/modules/company/view/company_config_start_form.xml ${PYSITELIB}/trytond/modules/company/view/company_form.xml ${PYSITELIB}/trytond/modules/company/view/company_list.xml -${PYSITELIB}/trytond/modules/company/view/company_tree.xml ${PYSITELIB}/trytond/modules/company/view/cron_form.xml ${PYSITELIB}/trytond/modules/company/view/employee_form.xml ${PYSITELIB}/trytond/modules/company/view/employee_tree.xml -${PYSITELIB}/trytond/modules/company/view/property_form.xml -${PYSITELIB}/trytond/modules/company/view/property_tree.xml ${PYSITELIB}/trytond/modules/company/view/sequence_form.xml ${PYSITELIB}/trytond/modules/company/view/sequence_tree.xml ${PYSITELIB}/trytond/modules/company/view/user_form.xml diff --git a/misc/py-trytond-company/distinfo b/misc/py-trytond-company/distinfo index 6b899cfdd721..43acd5c6309c 100644 --- a/misc/py-trytond-company/distinfo +++ b/misc/py-trytond-company/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:51 mef Exp $ -BLAKE2s (tryton-4.2/trytond_company-4.2.0.tar.gz) = 7266c115e364a9a99b7f6933251568c94c52118dc55a99b3bd2a5e4f3eeeea91 -SHA512 (tryton-4.2/trytond_company-4.2.0.tar.gz) = a38431f3ec1e822209fd4e4b5adfa281155f8475f2151656d386ac97ba218e39cca33821adf460ecec52dd3c8d68808a95547cabf881e0bbb7729567a7b75296 -Size (tryton-4.2/trytond_company-4.2.0.tar.gz) = 44846 bytes +BLAKE2s (tryton-6.2/trytond_company-6.2.0.tar.gz) = 35a58c692c0e76fc14aa82c286f5f865d358a5e9667adecf04a9d7fc67c6fdd5 +SHA512 (tryton-6.2/trytond_company-6.2.0.tar.gz) = bdce095a4a89b1d2fd2d0c1045a4f980f56400cba7a52928f7ecf6a0f7136d138863fb1761ece987401ed60aa9164988d28622a2ca93d20b6759ebaac8c55d0d +Size (tryton-6.2/trytond_company-6.2.0.tar.gz) = 60811 bytes diff --git a/misc/py-trytond-dashboard/PLIST b/misc/py-trytond-dashboard/PLIST index f01b686bcd51..253d3edb0cc9 100644 --- a/misc/py-trytond-dashboard/PLIST +++ b/misc/py-trytond-dashboard/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/dashboard/__init__.py ${PYSITELIB}/trytond/modules/dashboard/__init__.pyc ${PYSITELIB}/trytond/modules/dashboard/__init__.pyo @@ -16,17 +16,22 @@ ${PYSITELIB}/trytond/modules/dashboard/locale/cs.po ${PYSITELIB}/trytond/modules/dashboard/locale/de.po ${PYSITELIB}/trytond/modules/dashboard/locale/es.po ${PYSITELIB}/trytond/modules/dashboard/locale/es_419.po +${PYSITELIB}/trytond/modules/dashboard/locale/et.po +${PYSITELIB}/trytond/modules/dashboard/locale/fa.po +${PYSITELIB}/trytond/modules/dashboard/locale/fi.po ${PYSITELIB}/trytond/modules/dashboard/locale/fr.po -${PYSITELIB}/trytond/modules/dashboard/locale/hu_HU.po -${PYSITELIB}/trytond/modules/dashboard/locale/it_IT.po -${PYSITELIB}/trytond/modules/dashboard/locale/ja_JP.po +${PYSITELIB}/trytond/modules/dashboard/locale/hu.po +${PYSITELIB}/trytond/modules/dashboard/locale/id.po +${PYSITELIB}/trytond/modules/dashboard/locale/it.po ${PYSITELIB}/trytond/modules/dashboard/locale/lo.po ${PYSITELIB}/trytond/modules/dashboard/locale/lt.po ${PYSITELIB}/trytond/modules/dashboard/locale/nl.po ${PYSITELIB}/trytond/modules/dashboard/locale/pl.po -${PYSITELIB}/trytond/modules/dashboard/locale/pt_BR.po +${PYSITELIB}/trytond/modules/dashboard/locale/pt.po +${PYSITELIB}/trytond/modules/dashboard/locale/ro.po ${PYSITELIB}/trytond/modules/dashboard/locale/ru.po ${PYSITELIB}/trytond/modules/dashboard/locale/sl.po +${PYSITELIB}/trytond/modules/dashboard/locale/tr.po ${PYSITELIB}/trytond/modules/dashboard/locale/zh_CN.po ${PYSITELIB}/trytond/modules/dashboard/res.py ${PYSITELIB}/trytond/modules/dashboard/res.pyc diff --git a/misc/py-trytond-dashboard/distinfo b/misc/py-trytond-dashboard/distinfo index 4efa765bd2df..2eb57164c0b0 100644 --- a/misc/py-trytond-dashboard/distinfo +++ b/misc/py-trytond-dashboard/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_dashboard-4.2.0.tar.gz) = 8315670475b81299a42a6934998ba518eef368b858ecbb730ac8edaf582e75dd -SHA512 (tryton-4.2/trytond_dashboard-4.2.0.tar.gz) = 57d920921933895c2849f03d85ebfb3c4042af6ccc56d4c51ddc04163d53298db6b072da554f88f595addf2e08c3753a3bdc758e5c9bdcfcff526cd1109cb159 -Size (tryton-4.2/trytond_dashboard-4.2.0.tar.gz) = 23874 bytes +BLAKE2s (tryton-6.2/trytond_dashboard-6.2.0.tar.gz) = 7d1dc4f68ac51eb7c1d3937c2d6bfd6ecbbfc6a84fcd9f525705f56c40435b16 +SHA512 (tryton-6.2/trytond_dashboard-6.2.0.tar.gz) = c8dd6b20484383bd07612121eef7f85fe1a15a7c7a152b25ca7f66e9b5e83a345d516c0f207f2d5df6411a2664a13e343a06d1eb28ac37329af8daeb5c02933f +Size (tryton-6.2/trytond_dashboard-6.2.0.tar.gz) = 26121 bytes diff --git a/misc/py-trytond-party-relationship/PLIST b/misc/py-trytond-party-relationship/PLIST index 972afefc5370..59bada178fdd 100644 --- a/misc/py-trytond-party-relationship/PLIST +++ b/misc/py-trytond-party-relationship/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/party_relationship/__init__.py ${PYSITELIB}/trytond/modules/party_relationship/__init__.pyc ${PYSITELIB}/trytond/modules/party_relationship/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/party_relationship/locale/cs.po ${PYSITELIB}/trytond/modules/party_relationship/locale/de.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es.po ${PYSITELIB}/trytond/modules/party_relationship/locale/es_419.po +${PYSITELIB}/trytond/modules/party_relationship/locale/et.po +${PYSITELIB}/trytond/modules/party_relationship/locale/fa.po +${PYSITELIB}/trytond/modules/party_relationship/locale/fi.po ${PYSITELIB}/trytond/modules/party_relationship/locale/fr.po -${PYSITELIB}/trytond/modules/party_relationship/locale/hu_HU.po -${PYSITELIB}/trytond/modules/party_relationship/locale/it_IT.po -${PYSITELIB}/trytond/modules/party_relationship/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party_relationship/locale/hu.po +${PYSITELIB}/trytond/modules/party_relationship/locale/id.po +${PYSITELIB}/trytond/modules/party_relationship/locale/it.po ${PYSITELIB}/trytond/modules/party_relationship/locale/lo.po ${PYSITELIB}/trytond/modules/party_relationship/locale/lt.po ${PYSITELIB}/trytond/modules/party_relationship/locale/nl.po ${PYSITELIB}/trytond/modules/party_relationship/locale/pl.po -${PYSITELIB}/trytond/modules/party_relationship/locale/pt_BR.po +${PYSITELIB}/trytond/modules/party_relationship/locale/pt.po +${PYSITELIB}/trytond/modules/party_relationship/locale/ro.po ${PYSITELIB}/trytond/modules/party_relationship/locale/ru.po ${PYSITELIB}/trytond/modules/party_relationship/locale/sl.po +${PYSITELIB}/trytond/modules/party_relationship/locale/tr.po ${PYSITELIB}/trytond/modules/party_relationship/locale/zh_CN.po ${PYSITELIB}/trytond/modules/party_relationship/party.py ${PYSITELIB}/trytond/modules/party_relationship/party.pyc diff --git a/misc/py-trytond-party-relationship/distinfo b/misc/py-trytond-party-relationship/distinfo index b1807a5f3940..1181423c552d 100644 --- a/misc/py-trytond-party-relationship/distinfo +++ b/misc/py-trytond-party-relationship/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_party_relationship-4.2.0.tar.gz) = 5146faa725ffb1b2541328792f7af8260a15475735f24c2899959cccb54ba060 -SHA512 (tryton-4.2/trytond_party_relationship-4.2.0.tar.gz) = be7256eea141858a44aed829aa557a2c5d9f2c0c4c35834057caad2d115666880c71f185fbe43d7d3b3c5bb5a7501ac773dc2725b85cf881de5daec2c77fde88 -Size (tryton-4.2/trytond_party_relationship-4.2.0.tar.gz) = 25294 bytes +BLAKE2s (tryton-6.2/trytond_party_relationship-6.2.0.tar.gz) = 0215b5d29901b0239c92fd7bd979d6335a6bccf9860c5681850499704344fe08 +SHA512 (tryton-6.2/trytond_party_relationship-6.2.0.tar.gz) = 2fdd978b19f6de86cdf62fc054d1233f5dc9dc4566827bf26954cb9e7321eb6b89d62ed3f5ef81132b687eff2f929be44558790d4b7fc8f12fc7bb638dff4704 +Size (tryton-6.2/trytond_party_relationship-6.2.0.tar.gz) = 29061 bytes diff --git a/misc/py-trytond-party-siret/PLIST b/misc/py-trytond-party-siret/PLIST index 2b54c3ea0e80..6c506d4ef484 100644 --- a/misc/py-trytond-party-siret/PLIST +++ b/misc/py-trytond-party-siret/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:52 mef Exp $ ${PYSITELIB}/trytond/modules/party_siret/__init__.py ${PYSITELIB}/trytond/modules/party_siret/__init__.pyc ${PYSITELIB}/trytond/modules/party_siret/__init__.pyo @@ -6,27 +6,36 @@ ${PYSITELIB}/trytond/modules/party_siret/address.py ${PYSITELIB}/trytond/modules/party_siret/address.pyc ${PYSITELIB}/trytond/modules/party_siret/address.pyo ${PYSITELIB}/trytond/modules/party_siret/address.xml +${PYSITELIB}/trytond/modules/party_siret/exceptions.py +${PYSITELIB}/trytond/modules/party_siret/exceptions.pyc +${PYSITELIB}/trytond/modules/party_siret/exceptions.pyo ${PYSITELIB}/trytond/modules/party_siret/locale/bg.po ${PYSITELIB}/trytond/modules/party_siret/locale/ca.po ${PYSITELIB}/trytond/modules/party_siret/locale/cs.po ${PYSITELIB}/trytond/modules/party_siret/locale/de.po ${PYSITELIB}/trytond/modules/party_siret/locale/es.po ${PYSITELIB}/trytond/modules/party_siret/locale/es_419.po +${PYSITELIB}/trytond/modules/party_siret/locale/et.po +${PYSITELIB}/trytond/modules/party_siret/locale/fa.po +${PYSITELIB}/trytond/modules/party_siret/locale/fi.po ${PYSITELIB}/trytond/modules/party_siret/locale/fr.po -${PYSITELIB}/trytond/modules/party_siret/locale/hu_HU.po -${PYSITELIB}/trytond/modules/party_siret/locale/it_IT.po -${PYSITELIB}/trytond/modules/party_siret/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party_siret/locale/hu.po +${PYSITELIB}/trytond/modules/party_siret/locale/id.po +${PYSITELIB}/trytond/modules/party_siret/locale/it.po ${PYSITELIB}/trytond/modules/party_siret/locale/lo.po ${PYSITELIB}/trytond/modules/party_siret/locale/lt.po ${PYSITELIB}/trytond/modules/party_siret/locale/nl.po ${PYSITELIB}/trytond/modules/party_siret/locale/pl.po -${PYSITELIB}/trytond/modules/party_siret/locale/pt_BR.po +${PYSITELIB}/trytond/modules/party_siret/locale/pt.po +${PYSITELIB}/trytond/modules/party_siret/locale/ro.po ${PYSITELIB}/trytond/modules/party_siret/locale/ru.po ${PYSITELIB}/trytond/modules/party_siret/locale/sl.po +${PYSITELIB}/trytond/modules/party_siret/locale/tr.po ${PYSITELIB}/trytond/modules/party_siret/locale/zh_CN.po ${PYSITELIB}/trytond/modules/party_siret/luhn.py ${PYSITELIB}/trytond/modules/party_siret/luhn.pyc ${PYSITELIB}/trytond/modules/party_siret/luhn.pyo +${PYSITELIB}/trytond/modules/party_siret/message.xml ${PYSITELIB}/trytond/modules/party_siret/party.py ${PYSITELIB}/trytond/modules/party_siret/party.pyc ${PYSITELIB}/trytond/modules/party_siret/party.pyo diff --git a/misc/py-trytond-party-siret/distinfo b/misc/py-trytond-party-siret/distinfo index 3e3e80c20328..eec0e9a63a86 100644 --- a/misc/py-trytond-party-siret/distinfo +++ b/misc/py-trytond-party-siret/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_party_siret-4.2.0.tar.gz) = 25f3b7df40f6a9ddf7e82d19432d3073cf9fe62f9a5aab76dc703e3689bdafc0 -SHA512 (tryton-4.2/trytond_party_siret-4.2.0.tar.gz) = ec6fd8fa1deb0bfc9474a13a1f1264e0810432d2dd65042242a5c54f330006c49d44f4c29236d80177a20029315611f4f21fbe3e0b4b84d932338d6aeb59c9f2 -Size (tryton-4.2/trytond_party_siret-4.2.0.tar.gz) = 20260 bytes +BLAKE2s (tryton-6.2/trytond_party_siret-6.2.0.tar.gz) = 827b21d05d41c5905af9c248c3d94647e72c0b37c02e868f24457f020ed3f7fc +SHA512 (tryton-6.2/trytond_party_siret-6.2.0.tar.gz) = b5de4499560a9137678c632a728dcb207f6f1f69e00a50d72d2212f2430d482cc7b433bab394f26f091b5ed07b03d64a14c8bff5cba508f95f62c6421ef4b0c4 +Size (tryton-6.2/trytond_party_siret-6.2.0.tar.gz) = 23481 bytes diff --git a/misc/py-trytond-party-vcarddav/DESCR b/misc/py-trytond-party-vcarddav/DESCR deleted file mode 100644 index a8c3e698d306..000000000000 --- a/misc/py-trytond-party-vcarddav/DESCR +++ /dev/null @@ -1 +0,0 @@ -The party vCard DAV module of the Tryton application platform. diff --git a/misc/py-trytond-party-vcarddav/Makefile b/misc/py-trytond-party-vcarddav/Makefile deleted file mode 100644 index a88d492fa546..000000000000 --- a/misc/py-trytond-party-vcarddav/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2020/03/13 20:20:49 wiz Exp $ -TRYTON_MODULE_NAME= trytond_party_vcarddav -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= misc python - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Party vCard DAV module of the Tryton application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject -DEPENDS+= ${PYPKGPREFIX}-pywebdav>=0.9.8:../../www/py-pywebdav -DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql -DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party -DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav - -USE_LANGUAGES= # none - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/py-trytond-party-vcarddav/PLIST b/misc/py-trytond-party-vcarddav/PLIST deleted file mode 100644 index b348b2322c48..000000000000 --- a/misc/py-trytond-party-vcarddav/PLIST +++ /dev/null @@ -1,40 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ -${PYSITELIB}/trytond/modules/party_vcarddav/__init__.py -${PYSITELIB}/trytond/modules/party_vcarddav/__init__.pyc -${PYSITELIB}/trytond/modules/party_vcarddav/__init__.pyo -${PYSITELIB}/trytond/modules/party_vcarddav/carddav.py -${PYSITELIB}/trytond/modules/party_vcarddav/carddav.pyc -${PYSITELIB}/trytond/modules/party_vcarddav/carddav.pyo -${PYSITELIB}/trytond/modules/party_vcarddav/locale/bg.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/ca.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/cs.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/de.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/es.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/es_419.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/fr.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/hu_HU.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/it_IT.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/ja_JP.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/lo.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/lt.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/nl.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/pl.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/pt_BR.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/ru.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/sl.po -${PYSITELIB}/trytond/modules/party_vcarddav/locale/zh_CN.po -${PYSITELIB}/trytond/modules/party_vcarddav/party.py -${PYSITELIB}/trytond/modules/party_vcarddav/party.pyc -${PYSITELIB}/trytond/modules/party_vcarddav/party.pyo -${PYSITELIB}/trytond/modules/party_vcarddav/party.xml -${PYSITELIB}/trytond/modules/party_vcarddav/tryton.cfg -${PYSITELIB}/trytond/modules/party_vcarddav/webdav.py -${PYSITELIB}/trytond/modules/party_vcarddav/webdav.pyc -${PYSITELIB}/trytond/modules/party_vcarddav/webdav.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/misc/py-trytond-party-vcarddav/distinfo b/misc/py-trytond-party-vcarddav/distinfo deleted file mode 100644 index e7caf943dc49..000000000000 --- a/misc/py-trytond-party-vcarddav/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_party_vcarddav-4.2.0.tar.gz) = c37aefd2fdd0735bd0682d8b73f0ed5c8639608f866ec596a8ba5088a14de13b -SHA512 (tryton-4.2/trytond_party_vcarddav-4.2.0.tar.gz) = 58b2855949927a9014a04e50b12f7571ad3c70ea426f7c86aa702cc394e6bb1d7caf9c6961a94bba667c2ba6ef344eaeaa4e9a4263f033ed849c3403be5ba061 -Size (tryton-4.2/trytond_party_vcarddav-4.2.0.tar.gz) = 24487 bytes diff --git a/misc/py-trytond-party/PLIST b/misc/py-trytond-party/PLIST index 8bfbb742b9d1..81074781feda 100644 --- a/misc/py-trytond-party/PLIST +++ b/misc/py-trytond-party/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:05 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:52 mef Exp $ ${PYSITELIB}/trytond/modules/party/__init__.py ${PYSITELIB}/trytond/modules/party/__init__.pyc ${PYSITELIB}/trytond/modules/party/__init__.pyo @@ -18,26 +18,39 @@ ${PYSITELIB}/trytond/modules/party/contact_mechanism.py ${PYSITELIB}/trytond/modules/party/contact_mechanism.pyc ${PYSITELIB}/trytond/modules/party/contact_mechanism.pyo ${PYSITELIB}/trytond/modules/party/contact_mechanism.xml +${PYSITELIB}/trytond/modules/party/exceptions.py +${PYSITELIB}/trytond/modules/party/exceptions.pyc +${PYSITELIB}/trytond/modules/party/exceptions.pyo ${PYSITELIB}/trytond/modules/party/icons/tryton-party.svg -${PYSITELIB}/trytond/modules/party/label.odt +${PYSITELIB}/trytond/modules/party/ir.py +${PYSITELIB}/trytond/modules/party/ir.pyc +${PYSITELIB}/trytond/modules/party/ir.pyo +${PYSITELIB}/trytond/modules/party/ir.xml +${PYSITELIB}/trytond/modules/party/label.fodt ${PYSITELIB}/trytond/modules/party/locale/bg.po ${PYSITELIB}/trytond/modules/party/locale/ca.po ${PYSITELIB}/trytond/modules/party/locale/cs.po ${PYSITELIB}/trytond/modules/party/locale/de.po ${PYSITELIB}/trytond/modules/party/locale/es.po ${PYSITELIB}/trytond/modules/party/locale/es_419.po +${PYSITELIB}/trytond/modules/party/locale/et.po +${PYSITELIB}/trytond/modules/party/locale/fa.po +${PYSITELIB}/trytond/modules/party/locale/fi.po ${PYSITELIB}/trytond/modules/party/locale/fr.po -${PYSITELIB}/trytond/modules/party/locale/hu_HU.po -${PYSITELIB}/trytond/modules/party/locale/it_IT.po -${PYSITELIB}/trytond/modules/party/locale/ja_JP.po +${PYSITELIB}/trytond/modules/party/locale/hu.po +${PYSITELIB}/trytond/modules/party/locale/id.po +${PYSITELIB}/trytond/modules/party/locale/it.po ${PYSITELIB}/trytond/modules/party/locale/lo.po ${PYSITELIB}/trytond/modules/party/locale/lt.po ${PYSITELIB}/trytond/modules/party/locale/nl.po ${PYSITELIB}/trytond/modules/party/locale/pl.po -${PYSITELIB}/trytond/modules/party/locale/pt_BR.po +${PYSITELIB}/trytond/modules/party/locale/pt.po +${PYSITELIB}/trytond/modules/party/locale/ro.po ${PYSITELIB}/trytond/modules/party/locale/ru.po ${PYSITELIB}/trytond/modules/party/locale/sl.po +${PYSITELIB}/trytond/modules/party/locale/tr.po ${PYSITELIB}/trytond/modules/party/locale/zh_CN.po +${PYSITELIB}/trytond/modules/party/message.xml ${PYSITELIB}/trytond/modules/party/party.py ${PYSITELIB}/trytond/modules/party/party.pyc ${PYSITELIB}/trytond/modules/party/party.pyo @@ -45,6 +58,8 @@ ${PYSITELIB}/trytond/modules/party/party.xml ${PYSITELIB}/trytond/modules/party/tests/__init__.py ${PYSITELIB}/trytond/modules/party/tests/__init__.pyc ${PYSITELIB}/trytond/modules/party/tests/__init__.pyo +${PYSITELIB}/trytond/modules/party/tests/scenario_party_erase.rst +${PYSITELIB}/trytond/modules/party/tests/scenario_party_phone_number.rst ${PYSITELIB}/trytond/modules/party/tests/scenario_party_replace.rst ${PYSITELIB}/trytond/modules/party/tests/test_party.py ${PYSITELIB}/trytond/modules/party/tests/test_party.pyc @@ -53,6 +68,8 @@ ${PYSITELIB}/trytond/modules/party/tryton.cfg ${PYSITELIB}/trytond/modules/party/view/address_form.xml ${PYSITELIB}/trytond/modules/party/view/address_format_form.xml ${PYSITELIB}/trytond/modules/party/view/address_format_list.xml +${PYSITELIB}/trytond/modules/party/view/address_subdivision_type_form.xml +${PYSITELIB}/trytond/modules/party/view/address_subdivision_type_list.xml ${PYSITELIB}/trytond/modules/party/view/address_tree.xml ${PYSITELIB}/trytond/modules/party/view/address_tree_sequence.xml ${PYSITELIB}/trytond/modules/party/view/category_form.xml @@ -63,6 +80,8 @@ ${PYSITELIB}/trytond/modules/party/view/configuration_form.xml ${PYSITELIB}/trytond/modules/party/view/contact_mechanism_form.xml ${PYSITELIB}/trytond/modules/party/view/contact_mechanism_tree.xml ${PYSITELIB}/trytond/modules/party/view/contact_mechanism_tree_sequence.xml +${PYSITELIB}/trytond/modules/party/view/email_template_form.xml +${PYSITELIB}/trytond/modules/party/view/erase_ask_form.xml ${PYSITELIB}/trytond/modules/party/view/identifier_form.xml ${PYSITELIB}/trytond/modules/party/view/identifier_list.xml ${PYSITELIB}/trytond/modules/party/view/identifier_list_sequence.xml diff --git a/misc/py-trytond-party/distinfo b/misc/py-trytond-party/distinfo index 79e9742de84f..4f84172ac9ab 100644 --- a/misc/py-trytond-party/distinfo +++ b/misc/py-trytond-party/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:59:23 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_party-4.2.1.tar.gz) = e2b6249214feb2c84c6137e276a34bba333cfb305d3d8b0e4bb6e60bd34b9264 -SHA512 (tryton-4.2/trytond_party-4.2.1.tar.gz) = 0753738588b1201788dafd6093131ba533cd14e799130cf27ad14448336d935d9281fefd80c5dcfcb492213511e19132da7309c51d61c69106cba36f1a22330c -Size (tryton-4.2/trytond_party-4.2.1.tar.gz) = 76913 bytes +BLAKE2s (tryton-6.2/trytond_party-6.2.0.tar.gz) = 5b8209c2a53d87e70020a543846e7d8abac25a2ce53b4c7297f334af5fa4fc1d +SHA512 (tryton-6.2/trytond_party-6.2.0.tar.gz) = d0975ae69f8564b348be1e525cd49dc89e5924c394c7f3e6f55da5ea7662fc5ec3d9e0578d9c6ff19a61878892c454d4054c9126c278ee1c3d2f839a03af20c2 +Size (tryton-6.2/trytond_party-6.2.0.tar.gz) = 161119 bytes diff --git a/misc/py-trytond-product-attribute/PLIST b/misc/py-trytond-product-attribute/PLIST index 02b636491a4d..bf60ba27561c 100644 --- a/misc/py-trytond-product-attribute/PLIST +++ b/misc/py-trytond-product-attribute/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/product_attribute/__init__.py ${PYSITELIB}/trytond/modules/product_attribute/__init__.pyc ${PYSITELIB}/trytond/modules/product_attribute/__init__.pyo @@ -8,18 +8,24 @@ ${PYSITELIB}/trytond/modules/product_attribute/locale/cs.po ${PYSITELIB}/trytond/modules/product_attribute/locale/de.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es.po ${PYSITELIB}/trytond/modules/product_attribute/locale/es_419.po +${PYSITELIB}/trytond/modules/product_attribute/locale/et.po +${PYSITELIB}/trytond/modules/product_attribute/locale/fa.po +${PYSITELIB}/trytond/modules/product_attribute/locale/fi.po ${PYSITELIB}/trytond/modules/product_attribute/locale/fr.po -${PYSITELIB}/trytond/modules/product_attribute/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_attribute/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_attribute/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_attribute/locale/hu.po +${PYSITELIB}/trytond/modules/product_attribute/locale/id.po +${PYSITELIB}/trytond/modules/product_attribute/locale/it.po ${PYSITELIB}/trytond/modules/product_attribute/locale/lo.po ${PYSITELIB}/trytond/modules/product_attribute/locale/lt.po ${PYSITELIB}/trytond/modules/product_attribute/locale/nl.po ${PYSITELIB}/trytond/modules/product_attribute/locale/pl.po -${PYSITELIB}/trytond/modules/product_attribute/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_attribute/locale/pt.po +${PYSITELIB}/trytond/modules/product_attribute/locale/ro.po ${PYSITELIB}/trytond/modules/product_attribute/locale/ru.po ${PYSITELIB}/trytond/modules/product_attribute/locale/sl.po +${PYSITELIB}/trytond/modules/product_attribute/locale/tr.po ${PYSITELIB}/trytond/modules/product_attribute/locale/zh_CN.po +${PYSITELIB}/trytond/modules/product_attribute/message.xml ${PYSITELIB}/trytond/modules/product_attribute/product.py ${PYSITELIB}/trytond/modules/product_attribute/product.pyc ${PYSITELIB}/trytond/modules/product_attribute/product.pyo @@ -33,10 +39,13 @@ ${PYSITELIB}/trytond/modules/product_attribute/tests/test_product_attribute.pyo ${PYSITELIB}/trytond/modules/product_attribute/tryton.cfg ${PYSITELIB}/trytond/modules/product_attribute/view/attribute_form.xml ${PYSITELIB}/trytond/modules/product_attribute/view/attribute_list.xml +${PYSITELIB}/trytond/modules/product_attribute/view/attribute_list_simple.xml ${PYSITELIB}/trytond/modules/product_attribute/view/attribute_set_form.xml ${PYSITELIB}/trytond/modules/product_attribute/view/attribute_set_list.xml ${PYSITELIB}/trytond/modules/product_attribute/view/product_form.xml +${PYSITELIB}/trytond/modules/product_attribute/view/product_tree.xml ${PYSITELIB}/trytond/modules/product_attribute/view/template_form.xml +${PYSITELIB}/trytond/modules/product_attribute/view/template_tree.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-product-attribute/distinfo b/misc/py-trytond-product-attribute/distinfo index 5069907ece2a..5ee26314ff66 100644 --- a/misc/py-trytond-product-attribute/distinfo +++ b/misc/py-trytond-product-attribute/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_attribute-4.2.0.tar.gz) = 16cac55fc0fc72c9e8e557aada813b4c5cdd017953a90b127b10ec5ab63755b1 -SHA512 (tryton-4.2/trytond_product_attribute-4.2.0.tar.gz) = ea576af9eeb78b5a0344bb8f4f36e1cfd12d5a8289f259fed045a447e05d9cb96a0e8ca5acc607cdb9f0cfe68563cafda2fc1abefc0022f0fa90dbe8d21055f4 -Size (tryton-4.2/trytond_product_attribute-4.2.0.tar.gz) = 25290 bytes +BLAKE2s (tryton-6.2/trytond_product_attribute-6.2.0.tar.gz) = 9ec077b3bae6b5e51c09905ced68b2b46f2b8ae987a454877fde8c22118983ac +SHA512 (tryton-6.2/trytond_product_attribute-6.2.0.tar.gz) = d27708d615b61cf67f36722d68767608cff33e77be1d32b151c9d7cac82b61eed6a2301dd707bbc8037e102838da843f4f652e8a25cb5b34bb66c6310b4e77ec +Size (tryton-6.2/trytond_product_attribute-6.2.0.tar.gz) = 26536 bytes diff --git a/misc/py-trytond-product-classification-taxonomic/PLIST b/misc/py-trytond-product-classification-taxonomic/PLIST index ac13ef3dc0e7..3a3f2f703a49 100644 --- a/misc/py-trytond-product-classification-taxonomic/PLIST +++ b/misc/py-trytond-product-classification-taxonomic/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/product_classification_taxonomic/__init__.py ${PYSITELIB}/trytond/modules/product_classification_taxonomic/__init__.pyc ${PYSITELIB}/trytond/modules/product_classification_taxonomic/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/cs.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/de.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/es.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/es_419.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/et.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/fa.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/fi.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/fr.po -${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/hu.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/id.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/it.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/lo.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/lt.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/nl.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/pl.po -${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/pt.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/ro.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/ru.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/sl.po +${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/tr.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/locale/zh_CN.po ${PYSITELIB}/trytond/modules/product_classification_taxonomic/product.py ${PYSITELIB}/trytond/modules/product_classification_taxonomic/product.pyc diff --git a/misc/py-trytond-product-classification-taxonomic/distinfo b/misc/py-trytond-product-classification-taxonomic/distinfo index 11314662b75d..d5c7b13cf4d3 100644 --- a/misc/py-trytond-product-classification-taxonomic/distinfo +++ b/misc/py-trytond-product-classification-taxonomic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_classification_taxonomic-4.2.0.tar.gz) = a10de30a3472eea047bf8a5c6d9b004ba6d92fae34a84014b655dd07832bb4e9 -SHA512 (tryton-4.2/trytond_product_classification_taxonomic-4.2.0.tar.gz) = 3cb5cdb2d61ec2846cceed0e4340f75ceedee84ef0f69f746da76bf3eb434a23e7cdc774ba5da00ee34d837134727f825240900065fc182cb33e1d5f51982954 -Size (tryton-4.2/trytond_product_classification_taxonomic-4.2.0.tar.gz) = 25959 bytes +BLAKE2s (tryton-6.2/trytond_product_classification_taxonomic-6.2.0.tar.gz) = 5b472804052cbdf05396741b8418f5ca5c783f1a604f4d816e436522bacc0871 +SHA512 (tryton-6.2/trytond_product_classification_taxonomic-6.2.0.tar.gz) = d7606a9f0a5c24837c67e2b0f404acf19f87ed0fdcb06682c87386b7ae91aa62d1f1901da56f060c47646e83add1322f3245fa9a77d62dfbdbfbc4fc45f4a913 +Size (tryton-6.2/trytond_product_classification_taxonomic-6.2.0.tar.gz) = 26901 bytes diff --git a/misc/py-trytond-product-classification/PLIST b/misc/py-trytond-product-classification/PLIST index 1fe9ab1369ff..95f3b7545ac7 100644 --- a/misc/py-trytond-product-classification/PLIST +++ b/misc/py-trytond-product-classification/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:52 mef Exp $ ${PYSITELIB}/trytond/modules/product_classification/__init__.py ${PYSITELIB}/trytond/modules/product_classification/__init__.pyc ${PYSITELIB}/trytond/modules/product_classification/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/product_classification/locale/cs.po ${PYSITELIB}/trytond/modules/product_classification/locale/de.po ${PYSITELIB}/trytond/modules/product_classification/locale/es.po ${PYSITELIB}/trytond/modules/product_classification/locale/es_419.po +${PYSITELIB}/trytond/modules/product_classification/locale/et.po +${PYSITELIB}/trytond/modules/product_classification/locale/fa.po +${PYSITELIB}/trytond/modules/product_classification/locale/fi.po ${PYSITELIB}/trytond/modules/product_classification/locale/fr.po -${PYSITELIB}/trytond/modules/product_classification/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_classification/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_classification/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_classification/locale/hu.po +${PYSITELIB}/trytond/modules/product_classification/locale/id.po +${PYSITELIB}/trytond/modules/product_classification/locale/it.po ${PYSITELIB}/trytond/modules/product_classification/locale/lo.po ${PYSITELIB}/trytond/modules/product_classification/locale/lt.po ${PYSITELIB}/trytond/modules/product_classification/locale/nl.po ${PYSITELIB}/trytond/modules/product_classification/locale/pl.po -${PYSITELIB}/trytond/modules/product_classification/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_classification/locale/pt.po +${PYSITELIB}/trytond/modules/product_classification/locale/ro.po ${PYSITELIB}/trytond/modules/product_classification/locale/ru.po ${PYSITELIB}/trytond/modules/product_classification/locale/sl.po +${PYSITELIB}/trytond/modules/product_classification/locale/tr.po ${PYSITELIB}/trytond/modules/product_classification/locale/zh_CN.po ${PYSITELIB}/trytond/modules/product_classification/product.py ${PYSITELIB}/trytond/modules/product_classification/product.pyc diff --git a/misc/py-trytond-product-classification/distinfo b/misc/py-trytond-product-classification/distinfo index 35d86f2d8921..0f8d1ca8eb49 100644 --- a/misc/py-trytond-product-classification/distinfo +++ b/misc/py-trytond-product-classification/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_classification-4.2.0.tar.gz) = 7d45c4864ee13ba73169bbf14982f94ebaebf5e9dcc399c8280898324ef4c29f -SHA512 (tryton-4.2/trytond_product_classification-4.2.0.tar.gz) = c6f9c21a960044eec94566bd16a762cdd4ebc336b47477ce3b6792e2d8b04e15c53063eb4e352a04c2d528e3cd26adf4aea2bd4e0ef67c92e98e9736a48e8f54 -Size (tryton-4.2/trytond_product_classification-4.2.0.tar.gz) = 22740 bytes +BLAKE2s (tryton-6.2/trytond_product_classification-6.2.0.tar.gz) = d54dc2a732d5d976d9c40fb6e3c5fd3e80fe9e04087b2d447205a0b3cf03f1d9 +SHA512 (tryton-6.2/trytond_product_classification-6.2.0.tar.gz) = b3a8f8d572d99100ebde19f768dbee16a4354c7f7a12acf357b55538dd666132979263cc2f87c872cf730adfdf7e5e6c31da4ca6d066e66331b4aeb20faac90f +Size (tryton-6.2/trytond_product_classification-6.2.0.tar.gz) = 23659 bytes diff --git a/misc/py-trytond-product-measurements/PLIST b/misc/py-trytond-product-measurements/PLIST index 6bfcf20555ae..bddcc33d7cfb 100644 --- a/misc/py-trytond-product-measurements/PLIST +++ b/misc/py-trytond-product-measurements/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:53 mef Exp $ ${PYSITELIB}/trytond/modules/product_measurements/__init__.py ${PYSITELIB}/trytond/modules/product_measurements/__init__.pyc ${PYSITELIB}/trytond/modules/product_measurements/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/product_measurements/locale/cs.po ${PYSITELIB}/trytond/modules/product_measurements/locale/de.po ${PYSITELIB}/trytond/modules/product_measurements/locale/es.po ${PYSITELIB}/trytond/modules/product_measurements/locale/es_419.po +${PYSITELIB}/trytond/modules/product_measurements/locale/et.po +${PYSITELIB}/trytond/modules/product_measurements/locale/fa.po +${PYSITELIB}/trytond/modules/product_measurements/locale/fi.po ${PYSITELIB}/trytond/modules/product_measurements/locale/fr.po -${PYSITELIB}/trytond/modules/product_measurements/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product_measurements/locale/it_IT.po -${PYSITELIB}/trytond/modules/product_measurements/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product_measurements/locale/hu.po +${PYSITELIB}/trytond/modules/product_measurements/locale/id.po +${PYSITELIB}/trytond/modules/product_measurements/locale/it.po ${PYSITELIB}/trytond/modules/product_measurements/locale/lo.po ${PYSITELIB}/trytond/modules/product_measurements/locale/lt.po ${PYSITELIB}/trytond/modules/product_measurements/locale/nl.po ${PYSITELIB}/trytond/modules/product_measurements/locale/pl.po -${PYSITELIB}/trytond/modules/product_measurements/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product_measurements/locale/pt.po +${PYSITELIB}/trytond/modules/product_measurements/locale/ro.po ${PYSITELIB}/trytond/modules/product_measurements/locale/ru.po ${PYSITELIB}/trytond/modules/product_measurements/locale/sl.po +${PYSITELIB}/trytond/modules/product_measurements/locale/tr.po ${PYSITELIB}/trytond/modules/product_measurements/locale/zh_CN.po ${PYSITELIB}/trytond/modules/product_measurements/product.py ${PYSITELIB}/trytond/modules/product_measurements/product.pyc diff --git a/misc/py-trytond-product-measurements/distinfo b/misc/py-trytond-product-measurements/distinfo index be5f4dd67490..64f96cf5d4e0 100644 --- a/misc/py-trytond-product-measurements/distinfo +++ b/misc/py-trytond-product-measurements/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product_measurements-4.2.0.tar.gz) = e8507196c2b71ca7eb429bcf0ccbd50423c9134836e62262f679ed0478a8110a -SHA512 (tryton-4.2/trytond_product_measurements-4.2.0.tar.gz) = cad9cebd93ef47830810cceb2568f445f4302ade62bfb330c8819dfdd289eced2aca566bdb22f141d11addea17a67087e976709a541c5db0d67a28b5302c08ef -Size (tryton-4.2/trytond_product_measurements-4.2.0.tar.gz) = 22129 bytes +BLAKE2s (tryton-6.2/trytond_product_measurements-6.2.0.tar.gz) = 22f0da9748188e5e21e84a937a18131bfee19f54749df6cba4eba2d2ca5179be +SHA512 (tryton-6.2/trytond_product_measurements-6.2.0.tar.gz) = 355ac4235bc9a886fda2f1f1bce4fc0fd2d89284be643ce98005d2fe617e3454d50482b99686d0d78be8fb46b2fed7cda9c190b305a02c78bae6177db071ed7e +Size (tryton-6.2/trytond_product_measurements-6.2.0.tar.gz) = 24718 bytes diff --git a/misc/py-trytond-product/PLIST b/misc/py-trytond-product/PLIST index 4afb6f31efa8..8176f7a3591e 100644 --- a/misc/py-trytond-product/PLIST +++ b/misc/py-trytond-product/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:52 mef Exp $ ${PYSITELIB}/trytond/modules/product/__init__.py ${PYSITELIB}/trytond/modules/product/__init__.pyc ${PYSITELIB}/trytond/modules/product/__init__.pyo @@ -10,25 +10,37 @@ ${PYSITELIB}/trytond/modules/product/configuration.py ${PYSITELIB}/trytond/modules/product/configuration.pyc ${PYSITELIB}/trytond/modules/product/configuration.pyo ${PYSITELIB}/trytond/modules/product/configuration.xml +${PYSITELIB}/trytond/modules/product/exceptions.py +${PYSITELIB}/trytond/modules/product/exceptions.pyc +${PYSITELIB}/trytond/modules/product/exceptions.pyo ${PYSITELIB}/trytond/modules/product/icons/tryton-product.svg +${PYSITELIB}/trytond/modules/product/ir.py +${PYSITELIB}/trytond/modules/product/ir.pyc +${PYSITELIB}/trytond/modules/product/ir.pyo ${PYSITELIB}/trytond/modules/product/locale/bg.po ${PYSITELIB}/trytond/modules/product/locale/ca.po ${PYSITELIB}/trytond/modules/product/locale/cs.po ${PYSITELIB}/trytond/modules/product/locale/de.po ${PYSITELIB}/trytond/modules/product/locale/es.po ${PYSITELIB}/trytond/modules/product/locale/es_419.po +${PYSITELIB}/trytond/modules/product/locale/et.po +${PYSITELIB}/trytond/modules/product/locale/fa.po +${PYSITELIB}/trytond/modules/product/locale/fi.po ${PYSITELIB}/trytond/modules/product/locale/fr.po -${PYSITELIB}/trytond/modules/product/locale/hu_HU.po -${PYSITELIB}/trytond/modules/product/locale/it_IT.po -${PYSITELIB}/trytond/modules/product/locale/ja_JP.po +${PYSITELIB}/trytond/modules/product/locale/hu.po +${PYSITELIB}/trytond/modules/product/locale/id.po +${PYSITELIB}/trytond/modules/product/locale/it.po ${PYSITELIB}/trytond/modules/product/locale/lo.po ${PYSITELIB}/trytond/modules/product/locale/lt.po ${PYSITELIB}/trytond/modules/product/locale/nl.po ${PYSITELIB}/trytond/modules/product/locale/pl.po -${PYSITELIB}/trytond/modules/product/locale/pt_BR.po +${PYSITELIB}/trytond/modules/product/locale/pt.po +${PYSITELIB}/trytond/modules/product/locale/ro.po ${PYSITELIB}/trytond/modules/product/locale/ru.po ${PYSITELIB}/trytond/modules/product/locale/sl.po +${PYSITELIB}/trytond/modules/product/locale/tr.po ${PYSITELIB}/trytond/modules/product/locale/zh_CN.po +${PYSITELIB}/trytond/modules/product/message.xml ${PYSITELIB}/trytond/modules/product/product.py ${PYSITELIB}/trytond/modules/product/product.pyc ${PYSITELIB}/trytond/modules/product/product.pyo @@ -36,6 +48,8 @@ ${PYSITELIB}/trytond/modules/product/product.xml ${PYSITELIB}/trytond/modules/product/tests/__init__.py ${PYSITELIB}/trytond/modules/product/tests/__init__.pyc ${PYSITELIB}/trytond/modules/product/tests/__init__.pyo +${PYSITELIB}/trytond/modules/product/tests/scenario_product_identifier.rst +${PYSITELIB}/trytond/modules/product/tests/scenario_product_variant.rst ${PYSITELIB}/trytond/modules/product/tests/test_product.py ${PYSITELIB}/trytond/modules/product/tests/test_product.pyc ${PYSITELIB}/trytond/modules/product/tests/test_product.pyo @@ -46,8 +60,12 @@ ${PYSITELIB}/trytond/modules/product/uom.pyo ${PYSITELIB}/trytond/modules/product/uom.xml ${PYSITELIB}/trytond/modules/product/view/category_form.xml ${PYSITELIB}/trytond/modules/product/view/category_list.xml +${PYSITELIB}/trytond/modules/product/view/category_product_form.xml ${PYSITELIB}/trytond/modules/product/view/category_tree.xml ${PYSITELIB}/trytond/modules/product/view/configuration_form.xml +${PYSITELIB}/trytond/modules/product/view/identifier_form.xml +${PYSITELIB}/trytond/modules/product/view/identifier_list.xml +${PYSITELIB}/trytond/modules/product/view/identifier_list_sequence.xml ${PYSITELIB}/trytond/modules/product/view/product_form.xml ${PYSITELIB}/trytond/modules/product/view/product_form_simple.xml ${PYSITELIB}/trytond/modules/product/view/product_tree.xml diff --git a/misc/py-trytond-product/distinfo b/misc/py-trytond-product/distinfo index fe81063a9b3d..b55a589322f7 100644 --- a/misc/py-trytond-product/distinfo +++ b/misc/py-trytond-product/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/22 22:54:52 mef Exp $ -BLAKE2s (tryton-4.2/trytond_product-4.2.1.tar.gz) = 350029f644388fb0e095dfd626b10859266bedc8063bfd0b7560a9ea1cb7fc29 -SHA512 (tryton-4.2/trytond_product-4.2.1.tar.gz) = daca980f46a73d67a34266b6fb184c6f27792e406730bf24c51c5bc4fe373ae0ed3c8201dfc08f00bdbe121bf7e68cb3fa51c9e375fd2d195b07dc4f4b372f24 -Size (tryton-4.2/trytond_product-4.2.1.tar.gz) = 59380 bytes +BLAKE2s (tryton-6.2/trytond_product-6.2.0.tar.gz) = 657eab6b26819a647697e67dc5b1c8ce5ac78e8a35367d708ebb43c95f91a95b +SHA512 (tryton-6.2/trytond_product-6.2.0.tar.gz) = 1133b9fa7c19839b9221b905a11b33aff3109aea3df0fbd73197f3082770fad17e63873215100cff163953b3a70f9c776820422917fc94c6feb965f92551ed1c +Size (tryton-6.2/trytond_product-6.2.0.tar.gz) = 89597 bytes diff --git a/misc/py-trytond-production-routing/PLIST b/misc/py-trytond-production-routing/PLIST index a6b9d30ce6f8..9e6f8423d567 100644 --- a/misc/py-trytond-production-routing/PLIST +++ b/misc/py-trytond-production-routing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:53 mef Exp $ ${PYSITELIB}/trytond/modules/production_routing/__init__.py ${PYSITELIB}/trytond/modules/production_routing/__init__.pyc ${PYSITELIB}/trytond/modules/production_routing/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/production_routing/locale/cs.po ${PYSITELIB}/trytond/modules/production_routing/locale/de.po ${PYSITELIB}/trytond/modules/production_routing/locale/es.po ${PYSITELIB}/trytond/modules/production_routing/locale/es_419.po +${PYSITELIB}/trytond/modules/production_routing/locale/et.po +${PYSITELIB}/trytond/modules/production_routing/locale/fa.po +${PYSITELIB}/trytond/modules/production_routing/locale/fi.po ${PYSITELIB}/trytond/modules/production_routing/locale/fr.po -${PYSITELIB}/trytond/modules/production_routing/locale/hu_HU.po -${PYSITELIB}/trytond/modules/production_routing/locale/it_IT.po -${PYSITELIB}/trytond/modules/production_routing/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production_routing/locale/hu.po +${PYSITELIB}/trytond/modules/production_routing/locale/id.po +${PYSITELIB}/trytond/modules/production_routing/locale/it.po ${PYSITELIB}/trytond/modules/production_routing/locale/lo.po ${PYSITELIB}/trytond/modules/production_routing/locale/lt.po ${PYSITELIB}/trytond/modules/production_routing/locale/nl.po ${PYSITELIB}/trytond/modules/production_routing/locale/pl.po -${PYSITELIB}/trytond/modules/production_routing/locale/pt_BR.po +${PYSITELIB}/trytond/modules/production_routing/locale/pt.po +${PYSITELIB}/trytond/modules/production_routing/locale/ro.po ${PYSITELIB}/trytond/modules/production_routing/locale/ru.po ${PYSITELIB}/trytond/modules/production_routing/locale/sl.po +${PYSITELIB}/trytond/modules/production_routing/locale/tr.po ${PYSITELIB}/trytond/modules/production_routing/locale/zh_CN.po ${PYSITELIB}/trytond/modules/production_routing/product.py ${PYSITELIB}/trytond/modules/production_routing/product.pyc @@ -35,6 +40,7 @@ ${PYSITELIB}/trytond/modules/production_routing/routing.xml ${PYSITELIB}/trytond/modules/production_routing/tests/__init__.py ${PYSITELIB}/trytond/modules/production_routing/tests/__init__.pyc ${PYSITELIB}/trytond/modules/production_routing/tests/__init__.pyo +${PYSITELIB}/trytond/modules/production_routing/tests/scenario_stock_supply_production.rst ${PYSITELIB}/trytond/modules/production_routing/tests/test_production_routing.py ${PYSITELIB}/trytond/modules/production_routing/tests/test_production_routing.pyc ${PYSITELIB}/trytond/modules/production_routing/tests/test_production_routing.pyo diff --git a/misc/py-trytond-production-routing/distinfo b/misc/py-trytond-production-routing/distinfo index e8a0cdddd3e6..d61277776377 100644 --- a/misc/py-trytond-production-routing/distinfo +++ b/misc/py-trytond-production-routing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_production_routing-4.2.0.tar.gz) = 59a5d5415f39c18280116c08ba4d40de4b3548a12d483e2edb121b14e64615bf -SHA512 (tryton-4.2/trytond_production_routing-4.2.0.tar.gz) = c7d2e9a87fd9e1905e9afb9347d342bf32bd89c21d0af208fb9afdfb6fa5cc2a8acd1d3e7a463de703057465dc42cda5e508dd15199b53448f594ed3bf51fa29 -Size (tryton-4.2/trytond_production_routing-4.2.0.tar.gz) = 25352 bytes +BLAKE2s (tryton-6.2/trytond_production_routing-6.2.0.tar.gz) = 42bd3d44c9f3e40d39e16a3662a35b2b5dadd9cf83c13bc67136938451b2cb53 +SHA512 (tryton-6.2/trytond_production_routing-6.2.0.tar.gz) = 291bea929bbaf735ce779276037bdbf1df6b2dfd9c12fd089ba383aba04b64b5d21b108d19ff895749ffc4c417734530d77b3789786f88fa86c9bd5f38ac9089 +Size (tryton-6.2/trytond_production_routing-6.2.0.tar.gz) = 26128 bytes diff --git a/misc/py-trytond-production-split/PLIST b/misc/py-trytond-production-split/PLIST index ddaf07e22ba3..d81b14192b40 100644 --- a/misc/py-trytond-production-split/PLIST +++ b/misc/py-trytond-production-split/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/production_split/__init__.py ${PYSITELIB}/trytond/modules/production_split/__init__.pyc ${PYSITELIB}/trytond/modules/production_split/__init__.pyo @@ -9,17 +9,22 @@ ${PYSITELIB}/trytond/modules/production_split/locale/cs.po ${PYSITELIB}/trytond/modules/production_split/locale/de.po ${PYSITELIB}/trytond/modules/production_split/locale/es.po ${PYSITELIB}/trytond/modules/production_split/locale/es_419.po +${PYSITELIB}/trytond/modules/production_split/locale/et.po +${PYSITELIB}/trytond/modules/production_split/locale/fa.po +${PYSITELIB}/trytond/modules/production_split/locale/fi.po ${PYSITELIB}/trytond/modules/production_split/locale/fr.po -${PYSITELIB}/trytond/modules/production_split/locale/hu_HU.po -${PYSITELIB}/trytond/modules/production_split/locale/it_IT.po -${PYSITELIB}/trytond/modules/production_split/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production_split/locale/hu.po +${PYSITELIB}/trytond/modules/production_split/locale/id.po +${PYSITELIB}/trytond/modules/production_split/locale/it.po ${PYSITELIB}/trytond/modules/production_split/locale/lo.po ${PYSITELIB}/trytond/modules/production_split/locale/lt.po ${PYSITELIB}/trytond/modules/production_split/locale/nl.po ${PYSITELIB}/trytond/modules/production_split/locale/pl.po -${PYSITELIB}/trytond/modules/production_split/locale/pt_BR.po +${PYSITELIB}/trytond/modules/production_split/locale/pt.po +${PYSITELIB}/trytond/modules/production_split/locale/ro.po ${PYSITELIB}/trytond/modules/production_split/locale/ru.po ${PYSITELIB}/trytond/modules/production_split/locale/sl.po +${PYSITELIB}/trytond/modules/production_split/locale/tr.po ${PYSITELIB}/trytond/modules/production_split/locale/zh_CN.po ${PYSITELIB}/trytond/modules/production_split/production.py ${PYSITELIB}/trytond/modules/production_split/production.pyc diff --git a/misc/py-trytond-production-split/distinfo b/misc/py-trytond-production-split/distinfo index 25ceaae562c4..4a6125f7c51b 100644 --- a/misc/py-trytond-production-split/distinfo +++ b/misc/py-trytond-production-split/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_production_split-4.2.0.tar.gz) = b554ce672e7a44d1c1535ecd90b48f6abd1a99a16e6e8ce5d7caf43c80636ee0 -SHA512 (tryton-4.2/trytond_production_split-4.2.0.tar.gz) = ace97a01f973a88a9bb6c5c52d0232063a42cea70920208ed224b6a31bd3da0f040a3753faa4a2f0dcd669bcc9f4147c1eea4a7e04b94c6898dbad385a521bdf -Size (tryton-4.2/trytond_production_split-4.2.0.tar.gz) = 28246 bytes +BLAKE2s (tryton-6.2/trytond_production_split-6.2.0.tar.gz) = 54ecb391cf4f29e9d95296a30fca598ceeca41de4be3b2848b240c0bbed45d26 +SHA512 (tryton-6.2/trytond_production_split-6.2.0.tar.gz) = db814cb138feac3375ab5f5276609c91ce643e6a60bdd9e693eac149c84ed0c6232904cc71f2f5b8866d23204539f052f8071bd7a3f5f313e3a536a2d0d617a4 +Size (tryton-6.2/trytond_production_split-6.2.0.tar.gz) = 27819 bytes diff --git a/misc/py-trytond-production-work-timesheet/PLIST b/misc/py-trytond-production-work-timesheet/PLIST index 958a952dfa6e..0fb77f3667c9 100644 --- a/misc/py-trytond-production-work-timesheet/PLIST +++ b/misc/py-trytond-production-work-timesheet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/production_work_timesheet/__init__.py ${PYSITELIB}/trytond/modules/production_work_timesheet/__init__.pyc ${PYSITELIB}/trytond/modules/production_work_timesheet/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/cs.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/de.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/es.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/es_419.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/et.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/fa.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/fi.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/fr.po -${PYSITELIB}/trytond/modules/production_work_timesheet/locale/hu_HU.po -${PYSITELIB}/trytond/modules/production_work_timesheet/locale/it_IT.po -${PYSITELIB}/trytond/modules/production_work_timesheet/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/hu.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/id.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/it.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/lo.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/lt.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/nl.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/pl.po -${PYSITELIB}/trytond/modules/production_work_timesheet/locale/pt_BR.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/pt.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/ro.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/ru.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/sl.po +${PYSITELIB}/trytond/modules/production_work_timesheet/locale/tr.po ${PYSITELIB}/trytond/modules/production_work_timesheet/locale/zh_CN.po ${PYSITELIB}/trytond/modules/production_work_timesheet/routing.py ${PYSITELIB}/trytond/modules/production_work_timesheet/routing.pyc diff --git a/misc/py-trytond-production-work-timesheet/distinfo b/misc/py-trytond-production-work-timesheet/distinfo index 153e454616c3..28457c9b5c0a 100644 --- a/misc/py-trytond-production-work-timesheet/distinfo +++ b/misc/py-trytond-production-work-timesheet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_production_work_timesheet-4.2.0.tar.gz) = 61066a96702999e11d6cb40db2cef3aa3f66c46565ba520daab8742d71e9f28c -SHA512 (tryton-4.2/trytond_production_work_timesheet-4.2.0.tar.gz) = 2560ffc46ea9a11df18c21dbbce15556c88bf55ccea1a02960538c81edf5f1ace08dc29445f83c59d965f49b34f2fd7473f9ee1687e421eb2b036d0b19d9b3fb -Size (tryton-4.2/trytond_production_work_timesheet-4.2.0.tar.gz) = 21006 bytes +BLAKE2s (tryton-6.2/trytond_production_work_timesheet-6.2.0.tar.gz) = ce8dba72752d62b5b9f38989bb884303b9123aa3e5430e2fc6d0551edec28f3c +SHA512 (tryton-6.2/trytond_production_work_timesheet-6.2.0.tar.gz) = 90d16a592fcb7d2da0e7d9f0d26347e02b6dae38e31130b20dbac756e10026531b32c9a1a353660180976a987e0ea0f154c088eb6f97e64156ef8ee1fb73055e +Size (tryton-6.2/trytond_production_work_timesheet-6.2.0.tar.gz) = 23905 bytes diff --git a/misc/py-trytond-production-work/PLIST b/misc/py-trytond-production-work/PLIST index bbaa1deb1bbf..943856e1bc3e 100644 --- a/misc/py-trytond-production-work/PLIST +++ b/misc/py-trytond-production-work/PLIST @@ -1,25 +1,34 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:44 mef Exp $ ${PYSITELIB}/trytond/modules/production_work/__init__.py ${PYSITELIB}/trytond/modules/production_work/__init__.pyc ${PYSITELIB}/trytond/modules/production_work/__init__.pyo +${PYSITELIB}/trytond/modules/production_work/exceptions.py +${PYSITELIB}/trytond/modules/production_work/exceptions.pyc +${PYSITELIB}/trytond/modules/production_work/exceptions.pyo ${PYSITELIB}/trytond/modules/production_work/locale/bg.po ${PYSITELIB}/trytond/modules/production_work/locale/ca.po ${PYSITELIB}/trytond/modules/production_work/locale/cs.po ${PYSITELIB}/trytond/modules/production_work/locale/de.po ${PYSITELIB}/trytond/modules/production_work/locale/es.po ${PYSITELIB}/trytond/modules/production_work/locale/es_419.po +${PYSITELIB}/trytond/modules/production_work/locale/et.po +${PYSITELIB}/trytond/modules/production_work/locale/fa.po +${PYSITELIB}/trytond/modules/production_work/locale/fi.po ${PYSITELIB}/trytond/modules/production_work/locale/fr.po -${PYSITELIB}/trytond/modules/production_work/locale/hu_HU.po -${PYSITELIB}/trytond/modules/production_work/locale/it_IT.po -${PYSITELIB}/trytond/modules/production_work/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production_work/locale/hu.po +${PYSITELIB}/trytond/modules/production_work/locale/id.po +${PYSITELIB}/trytond/modules/production_work/locale/it.po ${PYSITELIB}/trytond/modules/production_work/locale/lo.po ${PYSITELIB}/trytond/modules/production_work/locale/lt.po ${PYSITELIB}/trytond/modules/production_work/locale/nl.po ${PYSITELIB}/trytond/modules/production_work/locale/pl.po -${PYSITELIB}/trytond/modules/production_work/locale/pt_BR.po +${PYSITELIB}/trytond/modules/production_work/locale/pt.po +${PYSITELIB}/trytond/modules/production_work/locale/ro.po ${PYSITELIB}/trytond/modules/production_work/locale/ru.po ${PYSITELIB}/trytond/modules/production_work/locale/sl.po +${PYSITELIB}/trytond/modules/production_work/locale/tr.po ${PYSITELIB}/trytond/modules/production_work/locale/zh_CN.po +${PYSITELIB}/trytond/modules/production_work/message.xml ${PYSITELIB}/trytond/modules/production_work/production.py ${PYSITELIB}/trytond/modules/production_work/production.pyc ${PYSITELIB}/trytond/modules/production_work/production.pyo diff --git a/misc/py-trytond-production-work/distinfo b/misc/py-trytond-production-work/distinfo index a692b0a35f64..ac24e0035232 100644 --- a/misc/py-trytond-production-work/distinfo +++ b/misc/py-trytond-production-work/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_production_work-4.2.0.tar.gz) = 30e14b42057d95ef2629e93bfeaa179678ce14fd3d0ef41c08cdc0e1c86671cd -SHA512 (tryton-4.2/trytond_production_work-4.2.0.tar.gz) = 065536f0b5706a181c6ef010dea03fcf461715bf50fa2cfd8d1b35e4d12c36694d79481c8f7b7f146ee5ec4d1071631183d520e6d112907e6590331287993a36 -Size (tryton-4.2/trytond_production_work-4.2.0.tar.gz) = 36957 bytes +BLAKE2s (tryton-6.2/trytond_production_work-6.2.0.tar.gz) = 44208d3aa2b3c89124ab633b01c6e8ad56a2ebf980a0b1d4eb0625fa900520fc +SHA512 (tryton-6.2/trytond_production_work-6.2.0.tar.gz) = 9b665817131de07c75e6e6afe8a6343927a18cbaa3f96080f3fa3c8fba78927bafe74d9de9da99cfcd79836ae447c03cacc0e894a2ccb9bbadaec0f277f0ecef +Size (tryton-6.2/trytond_production_work-6.2.0.tar.gz) = 39905 bytes diff --git a/misc/py-trytond-production/PLIST b/misc/py-trytond-production/PLIST index b7f58746ef52..ae1340e2e3f8 100644 --- a/misc/py-trytond-production/PLIST +++ b/misc/py-trytond-production/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:06 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:53 mef Exp $ ${PYSITELIB}/trytond/modules/production/__init__.py ${PYSITELIB}/trytond/modules/production/__init__.pyc ${PYSITELIB}/trytond/modules/production/__init__.pyo @@ -10,24 +10,37 @@ ${PYSITELIB}/trytond/modules/production/configuration.py ${PYSITELIB}/trytond/modules/production/configuration.pyc ${PYSITELIB}/trytond/modules/production/configuration.pyo ${PYSITELIB}/trytond/modules/production/configuration.xml +${PYSITELIB}/trytond/modules/production/exceptions.py +${PYSITELIB}/trytond/modules/production/exceptions.pyc +${PYSITELIB}/trytond/modules/production/exceptions.pyo +${PYSITELIB}/trytond/modules/production/icons/tryton-production.svg +${PYSITELIB}/trytond/modules/production/ir.py +${PYSITELIB}/trytond/modules/production/ir.pyc +${PYSITELIB}/trytond/modules/production/ir.pyo ${PYSITELIB}/trytond/modules/production/locale/bg.po ${PYSITELIB}/trytond/modules/production/locale/ca.po ${PYSITELIB}/trytond/modules/production/locale/cs.po ${PYSITELIB}/trytond/modules/production/locale/de.po ${PYSITELIB}/trytond/modules/production/locale/es.po ${PYSITELIB}/trytond/modules/production/locale/es_419.po +${PYSITELIB}/trytond/modules/production/locale/et.po +${PYSITELIB}/trytond/modules/production/locale/fa.po +${PYSITELIB}/trytond/modules/production/locale/fi.po ${PYSITELIB}/trytond/modules/production/locale/fr.po -${PYSITELIB}/trytond/modules/production/locale/hu_HU.po -${PYSITELIB}/trytond/modules/production/locale/it_IT.po -${PYSITELIB}/trytond/modules/production/locale/ja_JP.po +${PYSITELIB}/trytond/modules/production/locale/hu.po +${PYSITELIB}/trytond/modules/production/locale/id.po +${PYSITELIB}/trytond/modules/production/locale/it.po ${PYSITELIB}/trytond/modules/production/locale/lo.po ${PYSITELIB}/trytond/modules/production/locale/lt.po ${PYSITELIB}/trytond/modules/production/locale/nl.po ${PYSITELIB}/trytond/modules/production/locale/pl.po -${PYSITELIB}/trytond/modules/production/locale/pt_BR.po +${PYSITELIB}/trytond/modules/production/locale/pt.po +${PYSITELIB}/trytond/modules/production/locale/ro.po ${PYSITELIB}/trytond/modules/production/locale/ru.po ${PYSITELIB}/trytond/modules/production/locale/sl.po +${PYSITELIB}/trytond/modules/production/locale/tr.po ${PYSITELIB}/trytond/modules/production/locale/zh_CN.po +${PYSITELIB}/trytond/modules/production/message.xml ${PYSITELIB}/trytond/modules/production/product.py ${PYSITELIB}/trytond/modules/production/product.pyc ${PYSITELIB}/trytond/modules/production/product.pyo @@ -44,6 +57,11 @@ ${PYSITELIB}/trytond/modules/production/tests/__init__.py ${PYSITELIB}/trytond/modules/production/tests/__init__.pyc ${PYSITELIB}/trytond/modules/production/tests/__init__.pyo ${PYSITELIB}/trytond/modules/production/tests/scenario_production.rst +${PYSITELIB}/trytond/modules/production/tests/scenario_production_by_product.rst +${PYSITELIB}/trytond/modules/production/tests/scenario_production_no_list_price.rst +${PYSITELIB}/trytond/modules/production/tests/scenario_production_rounding.rst +${PYSITELIB}/trytond/modules/production/tests/scenario_production_set_cost.rst +${PYSITELIB}/trytond/modules/production/tests/scenario_production_waste.rst ${PYSITELIB}/trytond/modules/production/tests/test_production.py ${PYSITELIB}/trytond/modules/production/tests/test_production.pyc ${PYSITELIB}/trytond/modules/production/tests/test_production.pyo @@ -70,6 +88,8 @@ ${PYSITELIB}/trytond/modules/production/view/production_lead_time_form.xml ${PYSITELIB}/trytond/modules/production/view/production_lead_time_list.xml ${PYSITELIB}/trytond/modules/production/view/production_lead_time_list_sequence.xml ${PYSITELIB}/trytond/modules/production/view/production_list.xml +${PYSITELIB}/trytond/modules/production/view/template_form.xml +${PYSITELIB}/trytond/modules/production/view/template_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-production/distinfo b/misc/py-trytond-production/distinfo index 227f4393470e..d56fb354fbfe 100644 --- a/misc/py-trytond-production/distinfo +++ b/misc/py-trytond-production/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:24 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_production-4.2.0.tar.gz) = b09135a1ece0847c889b870fc613066e74a432d138f27122eaeb11ab9023a972 -SHA512 (tryton-4.2/trytond_production-4.2.0.tar.gz) = d673520bb47cf0d8f86ba9a2a5cc330eb26f8f7e173b14e16395b16625890c6c292db48fb2b78850556aa15e4e7cff4ae3608842866a02ee96805272c7369f54 -Size (tryton-4.2/trytond_production-4.2.0.tar.gz) = 52075 bytes +BLAKE2s (tryton-6.2/trytond_production-6.2.0.tar.gz) = 61beaffd0691fbac1377411fef9d9571133ae1ff078986d7083b46900797d251 +SHA512 (tryton-6.2/trytond_production-6.2.0.tar.gz) = 98aa90acede772aa18f4556484b82f7488ca4812693d26070932d16de574cc053368322bea00fc9ce7ffcd1832c9fb975fa29cd618cbfd832dae7cb3e9a62f10 +Size (tryton-6.2/trytond_production-6.2.0.tar.gz) = 67429 bytes diff --git a/misc/py-trytond-project-invoice/PLIST b/misc/py-trytond-project-invoice/PLIST index 0a0d5a41adc0..a6f0cb679050 100644 --- a/misc/py-trytond-project-invoice/PLIST +++ b/misc/py-trytond-project-invoice/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $ ${PYSITELIB}/trytond/modules/project_invoice/__init__.py ${PYSITELIB}/trytond/modules/project_invoice/__init__.pyc ${PYSITELIB}/trytond/modules/project_invoice/__init__.pyo +${PYSITELIB}/trytond/modules/project_invoice/exceptions.py +${PYSITELIB}/trytond/modules/project_invoice/exceptions.pyc +${PYSITELIB}/trytond/modules/project_invoice/exceptions.pyo ${PYSITELIB}/trytond/modules/project_invoice/invoice.py ${PYSITELIB}/trytond/modules/project_invoice/invoice.pyc ${PYSITELIB}/trytond/modules/project_invoice/invoice.pyo @@ -11,23 +14,33 @@ ${PYSITELIB}/trytond/modules/project_invoice/locale/cs.po ${PYSITELIB}/trytond/modules/project_invoice/locale/de.po ${PYSITELIB}/trytond/modules/project_invoice/locale/es.po ${PYSITELIB}/trytond/modules/project_invoice/locale/es_419.po +${PYSITELIB}/trytond/modules/project_invoice/locale/et.po +${PYSITELIB}/trytond/modules/project_invoice/locale/fa.po +${PYSITELIB}/trytond/modules/project_invoice/locale/fi.po ${PYSITELIB}/trytond/modules/project_invoice/locale/fr.po -${PYSITELIB}/trytond/modules/project_invoice/locale/hu_HU.po -${PYSITELIB}/trytond/modules/project_invoice/locale/it_IT.po -${PYSITELIB}/trytond/modules/project_invoice/locale/ja_JP.po +${PYSITELIB}/trytond/modules/project_invoice/locale/hu.po +${PYSITELIB}/trytond/modules/project_invoice/locale/id.po +${PYSITELIB}/trytond/modules/project_invoice/locale/it.po ${PYSITELIB}/trytond/modules/project_invoice/locale/lo.po ${PYSITELIB}/trytond/modules/project_invoice/locale/lt.po ${PYSITELIB}/trytond/modules/project_invoice/locale/nl.po ${PYSITELIB}/trytond/modules/project_invoice/locale/pl.po -${PYSITELIB}/trytond/modules/project_invoice/locale/pt_BR.po +${PYSITELIB}/trytond/modules/project_invoice/locale/pt.po +${PYSITELIB}/trytond/modules/project_invoice/locale/ro.po ${PYSITELIB}/trytond/modules/project_invoice/locale/ru.po ${PYSITELIB}/trytond/modules/project_invoice/locale/sl.po +${PYSITELIB}/trytond/modules/project_invoice/locale/tr.po ${PYSITELIB}/trytond/modules/project_invoice/locale/zh_CN.po +${PYSITELIB}/trytond/modules/project_invoice/message.xml +${PYSITELIB}/trytond/modules/project_invoice/project.py +${PYSITELIB}/trytond/modules/project_invoice/project.pyc +${PYSITELIB}/trytond/modules/project_invoice/project.pyo ${PYSITELIB}/trytond/modules/project_invoice/project.xml ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.py ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.pyc ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.pyo ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_effort.rst +${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_multiple_party.rst ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_progress.rst ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_timesheet.rst ${PYSITELIB}/trytond/modules/project_invoice/tests/test_project_invoice.py @@ -41,10 +54,7 @@ ${PYSITELIB}/trytond/modules/project_invoice/tryton.cfg ${PYSITELIB}/trytond/modules/project_invoice/view/work_form.xml ${PYSITELIB}/trytond/modules/project_invoice/view/work_invoiced_progress_form.xml ${PYSITELIB}/trytond/modules/project_invoice/view/work_invoiced_progress_list.xml -${PYSITELIB}/trytond/modules/project_invoice/work.py -${PYSITELIB}/trytond/modules/project_invoice/work.pyc -${PYSITELIB}/trytond/modules/project_invoice/work.pyo -${PYSITELIB}/trytond/modules/project_invoice/work.xml +${PYSITELIB}/trytond/modules/project_invoice/view/work_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-project-invoice/distinfo b/misc/py-trytond-project-invoice/distinfo index 81d756ca52e4..10681f4e6219 100644 --- a/misc/py-trytond-project-invoice/distinfo +++ b/misc/py-trytond-project-invoice/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_project_invoice-4.2.0.tar.gz) = fafd3360d25fe5eab9cb1c7b41a58cb19880327b3d69b70819f4127b158581a7 -SHA512 (tryton-4.2/trytond_project_invoice-4.2.0.tar.gz) = a141be51c9bc4351d2b2261971b50ef6b99f434e70cfb1e89935cfd608ccd002d3dba3b7a36fd89fe26c17a02ac4433ba6237dac865bd9df7ee87ef0e492d0ea -Size (tryton-4.2/trytond_project_invoice-4.2.0.tar.gz) = 31116 bytes +BLAKE2s (tryton-6.2/trytond_project_invoice-6.2.0.tar.gz) = 5f9e0c8e73ff1973f171a99a2ffc8a7014e0b239ac069ca0c2d22e19e1a32ff2 +SHA512 (tryton-6.2/trytond_project_invoice-6.2.0.tar.gz) = 7176da5d3d69c897ca0ee81c951aa179c64c09e40d2509ec3388e53e445816e023f17f433510f03bcd5ce83c49ee78a73d3f40fe5cebe46ac818c1ba555529b0 +Size (tryton-6.2/trytond_project_invoice-6.2.0.tar.gz) = 36456 bytes diff --git a/misc/py-trytond-project-plan/PLIST b/misc/py-trytond-project-plan/PLIST index ae6b599adc51..cb78118d4b64 100644 --- a/misc/py-trytond-project-plan/PLIST +++ b/misc/py-trytond-project-plan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 22:07:26 mef Exp $ ${PYSITELIB}/trytond/modules/project_plan/__init__.py ${PYSITELIB}/trytond/modules/project_plan/__init__.pyc ${PYSITELIB}/trytond/modules/project_plan/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/project_plan/locale/cs.po ${PYSITELIB}/trytond/modules/project_plan/locale/de.po ${PYSITELIB}/trytond/modules/project_plan/locale/es.po ${PYSITELIB}/trytond/modules/project_plan/locale/es_419.po +${PYSITELIB}/trytond/modules/project_plan/locale/et.po +${PYSITELIB}/trytond/modules/project_plan/locale/fa.po +${PYSITELIB}/trytond/modules/project_plan/locale/fi.po ${PYSITELIB}/trytond/modules/project_plan/locale/fr.po -${PYSITELIB}/trytond/modules/project_plan/locale/hu_HU.po -${PYSITELIB}/trytond/modules/project_plan/locale/it_IT.po -${PYSITELIB}/trytond/modules/project_plan/locale/ja_JP.po +${PYSITELIB}/trytond/modules/project_plan/locale/hu.po +${PYSITELIB}/trytond/modules/project_plan/locale/id.po +${PYSITELIB}/trytond/modules/project_plan/locale/it.po ${PYSITELIB}/trytond/modules/project_plan/locale/lo.po ${PYSITELIB}/trytond/modules/project_plan/locale/lt.po ${PYSITELIB}/trytond/modules/project_plan/locale/nl.po ${PYSITELIB}/trytond/modules/project_plan/locale/pl.po -${PYSITELIB}/trytond/modules/project_plan/locale/pt_BR.po +${PYSITELIB}/trytond/modules/project_plan/locale/pt.po +${PYSITELIB}/trytond/modules/project_plan/locale/ro.po ${PYSITELIB}/trytond/modules/project_plan/locale/ru.po ${PYSITELIB}/trytond/modules/project_plan/locale/sl.po +${PYSITELIB}/trytond/modules/project_plan/locale/tr.po ${PYSITELIB}/trytond/modules/project_plan/locale/zh_CN.po ${PYSITELIB}/trytond/modules/project_plan/tests/__init__.py ${PYSITELIB}/trytond/modules/project_plan/tests/__init__.pyc diff --git a/misc/py-trytond-project-plan/distinfo b/misc/py-trytond-project-plan/distinfo index 41d9bc8db3ed..2ff318e9899d 100644 --- a/misc/py-trytond-project-plan/distinfo +++ b/misc/py-trytond-project-plan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_project_plan-4.2.0.tar.gz) = b4778def3d9479edd8aefbf8857819eb1edf06211fcfe2477ea1f70dc7e5df99 -SHA512 (tryton-4.2/trytond_project_plan-4.2.0.tar.gz) = 2213ee03724192160aa41f1d3cd2db3daec5e7859da11270fbe340c5c4b2f26e53a42200e22d1c316f6161186fb4beb1058e1bfb1e4168e360958a0798cccc27 -Size (tryton-4.2/trytond_project_plan-4.2.0.tar.gz) = 29847 bytes +BLAKE2s (tryton-6.2/trytond_project_plan-6.2.0.tar.gz) = f41ee88d117a77375ab7dd26d657c7e0c1804b45b00ab28e7cbf684c44206fb3 +SHA512 (tryton-6.2/trytond_project_plan-6.2.0.tar.gz) = 016475d3b876d30dcfb61065f69ff68b7172d79ca18ce9a72f2aaee533f26dc77a07dc2fcfefaf16dc4e081c6d71b7b8d7f37a20baf90a7a56856a2551f3e1a3 +Size (tryton-6.2/trytond_project_plan-6.2.0.tar.gz) = 32526 bytes diff --git a/misc/py-trytond-project-revenue/PLIST b/misc/py-trytond-project-revenue/PLIST index b5acbf9a20e2..91bc8a3dc8b3 100644 --- a/misc/py-trytond-project-revenue/PLIST +++ b/misc/py-trytond-project-revenue/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 21:52:28 mef Exp $ ${PYSITELIB}/trytond/modules/project_revenue/__init__.py ${PYSITELIB}/trytond/modules/project_revenue/__init__.pyc ${PYSITELIB}/trytond/modules/project_revenue/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/project_revenue/locale/cs.po ${PYSITELIB}/trytond/modules/project_revenue/locale/de.po ${PYSITELIB}/trytond/modules/project_revenue/locale/es.po ${PYSITELIB}/trytond/modules/project_revenue/locale/es_419.po +${PYSITELIB}/trytond/modules/project_revenue/locale/et.po +${PYSITELIB}/trytond/modules/project_revenue/locale/fa.po +${PYSITELIB}/trytond/modules/project_revenue/locale/fi.po ${PYSITELIB}/trytond/modules/project_revenue/locale/fr.po -${PYSITELIB}/trytond/modules/project_revenue/locale/hu_HU.po -${PYSITELIB}/trytond/modules/project_revenue/locale/it_IT.po -${PYSITELIB}/trytond/modules/project_revenue/locale/ja_JP.po +${PYSITELIB}/trytond/modules/project_revenue/locale/hu.po +${PYSITELIB}/trytond/modules/project_revenue/locale/id.po +${PYSITELIB}/trytond/modules/project_revenue/locale/it.po ${PYSITELIB}/trytond/modules/project_revenue/locale/lo.po ${PYSITELIB}/trytond/modules/project_revenue/locale/lt.po ${PYSITELIB}/trytond/modules/project_revenue/locale/nl.po ${PYSITELIB}/trytond/modules/project_revenue/locale/pl.po -${PYSITELIB}/trytond/modules/project_revenue/locale/pt_BR.po +${PYSITELIB}/trytond/modules/project_revenue/locale/pt.po +${PYSITELIB}/trytond/modules/project_revenue/locale/ro.po ${PYSITELIB}/trytond/modules/project_revenue/locale/ru.po ${PYSITELIB}/trytond/modules/project_revenue/locale/sl.po +${PYSITELIB}/trytond/modules/project_revenue/locale/tr.po ${PYSITELIB}/trytond/modules/project_revenue/locale/zh_CN.po ${PYSITELIB}/trytond/modules/project_revenue/purchase.py ${PYSITELIB}/trytond/modules/project_revenue/purchase.pyc @@ -27,6 +32,7 @@ ${PYSITELIB}/trytond/modules/project_revenue/purchase.xml ${PYSITELIB}/trytond/modules/project_revenue/tests/__init__.py ${PYSITELIB}/trytond/modules/project_revenue/tests/__init__.pyc ${PYSITELIB}/trytond/modules/project_revenue/tests/__init__.pyo +${PYSITELIB}/trytond/modules/project_revenue/tests/scenario_project_revenue.rst ${PYSITELIB}/trytond/modules/project_revenue/tests/test_project_revenue.py ${PYSITELIB}/trytond/modules/project_revenue/tests/test_project_revenue.pyc ${PYSITELIB}/trytond/modules/project_revenue/tests/test_project_revenue.pyo diff --git a/misc/py-trytond-project-revenue/distinfo b/misc/py-trytond-project-revenue/distinfo index ae510d744387..dbc67de6034a 100644 --- a/misc/py-trytond-project-revenue/distinfo +++ b/misc/py-trytond-project-revenue/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_project_revenue-4.2.0.tar.gz) = 023040c5d8c6ac5580bd35b6eb9b259a6c996f3970785d3201e110863c6a9647 -SHA512 (tryton-4.2/trytond_project_revenue-4.2.0.tar.gz) = 75843a87559bdd0727b140f198b27e2caa5cef14f0f0107996041f50992f03bee934934788246296ac67344f3bd71b3f8542df4e63d6499f12bdf9e2539c55c9 -Size (tryton-4.2/trytond_project_revenue-4.2.0.tar.gz) = 22234 bytes +BLAKE2s (tryton-6.2/trytond_project_revenue-6.2.0.tar.gz) = 964a1f55bda3b4bd346e722812f69e078e79363ce4de857d833942bc21381af9 +SHA512 (tryton-6.2/trytond_project_revenue-6.2.0.tar.gz) = 1431f45093a68aae89f22ed18f98d3e4f44dbf0f397a514a098ea60d35ee3b1ceef5e2e7b6fba10848b970db4b6a594a3c3ed5b46111831aa6d766fa90ce64a9 +Size (tryton-6.2/trytond_project_revenue-6.2.0.tar.gz) = 27485 bytes diff --git a/misc/py-trytond-project/PLIST b/misc/py-trytond-project/PLIST index 10927baa8ed2..1880e2eb73e4 100644 --- a/misc/py-trytond-project/PLIST +++ b/misc/py-trytond-project/PLIST @@ -1,26 +1,38 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/project/__init__.py ${PYSITELIB}/trytond/modules/project/__init__.pyc ${PYSITELIB}/trytond/modules/project/__init__.pyo +${PYSITELIB}/trytond/modules/project/exceptions.py +${PYSITELIB}/trytond/modules/project/exceptions.pyc +${PYSITELIB}/trytond/modules/project/exceptions.pyo ${PYSITELIB}/trytond/modules/project/icons/tryton-project.svg +${PYSITELIB}/trytond/modules/project/ir.py +${PYSITELIB}/trytond/modules/project/ir.pyc +${PYSITELIB}/trytond/modules/project/ir.pyo ${PYSITELIB}/trytond/modules/project/locale/bg.po ${PYSITELIB}/trytond/modules/project/locale/ca.po ${PYSITELIB}/trytond/modules/project/locale/cs.po ${PYSITELIB}/trytond/modules/project/locale/de.po ${PYSITELIB}/trytond/modules/project/locale/es.po ${PYSITELIB}/trytond/modules/project/locale/es_419.po +${PYSITELIB}/trytond/modules/project/locale/et.po +${PYSITELIB}/trytond/modules/project/locale/fa.po +${PYSITELIB}/trytond/modules/project/locale/fi.po ${PYSITELIB}/trytond/modules/project/locale/fr.po -${PYSITELIB}/trytond/modules/project/locale/hu_HU.po -${PYSITELIB}/trytond/modules/project/locale/it_IT.po -${PYSITELIB}/trytond/modules/project/locale/ja_JP.po +${PYSITELIB}/trytond/modules/project/locale/hu.po +${PYSITELIB}/trytond/modules/project/locale/id.po +${PYSITELIB}/trytond/modules/project/locale/it.po ${PYSITELIB}/trytond/modules/project/locale/lo.po ${PYSITELIB}/trytond/modules/project/locale/lt.po ${PYSITELIB}/trytond/modules/project/locale/nl.po ${PYSITELIB}/trytond/modules/project/locale/pl.po -${PYSITELIB}/trytond/modules/project/locale/pt_BR.po +${PYSITELIB}/trytond/modules/project/locale/pt.po +${PYSITELIB}/trytond/modules/project/locale/ro.po ${PYSITELIB}/trytond/modules/project/locale/ru.po ${PYSITELIB}/trytond/modules/project/locale/sl.po +${PYSITELIB}/trytond/modules/project/locale/tr.po ${PYSITELIB}/trytond/modules/project/locale/zh_CN.po +${PYSITELIB}/trytond/modules/project/message.xml ${PYSITELIB}/trytond/modules/project/party.py ${PYSITELIB}/trytond/modules/project/party.pyc ${PYSITELIB}/trytond/modules/project/party.pyo @@ -28,17 +40,21 @@ ${PYSITELIB}/trytond/modules/project/project.xml ${PYSITELIB}/trytond/modules/project/tests/__init__.py ${PYSITELIB}/trytond/modules/project/tests/__init__.pyc ${PYSITELIB}/trytond/modules/project/tests/__init__.pyo +${PYSITELIB}/trytond/modules/project/tests/scenario_project_status.rst ${PYSITELIB}/trytond/modules/project/tests/test_project.py ${PYSITELIB}/trytond/modules/project/tests/test_project.pyc ${PYSITELIB}/trytond/modules/project/tests/test_project.pyo ${PYSITELIB}/trytond/modules/project/timesheet.py ${PYSITELIB}/trytond/modules/project/timesheet.pyc ${PYSITELIB}/trytond/modules/project/timesheet.pyo +${PYSITELIB}/trytond/modules/project/timesheet.xml ${PYSITELIB}/trytond/modules/project/tryton.cfg ${PYSITELIB}/trytond/modules/project/view/work_form.xml ${PYSITELIB}/trytond/modules/project/view/work_list.xml ${PYSITELIB}/trytond/modules/project/view/work_list_children.xml ${PYSITELIB}/trytond/modules/project/view/work_list_simple.xml +${PYSITELIB}/trytond/modules/project/view/work_status_form.xml +${PYSITELIB}/trytond/modules/project/view/work_status_list.xml ${PYSITELIB}/trytond/modules/project/view/work_tree.xml ${PYSITELIB}/trytond/modules/project/view/work_tree_simple.xml ${PYSITELIB}/trytond/modules/project/work.py diff --git a/misc/py-trytond-project/distinfo b/misc/py-trytond-project/distinfo index 492a1da98988..8bb49fa1afc6 100644 --- a/misc/py-trytond-project/distinfo +++ b/misc/py-trytond-project/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:53 mef Exp $ -BLAKE2s (tryton-4.2/trytond_project-4.2.0.tar.gz) = 4a106411c6d3ab08303b058a30128bbf1d3c6851b1dd6079d8eaeb74a4b276a5 -SHA512 (tryton-4.2/trytond_project-4.2.0.tar.gz) = 5f80a8786a4e32c0fe3f5b05f5a972cc4e77fab68fa9e3df1f119898b796933544126d271353689854f5fef441d17f3a5759a7795a2568a3e6c4b07fefa2b252 -Size (tryton-4.2/trytond_project-4.2.0.tar.gz) = 38933 bytes +BLAKE2s (tryton-6.2/trytond_project-6.2.0.tar.gz) = 96d45fb550fcfd37f11fca3d9316bac59e3cb3e7bbc334c72fb6c4889727f88e +SHA512 (tryton-6.2/trytond_project-6.2.0.tar.gz) = 4f28625f476bfd883acdfd758f7d302213cba5c983c9a0e90558a3143a8da2786447521f35999be5831181dfd683ae84541fdb53d8bcdb14dda0daa5107e933c +Size (tryton-6.2/trytond_project-6.2.0.tar.gz) = 48798 bytes diff --git a/misc/py-trytond-stock-forecast/PLIST b/misc/py-trytond-stock-forecast/PLIST index 9d3a0ce00625..85fa8944e32e 100644 --- a/misc/py-trytond-stock-forecast/PLIST +++ b/misc/py-trytond-stock-forecast/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:54 mef Exp $ ${PYSITELIB}/trytond/modules/stock_forecast/__init__.py ${PYSITELIB}/trytond/modules/stock_forecast/__init__.pyc ${PYSITELIB}/trytond/modules/stock_forecast/__init__.pyo +${PYSITELIB}/trytond/modules/stock_forecast/exceptions.py +${PYSITELIB}/trytond/modules/stock_forecast/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_forecast/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_forecast/forecast.py ${PYSITELIB}/trytond/modules/stock_forecast/forecast.pyc ${PYSITELIB}/trytond/modules/stock_forecast/forecast.pyo @@ -12,18 +15,24 @@ ${PYSITELIB}/trytond/modules/stock_forecast/locale/cs.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/de.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/es.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/et.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/fa.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/fi.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/fr.po -${PYSITELIB}/trytond/modules/stock_forecast/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_forecast/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_forecast/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/hu.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/id.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/it.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/lo.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/lt.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/nl.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/pl.po -${PYSITELIB}/trytond/modules/stock_forecast/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/pt.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/ro.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/ru.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/sl.po +${PYSITELIB}/trytond/modules/stock_forecast/locale/tr.po ${PYSITELIB}/trytond/modules/stock_forecast/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_forecast/message.xml ${PYSITELIB}/trytond/modules/stock_forecast/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_forecast/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_forecast/tests/__init__.pyo diff --git a/misc/py-trytond-stock-forecast/distinfo b/misc/py-trytond-stock-forecast/distinfo index 778b0ae964a9..e0ebb27de16f 100644 --- a/misc/py-trytond-stock-forecast/distinfo +++ b/misc/py-trytond-stock-forecast/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_forecast-4.2.0.tar.gz) = b176f29fec506a4b281a71cebdb2a409ad7ed15b4f11069d43c2e9ccf1f79ee7 -SHA512 (tryton-4.2/trytond_stock_forecast-4.2.0.tar.gz) = 170220b1dc3b5dea300409d651699f6c8ea7525bdcd0b8f3b0090bae886283da3efe1b085124155d9d4a1c9cc285b150bf6f48081686cc6f8a2f6a1ac6cbcf48 -Size (tryton-4.2/trytond_stock_forecast-4.2.0.tar.gz) = 37514 bytes +BLAKE2s (tryton-6.2/trytond_stock_forecast-6.2.0.tar.gz) = b438bb4e884b5aa9278ebd165c89bec0baa465f34a2b5d4de3f0032d89270cfe +SHA512 (tryton-6.2/trytond_stock_forecast-6.2.0.tar.gz) = c7611c69bc52656744c7d9ca7a6b8f89abb23dc3bb8c98a2ca28d8f596cd48ae6374a5a41d5f3ac7d21848986da1371ff6b5ddb51bdd7e7e6b3675bd43920851 +Size (tryton-6.2/trytond_stock_forecast-6.2.0.tar.gz) = 39346 bytes diff --git a/misc/py-trytond-stock-inventory-location/PLIST b/misc/py-trytond-stock-inventory-location/PLIST index 32f640b8effa..f4cd2bbb6da1 100644 --- a/misc/py-trytond-stock-inventory-location/PLIST +++ b/misc/py-trytond-stock-inventory-location/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/stock_inventory_location/__init__.py ${PYSITELIB}/trytond/modules/stock_inventory_location/__init__.pyc ${PYSITELIB}/trytond/modules/stock_inventory_location/__init__.pyo @@ -12,26 +12,33 @@ ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/cs.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/de.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/et.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/fa.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/fi.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/fr.po -${PYSITELIB}/trytond/modules/stock_inventory_location/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_inventory_location/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_inventory_location/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/hu.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/id.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/it.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/lo.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/lt.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/nl.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/pl.po -${PYSITELIB}/trytond/modules/stock_inventory_location/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/pt.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/ro.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/ru.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/sl.po +${PYSITELIB}/trytond/modules/stock_inventory_location/locale/tr.po ${PYSITELIB}/trytond/modules/stock_inventory_location/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_inventory_location/tests/scenario_stock_inventories.rst ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.py ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.pyc ${PYSITELIB}/trytond/modules/stock_inventory_location/tests/test_stock_inventory_location.pyo ${PYSITELIB}/trytond/modules/stock_inventory_location/tryton.cfg ${PYSITELIB}/trytond/modules/stock_inventory_location/view/inventory_create_start_form.xml +${PYSITELIB}/trytond/modules/stock_inventory_location/view/inventory_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-stock-inventory-location/distinfo b/misc/py-trytond-stock-inventory-location/distinfo index 2177bac23b2c..dbf2ce6f2eb1 100644 --- a/misc/py-trytond-stock-inventory-location/distinfo +++ b/misc/py-trytond-stock-inventory-location/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_inventory_location-4.2.0.tar.gz) = 06bfabfa4f3ba28f1fad7aadc7c17fe6c3f7f411c1c577b79c2969e86c0e95d8 -SHA512 (tryton-4.2/trytond_stock_inventory_location-4.2.0.tar.gz) = 30c3fbd0079a33128b343678ea9dabd12ea10f4481d0fc3198b6a0707d29bcdffd9b4dd0241ebe4deca9fdab3829860870578eb253c124177cf38569cf790fff -Size (tryton-4.2/trytond_stock_inventory_location-4.2.0.tar.gz) = 20866 bytes +BLAKE2s (tryton-6.2/trytond_stock_inventory_location-6.2.0.tar.gz) = dac0b0108d21a8496717756c329f11c36568bf75668188d4abdf819284e3fb3e +SHA512 (tryton-6.2/trytond_stock_inventory_location-6.2.0.tar.gz) = ff8d3a45d0e0e6c6e2bdace787993e6ef84e96cc740674800f80c1b35fb39fc1dd4f106f75676f212c01c101064ddc1ac1e51b46263344132bee1b2639867580 +Size (tryton-6.2/trytond_stock_inventory_location-6.2.0.tar.gz) = 25056 bytes diff --git a/misc/py-trytond-stock-location-sequence/PLIST b/misc/py-trytond-stock-location-sequence/PLIST index 14b6ba21564d..a098dd779f36 100644 --- a/misc/py-trytond-stock-location-sequence/PLIST +++ b/misc/py-trytond-stock-location-sequence/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/stock_location_sequence/__init__.py ${PYSITELIB}/trytond/modules/stock_location_sequence/__init__.pyc ${PYSITELIB}/trytond/modules/stock_location_sequence/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/cs.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/de.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/es.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/et.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/fa.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/fi.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/fr.po -${PYSITELIB}/trytond/modules/stock_location_sequence/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_location_sequence/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_location_sequence/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/hu.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/id.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/it.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/lo.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/lt.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/nl.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/pl.po -${PYSITELIB}/trytond/modules/stock_location_sequence/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/pt.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/ro.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/ru.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/sl.po +${PYSITELIB}/trytond/modules/stock_location_sequence/locale/tr.po ${PYSITELIB}/trytond/modules/stock_location_sequence/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_location_sequence/stock.py ${PYSITELIB}/trytond/modules/stock_location_sequence/stock.pyc diff --git a/misc/py-trytond-stock-location-sequence/distinfo b/misc/py-trytond-stock-location-sequence/distinfo index 02b7e91621bc..c8605f573d3b 100644 --- a/misc/py-trytond-stock-location-sequence/distinfo +++ b/misc/py-trytond-stock-location-sequence/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_location_sequence-4.2.0.tar.gz) = da179e9f586e36c621c318d6a1b5bce747ab1b0c0e1b83652570ca12b3bc8131 -SHA512 (tryton-4.2/trytond_stock_location_sequence-4.2.0.tar.gz) = 9cbf44bcd96524840883edbdb6e61f94e11fbdb4486fc2f8e0ad3efb21eb28dfe40f2701d7ed32190a8b06309cb3854fd0dc4902dec576eafe5ec34fc1a345b3 -Size (tryton-4.2/trytond_stock_location_sequence-4.2.0.tar.gz) = 18945 bytes +BLAKE2s (tryton-6.2/trytond_stock_location_sequence-6.2.0.tar.gz) = 7db3473f4f555368f920a81049582f96672b3851faf7e6650176a104984ede8b +SHA512 (tryton-6.2/trytond_stock_location_sequence-6.2.0.tar.gz) = 2fdcd344af01bf89e8b9d792ca4e19d4534910c4973232bb4cb85a4404d006c70950434c67c12a0b437d1793f7835f787c64185cb2e93d7b0158db665d134394 +Size (tryton-6.2/trytond_stock_location_sequence-6.2.0.tar.gz) = 21394 bytes diff --git a/misc/py-trytond-stock-lot-sled/PLIST b/misc/py-trytond-stock-lot-sled/PLIST index 5ba3c5dc65eb..63f69ff70930 100644 --- a/misc/py-trytond-stock-lot-sled/PLIST +++ b/misc/py-trytond-stock-lot-sled/PLIST @@ -1,25 +1,34 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/12/23 22:07:27 mef Exp $ ${PYSITELIB}/trytond/modules/stock_lot_sled/__init__.py ${PYSITELIB}/trytond/modules/stock_lot_sled/__init__.pyc ${PYSITELIB}/trytond/modules/stock_lot_sled/__init__.pyo +${PYSITELIB}/trytond/modules/stock_lot_sled/exceptions.py +${PYSITELIB}/trytond/modules/stock_lot_sled/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_lot_sled/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/bg.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/ca.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/cs.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/de.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/es.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/et.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/fa.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/fi.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/fr.po -${PYSITELIB}/trytond/modules/stock_lot_sled/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_lot_sled/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_lot_sled/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/hu.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/id.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/it.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/lo.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/lt.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/nl.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/pl.po -${PYSITELIB}/trytond/modules/stock_lot_sled/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/pt.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/ro.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/ru.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/sl.po +${PYSITELIB}/trytond/modules/stock_lot_sled/locale/tr.po ${PYSITELIB}/trytond/modules/stock_lot_sled/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_lot_sled/message.xml ${PYSITELIB}/trytond/modules/stock_lot_sled/product.py ${PYSITELIB}/trytond/modules/stock_lot_sled/product.pyc ${PYSITELIB}/trytond/modules/stock_lot_sled/product.pyo diff --git a/misc/py-trytond-stock-lot-sled/distinfo b/misc/py-trytond-stock-lot-sled/distinfo index e44ef53d25e3..8013d68d5e79 100644 --- a/misc/py-trytond-stock-lot-sled/distinfo +++ b/misc/py-trytond-stock-lot-sled/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_lot_sled-4.2.0.tar.gz) = 3c567aa1d2b0ae39e9aeccc68c0df68fddcb5c562ea6ee56b89c29575d7b3175 -SHA512 (tryton-4.2/trytond_stock_lot_sled-4.2.0.tar.gz) = 8107576f5ff4bee3e3bc94c513cf17b211a3fb0dc1de0dc6660ee7f658a1ace641f45cf90157457d5c5d7da527e3a63f16f703652c858f1beb2ad3aedad570f4 -Size (tryton-4.2/trytond_stock_lot_sled-4.2.0.tar.gz) = 27489 bytes +BLAKE2s (tryton-6.2/trytond_stock_lot_sled-6.2.0.tar.gz) = 652db025ae2388dea7442a32235bbaf0d1038ad4b1b11e9440bbcc49334af01c +SHA512 (tryton-6.2/trytond_stock_lot_sled-6.2.0.tar.gz) = a3c1efaea7a33448b0dfa7ef2b467348af7b19f778aa1e6803a9d480b30f4fe93c53296d0dfb0718b178e3cd645d2615e141ad2f5fe80f9d0916ba879e91c8c4 +Size (tryton-6.2/trytond_stock_lot_sled-6.2.0.tar.gz) = 34279 bytes diff --git a/misc/py-trytond-stock-lot/PLIST b/misc/py-trytond-stock-lot/PLIST index bcaf82361971..1d79e09b01bc 100644 --- a/misc/py-trytond-stock-lot/PLIST +++ b/misc/py-trytond-stock-lot/PLIST @@ -1,25 +1,32 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 22:54:54 mef Exp $ ${PYSITELIB}/trytond/modules/stock_lot/__init__.py ${PYSITELIB}/trytond/modules/stock_lot/__init__.pyc ${PYSITELIB}/trytond/modules/stock_lot/__init__.pyo +${PYSITELIB}/trytond/modules/stock_lot/ir.xml ${PYSITELIB}/trytond/modules/stock_lot/locale/bg.po ${PYSITELIB}/trytond/modules/stock_lot/locale/ca.po ${PYSITELIB}/trytond/modules/stock_lot/locale/cs.po ${PYSITELIB}/trytond/modules/stock_lot/locale/de.po ${PYSITELIB}/trytond/modules/stock_lot/locale/es.po ${PYSITELIB}/trytond/modules/stock_lot/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_lot/locale/et.po +${PYSITELIB}/trytond/modules/stock_lot/locale/fa.po +${PYSITELIB}/trytond/modules/stock_lot/locale/fi.po ${PYSITELIB}/trytond/modules/stock_lot/locale/fr.po -${PYSITELIB}/trytond/modules/stock_lot/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_lot/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_lot/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_lot/locale/hu.po +${PYSITELIB}/trytond/modules/stock_lot/locale/id.po +${PYSITELIB}/trytond/modules/stock_lot/locale/it.po ${PYSITELIB}/trytond/modules/stock_lot/locale/lo.po ${PYSITELIB}/trytond/modules/stock_lot/locale/lt.po ${PYSITELIB}/trytond/modules/stock_lot/locale/nl.po ${PYSITELIB}/trytond/modules/stock_lot/locale/pl.po -${PYSITELIB}/trytond/modules/stock_lot/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_lot/locale/pt.po +${PYSITELIB}/trytond/modules/stock_lot/locale/ro.po ${PYSITELIB}/trytond/modules/stock_lot/locale/ru.po ${PYSITELIB}/trytond/modules/stock_lot/locale/sl.po +${PYSITELIB}/trytond/modules/stock_lot/locale/tr.po ${PYSITELIB}/trytond/modules/stock_lot/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_lot/message.xml ${PYSITELIB}/trytond/modules/stock_lot/product.py ${PYSITELIB}/trytond/modules/stock_lot/product.pyc ${PYSITELIB}/trytond/modules/stock_lot/product.pyo @@ -31,6 +38,8 @@ ${PYSITELIB}/trytond/modules/stock_lot/stock.xml ${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_lot/tests/scenario_stock_lot_move_add.rst +${PYSITELIB}/trytond/modules/stock_lot/tests/scenario_stock_lot_number.rst ${PYSITELIB}/trytond/modules/stock_lot/tests/scenario_stock_lot_shipment_out.rst ${PYSITELIB}/trytond/modules/stock_lot/tests/test_stock_lot.py ${PYSITELIB}/trytond/modules/stock_lot/tests/test_stock_lot.pyc @@ -39,13 +48,17 @@ ${PYSITELIB}/trytond/modules/stock_lot/tryton.cfg ${PYSITELIB}/trytond/modules/stock_lot/view/inventory_line_form.xml ${PYSITELIB}/trytond/modules/stock_lot/view/inventory_line_tree.xml ${PYSITELIB}/trytond/modules/stock_lot/view/lot_by_location_context_form.xml +${PYSITELIB}/trytond/modules/stock_lot/view/lot_by_warehouse_context_form.xml ${PYSITELIB}/trytond/modules/stock_lot/view/lot_form.xml -${PYSITELIB}/trytond/modules/stock_lot/view/lot_quantity_tree.xml ${PYSITELIB}/trytond/modules/stock_lot/view/lot_tree.xml +${PYSITELIB}/trytond/modules/stock_lot/view/lots_by_locations_list.xml ${PYSITELIB}/trytond/modules/stock_lot/view/move_form.xml ${PYSITELIB}/trytond/modules/stock_lot/view/move_tree.xml ${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_form.xml ${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_list.xml +${PYSITELIB}/trytond/modules/stock_lot/view/product_configuration_form.xml +${PYSITELIB}/trytond/modules/stock_lot/view/stock_move_add_lots_start_form.xml +${PYSITELIB}/trytond/modules/stock_lot/view/stock_move_add_lots_start_lot_list.xml ${PYSITELIB}/trytond/modules/stock_lot/view/template_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/misc/py-trytond-stock-lot/distinfo b/misc/py-trytond-stock-lot/distinfo index 7b2203b69e7c..d04a45dc37ce 100644 --- a/misc/py-trytond-stock-lot/distinfo +++ b/misc/py-trytond-stock-lot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_lot-4.2.0.tar.gz) = db5e718b8bffbcbe4cc8f5208eac335159b5f8c69b541f2b21e3a15b4e5fc348 -SHA512 (tryton-4.2/trytond_stock_lot-4.2.0.tar.gz) = f421697bed06c130d9d1f0c656af43f23338179fcbc7a7a922734f7da1c2ab85aa46edcf667ee0b57f544fd48439d6470f4b86a00ae5e9d9b00beaa1f2e6234c -Size (tryton-4.2/trytond_stock_lot-4.2.0.tar.gz) = 32651 bytes +BLAKE2s (tryton-6.2/trytond_stock_lot-6.2.0.tar.gz) = 84ee970b81293a97cca557859bb3ddf60abc5309721a23ddb4ddd20e050e51ea +SHA512 (tryton-6.2/trytond_stock_lot-6.2.0.tar.gz) = f3de2458c56064678f0f36d829b1e53b0decb774cbff878143323f2141e5d9f7e224c846b7325bef38c359cf1cef279a033de9f4f7de9391fae9560fb774c040 +Size (tryton-6.2/trytond_stock_lot-6.2.0.tar.gz) = 47553 bytes diff --git a/misc/py-trytond-stock-package-shipping-dpd/PLIST b/misc/py-trytond-stock-package-shipping-dpd/PLIST index e91878c12761..44b44db035f1 100644 --- a/misc/py-trytond-stock-package-shipping-dpd/PLIST +++ b/misc/py-trytond-stock-package-shipping-dpd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $ ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.py ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.pyo @@ -9,24 +9,33 @@ ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/carrier.xml ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.py ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.pyo +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.py +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/bg.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ca.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/cs.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/de.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/es.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/et.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fa.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fi.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fr.po -${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/hu.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/id.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/it.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/lo.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/lt.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/nl.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pl.po -${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pt.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ro.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ru.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/sl.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/tr.po ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/message.xml ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.py ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.pyo @@ -39,6 +48,7 @@ ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tests/test_stock_package ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tests/test_stock_package_shipping_dpd.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tests/test_stock_package_shipping_dpd.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tryton.cfg +${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/carrier_form.xml ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/dpd_credential_form.xml ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/dpd_credential_list.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO diff --git a/misc/py-trytond-stock-package-shipping-dpd/distinfo b/misc/py-trytond-stock-package-shipping-dpd/distinfo index fdc0972a1b39..09c0ca4e5caa 100644 --- a/misc/py-trytond-stock-package-shipping-dpd/distinfo +++ b/misc/py-trytond-stock-package-shipping-dpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_package_shipping_dpd-4.2.0.tar.gz) = 175a30fe92b87d5b9e8280c5e6ae9353668700de36d5988b4c5b7db0801f0a46 -SHA512 (tryton-4.2/trytond_stock_package_shipping_dpd-4.2.0.tar.gz) = 8a479d32d3a259b84714c9a012c4d954adff034f225e97f102cbcf9120448a35d197b8c0c15bfde595398f6779d70e3eaafa021718f210f9aef5471d38b0e470 -Size (tryton-4.2/trytond_stock_package_shipping_dpd-4.2.0.tar.gz) = 27573 bytes +BLAKE2s (tryton-6.2/trytond_stock_package_shipping_dpd-6.2.0.tar.gz) = 7da6a0764c1832c667a0d10bf925c9f73fe8a5e6821c29200fb88ca2f3a4e320 +SHA512 (tryton-6.2/trytond_stock_package_shipping_dpd-6.2.0.tar.gz) = cd33a0aa21e20289d3aeb3f19cdcb49320213021b9e34d7b31df191a9d92179114b12dc8a66c2284f759d537cff0f70393b9ae9e868a31d53618fbcc18844fe6 +Size (tryton-6.2/trytond_stock_package_shipping_dpd-6.2.0.tar.gz) = 32913 bytes diff --git a/misc/py-trytond-stock-package-shipping-ups/PLIST b/misc/py-trytond-stock-package-shipping-ups/PLIST index d0c00bc2b7f0..03fa4aeff620 100644 --- a/misc/py-trytond-stock-package-shipping-ups/PLIST +++ b/misc/py-trytond-stock-package-shipping-ups/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $ ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.py ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.pyo @@ -6,24 +6,33 @@ ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.py ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.xml +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.py +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/bg.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ca.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/cs.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/de.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/es.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/et.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fa.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fi.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fr.po -${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/hu.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/id.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/it.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/lo.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/lt.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/nl.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pl.po -${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pt.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ro.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ru.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/sl.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/tr.po ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_package_shipping_ups/message.xml ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.py ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.pyo diff --git a/misc/py-trytond-stock-package-shipping-ups/distinfo b/misc/py-trytond-stock-package-shipping-ups/distinfo index 200873863cdc..898542f257ee 100644 --- a/misc/py-trytond-stock-package-shipping-ups/distinfo +++ b/misc/py-trytond-stock-package-shipping-ups/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_package_shipping_ups-4.2.0.tar.gz) = 16f1713e816b1fbd4732671a23f4ca7ddba13efe77ed469ab797564a06c908df -SHA512 (tryton-4.2/trytond_stock_package_shipping_ups-4.2.0.tar.gz) = edbad70ac74588473e8e7210894af45cff636e1206e5805e9d6ad1cd41d3b483539836289165d7d6f682934e9a59c6db4851bcde0eda091a646dfcc62a78791b -Size (tryton-4.2/trytond_stock_package_shipping_ups-4.2.0.tar.gz) = 31484 bytes +BLAKE2s (tryton-6.2/trytond_stock_package_shipping_ups-6.2.0.tar.gz) = b0bba0935a7c5efd5d98cb549257c6b100f41d99ee2355f98dc7ab50f630feed +SHA512 (tryton-6.2/trytond_stock_package_shipping_ups-6.2.0.tar.gz) = 520d8eac817488f3074b38b7ad6c7325482f90184fe8d803d3abb6cbf941196bab5bfd33fdbcadb49ce271289bdf8f41bc650a398c01e17142896ea91b15ebfb +Size (tryton-6.2/trytond_stock_package_shipping_ups-6.2.0.tar.gz) = 34764 bytes diff --git a/misc/py-trytond-stock-package-shipping/PLIST b/misc/py-trytond-stock-package-shipping/PLIST index a764e16cb3f7..685001741d86 100644 --- a/misc/py-trytond-stock-package-shipping/PLIST +++ b/misc/py-trytond-stock-package-shipping/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/12/23 21:52:28 mef Exp $ ${PYSITELIB}/trytond/modules/stock_package_shipping/__init__.py ${PYSITELIB}/trytond/modules/stock_package_shipping/__init__.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping/__init__.pyo @@ -6,24 +6,33 @@ ${PYSITELIB}/trytond/modules/stock_package_shipping/carrier.py ${PYSITELIB}/trytond/modules/stock_package_shipping/carrier.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping/carrier.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping/carrier.xml +${PYSITELIB}/trytond/modules/stock_package_shipping/exceptions.py +${PYSITELIB}/trytond/modules/stock_package_shipping/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_package_shipping/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/bg.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/ca.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/cs.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/de.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/es.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/et.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/fa.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/fi.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/fr.po -${PYSITELIB}/trytond/modules/stock_package_shipping/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_package_shipping/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_package_shipping/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/hu.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/id.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/it.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/lo.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/lt.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/nl.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/pl.po -${PYSITELIB}/trytond/modules/stock_package_shipping/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/pt.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/ro.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/ru.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/sl.po +${PYSITELIB}/trytond/modules/stock_package_shipping/locale/tr.po ${PYSITELIB}/trytond/modules/stock_package_shipping/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_package_shipping/message.xml ${PYSITELIB}/trytond/modules/stock_package_shipping/stock.py ${PYSITELIB}/trytond/modules/stock_package_shipping/stock.pyc ${PYSITELIB}/trytond/modules/stock_package_shipping/stock.pyo @@ -40,6 +49,7 @@ ${PYSITELIB}/trytond/modules/stock_package_shipping/view/carrier_tree.xml ${PYSITELIB}/trytond/modules/stock_package_shipping/view/package_form.xml ${PYSITELIB}/trytond/modules/stock_package_shipping/view/package_list.xml ${PYSITELIB}/trytond/modules/stock_package_shipping/view/package_type_form.xml +${PYSITELIB}/trytond/modules/stock_package_shipping/view/shipment_in_return_form.xml ${PYSITELIB}/trytond/modules/stock_package_shipping/view/shipment_out_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/misc/py-trytond-stock-package-shipping/distinfo b/misc/py-trytond-stock-package-shipping/distinfo index d3624ab46a08..9c712fe198ff 100644 --- a/misc/py-trytond-stock-package-shipping/distinfo +++ b/misc/py-trytond-stock-package-shipping/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_package_shipping-4.2.0.tar.gz) = 59f65ff8377cb12dd2e2af42205c2fa3a78ca0095e39a948228e201072710e82 -SHA512 (tryton-4.2/trytond_stock_package_shipping-4.2.0.tar.gz) = be468ba35e91a728125ee9c977715336eb7af21ee857e5dd8147cee0414d81c3e32011bdaba3d9dbc50f2dc3fc3c174adeaba24040bb97e55d7aca2e8e5632ed -Size (tryton-4.2/trytond_stock_package_shipping-4.2.0.tar.gz) = 24020 bytes +BLAKE2s (tryton-6.2/trytond_stock_package_shipping-6.2.0.tar.gz) = f436525a49d917b8306a66d2714248627f39a7a63256153fcc4173a0ed46b6a0 +SHA512 (tryton-6.2/trytond_stock_package_shipping-6.2.0.tar.gz) = 4c122d66e9e5cee3e7e8898637175ed3ce6606843e4e613c9fe449d3df9072dd25497f1ddbf26c0309b5124ce1d4223d2c73cbeac36650c835b9b829ea32cf97 +Size (tryton-6.2/trytond_stock_package_shipping-6.2.0.tar.gz) = 32437 bytes diff --git a/misc/py-trytond-stock-package/PLIST b/misc/py-trytond-stock-package/PLIST index 76730ea0832e..782988264f9a 100644 --- a/misc/py-trytond-stock-package/PLIST +++ b/misc/py-trytond-stock-package/PLIST @@ -1,26 +1,34 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:54 mef Exp $ ${PYSITELIB}/trytond/modules/stock_package/__init__.py ${PYSITELIB}/trytond/modules/stock_package/__init__.pyc ${PYSITELIB}/trytond/modules/stock_package/__init__.pyo -${PYSITELIB}/trytond/modules/stock_package/label.odt +${PYSITELIB}/trytond/modules/stock_package/exceptions.py +${PYSITELIB}/trytond/modules/stock_package/exceptions.pyc +${PYSITELIB}/trytond/modules/stock_package/exceptions.pyo ${PYSITELIB}/trytond/modules/stock_package/locale/bg.po ${PYSITELIB}/trytond/modules/stock_package/locale/ca.po ${PYSITELIB}/trytond/modules/stock_package/locale/cs.po ${PYSITELIB}/trytond/modules/stock_package/locale/de.po ${PYSITELIB}/trytond/modules/stock_package/locale/es.po ${PYSITELIB}/trytond/modules/stock_package/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_package/locale/et.po +${PYSITELIB}/trytond/modules/stock_package/locale/fa.po +${PYSITELIB}/trytond/modules/stock_package/locale/fi.po ${PYSITELIB}/trytond/modules/stock_package/locale/fr.po -${PYSITELIB}/trytond/modules/stock_package/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_package/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_package/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_package/locale/hu.po +${PYSITELIB}/trytond/modules/stock_package/locale/id.po +${PYSITELIB}/trytond/modules/stock_package/locale/it.po ${PYSITELIB}/trytond/modules/stock_package/locale/lo.po ${PYSITELIB}/trytond/modules/stock_package/locale/lt.po ${PYSITELIB}/trytond/modules/stock_package/locale/nl.po ${PYSITELIB}/trytond/modules/stock_package/locale/pl.po -${PYSITELIB}/trytond/modules/stock_package/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_package/locale/pt.po +${PYSITELIB}/trytond/modules/stock_package/locale/ro.po ${PYSITELIB}/trytond/modules/stock_package/locale/ru.po ${PYSITELIB}/trytond/modules/stock_package/locale/sl.po +${PYSITELIB}/trytond/modules/stock_package/locale/tr.po ${PYSITELIB}/trytond/modules/stock_package/locale/zh_CN.po +${PYSITELIB}/trytond/modules/stock_package/message.xml ${PYSITELIB}/trytond/modules/stock_package/stock.py ${PYSITELIB}/trytond/modules/stock_package/stock.pyc ${PYSITELIB}/trytond/modules/stock_package/stock.pyo diff --git a/misc/py-trytond-stock-package/distinfo b/misc/py-trytond-stock-package/distinfo index 35e7f9ca6fb7..71388a67375f 100644 --- a/misc/py-trytond-stock-package/distinfo +++ b/misc/py-trytond-stock-package/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_package-4.2.0.tar.gz) = 27d25273356287b0d781dcf0c3541fbbbebbf1be67a67f854fb3e51985d45d15 -SHA512 (tryton-4.2/trytond_stock_package-4.2.0.tar.gz) = 2367697eb425afa327f2b0d3f20ba56cc2193a7e7300358ca073a06953acb3de2f53ac9ec94b885ab1cfeb3ec5592a695137ff0572a98ba987f1690a1482248f -Size (tryton-4.2/trytond_stock_package-4.2.0.tar.gz) = 36100 bytes +BLAKE2s (tryton-6.2/trytond_stock_package-6.2.0.tar.gz) = 08a490a71fa7414c030a53ee91b83c76c35b2145f1361d1b6b2d18c98c0c61e8 +SHA512 (tryton-6.2/trytond_stock_package-6.2.0.tar.gz) = 1186d7a0f4a343c94e627e2d4bcd3b7ccea0f642731f633e0fc15c87385440b632049af18596b16c6024e46eb06e4185db4619db22c7fcd5a3f9ee74400a45a3 +Size (tryton-6.2/trytond_stock_package-6.2.0.tar.gz) = 31359 bytes diff --git a/misc/py-trytond-stock-product-location/PLIST b/misc/py-trytond-stock-product-location/PLIST index 352a600770c1..388b0312cdb8 100644 --- a/misc/py-trytond-stock-product-location/PLIST +++ b/misc/py-trytond-stock-product-location/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/stock_product_location/__init__.py ${PYSITELIB}/trytond/modules/stock_product_location/__init__.pyc ${PYSITELIB}/trytond/modules/stock_product_location/__init__.pyo @@ -8,17 +8,22 @@ ${PYSITELIB}/trytond/modules/stock_product_location/locale/cs.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/de.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/es.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/et.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/fa.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/fi.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/fr.po -${PYSITELIB}/trytond/modules/stock_product_location/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_product_location/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_product_location/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/hu.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/id.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/it.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/lo.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/lt.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/nl.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/pl.po -${PYSITELIB}/trytond/modules/stock_product_location/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/pt.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/ro.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/ru.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/sl.po +${PYSITELIB}/trytond/modules/stock_product_location/locale/tr.po ${PYSITELIB}/trytond/modules/stock_product_location/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_product_location/location.py ${PYSITELIB}/trytond/modules/stock_product_location/location.pyc @@ -34,8 +39,10 @@ ${PYSITELIB}/trytond/modules/stock_product_location/production.pyo ${PYSITELIB}/trytond/modules/stock_product_location/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_product_location/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_product_location/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_product_location/tests/scenario_product_copy_locations.rst ${PYSITELIB}/trytond/modules/stock_product_location/tests/scenario_stock_product_location.rst ${PYSITELIB}/trytond/modules/stock_product_location/tests/scenario_stock_product_location_production.rst +${PYSITELIB}/trytond/modules/stock_product_location/tests/scenario_stock_product_location_template.rst ${PYSITELIB}/trytond/modules/stock_product_location/tests/test_stock_product_location.py ${PYSITELIB}/trytond/modules/stock_product_location/tests/test_stock_product_location.pyc ${PYSITELIB}/trytond/modules/stock_product_location/tests/test_stock_product_location.pyo diff --git a/misc/py-trytond-stock-product-location/distinfo b/misc/py-trytond-stock-product-location/distinfo index 35efd1861291..daafe272d7db 100644 --- a/misc/py-trytond-stock-product-location/distinfo +++ b/misc/py-trytond-stock-product-location/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:26 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_product_location-4.2.0.tar.gz) = 2f0cf4ba8dad993e1f3e58b8fbf0331ff4aa9b215aafa7a717c945ee4b42059e -SHA512 (tryton-4.2/trytond_stock_product_location-4.2.0.tar.gz) = 86c1912f0fe93a62ce6083dcb47980e895645f55c25dafcf76e12f754204c1f30ef6f429b1e58cc8ee6746b3d762a7713ce8eab7f0706aff54560de66ac2d8ff -Size (tryton-4.2/trytond_stock_product_location-4.2.0.tar.gz) = 23809 bytes +BLAKE2s (tryton-6.2/trytond_stock_product_location-6.2.0.tar.gz) = 43f1c1b8dbc938716a63d6d29479c1f8fc1b1627cfc834fb9b260834bdd91ac1 +SHA512 (tryton-6.2/trytond_stock_product_location-6.2.0.tar.gz) = a750d5b80c5d8bbcfba4dbd37ceef73fa0797a16d56abcb494426fca092a581e43ce2116850b049203e4878a455b1f9ffdf0d89befedc56fb9298948cd9edcb9 +Size (tryton-6.2/trytond_stock_product_location-6.2.0.tar.gz) = 27354 bytes diff --git a/misc/py-trytond-stock-split/PLIST b/misc/py-trytond-stock-split/PLIST index 8ed5b786f6f5..78798a03ecad 100644 --- a/misc/py-trytond-stock-split/PLIST +++ b/misc/py-trytond-stock-split/PLIST @@ -1,24 +1,30 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/stock_split/__init__.py ${PYSITELIB}/trytond/modules/stock_split/__init__.pyc ${PYSITELIB}/trytond/modules/stock_split/__init__.pyo +${PYSITELIB}/trytond/modules/stock_split/icons/tryton-stock-split.svg ${PYSITELIB}/trytond/modules/stock_split/locale/bg.po ${PYSITELIB}/trytond/modules/stock_split/locale/ca.po ${PYSITELIB}/trytond/modules/stock_split/locale/cs.po ${PYSITELIB}/trytond/modules/stock_split/locale/de.po ${PYSITELIB}/trytond/modules/stock_split/locale/es.po ${PYSITELIB}/trytond/modules/stock_split/locale/es_419.po +${PYSITELIB}/trytond/modules/stock_split/locale/et.po +${PYSITELIB}/trytond/modules/stock_split/locale/fa.po +${PYSITELIB}/trytond/modules/stock_split/locale/fi.po ${PYSITELIB}/trytond/modules/stock_split/locale/fr.po -${PYSITELIB}/trytond/modules/stock_split/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock_split/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock_split/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock_split/locale/hu.po +${PYSITELIB}/trytond/modules/stock_split/locale/id.po +${PYSITELIB}/trytond/modules/stock_split/locale/it.po ${PYSITELIB}/trytond/modules/stock_split/locale/lo.po ${PYSITELIB}/trytond/modules/stock_split/locale/lt.po ${PYSITELIB}/trytond/modules/stock_split/locale/nl.po ${PYSITELIB}/trytond/modules/stock_split/locale/pl.po -${PYSITELIB}/trytond/modules/stock_split/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock_split/locale/pt.po +${PYSITELIB}/trytond/modules/stock_split/locale/ro.po ${PYSITELIB}/trytond/modules/stock_split/locale/ru.po ${PYSITELIB}/trytond/modules/stock_split/locale/sl.po +${PYSITELIB}/trytond/modules/stock_split/locale/tr.po ${PYSITELIB}/trytond/modules/stock_split/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock_split/stock.py ${PYSITELIB}/trytond/modules/stock_split/stock.pyc @@ -27,12 +33,15 @@ ${PYSITELIB}/trytond/modules/stock_split/stock.xml ${PYSITELIB}/trytond/modules/stock_split/tests/__init__.py ${PYSITELIB}/trytond/modules/stock_split/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock_split/tests/__init__.pyo +${PYSITELIB}/trytond/modules/stock_split/tests/scenario_stock_split_shipment.rst ${PYSITELIB}/trytond/modules/stock_split/tests/test_stock_split.py ${PYSITELIB}/trytond/modules/stock_split/tests/test_stock_split.pyc ${PYSITELIB}/trytond/modules/stock_split/tests/test_stock_split.pyo ${PYSITELIB}/trytond/modules/stock_split/tryton.cfg ${PYSITELIB}/trytond/modules/stock_split/view/move_form.xml ${PYSITELIB}/trytond/modules/stock_split/view/move_tree.xml +${PYSITELIB}/trytond/modules/stock_split/view/shipment_split_form.xml +${PYSITELIB}/trytond/modules/stock_split/view/shipment_split_start_form.xml ${PYSITELIB}/trytond/modules/stock_split/view/split_start_form.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt diff --git a/misc/py-trytond-stock-split/distinfo b/misc/py-trytond-stock-split/distinfo index c720c5ba51c4..075f28839a1d 100644 --- a/misc/py-trytond-stock-split/distinfo +++ b/misc/py-trytond-stock-split/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:59:27 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock_split-4.2.0.tar.gz) = 9d5e763c123cd65a5ac6809ad74d01aebaf9ef750a187c24111eb450dc6c6efb -SHA512 (tryton-4.2/trytond_stock_split-4.2.0.tar.gz) = 892f2e8833406e434a0e8a2cd2592901cc1d62cc9bdcc92ca765b62765a59e7cfc7e9045cf9a594fc4dd2ad448b05b14cf3f6dcb1f90aec3022a06cf01d05de1 -Size (tryton-4.2/trytond_stock_split-4.2.0.tar.gz) = 22070 bytes +BLAKE2s (tryton-6.2/trytond_stock_split-6.2.0.tar.gz) = 92d9c314d7c89f2084d93aa7f3e39af8be27623c075d6df93352bd20983bd48b +SHA512 (tryton-6.2/trytond_stock_split-6.2.0.tar.gz) = 669b3796e3d9f667bca0529d35738df3e808fbaf4ac326d15d72537540a8478f90bbcb17304fd3ffba73fe947de2203140532d9ccd919d72f20edc50f810bc4b +Size (tryton-6.2/trytond_stock_split-6.2.0.tar.gz) = 32253 bytes diff --git a/misc/py-trytond-stock/PLIST b/misc/py-trytond-stock/PLIST index 764aecb51889..071ceab0dee8 100644 --- a/misc/py-trytond-stock/PLIST +++ b/misc/py-trytond-stock/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/12/04 21:13:07 rodent Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/12/22 22:54:54 mef Exp $ ${PYSITELIB}/trytond/modules/stock/__init__.py ${PYSITELIB}/trytond/modules/stock/__init__.pyc ${PYSITELIB}/trytond/modules/stock/__init__.pyo @@ -6,36 +6,50 @@ ${PYSITELIB}/trytond/modules/stock/configuration.py ${PYSITELIB}/trytond/modules/stock/configuration.pyc ${PYSITELIB}/trytond/modules/stock/configuration.pyo ${PYSITELIB}/trytond/modules/stock/configuration.xml -${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.odt -${PYSITELIB}/trytond/modules/stock/delivery_note.odt -${PYSITELIB}/trytond/modules/stock/icons/tryton-inventory.svg -${PYSITELIB}/trytond/modules/stock/internal_shipment.odt +${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.fodt +${PYSITELIB}/trytond/modules/stock/delivery_note.fodt +${PYSITELIB}/trytond/modules/stock/exceptions.py +${PYSITELIB}/trytond/modules/stock/exceptions.pyc +${PYSITELIB}/trytond/modules/stock/exceptions.pyo +${PYSITELIB}/trytond/modules/stock/icons/tryton-shipment-in.svg +${PYSITELIB}/trytond/modules/stock/icons/tryton-shipment-out.svg +${PYSITELIB}/trytond/modules/stock/icons/tryton-stock.svg +${PYSITELIB}/trytond/modules/stock/internal_shipment.fodt ${PYSITELIB}/trytond/modules/stock/inventory.py ${PYSITELIB}/trytond/modules/stock/inventory.pyc ${PYSITELIB}/trytond/modules/stock/inventory.pyo ${PYSITELIB}/trytond/modules/stock/inventory.xml +${PYSITELIB}/trytond/modules/stock/ir.py +${PYSITELIB}/trytond/modules/stock/ir.pyc +${PYSITELIB}/trytond/modules/stock/ir.pyo ${PYSITELIB}/trytond/modules/stock/locale/bg.po ${PYSITELIB}/trytond/modules/stock/locale/ca.po ${PYSITELIB}/trytond/modules/stock/locale/cs.po ${PYSITELIB}/trytond/modules/stock/locale/de.po ${PYSITELIB}/trytond/modules/stock/locale/es.po ${PYSITELIB}/trytond/modules/stock/locale/es_419.po +${PYSITELIB}/trytond/modules/stock/locale/et.po +${PYSITELIB}/trytond/modules/stock/locale/fa.po +${PYSITELIB}/trytond/modules/stock/locale/fi.po ${PYSITELIB}/trytond/modules/stock/locale/fr.po -${PYSITELIB}/trytond/modules/stock/locale/hu_HU.po -${PYSITELIB}/trytond/modules/stock/locale/it_IT.po -${PYSITELIB}/trytond/modules/stock/locale/ja_JP.po +${PYSITELIB}/trytond/modules/stock/locale/hu.po +${PYSITELIB}/trytond/modules/stock/locale/id.po +${PYSITELIB}/trytond/modules/stock/locale/it.po ${PYSITELIB}/trytond/modules/stock/locale/lo.po ${PYSITELIB}/trytond/modules/stock/locale/lt.po ${PYSITELIB}/trytond/modules/stock/locale/nl.po ${PYSITELIB}/trytond/modules/stock/locale/pl.po -${PYSITELIB}/trytond/modules/stock/locale/pt_BR.po +${PYSITELIB}/trytond/modules/stock/locale/pt.po +${PYSITELIB}/trytond/modules/stock/locale/ro.po ${PYSITELIB}/trytond/modules/stock/locale/ru.po ${PYSITELIB}/trytond/modules/stock/locale/sl.po +${PYSITELIB}/trytond/modules/stock/locale/tr.po ${PYSITELIB}/trytond/modules/stock/locale/zh_CN.po ${PYSITELIB}/trytond/modules/stock/location.py ${PYSITELIB}/trytond/modules/stock/location.pyc ${PYSITELIB}/trytond/modules/stock/location.pyo ${PYSITELIB}/trytond/modules/stock/location.xml +${PYSITELIB}/trytond/modules/stock/message.xml ${PYSITELIB}/trytond/modules/stock/move.py ${PYSITELIB}/trytond/modules/stock/move.pyc ${PYSITELIB}/trytond/modules/stock/move.pyo @@ -48,57 +62,107 @@ ${PYSITELIB}/trytond/modules/stock/period.py ${PYSITELIB}/trytond/modules/stock/period.pyc ${PYSITELIB}/trytond/modules/stock/period.pyo ${PYSITELIB}/trytond/modules/stock/period.xml -${PYSITELIB}/trytond/modules/stock/picking_list.odt +${PYSITELIB}/trytond/modules/stock/picking_list.fodt ${PYSITELIB}/trytond/modules/stock/product.py ${PYSITELIB}/trytond/modules/stock/product.pyc ${PYSITELIB}/trytond/modules/stock/product.pyo ${PYSITELIB}/trytond/modules/stock/product.xml +${PYSITELIB}/trytond/modules/stock/res.py +${PYSITELIB}/trytond/modules/stock/res.pyc +${PYSITELIB}/trytond/modules/stock/res.pyo +${PYSITELIB}/trytond/modules/stock/res.xml ${PYSITELIB}/trytond/modules/stock/shipment.py ${PYSITELIB}/trytond/modules/stock/shipment.pyc ${PYSITELIB}/trytond/modules/stock/shipment.pyo ${PYSITELIB}/trytond/modules/stock/shipment.xml ${PYSITELIB}/trytond/modules/stock/stock.xml -${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.odt +${PYSITELIB}/trytond/modules/stock/stock_reporting_margin.py +${PYSITELIB}/trytond/modules/stock/stock_reporting_margin.pyc +${PYSITELIB}/trytond/modules/stock/stock_reporting_margin.pyo +${PYSITELIB}/trytond/modules/stock/stock_reporting_margin.xml +${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.fodt ${PYSITELIB}/trytond/modules/stock/tests/__init__.py ${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc ${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo ${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst ${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory_count.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory_empty_quantity.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_move_in_future.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_product_quantities_by_warehouse.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_recompute_average_cost_price.rst ${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_reporting.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_reporting_margin.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_in_return.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_in_same_storage_input.rst ${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_internal.rst ${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out_return_same_storage_input.rst +${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out_same_storage_output.rst ${PYSITELIB}/trytond/modules/stock/tests/test_stock.py ${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc ${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyo ${PYSITELIB}/trytond/modules/stock/tryton.cfg -${PYSITELIB}/trytond/modules/stock/view/address_tree_sequence.xml ${PYSITELIB}/trytond/modules/stock/view/configuration_form.xml +${PYSITELIB}/trytond/modules/stock/view/inventory_count_quantity_form.xml +${PYSITELIB}/trytond/modules/stock/view/inventory_count_search_form.xml ${PYSITELIB}/trytond/modules/stock/view/inventory_form.xml ${PYSITELIB}/trytond/modules/stock/view/inventory_line_form.xml +${PYSITELIB}/trytond/modules/stock/view/inventory_line_list_simple.xml ${PYSITELIB}/trytond/modules/stock/view/inventory_line_tree.xml ${PYSITELIB}/trytond/modules/stock/view/inventory_tree.xml ${PYSITELIB}/trytond/modules/stock/view/location_form.xml ${PYSITELIB}/trytond/modules/stock/view/location_lead_time_form.xml ${PYSITELIB}/trytond/modules/stock/view/location_lead_time_list.xml ${PYSITELIB}/trytond/modules/stock/view/location_list.xml +${PYSITELIB}/trytond/modules/stock/view/location_quantity_form.xml ${PYSITELIB}/trytond/modules/stock/view/location_quantity_tree.xml ${PYSITELIB}/trytond/modules/stock/view/location_tree.xml ${PYSITELIB}/trytond/modules/stock/view/move_form.xml +${PYSITELIB}/trytond/modules/stock/view/move_list_shipment.xml +${PYSITELIB}/trytond/modules/stock/view/move_list_shipment_in.xml ${PYSITELIB}/trytond/modules/stock/view/move_tree.xml ${PYSITELIB}/trytond/modules/stock/view/move_tree_simple.xml ${PYSITELIB}/trytond/modules/stock/view/party_address_form.xml ${PYSITELIB}/trytond/modules/stock/view/party_address_tree.xml +${PYSITELIB}/trytond/modules/stock/view/party_contact_mechanism_form.xml +${PYSITELIB}/trytond/modules/stock/view/party_contact_mechanism_tree.xml ${PYSITELIB}/trytond/modules/stock/view/party_form.xml ${PYSITELIB}/trytond/modules/stock/view/period_cache_form.xml ${PYSITELIB}/trytond/modules/stock/view/period_cache_list.xml ${PYSITELIB}/trytond/modules/stock/view/period_form.xml ${PYSITELIB}/trytond/modules/stock/view/period_list.xml ${PYSITELIB}/trytond/modules/stock/view/product_by_location_context_form.xml +${PYSITELIB}/trytond/modules/stock/view/product_cost_price_revision_form.xml +${PYSITELIB}/trytond/modules/stock/view/product_cost_price_revision_list.xml +${PYSITELIB}/trytond/modules/stock/view/product_modify_cost_price_start_form.xml ${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_context_form.xml ${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_graph.xml ${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_list.xml -${PYSITELIB}/trytond/modules/stock/view/product_tree_qty.xml +${PYSITELIB}/trytond/modules/stock/view/product_quantities_warehouse_move_list.xml ${PYSITELIB}/trytond/modules/stock/view/products_by_locations_context_form.xml +${PYSITELIB}/trytond/modules/stock/view/products_by_locations_list.xml +${PYSITELIB}/trytond/modules/stock/view/recompute_cost_price_start_form.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_category_graph_amount.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_category_graph_margin.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_category_graph_profit.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_category_list.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_category_tree.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_context_form.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_graph_amount.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_graph_margin.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_graph_profit.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_list.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_time_series_graph_amount.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_time_series_graph_margin.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_time_series_graph_profit.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_main_time_series_list.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_product_graph_amount.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_product_graph_margin.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_product_graph_profit.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_product_list.xml +${PYSITELIB}/trytond/modules/stock/view/reporting_margin_product_time_series_list.xml +${PYSITELIB}/trytond/modules/stock/view/shipment_assign_partial_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_in_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_assign_failed_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_in_return_form.xml @@ -112,6 +176,8 @@ ${PYSITELIB}/trytond/modules/stock/view/shipment_out_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_form.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_return_tree.xml ${PYSITELIB}/trytond/modules/stock/view/shipment_out_tree.xml +${PYSITELIB}/trytond/modules/stock/view/user_form.xml +${PYSITELIB}/trytond/modules/stock/view/user_form_preferences.xml ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt diff --git a/misc/py-trytond-stock/distinfo b/misc/py-trytond-stock/distinfo index 5f52ed99c596..e0537c84c213 100644 --- a/misc/py-trytond-stock/distinfo +++ b/misc/py-trytond-stock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:59:25 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 22:54:54 mef Exp $ -BLAKE2s (tryton-4.2/trytond_stock-4.2.0.tar.gz) = 9aa2e61fe3f47fc0e35c5116c14e863d8325d2b7fb1caf10312dcd40d915cb7b -SHA512 (tryton-4.2/trytond_stock-4.2.0.tar.gz) = d0e51d330736e9af12ae5244134fb0348abab85c9d8b0a0f44094fb58c2b53c89395a4b89819d25ef465cc621a763f5c5dc6219433e7517626dee133d2556e0a -Size (tryton-4.2/trytond_stock-4.2.0.tar.gz) = 225268 bytes +BLAKE2s (tryton-6.2/trytond_stock-6.2.0.tar.gz) = 20ba2ac1dc6fb8fa8bdc65fa96e63fbaface8d9953fe07431b76db22b4742fe0 +SHA512 (tryton-6.2/trytond_stock-6.2.0.tar.gz) = d3551771f74679d7806decba8e054088fe4a61bce87b36c1f6e477da7fcef1ce786a8d4e99f75ef8fc7db1ca100753961bc200641422497991bf8be5fe104ab8 +Size (tryton-6.2/trytond_stock-6.2.0.tar.gz) = 392643 bytes diff --git a/misc/s6-portable-utils/Makefile b/misc/s6-portable-utils/Makefile index 4c9530df27eb..53ccccd2b12a 100644 --- a/misc/s6-portable-utils/Makefile +++ b/misc/s6-portable-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/09/29 09:57:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/22 16:04:36 schmonz Exp $ -DISTNAME= s6-portable-utils-2.2.3.3 +DISTNAME= s6-portable-utils-2.2.3.4 CATEGORIES= misc MASTER_SITES= ${HOMEPAGE} diff --git a/misc/s6-portable-utils/distinfo b/misc/s6-portable-utils/distinfo index e37436693a6f..4688ed080684 100644 --- a/misc/s6-portable-utils/distinfo +++ b/misc/s6-portable-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:59:32 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/12/22 16:04:36 schmonz Exp $ -BLAKE2s (s6-portable-utils-2.2.3.3.tar.gz) = c33b66dc97ae2f37a98a5a5672bed7eff424b7c6c0cf1a9ab6e2302a7b283f59 -SHA512 (s6-portable-utils-2.2.3.3.tar.gz) = f3f2e2f47ac61bad23e04a7e27cb833c21be610d54b50fc0f69d7a4d8f19e435a97bd1d570eb2b159d3e0a8b135aaa04cf02bd0a8dc216e0f6872af9c7649461 -Size (s6-portable-utils-2.2.3.3.tar.gz) = 50103 bytes +BLAKE2s (s6-portable-utils-2.2.3.4.tar.gz) = 95473254cc1562f3ebf8b52fdb0b30a5b5f4606d80577a9da2833ad8bb3c996f +SHA512 (s6-portable-utils-2.2.3.4.tar.gz) = 1bb9f7bd1c00d12d8434dbabb7061fe589ee9de9f0745399aacf560712bb0c9b4df2dbc221b0c8144c351e9976982c7a7e69dd127517281799d810596d8db5a2 +Size (s6-portable-utils-2.2.3.4.tar.gz) = 50120 bytes diff --git a/multimedia/gst-plugins1-bad/Makefile b/multimedia/gst-plugins1-bad/Makefile index c0120e7214a1..7822abf4deb6 100644 --- a/multimedia/gst-plugins1-bad/Makefile +++ b/multimedia/gst-plugins1-bad/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2021/12/08 16:02:23 adam Exp $ +# $NetBSD: Makefile,v 1.17 2021/12/23 20:50:31 nia Exp $ PKGNAME= ${DISTNAME:S/plugins/plugins1/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia gnome COMMENT= Open source multimedia framework - bad plugins @@ -66,6 +66,9 @@ GST_PLUGINS+= speed GST_PLUGINS+= subenc GST_PLUGINS+= switchbin GST_PLUGINS+= timecode +# XXX: maybe revisit +# XXX: multimedia/gst-plugins1-transcode +GST_PLUGINS+= transcode GST_PLUGINS+= videofilters GST_PLUGINS+= videoframe_audiolevel GST_PLUGINS+= videoparsers diff --git a/multimedia/gst-plugins1-bad/PLIST b/multimedia/gst-plugins1-bad/PLIST index f191adbdb3c3..89337842f80c 100644 --- a/multimedia/gst-plugins1-bad/PLIST +++ b/multimedia/gst-plugins1-bad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2021/11/15 22:01:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2021/12/23 20:50:31 nia Exp $ bin/gst-transcoder-1.0 include/gstreamer-1.0/gst/audio/audio-bad-prelude.h include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h @@ -128,6 +128,7 @@ lib/gstreamer-1.0/libgstspeed.so lib/gstreamer-1.0/libgstsubenc.so lib/gstreamer-1.0/libgstswitchbin.so lib/gstreamer-1.0/libgsttimecode.so +lib/gstreamer-1.0/libgsttranscode.so lib/gstreamer-1.0/libgstvideofiltersbad.so lib/gstreamer-1.0/libgstvideoframe_audiolevel.so lib/gstreamer-1.0/libgstvideoparsersbad.so diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common index 944aa7165b37..2087f7824bb3 100644 --- a/multimedia/gst-plugins1-base/Makefile.common +++ b/multimedia/gst-plugins1-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2021/11/15 22:01:18 wiz Exp $ +# $NetBSD: Makefile.common,v 1.40 2021/12/23 20:34:37 nia Exp $ DISTNAME= gst-plugins-base-1.18.5 MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/ @@ -8,7 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gstreamer.freedesktop.org/ LICENSE= gnu-gpl-v2 -USE_LANGUAGES= c c++ +# "error: 'for' loop initial declarations are only allowed in C99 mode" +USE_LANGUAGES= c99 c++ USE_TOOLS+= pkg-config diff --git a/multimedia/harvid/distinfo b/multimedia/harvid/distinfo index 8eab24729f7a..bc3ccc8fbf78 100644 --- a/multimedia/harvid/distinfo +++ b/multimedia/harvid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:01:06 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/27 04:18:59 dholland Exp $ BLAKE2s (harvid-0.8.3.tar.gz) = 14d5511a81fa537d6a82e3bc8585f42e29487000a897cf8736ae49130c5830a2 SHA512 (harvid-0.8.3.tar.gz) = 748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac Size (harvid-0.8.3.tar.gz) = 116446 bytes SHA1 (patch-libharvid_timecode.h) = dca6192ad3bb7ea2bad3ae69d82fd0e12ec1efd3 -SHA1 (patch-src_Makefile) = 84df56465b2f51ff9cd3f368cddb08c1ea7499af +SHA1 (patch-src_Makefile) = b552e41ab2bed2abf7c8057c74c6f003a83cbaf3 diff --git a/multimedia/harvid/patches/patch-src_Makefile b/multimedia/harvid/patches/patch-src_Makefile index adec67ac6d02..ce44b3204932 100644 --- a/multimedia/harvid/patches/patch-src_Makefile +++ b/multimedia/harvid/patches/patch-src_Makefile @@ -1,17 +1,26 @@ -$NetBSD: patch-src_Makefile,v 1.1 2021/08/24 11:25:42 nia Exp $ +$NetBSD: patch-src_Makefile,v 1.2 2021/12/27 04:18:59 dholland Exp $ -echoing escapes considered harmful. Use printf instead. - -Fixes build on NetBSD 9.99.x. +We don't need an extra set of config tests in the makefile, especially +ones that don't use the right flags and therefore don't work. --- src/Makefile.orig 2018-11-30 22:30:41.000000000 +0000 +++ src/Makefile -@@ -16,7 +16,7 @@ ifeq ($(shell PKG_CONFIG_PATH=$(PKG_CONF - $(error "libpng is required - install libpng-dev") - endif +@@ -8,18 +8,6 @@ include ../common.mak --ifeq ($(shell $(ECHO) "\#include \n\#include \nint main() { struct jpeg_error_mgr jerr; jpeg_std_error(&jerr); return 0; }" | $(CC) -pipe -x c -o $(CONFIGTEMP) $(ARCHINCLUDES) $(LDFLAGS) - -ljpeg 2>/dev/null || echo no; $(RM) -f $(CONFIGTEMP)), no) -+ifeq ($(shell printf "#include \n#include \nint main() { struct jpeg_error_mgr jerr; jpeg_std_error(&jerr); return 0; }\n" | $(CC) -x c -o $(CONFIGTEMP) $(ARCHINCLUDES) $(LDFLAGS) - -ljpeg 2>/dev/null || echo no; $(RM) -f $(CONFIGTEMP)), no) - $(error "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev") - endif + CONFIGTEMP=conf.out +-ifeq ($(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --exists libavcodec libavformat libavutil libswscale || echo no), no) +- $(error "http://ffmpeg.org is required - install libavcodec-dev, libswscale-dev, etc") +-endif +- +-ifeq ($(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --exists libpng || echo no), no) +- $(error "libpng is required - install libpng-dev") +-endif +- +-ifeq ($(shell $(ECHO) "\#include \n\#include \nint main() { struct jpeg_error_mgr jerr; jpeg_std_error(&jerr); return 0; }" | $(CC) -pipe -x c -o $(CONFIGTEMP) $(ARCHINCLUDES) $(LDFLAGS) - -ljpeg 2>/dev/null || echo no; $(RM) -f $(CONFIGTEMP)), no) +- $(error "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev") +-endif +- + FLAGS=-I../libharvid/ + FLAGS+=$(ARCHINCLUDES) $(ARCHFLAGS) + FLAGS+=`pkg-config --cflags libavcodec libavformat libavutil libpng libswscale` diff --git a/multimedia/libaom/distinfo b/multimedia/libaom/distinfo index 58853ef536c5..aa18e54d37b4 100644 --- a/multimedia/libaom/distinfo +++ b/multimedia/libaom/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.13 2021/11/13 11:27:34 nia Exp $ +$NetBSD: distinfo,v 1.15 2021/12/28 17:35:52 gutteridge Exp $ BLAKE2s (libaom-3.2.0.tar.gz) = 0324096a1c955c6db4fa194397280810c36398b51b05833633d621268a88a68c SHA512 (libaom-3.2.0.tar.gz) = 649bebde85c1a42b0c1c3d2d3b7110b999e3ee1c8e76595259e4e75a8b0f3918e23ff7c7e2c313da4d579882f55bf29765bb882570280adc81f3bc1e82f1ee19 Size (libaom-3.2.0.tar.gz) = 4717955 bytes +SHA1 (patch-aom__ports_ppc__cpudetect.c) = 57bf7974b0be44939a7e9ab59d93a4cf49844411 SHA1 (patch-build_cmake_aom__configure.cmake) = 87a8b65cee873f7deff18cd74c140cd7e8c95924 SHA1 (patch-build_cmake_exports.cmake) = be181c5718a5fac75f31bd8e74f214fc8b610ad9 SHA1 (patch-build_cmake_version.cmake) = 1e6b4a1373c0d54cafdc8ad5c153881e41758bd6 diff --git a/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c b/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c new file mode 100644 index 000000000000..2556ffa619d2 --- /dev/null +++ b/multimedia/libaom/patches/patch-aom__ports_ppc__cpudetect.c @@ -0,0 +1,25 @@ +$NetBSD: patch-aom__ports_ppc__cpudetect.c,v 1.2 2021/12/28 17:35:52 gutteridge Exp $ + +Make this at least build on NetBSD. +So far no dynamic CPU feature detection on NetBSD. + +--- aom_ports/ppc_cpudetect.c.orig 2021-10-14 18:05:43.000000000 +0000 ++++ aom_ports/ppc_cpudetect.c +@@ -12,14 +12,16 @@ + #include + #include + #include ++#if !defined(__NetBSD__) + #include + #include ++#endif + + #include "config/aom_config.h" + + #include "aom_ports/ppc.h" + +-#if CONFIG_RUNTIME_CPU_DETECT ++#if (CONFIG_RUNTIME_CPU_DETECT && !defined(__NetBSD__)) + static int cpu_env_flags(int *flags) { + char *env; + env = getenv("AOM_SIMD_CAPS"); diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index 8e17d554d8f5..0f49512f3be7 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2021/12/08 16:05:52 adam Exp $ +# $NetBSD: Makefile,v 1.64 2021/12/23 20:22:42 nia Exp $ DISTNAME= pitivi-0.999 PKGREVISION= 6 @@ -44,9 +44,11 @@ LDFLAGS+= -lpython${PYVERSSUFFIX} .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" .include "../../multimedia/frei0r/buildlink3.mk" +.include "../../multimedia/gst-plugins1-bad/buildlink3.mk" .include "../../multimedia/gst-plugins1-editing-services/buildlink3.mk" .include "../../multimedia/gst-plugins1-good/buildlink3.mk" .include "../../multimedia/gst-plugins1-gtk/buildlink3.mk" -.include "../../multimedia/gst-plugins1-transcoder/buildlink3.mk" +# HACK: avoid conflict with gst-plugins1-bad... +#.include "../../multimedia/gst-plugins1-transcoder/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 96d77df25af2..57a5ece1d885 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2021/11/24 17:31:01 nia Exp $ +# $NetBSD: Makefile,v 1.81 2021/12/27 20:24:03 schmonz Exp $ DISTNAME= x264-snapshot-20191217-2245 PKGNAME= ${DISTNAME:S/-snapshot-/-devel-/:S/-2245$//} @@ -19,7 +19,6 @@ LICENSE= gnu-gpl-v2 # NetBSD/mips needs ASM disabled because it uses the MSA extension # (requires MIPS64 revision 2) and fails to build. .if ${OPSYS} == "SunOS" || \ - !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-mips*) CONFIGURE_ARGS+= --disable-asm diff --git a/net/Makefile b/net/Makefile index 0d82ee9b9f19..155c8c05a33c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1436 2021/12/14 10:07:49 nia Exp $ +# $NetBSD: Makefile,v 1.1437 2021/12/22 16:16:52 schmonz Exp $ # COMMENT= Networking tools @@ -654,6 +654,7 @@ SUBDIR+= powerdns-pgsql SUBDIR+= powerdns-recursor SUBDIR+= pppd SUBDIR+= pptp +SUBDIR+= prettyping SUBDIR+= proftpd SUBDIR+= proftpd-geoip SUBDIR+= proftpd-ldap diff --git a/net/bird/Makefile.common b/net/bird/Makefile.common index e836d1877862..5b4434e9ce1d 100644 --- a/net/bird/Makefile.common +++ b/net/bird/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:48 rillig Exp $ +# $NetBSD: Makefile.common,v 1.11 2021/12/27 09:53:49 nia Exp $ # used by net/bird/Makefile # used by net/bird6/Makefile @@ -15,6 +15,9 @@ LICENSE= gnu-gpl-v2 # Has hardcoded BSD/Linux support. NOT_FOR_PLATFORM= SunOS-*-* +# ld: -r and -pie may not be used together +MKPIE_SUPPORTED= no + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake flex bison diff --git a/net/libfetch/options.mk b/net/libfetch/options.mk index a54ce1041858..4b030f028a34 100644 --- a/net/libfetch/options.mk +++ b/net/libfetch/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.4 2014/06/09 23:42:57 obache Exp $ +# $NetBSD: options.mk,v 1.5 2021/12/26 10:24:22 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch PKG_SUPPORTED_OPTIONS= inet6 openssl -PKG_SUGGESTED_OPTIONS= inet6 CHECK_BUILTIN.openssl:= yes .include "../../security/openssl/builtin.mk" @@ -12,6 +11,12 @@ CHECK_BUILTIN.openssl:= no PKG_SUGGESTED_OPTIONS+= openssl .endif +.include "../../mk/bsd.prefs.mk" + +.if ${IPV6_READY:tl} == "yes" +PKG_SUGGESTED_OPTIONS+= inet6 +.endif + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile index 182eb4a0f3a5..98eb6fa10c82 100644 --- a/net/nanomsg/Makefile +++ b/net/nanomsg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:52 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/28 12:04:09 adam Exp $ -DISTNAME= nanomsg-1.0.0 -PKGREVISION= 1 +DISTNAME= nanomsg-1.1.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/} @@ -11,6 +10,9 @@ COMMENT= Scalability protocols library LICENSE= x11 USE_CMAKE= yes +TEST_TARGET= test +# For Darwin +TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC} PKGCONFIG_OVERRIDE+= src/pkgconfig.in diff --git a/net/nanomsg/PLIST b/net/nanomsg/PLIST index 04fd3ce20abc..572d1db6bea2 100644 --- a/net/nanomsg/PLIST +++ b/net/nanomsg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/06/18 08:16:27 kamil Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/28 12:04:09 adam Exp $ bin/nanocat include/nanomsg/bus.h include/nanomsg/inproc.h @@ -11,7 +11,11 @@ include/nanomsg/reqrep.h include/nanomsg/survey.h include/nanomsg/tcp.h include/nanomsg/ws.h +lib/cmake/${PKGNAME}/nanomsg-config-version.cmake +lib/cmake/${PKGNAME}/nanomsg-config.cmake +lib/cmake/${PKGNAME}/nanomsg-target-noconfig.cmake +lib/cmake/${PKGNAME}/nanomsg-target.cmake lib/libnanomsg.so -lib/libnanomsg.so.${PKGVERSION} -lib/libnanomsg.so.5.0.0 +lib/libnanomsg.so.5 +lib/libnanomsg.so.5.1.0 lib/pkgconfig/nanomsg.pc diff --git a/net/nanomsg/distinfo b/net/nanomsg/distinfo index 9626fb78ea23..de73e91392a3 100644 --- a/net/nanomsg/distinfo +++ b/net/nanomsg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:06:04 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/28 12:04:09 adam Exp $ -BLAKE2s (nanomsg-1.0.0.tar.gz) = 6f108cc584894a553d7b27bef32bd40b5b8f0d5aedce37fd873d550c76a1ea77 -SHA512 (nanomsg-1.0.0.tar.gz) = 06fc4eadac29439024bd24230c73f43ddc46e6b6848ad75952b67bf301066be5752a844173597c1b42e55c1ebb66a2d2cb7693e4cbfc07584b4398597cbc9200 -Size (nanomsg-1.0.0.tar.gz) = 305040 bytes +BLAKE2s (nanomsg-1.1.5.tar.gz) = 4aee7ed15ba7e05b194c54e879003627c5693b5c5090ded58532fb9463bd4f72 +SHA512 (nanomsg-1.1.5.tar.gz) = 773b8e169a7accac21414c63972423a249164f5b843c6c65c1b03a2eb90d21da788a98debdeb396dab795e52d30605696bc2cf65e5e05687bf115438d5b22717 +Size (nanomsg-1.1.5.tar.gz) = 310739 bytes diff --git a/net/nanomsgxx/Makefile b/net/nanomsgxx/Makefile index 1260e602872b..1aef6aae4bc3 100644 --- a/net/nanomsgxx/Makefile +++ b/net/nanomsgxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/06/18 11:27:33 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/28 11:56:52 adam Exp $ DISTNAME= nanomsgxx-0.2 CATEGORIES= net @@ -12,7 +12,9 @@ LICENSE= mit USE_LANGUAGES= c c++ BUILD_DEPENDS+= waf>=1.8.4:../../devel/waf -WAF_HAS_MANDIR= no + +WAF_HAS_MANDIR= no +WAF_REPLACE_EXECUTABLE= yes PKGCONFIG_OVERRIDE+= libnnxx.pc.in diff --git a/net/prettyping/DESCR b/net/prettyping/DESCR new file mode 100644 index 000000000000..2436037ad9d3 --- /dev/null +++ b/net/prettyping/DESCR @@ -0,0 +1,10 @@ +`prettyping` is a wrapper around the standard `ping` tool with the +objective of making the output prettier, more colorful, more compact, +and easier to read. + +`prettyping` runs the standard `ping` in the background and parses its +output, showing the ping responses in a *graphical* way at the terminal +(by using colors and Unicode characters). + +`prettyping` is written in `bash` and `awk`, and is reported to work on +many different systems and different versions of `awk`. diff --git a/net/prettyping/Makefile b/net/prettyping/Makefile new file mode 100644 index 000000000000..f6c1593ce596 --- /dev/null +++ b/net/prettyping/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2021/12/22 16:16:29 schmonz Exp $ + +GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV} +DISTNAME= prettyping-1.0.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=denilsonsa/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= https://github.com/denilsonsa/prettyping/ +COMMENT= Wrapper to colorize and simplify ping's output +LICENSE= mit + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_LANGUAGES= # none +NO_BUILD= yes + +USE_TOOLS+= bash:run +REPLACE_INTERPRETER+= bash +REPLACE.bash.old= /usr/bin/env bash +REPLACE.bash.new= ${BASH} +REPLACE_FILES.bash= ${PKGBASE} + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/net/prettyping/PLIST b/net/prettyping/PLIST new file mode 100644 index 000000000000..185e8d459395 --- /dev/null +++ b/net/prettyping/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/12/22 16:16:29 schmonz Exp $ +bin/prettyping diff --git a/net/prettyping/distinfo b/net/prettyping/distinfo new file mode 100644 index 000000000000..077b4653a75a --- /dev/null +++ b/net/prettyping/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/12/22 16:16:29 schmonz Exp $ + +BLAKE2s (prettyping-1.0.1.tar.gz) = 0bb8630087e703943d0d0c42b3b2b997bee0749a4a8cf5a3b30df3f4906dfb8b +SHA512 (prettyping-1.0.1.tar.gz) = 967626f11cd58fd9a0ce91a320caf6b6a296681ed809e04188f0cfe00d03c80a3620bf4d3ec86e855be363810763ff3ccd8bb0a959d03e62b31edba2cfae7f79 +Size (prettyping-1.0.1.tar.gz) = 10104 bytes +SHA1 (patch-prettyping) = 1ebd90dd1a7691eb02b64f789ee472c61d82a2ee diff --git a/net/prettyping/patches/patch-prettyping b/net/prettyping/patches/patch-prettyping new file mode 100644 index 000000000000..f587626bd8fc --- /dev/null +++ b/net/prettyping/patches/patch-prettyping @@ -0,0 +1,24 @@ +$NetBSD: patch-prettyping,v 1.1 2021/12/22 16:16:29 schmonz Exp $ + +Borrow IPv6 fixes for BSD and macOS from Homebrew. + +--- prettyping.orig 2017-04-03 07:49:23.000000000 +0000 ++++ prettyping +@@ -742,7 +742,7 @@ BEGIN { + ############################################################ + # Main loop + { +- if ( $0 ~ /^[0-9]+ bytes from .*: icmp_[rs]eq=[0-9]+ ttl=[0-9]+ time=[0-9.]+ *ms/ ) { ++ if ( $0 ~ /^[0-9]+ bytes from .*[:,] icmp_[rs]eq=[0-9]+ (ttl|hlim)=[0-9]+ time=[0-9.]+ *ms/ ) { + # Sample line from ping: + # 64 bytes from 8.8.8.8: icmp_seq=1 ttl=49 time=184 ms + if ( other_line_times >= 2 ) { +@@ -751,7 +751,7 @@ BEGIN { + + # $1 = useless prefix string + # $2 = icmp_seq +- # $3 = ttl ++ # $3 = ttl/hlim + # $4 = time + + # This must be called before incrementing the last_seq variable! diff --git a/net/s6-dns/Makefile b/net/s6-dns/Makefile index debe51a79ccf..f0cff5974d91 100644 --- a/net/s6-dns/Makefile +++ b/net/s6-dns/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/09/29 09:55:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/22 16:06:35 schmonz Exp $ -DISTNAME= s6-dns-2.3.5.2 +DISTNAME= s6-dns-2.3.5.3 CATEGORIES= net MASTER_SITES= ${HOMEPAGE} diff --git a/net/s6-dns/distinfo b/net/s6-dns/distinfo index 1f1f41c88ab3..55bb4177073d 100644 --- a/net/s6-dns/distinfo +++ b/net/s6-dns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:06:54 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/12/22 16:06:35 schmonz Exp $ -BLAKE2s (s6-dns-2.3.5.2.tar.gz) = 63de8ab0d8a18f9c30167812b09518844cd8a5e0a084042c2aa798c7f6b67426 -SHA512 (s6-dns-2.3.5.2.tar.gz) = a2b88ea70b183128ba3959e7ea00ef96c0aa7c0533d69bbd0a1050aa0272e129571135ae6939b0079f353c4c723652c9205e7ec8ed6ab785320ce46c250d8340 -Size (s6-dns-2.3.5.2.tar.gz) = 84893 bytes +BLAKE2s (s6-dns-2.3.5.3.tar.gz) = 3361e05bd7cd41d58e8d0aabcecfc151cc8bc924d844bdae6088bec073d22ec9 +SHA512 (s6-dns-2.3.5.3.tar.gz) = f3984913df65823c4edbeddc2f8c534926e74c5b06c357c394b05b25943ac8c6b4154859c93e182c60228f018522eb6173ece0bd2dbeffe8e1cc6fcbe33f6a76 +Size (s6-dns-2.3.5.3.tar.gz) = 84916 bytes diff --git a/net/s6-networking/Makefile b/net/s6-networking/Makefile index bdb17f657967..2e09e02880c2 100644 --- a/net/s6-networking/Makefile +++ b/net/s6-networking/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/09/29 09:56:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/22 16:07:04 schmonz Exp $ -DISTNAME= s6-networking-2.5.0.0 +DISTNAME= s6-networking-2.5.1.0 CATEGORIES= net MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} @@ -10,7 +10,7 @@ HOMEPAGE= https://skarnet.org/software/s6-networking/ COMMENT= Suite of small networking utilities LICENSE= isc -MANPAGES= v2.5.0.0.1.tar.gz +MANPAGES= v2.5.0.0.3.tar.gz SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-networking-man-pages/archive/} USE_TOOLS+= gmake @@ -19,15 +19,15 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps CONFIGURE_ARGS+= --enable-absolute-paths -INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 +INSTALLATION_DIRS+= ${PKGMANDIR}/man7 ${PKGMANDIR}/man8 .include "options.mk" .PHONY: do-install-manpages post-install: do-install-manpages do-install-manpages: - cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 1 7; do \ - for j in *.$$i; do \ + cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 7 8; do \ + for j in man$$i/*.$$i; do \ ${INSTALL_MAN} $$j \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$$i; \ done \ diff --git a/net/s6-networking/PLIST b/net/s6-networking/PLIST index d31112409e45..8dd899ed2064 100644 --- a/net/s6-networking/PLIST +++ b/net/s6-networking/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/09/29 09:56:36 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/12/22 16:07:04 schmonz Exp $ bin/s6-clockadd bin/s6-clockview bin/s6-getservbyname @@ -31,28 +31,28 @@ include/s6-networking/sbearssl.h include/s6-networking/stls.h lib/s6-networking/libs6net.a ${PLIST.tls}lib/s6-networking/libsbearssl.a -man/man1/s6-clockadd.1 -man/man1/s6-clockview.1 -man/man1/s6-getservbyname.1 -man/man1/s6-ident-client.1 -man/man1/s6-sntpclock.1 -man/man1/s6-taiclock.1 -man/man1/s6-taiclockd.1 -man/man1/s6-tcpclient.1 -man/man1/s6-tcpserver-access.1 -man/man1/s6-tcpserver.1 -man/man1/s6-tcpserver4-socketbinder.1 -man/man1/s6-tcpserver4.1 -man/man1/s6-tcpserver4d.1 -man/man1/s6-tcpserver6-socketbinder.1 -man/man1/s6-tcpserver6.1 -man/man1/s6-tcpserver6d.1 -man/man1/s6-tlsc-io.1 -man/man1/s6-tlsc.1 -man/man1/s6-tlsclient.1 -man/man1/s6-tlsd-io.1 -man/man1/s6-tlsd.1 -man/man1/s6-tlsserver.1 -man/man1/s6-ucspitlsc.1 -man/man1/s6-ucspitlsd.1 man/man7/s6-tls.7 +man/man8/s6-clockadd.8 +man/man8/s6-clockview.8 +man/man8/s6-getservbyname.8 +man/man8/s6-ident-client.8 +man/man8/s6-sntpclock.8 +man/man8/s6-taiclock.8 +man/man8/s6-taiclockd.8 +man/man8/s6-tcpclient.8 +man/man8/s6-tcpserver-access.8 +man/man8/s6-tcpserver.8 +man/man8/s6-tcpserver4-socketbinder.8 +man/man8/s6-tcpserver4.8 +man/man8/s6-tcpserver4d.8 +man/man8/s6-tcpserver6-socketbinder.8 +man/man8/s6-tcpserver6.8 +man/man8/s6-tcpserver6d.8 +man/man8/s6-tlsc-io.8 +man/man8/s6-tlsc.8 +man/man8/s6-tlsclient.8 +man/man8/s6-tlsd-io.8 +man/man8/s6-tlsd.8 +man/man8/s6-tlsserver.8 +man/man8/s6-ucspitlsc.8 +man/man8/s6-ucspitlsd.8 diff --git a/net/s6-networking/distinfo b/net/s6-networking/distinfo index d8cabf72286d..9a6bccc11da8 100644 --- a/net/s6-networking/distinfo +++ b/net/s6-networking/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:06:54 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 16:07:04 schmonz Exp $ -BLAKE2s (s6-networking-2.5.0.0.tar.gz) = eed49af136133046a1992962c12fa1dde8596e3925f0a4856bc00b83de1050eb -SHA512 (s6-networking-2.5.0.0.tar.gz) = f6ddd5a2310721b58325ff79eebc5f397c33280e25010f489c4ab53beba89ae5c060d6b6576c26e4f6a43dc217a7d1bbb2d4b47db8cecf0687276dcb236a4a61 -Size (s6-networking-2.5.0.0.tar.gz) = 109794 bytes -BLAKE2s (v2.5.0.0.1.tar.gz) = 9c4499a4d9eac2bcc93db6c1411858b5dbe5c06a2c8aa999946802d62283983f -SHA512 (v2.5.0.0.1.tar.gz) = 1ebc4af4b368dd8b496af605800deb8964b48ee0821a2b583d39273469939db1731277ebfe75f0659e5748b9a17ef9958b573af6010c11f0b7590e8ce81279bc -Size (v2.5.0.0.1.tar.gz) = 23796 bytes +BLAKE2s (s6-networking-2.5.1.0.tar.gz) = cbebe8d7337652bacdd257002f980a203600ef283989df35df64ee9298f55981 +SHA512 (s6-networking-2.5.1.0.tar.gz) = 5d64420811d8d8a0034431dccda82b7ddd546f3b7c40ed02e05565c29c3ec14b75477306fea1a1e4aacc898e66e03718d7ac229b85be82d62bfe26c3ffc5fdf8 +Size (s6-networking-2.5.1.0.tar.gz) = 110443 bytes +BLAKE2s (v2.5.0.0.3.tar.gz) = 54ced1c49d2f1741122c935d4de50a88cfd99b2484dddcf327f1d9ad714cc59f +SHA512 (v2.5.0.0.3.tar.gz) = 13f8e2ca6584400f7e7df1ab219ae2dae15a0e63a6587195e0246175290c72b6239e4edc436f64853631f33e918da8dc7329603462228fba6f9ded836c36b420 +Size (v2.5.0.0.3.tar.gz) = 24056 bytes SHA1 (patch-src_stls_stls__client__init__and__handshake.c) = 5ba7652cca7fc864cfff31939fa196086d4336f6 diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7801a935f91f..fd1a14344386 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2021/12/08 16:02:30 adam Exp $ +# $NetBSD: Makefile,v 1.134 2021/12/25 03:36:01 taca Exp $ # WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE: # @@ -7,8 +7,7 @@ # # Please do not update without testing on NetBSD 9.2! # -DISTNAME= samba-4.13.14 -PKGREVISION= 1 +DISTNAME= samba-4.13.15 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ @@ -205,6 +204,7 @@ REPLACE_PERL+= script/*.pl REPLACE_PERL+= source3/script/*.pl REPLACE_PERL+= source4/build/pasn1/pasn1.pl REPLACE_PERL+= source4/script/*.pl +REPLACE_PERL+= source4/scripting/bin/nsupdate-gss REPLACE_PERL+= third_party/nss_wrapper/nss_wrapper.pl REPLACE_PYTHON+= buildtools/bin/waf REPLACE_PYTHON+= source4/setup/wscript_build diff --git a/net/samba4/PLIST b/net/samba4/PLIST index 58d1fc1f3f85..461c9a3ff7b0 100644 --- a/net/samba4/PLIST +++ b/net/samba4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2021/11/10 13:33:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.41 2021/12/25 03:36:01 taca Exp $ bin/cifsdd bin/dbwrap_tool bin/dumpmscat @@ -456,6 +456,7 @@ ${PYSITELIB}/samba/tests/krb5/salt_tests.py ${PYSITELIB}/samba/tests/krb5/simple_tests.py ${PYSITELIB}/samba/tests/krb5/spn_tests.py ${PYSITELIB}/samba/tests/krb5/test_ccache.py +${PYSITELIB}/samba/tests/krb5/test_idmap_nss.py ${PYSITELIB}/samba/tests/krb5/test_ldap.py ${PYSITELIB}/samba/tests/krb5/test_min_domain_uid.py ${PYSITELIB}/samba/tests/krb5/test_rpc.py diff --git a/net/samba4/distinfo b/net/samba4/distinfo index a1ab4cd2dac0..33235a28e956 100644 --- a/net/samba4/distinfo +++ b/net/samba4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.69 2021/11/10 13:33:20 adam Exp $ +$NetBSD: distinfo,v 1.70 2021/12/25 03:36:01 taca Exp $ -BLAKE2s (samba-4.13.14.tar.gz) = 801388e4323c8b4c53b046fd06beb5fd4d5e719da137e77b8207f682d23dfc1b -SHA512 (samba-4.13.14.tar.gz) = cf15d6dba308502dac1630cbc48dff035da90a4ffeb7cba523741f0946a02d16952a6a88728574a83678f284933af8f8fb4f924e27c8afb9b3472c0c4be50dd2 -Size (samba-4.13.14.tar.gz) = 18943381 bytes +BLAKE2s (samba-4.13.15.tar.gz) = a77479237477a75e1400517ba431beb8417d12f2dfab0037ae956f7682fd54a4 +SHA512 (samba-4.13.15.tar.gz) = dc059650831d6f473d510502a92a8122bba9079f2204cecf375873a160b1d8e60434a8aa01ff479d4e1b7d34b0058b1468a7c8600782c4dbddb16717181acad8 +Size (samba-4.13.15.tar.gz) = 18944873 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7 diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index f3c95f9f264d..c39c4ceaf866 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2020/01/26 17:31:55 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2021/12/27 10:07:32 nia Exp $ # DISTNAME= sendfile-2.1b @@ -21,6 +21,9 @@ EGDIR= ${PREFIX}/share/examples/sendfile CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny +# nasty macro snprintf usage +FORTIFY_SUPPORTED= no + OVERRIDE_GNU_CONFIG_SCRIPTS= yes post-configure: diff --git a/pkgtools/pkg_install/options.mk b/pkgtools/pkg_install/options.mk index e56eab4dff90..b1f9e915d81c 100644 --- a/pkgtools/pkg_install/options.mk +++ b/pkgtools/pkg_install/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.5 2017/07/27 18:54:44 tnn Exp $ +# $NetBSD: options.mk,v 1.6 2021/12/24 11:37:38 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch PKG_SUPPORTED_OPTIONS= inet6 openssl -PKG_SUGGESTED_OPTIONS= inet6 .include "../../security/openssl/builtin.mk" @@ -10,6 +9,12 @@ PKG_SUGGESTED_OPTIONS= inet6 PKG_SUGGESTED_OPTIONS+= openssl .endif +.include "../../mk/bsd.prefs.mk" + +.if ${IPV6_READY:tl} == "yes" +PKG_SUGGESTED_OPTIONS+= inet6 +.endif + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index d361720b1861..d2870b730db9 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.705 2021/12/09 17:50:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.706 2021/12/26 16:56:47 rillig Exp $ -PKGNAME= pkglint-21.3.4 -PKGREVISION= 1 +PKGNAME= pkglint-21.4.0 CATEGORIES= pkgtools DISTNAME= tools MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/print/advi/Makefile b/print/advi/Makefile index 2a003d46f14c..b459834dc30c 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2021/12/08 16:06:11 adam Exp $ +# $NetBSD: Makefile,v 1.138 2021/12/27 00:49:02 dholland Exp $ DISTNAME= advi-1.10.2 PKGREVISION= 53 @@ -30,6 +30,14 @@ USE_TOOLS+= gmake gs:run GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/texmf-dist CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs +GRAPHICS_PREFIX= ${BUILDLINK_PREFIX.ocaml-graphics} +GRAPHICS_DIR= ${GRAPHICS_PREFIX}/lib/ocaml/site-lib/graphics +MAKE_ENV+= OCAMLGRAPHICS_INCLUDES=-I\ ${GRAPHICS_DIR} +# For reasons best known to itself the preexisting makefiles already include +# the library but not the includes. +#MAKE_ENV+= OCAMLGRAPHICS_LIBS_BYTE=${GRAPHICS_DIR}/graphics.cma +#MAKE_ENV+= OCAMLGRAPHICS_LIBS_NATIVE=${GRAPHICS_DIR}/graphics.cmxa + INSTALL_UNSTRIPPED= yes SUBST_CLASSES+= gs diff --git a/print/advi/distinfo b/print/advi/distinfo index b6a342488496..448ab575477a 100644 --- a/print/advi/distinfo +++ b/print/advi/distinfo @@ -1,7 +1,15 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 11:12:02 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/12/27 00:49:02 dholland Exp $ BLAKE2s (advi-1.10.2.tar.gz) = 93641026540c5820f9ecc94b7874dd8353a1ecbf9cae162d35fae561a483622f SHA512 (advi-1.10.2.tar.gz) = 93479e22261019b571bc331604a659e4e58200284bcdd63929b2c7ab07f8e9fabbd120f8876081a36e7e09e08286eeba9a45f3b077b545a9e404060622ec45c8 Size (advi-1.10.2.tar.gz) = 9772060 bytes SHA1 (patch-doc_pngs_Makefile.in) = 3141938a6433d4dab8d7247ae89ad3381d902372 -SHA1 (patch-src_Makefile.in) = 3f9be7ac0c4a98b3e36c383ed2489b0d71e73f8a +SHA1 (patch-src_Makefile.in) = 57c725715075697b12d61df2aaf598c8964f2e37 +SHA1 (patch-src_drawimage.ml) = edbb86f69f034d6b5f1d4dba936c74a51a1c7e0a +SHA1 (patch-src_dvi.ml) = 2adfe109dcdbc5d8449d318e500015bb8a87cdf6 +SHA1 (patch-src_glyph.ml) = 186993579b52da03944be40f86ce87990d5eefc4 +SHA1 (patch-src_grdev.ml) = 96eb2c162a9aa8e4bb36a2c93cdc20d385dbf98f +SHA1 (patch-src_gterm.ml) = 514f5bf9fc3ea1579a6e990f998e8536af85b1b7 +SHA1 (patch-src_input.ml) = 2b896cfb700cb63fcf1688116a43492e81fd09e8 +SHA1 (patch-src_pkfont.ml) = dcdb0aaaee33acbc1ab40a4f92d8a8e7c376058c +SHA1 (patch-src_ttfont.ml) = e15a108630f690dac092751b7850686510e5cf6b diff --git a/print/advi/patches/patch-src_Makefile.in b/print/advi/patches/patch-src_Makefile.in index c0f76073ae29..9a3820eab197 100644 --- a/print/advi/patches/patch-src_Makefile.in +++ b/print/advi/patches/patch-src_Makefile.in @@ -1,10 +1,27 @@ -$NetBSD: patch-src_Makefile.in,v 1.3 2015/01/24 03:55:34 mef Exp $ +$NetBSD: patch-src_Makefile.in,v 1.4 2021/12/27 00:49:02 dholland Exp $ -Fix build with modular Xorg.1.2 +Fix build with modular Xorg.1.2 (link with X_LIBS and honor LDFLAGS) ---- src/Makefile.in.orig 2011-08-07 14:43:38.000000000 +0000 -+++ src/Makefile.in 2011-08-07 14:44:05.000000000 +0000 -@@ -624,7 +624,7 @@ +Hack ocaml-graphics paths into the build. The makefiles date from when +it was part of the ocaml stdlib. + +--- src/Makefile.in.orig 2011-09-27 07:45:41.000000000 +0000 ++++ src/Makefile.in +@@ -292,10 +292,10 @@ OCAMLBYTOBJS = $(OCAMLBUILTSOURCES:.ml=. + OCAMLOPTOBJS = $(OCAMLBUILTSOURCES:.ml=.cmx) $(OCAMLSOURCES:.ml=.cmx) + COBJS = $(CSOURCES:.c=.o) + AM_CFLAGS = $(XINERAMA_CFLAGS) $(X_CFLAGS) +-AM_OCAMLCFLAGS = $(CAMLIMAGES_INCLUDES) ++AM_OCAMLCFLAGS = $(CAMLIMAGES_INCLUDES) $(OCAMLGRAPHICS_INCLUDES) + OTHER_LIBS = unix str +-OCAMLLIBS_OPT = $(CAMLIMAGES_LIBS_NATIVE) $(OTHER_LIBS:=.cmxa) +-OCAMLLIBS_BYT = $(CAMLIMAGES_LIBS_BYTE) $(OTHER_LIBS:=.cma) ++OCAMLLIBS_OPT = $(CAMLIMAGES_LIBS_NATIVE) $(OCAMLGRAHPICS_LIBS_NATIVE) $(OTHER_LIBS:=.cmxa) ++OCAMLLIBS_BYT = $(CAMLIMAGES_LIBS_BYTE) $(OCAMLGRAPHICS_LIBS_BYTE) $(OTHER_LIBS:=.cma) + + # In bytecode mode create stubcode in dlladvi + DLLADVI = dlladvi.so +@@ -624,7 +624,7 @@ dlladvi.so: $(COBJS) Makefile $(OCAMLMKLIB) -o advi \ $(OCAMLCFLAGS) $(AM_OCAMLCFLAGS) $(AM_LINKFLAGS) \ $(COBJS) \ diff --git a/print/advi/patches/patch-src_drawimage.ml b/print/advi/patches/patch-src_drawimage.ml new file mode 100644 index 000000000000..0f12f9a9cd16 --- /dev/null +++ b/print/advi/patches/patch-src_drawimage.ml @@ -0,0 +1,48 @@ +$NetBSD: patch-src_drawimage.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/drawimage.ml~ 2007-01-18 14:14:35.000000000 +0000 ++++ src/drawimage.ml +@@ -161,10 +161,20 @@ let after f g = try let x = f () in g ( + + let cache_path file whitetransp psbbox ratiopt antialias (w, h) = + let file' = Userfile.fullpath (Unix.getcwd ()) file in ++(* + let file' = if file == file' then String.copy file' else file' in + for i = 0 to String.length file' - 1 do + if file'.[i] = '/' then file'.[i] <- '-' + done; ++*) ++ let file' = ++ let f i = ++ match String.get file' i with ++ | '/' -> '-' ++ | c -> c ++ in ++ String.init (String.length file') f ++ in + let geom_string x = + if x >= 0 then "+" ^ string_of_int x else string_of_int x + in +@@ -206,9 +216,9 @@ let cache_path file whitetransp psbbox r + let cache_load file = + debugs ("cache_load " ^ file); + let load ic = +- let s = String.create (String.length cache_key) in ++ let s = Bytes.create (String.length cache_key) in + ignore (input ic s 0 (String.length cache_key)); +- if s <> cache_key then failwith (file ^ " has no proper header"); ++ if Bytes.to_string s <> cache_key then failwith (file ^ " has no proper header"); + let rgba = input_value ic in (* bool *) + let width = input_value ic in + let height = input_value ic in +@@ -237,7 +247,7 @@ let cache_load file = + let cache_save file img = + debugs ("cache_save " ^ file); + let save oc = +- output oc cache_key 0 (String.length cache_key); ++ output oc (Bytes.of_string cache_key) 0 (String.length cache_key); + match img with + | Rgba32 image -> + output_value oc true; diff --git a/print/advi/patches/patch-src_dvi.ml b/print/advi/patches/patch-src_dvi.ml new file mode 100644 index 000000000000..181b9fa833a1 --- /dev/null +++ b/print/advi/patches/patch-src_dvi.ml @@ -0,0 +1,18 @@ +$NetBSD: patch-src_dvi.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/dvi.ml~ 2010-04-05 08:15:06.000000000 +0000 ++++ src/dvi.ml +@@ -363,9 +363,9 @@ let input_int32 = + | _ -> assert false;; + + let input_string ch len = +- let str = String.create len in ++ let str = Bytes.create len in + really_input ch str 0 len ; +- str;; ++ Bytes.to_string str;; + + (*** Parsing commands ***) + diff --git a/print/advi/patches/patch-src_glyph.ml b/print/advi/patches/patch-src_glyph.ml new file mode 100644 index 000000000000..40d0a7d8042b --- /dev/null +++ b/print/advi/patches/patch-src_glyph.ml @@ -0,0 +1,30 @@ +$NetBSD: patch-src_glyph.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/glyph.ml~ 2007-01-18 14:14:36.000000000 +0000 ++++ src/glyph.ml +@@ -61,7 +61,7 @@ let from_char_def cdef ratio = + and hot_row = cdef.Font.voffset in + let (ncols', hot_col', col_table) = make_table ncols hot_col ratio + and (nrows', hot_row', row_table) = make_table nrows hot_row ratio in +- let graymap = String.create (ncols' * nrows') ++ let graymap = Bytes.create (ncols' * nrows') + and index = ref 0 + and fact = 256.0 *. ratio *. ratio + and last_col = ncols - 1 +@@ -92,7 +92,7 @@ let from_char_def cdef ratio = + done + done ; + let gray = Misc.round (!sum *. fact) in +- graymap.[!index] <- Char.chr (max 0 (min gray 255)) ; ++ Bytes.set graymap !index (Char.chr (max 0 (min gray 255))) ; + incr index + done + done ; +@@ -100,4 +100,4 @@ let from_char_def cdef ratio = + height = nrows' ; + hoffset = hot_col' ; + voffset = hot_row' ; +- graymap = graymap } ;; ++ graymap = Bytes.to_string graymap } ;; diff --git a/print/advi/patches/patch-src_grdev.ml b/print/advi/patches/patch-src_grdev.ml new file mode 100644 index 000000000000..10b3c8d14271 --- /dev/null +++ b/print/advi/patches/patch-src_grdev.ml @@ -0,0 +1,21 @@ +$NetBSD: patch-src_grdev.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/grdev.ml~ 2011-08-05 08:24:17.000000000 +0000 ++++ src/grdev.ml +@@ -169,12 +169,12 @@ let inputp fdins = + | _, _, _ -> true + + let get_input () = +- let buf = String.create 1 in ++ let buf = Bytes.create 1 in + if inputp [ Unix.stdin ] then + let _ = Unix.read Unix.stdin buf 0 1 in + if inputp [ Unix.stdin ] then () + else clear_usr2(); +- buf.[0] ++ Bytes.get buf 0 + else assert false;; + + let watch_file_check () = diff --git a/print/advi/patches/patch-src_gterm.ml b/print/advi/patches/patch-src_gterm.ml new file mode 100644 index 000000000000..7b63bf6c4051 --- /dev/null +++ b/print/advi/patches/patch-src_gterm.ml @@ -0,0 +1,60 @@ +$NetBSD: patch-src_gterm.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/gterm.ml~ 2007-01-18 14:14:36.000000000 +0000 ++++ src/gterm.ml +@@ -28,7 +28,7 @@ type rectangle = GraphicsY11.rectangle = + + type term = { + (* Character contents of the terminal. *) +- mutable lines : string array; ++ mutable lines : Bytes.t array; + (* Height in lines. *) + mutable height : int; + (* Width in characters. *) +@@ -71,7 +71,7 @@ let draw_cursor t cc cf = + let gx = cursor_gx t + and gy = cursor_gy t in + Graphics.fill_rect gx gy t.font_size_x t.font_size_y; +- let c = t.lines.(t.cursor_y).[t.cursor_x] in ++ let c = Bytes.get t.lines.(t.cursor_y) t.cursor_x in + Graphics.moveto gx gy; + Graphics.set_color cf; + Graphics.draw_char c; +@@ -147,7 +147,7 @@ let redraw t = + Array.iteri + (fun i s -> + Graphics.moveto t.gx (t.gy + t.font_size_y * i); +- Graphics.draw_string s) ++ Graphics.draw_string (Bytes.to_string s)) (* XXX: slow? *) + t.lines; + show_cursor t;; + +@@ -156,7 +156,7 @@ let clear t = + Graphics.fill_rect + t.gx t.gy (t.width * t.font_size_x) (t.height * t.font_size_y); + Graphics.set_color t.foreground_color; +- Array.iter (fun s -> String.fill s 0 (String.length s) ' ') t.lines; ++ Array.iter (fun s -> Bytes.fill s 0 (Bytes.length s) ' ') t.lines; + htab t 0; + vtab t (t.height - 1);; + +@@ -223,7 +223,7 @@ let make_term_gen fg bg bw bwc tc cc xc + if h < 1 || w < 1 || bw < 0 then failwith "make_term_gen" else + let font_size_x, font_size_y = Graphics.text_size "M" in + let t = { +- lines = Array.init h (fun i -> String.make w ' '); ++ lines = Array.init h (fun i -> Bytes.make w ' '); + height = h; + width = w; + gheight = h * font_size_y; +@@ -305,7 +305,7 @@ let make_term = + (* Basic functions to edit. *) + let end_of_line t = + let line = t.lines.(t.cursor_y) in +- let l = String.length line in ++ let l = Bytes.length line in + htab t l;; + + let beginning_of_line t = htab t 0;; diff --git a/print/advi/patches/patch-src_input.ml b/print/advi/patches/patch-src_input.ml new file mode 100644 index 000000000000..a96545d121c9 --- /dev/null +++ b/print/advi/patches/patch-src_input.ml @@ -0,0 +1,18 @@ +$NetBSD: patch-src_input.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/input.ml~ 2007-01-18 14:14:36.000000000 +0000 ++++ src/input.ml +@@ -84,9 +84,9 @@ let input_int32 = + (Printf.sprintf "Pkfont: cannot work on a %d-bit architecture" size) ;; + + let input_string ch n = +- let str = String.create n in ++ let str = Bytes.create n in + really_input ch str 0 n ; +- str ;; ++ Bytes.to_string str ;; + + let skip_bytes ch n = + seek_in ch (pos_in ch + n) ;; diff --git a/print/advi/patches/patch-src_pkfont.ml b/print/advi/patches/patch-src_pkfont.ml new file mode 100644 index 000000000000..2199120c27f3 --- /dev/null +++ b/print/advi/patches/patch-src_pkfont.ml @@ -0,0 +1,41 @@ +$NetBSD: patch-src_pkfont.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/pkfont.ml~ 2007-01-18 14:14:36.000000000 +0000 ++++ src/pkfont.ml +@@ -237,7 +237,7 @@ let unpack cdef = + and h = cdef.height in + let size = w * h in + let datalen = (size + 7) lsr 3 in +- let data = String.make datalen '\000' ++ let data = Bytes.make datalen '\000' + (* Index into the bitmap *) + and i = ref 0 and imask = ref 0x80 + (* Index into the bitmap, [w] bits before *) +@@ -246,7 +246,7 @@ let unpack cdef = + (* Sending a bit to the bitmap *) + let send_bit b = + if b then +- data.[!i] <- Char.chr (Char.code data.[!i] lor !imask) ; ++ Bytes.set data !i (Char.chr (Char.code (Bytes.get data !i) lor !imask)) ; + imask := !imask lsr 1 ; + if !imask = 0 then begin imask := 0x80 ; incr i end ; + jmask := !jmask lsr 1 ; +@@ -254,8 +254,8 @@ let unpack cdef = + (* Resending n times the last line to the bitmap *) + let resend_last_line n = + for p = 1 to n * w do +- if Char.code data.[!j] land !jmask <> 0 then +- data.[!i] <- Char.chr (Char.code data.[!i] lor !imask) ; ++ if Char.code (Bytes.get data !j) land !jmask <> 0 then ++ Bytes.set data !i (Char.chr (Char.code (Bytes.get data !i) lor !imask)) ; + imask := !imask lsr 1 ; + if !imask = 0 then begin imask := 0x80 ; incr i end ; + jmask := !jmask lsr 1 ; +@@ -295,4 +295,4 @@ let unpack cdef = + black := not !black + end + done ; +- cdef.bitmap <- Unpacked data ;; ++ cdef.bitmap <- Unpacked (Bytes.to_string data) ;; diff --git a/print/advi/patches/patch-src_ttfont.ml b/print/advi/patches/patch-src_ttfont.ml new file mode 100644 index 000000000000..fe2261a6eef3 --- /dev/null +++ b/print/advi/patches/patch-src_ttfont.ml @@ -0,0 +1,33 @@ +$NetBSD: patch-src_ttfont.ml,v 1.1 2021/12/27 00:49:02 dholland Exp $ + +Hack up the code for immutable strings. + +--- src/ttfont.ml~ 2010-08-18 10:05:40.000000000 +0000 ++++ src/ttfont.ml +@@ -57,7 +57,7 @@ let build face dpi pt unicode = + let width = bitmapinfo.bitmap_width in + let height = bitmapinfo.bitmap_height in + let bitmap_len = (width * height + 7) / 8 in +- let bitmap = String.create bitmap_len in ++ let bitmap = Bytes.create bitmap_len in + let is_black pos = + let x = pos mod width in + let y = pos / width in +@@ -72,7 +72,7 @@ let build face dpi pt unicode = + if is_black !pos then char := !char lor 0x01; + incr pos + done; +- bitmap.[i] <- char_of_int !char ++ Bytes.set bitmap i (char_of_int !char) + done; + + { code= unicode; +@@ -82,7 +82,7 @@ let build face dpi pt unicode = + height= height; + hoffset= -bitmapinfo.bitmap_left; + voffset= bitmapinfo.bitmap_top; +- bitmap= bitmap ++ bitmap= Bytes.to_string bitmap + } + ;; + diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 4690d0180509..9fc796842241 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/04 14:12:05 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/28 19:22:04 adam Exp $ PKGNAME= libharu-2.4.0 DISTNAME= libharu-2.3.0 @@ -19,7 +19,6 @@ LICENSE= zlib USE_CMAKE= yes USE_LANGUAGES= c c++ - CMAKE_ARGS+= -DLIBHPDF_STATIC=OFF PATCH_DIST_STRIP= -p1 @@ -33,7 +32,16 @@ SUBST_SED.version+= -e 's/RC2/dev/' INSTALLATION_DIRS= include lib do-install: ${INSTALL_DATA} ${WRKSRC}/include/*.h ${DESTDIR}${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/src/libhpdf.so ${DESTDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/src/libhpdf.* ${DESTDIR}${PREFIX}/lib + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +post-install: fix-darwin-install-name +fix-darwin-install-name: + install_name_tool -id ${PREFIX}/lib/libhpdf.dylib \ + ${DESTDIR}${PREFIX}/lib/libhpdf.dylib +.endif .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/security/fail2ban/Makefile b/security/fail2ban/Makefile index 77ae1dd5ed63..3c6b11788fb3 100644 --- a/security/fail2ban/Makefile +++ b/security/fail2ban/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2021/10/16 19:37:01 tm Exp $ +# $NetBSD: Makefile,v 1.17 2021/12/23 22:27:35 wiz Exp $ # DISTNAME= fail2ban-0.11.2 @@ -57,14 +57,14 @@ RCD_SCRIPTS= fail2ban SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure SUBST_MESSAGE.paths= Substituting paths variables. -SUBST_FILES.paths= ${WRKSRC}/fail2ban/client/*.py -SUBST_FILES.paths+= ${WRKSRC}/fail2ban/tests/utils.py -SUBST_FILES.paths+= ${WRKSRC}/man/fail2ban-client.1 -SUBST_FILES.paths+= ${WRKSRC}/man/fail2ban-client.h2m -SUBST_FILES.paths+= ${WRKSRC}/setup.py -SUBST_FILES.paths+= ${WRKSRC}/config/fail2ban.conf -SUBST_FILES.paths+= ${WRKSRC}/config/jail.conf -SUBST_FILES.paths+= ${WRKSRC}/config/paths-pkgsrc.conf +SUBST_FILES.paths= fail2ban/client/*.py +SUBST_FILES.paths+= fail2ban/tests/utils.py +SUBST_FILES.paths+= man/fail2ban-client.1 +SUBST_FILES.paths+= man/fail2ban-client.h2m +SUBST_FILES.paths+= setup.py +SUBST_FILES.paths+= config/fail2ban.conf +SUBST_FILES.paths+= config/jail.conf +SUBST_FILES.paths+= config/paths-pkgsrc.conf SUBST_SED.paths= -e 's,/etc,${PREFIX}/etc,g' SUBST_SED.paths+= -e 's,/var/lib,${VARBASE}/db,g' SUBST_SED.paths+= -e 's,/var,${VARBASE},g' @@ -75,7 +75,7 @@ SUBST_VARS.paths= VARBASE SUBST_CLASSES+= install SUBST_STAGE.install= pre-install SUBST_MESSAGE.install= correcting installation path -SUBST_FILES.install= ${WRKSRC}/setup.py +SUBST_FILES.install= setup.py SUBST_SED.install= -e 's,${PREFIX}/etc/fail2ban,${EGDIR},g' .include "../../mk/bsd.prefs.mk" @@ -83,7 +83,7 @@ SUBST_SED.install= -e 's,${PREFIX}/etc/fail2ban,${EGDIR},g' SUBST_CLASSES+= ostype SUBST_STAGE.ostype= post-configure SUBST_MESSAGE.ostype= Adjusting OS type -SUBST_FILES.ostype= ${WRKSRC}/config/paths-pkgsrc.conf +SUBST_FILES.ostype= config/paths-pkgsrc.conf .if ${OPSYS} == "NetBSD" SUBST_SED.ostype= -e "s,\#before = paths-distro.conf,before = paths-netbsd.conf,g" .elif ${OPSYS} == "Darwin" diff --git a/security/fail2ban/distinfo b/security/fail2ban/distinfo index 7f44a9cfb142..46cc25d7507d 100644 --- a/security/fail2ban/distinfo +++ b/security/fail2ban/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:17:05 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/23 22:27:35 wiz Exp $ BLAKE2s (fail2ban-0.11.2.tar.gz) = ae6f306141cbf8b9f92b0561771e4bb1a559049b4f583774232c2dbae4e5aedc SHA512 (fail2ban-0.11.2.tar.gz) = 46b27abd947b00ea64106dbac563ef8afef38eec86684024d47d9a0e8c1969ff864ad6df7f4f8de2aa3eb1af6d769fb6796592d9f0e35521d5f95f17b8cade97 Size (fail2ban-0.11.2.tar.gz) = 559552 bytes SHA1 (patch-doc_Makefile) = b17d28b1ef79b0cf86e4cd5d6eaa3e3d1bc2da39 +SHA1 (patch-setup.py) = 7e3e3ae3101b71413e563656334897814bf7fbad diff --git a/security/fail2ban/patches/patch-setup.py b/security/fail2ban/patches/patch-setup.py new file mode 100644 index 000000000000..e6e961ddc7a6 --- /dev/null +++ b/security/fail2ban/patches/patch-setup.py @@ -0,0 +1,14 @@ +$NetBSD: patch-setup.py,v 1.1 2021/12/23 22:27:35 wiz Exp $ + +Compatibility with latest setuptools. + +--- setup.py.orig 2021-12-23 22:23:32.219701295 +0000 ++++ setup.py +@@ -186,7 +186,6 @@ commands.''' + if setuptools: + setup_extra = { + 'test_suite': "fail2ban.tests.utils.gatherTests", +- 'use_2to3': True, + } + else: + setup_extra = {} diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index a853dfe42b2b..323bd1b8eb60 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2021/12/08 16:02:33 adam Exp $ +# $NetBSD: Makefile,v 1.225 2021/12/26 23:03:54 gutteridge Exp $ DISTNAME= gnutls-3.7.2 PKGREVISION= 2 @@ -91,6 +91,11 @@ CONFIGURE_ARGS+= --disable-hardware-acceleration . endif .endif +# Tests fail due to missing strndup for Solaris < 5.11, disable for now +.if ${OPSYS} == "SunOS" && ${OPSYS_VERSION} < 051100 +CONFIGURE_ARGS.SunOS+= --disable-tests +.endif + post-install: cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} *.c ${DESTDIR}${EGDIR} diff --git a/security/py-trytond-authentication-sms/PLIST b/security/py-trytond-authentication-sms/PLIST index 7a69f014a8cb..f3ae73801e42 100644 --- a/security/py-trytond-authentication-sms/PLIST +++ b/security/py-trytond-authentication-sms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:55 mef Exp $ ${PYSITELIB}/trytond/modules/authentication_sms/__init__.py ${PYSITELIB}/trytond/modules/authentication_sms/__init__.pyc ${PYSITELIB}/trytond/modules/authentication_sms/__init__.pyo @@ -8,18 +8,24 @@ ${PYSITELIB}/trytond/modules/authentication_sms/locale/cs.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/de.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/es.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/es_419.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/et.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/fa.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/fi.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/fr.po -${PYSITELIB}/trytond/modules/authentication_sms/locale/hu_HU.po -${PYSITELIB}/trytond/modules/authentication_sms/locale/it_IT.po -${PYSITELIB}/trytond/modules/authentication_sms/locale/ja_JP.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/hu.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/id.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/it.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/lo.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/lt.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/nl.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/pl.po -${PYSITELIB}/trytond/modules/authentication_sms/locale/pt_BR.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/pt.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/ro.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/ru.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/sl.po +${PYSITELIB}/trytond/modules/authentication_sms/locale/tr.po ${PYSITELIB}/trytond/modules/authentication_sms/locale/zh_CN.po +${PYSITELIB}/trytond/modules/authentication_sms/message.xml ${PYSITELIB}/trytond/modules/authentication_sms/res.py ${PYSITELIB}/trytond/modules/authentication_sms/res.pyc ${PYSITELIB}/trytond/modules/authentication_sms/res.pyo diff --git a/security/py-trytond-authentication-sms/distinfo b/security/py-trytond-authentication-sms/distinfo index 18e2bc492e1f..e44c6309d27a 100644 --- a/security/py-trytond-authentication-sms/distinfo +++ b/security/py-trytond-authentication-sms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:17:51 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:55 mef Exp $ -BLAKE2s (tryton-4.2/trytond_authentication_sms-4.2.0.tar.gz) = 4ba867c3d9e1be37faff508b112acb1401c179051b070ed9cb3fad6684343088 -SHA512 (tryton-4.2/trytond_authentication_sms-4.2.0.tar.gz) = 8bde9bb049e0a6b07fda3d098aa403ca505cc336bfbc39ea724653a015f23e8be67afce76077260c4fe424040c7e185930187d8cd9ad6d39f5cf55c88c3c7b46 -Size (tryton-4.2/trytond_authentication_sms-4.2.0.tar.gz) = 23182 bytes +BLAKE2s (tryton-6.2/trytond_authentication_sms-6.2.0.tar.gz) = 4ef96e67b6fe0d3409a7b1cacd97d6573b523eb8fc1adcb4f8d8b8496d9d7a9e +SHA512 (tryton-6.2/trytond_authentication_sms-6.2.0.tar.gz) = 5eb64b972661d4e773c4bd9aeb562070ecac174890ed7371ada0ea9fb908f2821ce77d08aae02ba87161366a2f123d6546077d1abd858f31514cf3c30a519c22 +Size (tryton-6.2/trytond_authentication_sms-6.2.0.tar.gz) = 25059 bytes diff --git a/sysutils/broot/Makefile b/sysutils/broot/Makefile index dffb1ef955b6..bd37d476bb86 100644 --- a/sysutils/broot/Makefile +++ b/sysutils/broot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2021/12/17 06:46:56 pin Exp $ +# $NetBSD: Makefile,v 1.36 2021/12/29 05:42:38 pin Exp $ -DISTNAME= broot-1.7.5 +DISTNAME= broot-1.8.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Canop/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/broot/cargo-depends.mk b/sysutils/broot/cargo-depends.mk index 540fd5795ad3..2104650706e0 100644 --- a/sysutils/broot/cargo-depends.mk +++ b/sysutils/broot/cargo-depends.mk @@ -1,4 +1,4 @@ -# $NetBSD: cargo-depends.mk,v 1.28 2021/12/03 08:28:34 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.29 2021/12/29 05:42:38 pin Exp $ CARGO_CRATE_DEPENDS+= adler-1.0.2 CARGO_CRATE_DEPENDS+= adler32-1.2.0 @@ -166,7 +166,7 @@ CARGO_CRATE_DEPENDS+= syn-1.0.81 CARGO_CRATE_DEPENDS+= syntect-4.6.0 CARGO_CRATE_DEPENDS+= tempfile-3.2.0 CARGO_CRATE_DEPENDS+= termimad-0.10.3 -CARGO_CRATE_DEPENDS+= termimad-0.19.3 +CARGO_CRATE_DEPENDS+= termimad-0.20.0 CARGO_CRATE_DEPENDS+= terminal-clipboard-0.3.1 CARGO_CRATE_DEPENDS+= termux-clipboard-0.1.0 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 diff --git a/sysutils/broot/distinfo b/sysutils/broot/distinfo index 32ea1081f087..29ee0ab51d9e 100644 --- a/sysutils/broot/distinfo +++ b/sysutils/broot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2021/12/17 06:46:56 pin Exp $ +$NetBSD: distinfo,v 1.34 2021/12/29 05:42:38 pin Exp $ BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 @@ -51,9 +51,9 @@ Size (bincode-1.3.3.crate) = 28958 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes -BLAKE2s (broot-1.7.5.tar.gz) = 77ac49c30c7910281bdc321bed11f21cbc84aed838f9f88468dd21ccd5a1787c -SHA512 (broot-1.7.5.tar.gz) = 54c1a57dba53a6ba889fc19034787cbaac154552e568f42d38bffb98ad606a3a43e63f51bb4da68306f82e41e27444a3343c729d3d47b7da869867a7e763a25a -Size (broot-1.7.5.tar.gz) = 9416330 bytes +BLAKE2s (broot-1.8.0.tar.gz) = d474019b9ce6609c10f5b98cdd1faa7bb050bc8fa9be036237c69eaacc51e6cc +SHA512 (broot-1.8.0.tar.gz) = fdfcf3bb9ddd11e64d3563ab21dfbfab8a3c02fa7a2e37d6cb3aa5cdc2c329575d5bec35b4f79ab3be95d5993e4a1528150a8148329038b710f0fef65b7c839d +Size (broot-1.8.0.tar.gz) = 9417559 bytes BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 Size (bstr-0.2.17.crate) = 330350 bytes @@ -501,9 +501,9 @@ Size (tempfile-3.2.0.crate) = 25892 bytes BLAKE2s (termimad-0.10.3.crate) = a3b02257e8b97eeb378037030d5a3a44213f9479599914fe7ca38d91da864cda SHA512 (termimad-0.10.3.crate) = c25aa79fa0053c1e7ac88405b45742d3e34d58f4293405699e601122451e18ac9532b80413df9032850d983e3abcb1b1656de3428bface46efd2505d2a2137bc Size (termimad-0.10.3.crate) = 316247 bytes -BLAKE2s (termimad-0.19.3.crate) = 1aaf67ce2731838bab3af19bdc1316453af46d9af681a7f32ac4dea601d81a69 -SHA512 (termimad-0.19.3.crate) = 4b6fcd9e2c801ece36334252faaa716227ca3f1b483a06246ff0966559adf1f2298d38f6296d327b7506dcfd498ff4860e6072c53956a56a2b2a2cefe1753a2c -Size (termimad-0.19.3.crate) = 352106 bytes +BLAKE2s (termimad-0.20.0.crate) = 24b788a76a06e467f8cdec9b035c25c6c7fb1eb21fee8b15a294a608bfa7f35c +SHA512 (termimad-0.20.0.crate) = 918583209ee1c1e2835539d48b51ca4e069add33a48ed7b6ab95aae3c6bb72ec07539ac188de3a3470823e7cf01c219e61b9e0e091e94bb0d2f1cfee12c301ae +Size (termimad-0.20.0.crate) = 352857 bytes BLAKE2s (terminal-clipboard-0.3.1.crate) = f5b2c36bb0b6d8741979fc0c820fec6babccee834693f1801ea1053742d8734f SHA512 (terminal-clipboard-0.3.1.crate) = b29a81d2737271cc4e60115e473ea3af80ce45f078c99fee573cbd35da8e27c939ff1aa86dd86a3e2ea9352a28f2fd3492e28be63c3eb0dad53974d06b43c346 Size (terminal-clipboard-0.3.1.crate) = 5597 bytes diff --git a/sysutils/collectd/Makefile b/sysutils/collectd/Makefile index 4fc152f0be57..f66db1de3fa7 100644 --- a/sysutils/collectd/Makefile +++ b/sysutils/collectd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2021/05/24 19:54:09 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2021/12/28 01:02:42 nros Exp $ PKGREVISION= 1 .include "../../sysutils/collectd/Makefile.common" @@ -27,6 +27,8 @@ CONFIGURE_ARGS+= --enable-${option} INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/collectd +PKGCONFIG_OVERRIDE= src/libcollectdclient/libcollectdclient.pc.in + .include "options.mk" CONF_FILES+= share/examples/collectd/collectd.conf \ diff --git a/sysutils/collectd/Makefile.common b/sysutils/collectd/Makefile.common index 14b24f7041da..f80884308acf 100644 --- a/sysutils/collectd/Makefile.common +++ b/sysutils/collectd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2021/03/07 14:19:41 wiz Exp $ +# $NetBSD: Makefile.common,v 1.27 2021/12/28 01:02:42 nros Exp $ # # used by sysutils/collectd/Makefile # used by sysutils/collectd-amqp/Makefile @@ -60,11 +60,24 @@ DEPENDS+= collectd>=${PKGVERSION_NOREV}:../../sysutils/collectd COLLECTD_PLUGINS?= ${COLLECTD_PACKAGE:S/-/_/} BUILD_TARGET= ${COLLECTD_PLUGINS:S/$/.la/} -INSTALL_TARGET= install-pkglibLTLIBRARIES + . for plugin in ${COLLECTD_PLUGINS} CONFIGURE_ARGS+= --enable-${plugin} GENERATE_PLIST+= ${ECHO} "lib/collectd/${plugin}.la"; . endfor + +INSTALLATION_DIRS+= lib/collectd + +. if ${COLLECTD_PLUGINS} == "perl" +post-install: +. else +do-install: +. endif +. for plugin in ${COLLECTD_PLUGINS} + cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} \ + ${LIBTOOL} --mode=install ${INSTALL_LIB} ${plugin}.la \ + ${DESTDIR}${PREFIX}/lib/collectd/${plugin}.la +. endfor .endif .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 6a311c328713..7ef225819078 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/10/26 20:30:46 pin Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/29 05:46:13 pin Exp $ -DISTNAME= dua-cli-2.14.11 +DISTNAME= dua-cli-2.15.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=Byron/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/dua-cli/cargo-depends.mk b/sysutils/dua-cli/cargo-depends.mk index e5ca057da70a..e69ee208b764 100644 --- a/sysutils/dua-cli/cargo-depends.mk +++ b/sysutils/dua-cli/cargo-depends.mk @@ -1,7 +1,7 @@ -# $NetBSD: cargo-depends.mk,v 1.3 2021/10/26 20:30:46 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.4 2021/12/29 05:46:13 pin Exp $ CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.44 +CARGO_CRATE_DEPENDS+= anyhow-1.0.52 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 @@ -9,8 +9,8 @@ CARGO_CRATE_DEPENDS+= byte-unit-4.0.13 CARGO_CRATE_DEPENDS+= cassowary-0.3.0 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 -CARGO_CRATE_DEPENDS+= clap-3.0.0-beta.5 -CARGO_CRATE_DEPENDS+= clap_derive-3.0.0-beta.5 +CARGO_CRATE_DEPENDS+= clap-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_derive-3.0.0-rc.8 CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= const-sha1-0.2.0 CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.3 @@ -36,60 +36,59 @@ CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= idna-0.2.3 CARGO_CRATE_DEPENDS+= indexmap-1.7.0 CARGO_CRATE_DEPENDS+= instant-0.1.12 -CARGO_CRATE_DEPENDS+= itertools-0.10.1 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= jwalk-0.6.0 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.105 +CARGO_CRATE_DEPENDS+= libc-0.2.112 CARGO_CRATE_DEPENDS+= lock_api-0.4.5 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= memoffset-0.6.4 +CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= mio-0.7.14 CARGO_CRATE_DEPENDS+= miow-0.3.7 CARGO_CRATE_DEPENDS+= ntapi-0.3.6 CARGO_CRATE_DEPENDS+= num-integer-0.1.44 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= numtoa-0.1.0 CARGO_CRATE_DEPENDS+= objc-0.2.7 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 -CARGO_CRATE_DEPENDS+= open-2.0.1 -CARGO_CRATE_DEPENDS+= os_str_bytes-4.2.0 +CARGO_CRATE_DEPENDS+= once_cell-1.9.0 +CARGO_CRATE_DEPENDS+= open-2.0.2 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 CARGO_CRATE_DEPENDS+= output_vt100-0.1.2 CARGO_CRATE_DEPENDS+= parking_lot-0.11.2 CARGO_CRATE_DEPENDS+= parking_lot_core-0.8.5 CARGO_CRATE_DEPENDS+= pathdiff-0.2.1 CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 CARGO_CRATE_DEPENDS+= petgraph-0.6.0 -CARGO_CRATE_DEPENDS+= pretty_assertions-0.7.2 +CARGO_CRATE_DEPENDS+= pretty_assertions-1.0.0 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.30 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.35 CARGO_CRATE_DEPENDS+= quote-1.0.10 CARGO_CRATE_DEPENDS+= rayon-1.5.1 CARGO_CRATE_DEPENDS+= rayon-core-1.9.1 CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 CARGO_CRATE_DEPENDS+= redox_termios-0.1.2 CARGO_CRATE_DEPENDS+= scopeguard-1.1.0 -CARGO_CRATE_DEPENDS+= signal-hook-0.3.10 +CARGO_CRATE_DEPENDS+= signal-hook-0.3.13 CARGO_CRATE_DEPENDS+= signal-hook-mio-0.2.1 CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.0 CARGO_CRATE_DEPENDS+= smallvec-1.7.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 -CARGO_CRATE_DEPENDS+= syn-1.0.80 -CARGO_CRATE_DEPENDS+= sysinfo-0.20.5 +CARGO_CRATE_DEPENDS+= syn-1.0.84 +CARGO_CRATE_DEPENDS+= sysinfo-0.22.3 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 CARGO_CRATE_DEPENDS+= termion-1.5.6 CARGO_CRATE_DEPENDS+= textwrap-0.14.2 CARGO_CRATE_DEPENDS+= time-0.1.44 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.0 +CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 -CARGO_CRATE_DEPENDS+= trash-2.0.2 +CARGO_CRATE_DEPENDS+= trash-2.0.3 CARGO_CRATE_DEPENDS+= tui-0.16.0 CARGO_CRATE_DEPENDS+= tui-react-0.16.0 -CARGO_CRATE_DEPENDS+= unicase-2.6.0 CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index 3ecf96921d2f..5df756c44349 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 20:30:46 pin Exp $ +$NetBSD: distinfo,v 1.7 2021/12/29 05:46:13 pin Exp $ BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.44.crate) = 502aa7e9bfb219bede496cf5d9d7431f5ef0f419393b194bfa1a56508327582e -SHA512 (anyhow-1.0.44.crate) = d8ec44c64cf4b06121421c99157573b59e2078ab1aba7d949aad9ddd5ec4a1b585a07d0ca06807ed2349c6becaed1cba69f10f9affa2da25f749b615a70aa9ff -Size (anyhow-1.0.44.crate) = 35067 bytes +BLAKE2s (anyhow-1.0.52.crate) = 5d2c7e7b1557521de05f6303070922caae6fa608517fa4d87d742bb2c98df52f +SHA512 (anyhow-1.0.52.crate) = b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a +Size (anyhow-1.0.52.crate) = 44224 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes @@ -27,12 +27,12 @@ Size (cfg-if-1.0.0.crate) = 7934 bytes BLAKE2s (chrono-0.4.19.crate) = d6fed9203ab335271d17a56de9a78a9a6c418561751716d924ce04cd0260a2a0 SHA512 (chrono-0.4.19.crate) = a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 Size (chrono-0.4.19.crate) = 155663 bytes -BLAKE2s (clap-3.0.0-beta.5.crate) = 7e6a6febe91e709381e10a2bca2106e30ac61f8ba073a3597412e31009088b9a -SHA512 (clap-3.0.0-beta.5.crate) = bac8e4064c0c39b2a964cd0bc5fef85cbae4dc42dde37e7f52d19d08971f5d0062f33dd55926e3058aa4b3884cba785062438faf0a40bc817fd83cff92315a94 -Size (clap-3.0.0-beta.5.crate) = 155626 bytes -BLAKE2s (clap_derive-3.0.0-beta.5.crate) = b965bb7b4d9efa3dde544bc2a47a9cc90a017c244d42f0e361746700c734e933 -SHA512 (clap_derive-3.0.0-beta.5.crate) = 76251b7e781cde93809785e5a5370789fc6ae94397cf1e80efb1c4bda20e2b984fb9090f21d469224f3861ff51f80ba780c3bf176db9ea1860b34592df4fa917 -Size (clap_derive-3.0.0-beta.5.crate) = 25228 bytes +BLAKE2s (clap-3.0.0-rc.8.crate) = 1e2cfdb709a33a8f32d1e05962920955ad72029f314612a7014b9ede62eff097 +SHA512 (clap-3.0.0-rc.8.crate) = 30f9605b24cccee76f1ecad53e3ff17b6e6c3ac6291a0359b435f50c9a21885639064316166d496853a2f92725c4a0a69adf78b167e8bf5b15cb62a0d02c9284 +Size (clap-3.0.0-rc.8.crate) = 188969 bytes +BLAKE2s (clap_derive-3.0.0-rc.8.crate) = 1a29bd25f145ba4a6113f3356a65ccb17a206d5263e91093b82e420c35257c4b +SHA512 (clap_derive-3.0.0-rc.8.crate) = fb5fc1029157d49bda6b2588ef49bd1974e97d2a0e2cac3b4bc6052d13535fdc629b8f84e3aefaa03c55bc67825c6e934480968df99d57e0cc255533d7371e39 +Size (clap_derive-3.0.0-rc.8.crate) = 24698 bytes BLAKE2s (colored-2.0.0.crate) = d662d4cff2fde6538fe02524b0e763f1928411c0dfb593c90c8dd6a6616389ec SHA512 (colored-2.0.0.crate) = c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a Size (colored-2.0.0.crate) = 21619 bytes @@ -75,9 +75,9 @@ Size (ctor-0.1.21.crate) = 9303 bytes BLAKE2s (diff-0.1.12.crate) = 97e9a9edde58861f9129c0f531e596f0602a744e070445315118269ae02ad4f7 SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 Size (diff-0.1.12.crate) = 10223 bytes -BLAKE2s (dua-cli-2.14.11.tar.gz) = b127f020e9d2023c68fe9a644c5d0f337ccc5c473be3aeff038e6bd926b4f18e -SHA512 (dua-cli-2.14.11.tar.gz) = f4529cd378d866f4033d9846255007e2152c51b1187502353ca0b62e9b685c60fc056a82e585282f86ea688809ea4bc893ab41c77b036d398c78ed1c0cc21ae7 -Size (dua-cli-2.14.11.tar.gz) = 95756 bytes +BLAKE2s (dua-cli-2.15.0.tar.gz) = 1bf8fadd74d31c71aabb086747a84b617e605679491cf6ef724fb38b5bf4167b +SHA512 (dua-cli-2.15.0.tar.gz) = 115f1b87be834741e397f98be5cab60a6a317825539d36b7bab447b85c37bc0a8e0495aab502fd08f60b9aa56efcc9e3a870d29ddc68303c4d9e31c9dfdfe47f +Size (dua-cli-2.15.0.tar.gz) = 96279 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes @@ -111,18 +111,18 @@ Size (indexmap-1.7.0.crate) = 50363 bytes BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52 SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 Size (instant-0.1.12.crate) = 6128 bytes -BLAKE2s (itertools-0.10.1.crate) = 9ee207584062e4ee47a73b83e9cf6547704e90ddc71dc92d4565ddb146f0fee1 -SHA512 (itertools-0.10.1.crate) = 8626eee66aa598e16f5322a6fc55b17c622656f58635c990f5cbd8faeb4739690b0abb3efac4a9a3073752e9f2a51a0ba29401edb12e0f6bf9bddd8d1b394dbc -Size (itertools-0.10.1.crate) = 116219 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (jwalk-0.6.0.crate) = bedd0d7d60fc96a7abd91df5aa84280b0fcf251f5ad2a9e87e61229729806165 SHA512 (jwalk-0.6.0.crate) = c39bec3bd93b001db7f32a3195f18c51838102ab697bf132c3d5851b9a347401cb103f4872fb5c8cba0817fc5367e78cf44e530e986e4ebf0a0fea4298848791 Size (jwalk-0.6.0.crate) = 27419 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.105.crate) = f68a9d0a3dd0b8c9389186dfe3bb3d10b9fa7d4e591bb46b04b1200a267dd546 -SHA512 (libc-0.2.105.crate) = 3e6c196dffb108c67e59bfad157e6fc2dd7e65453da562456aab68d00fea8e1ffb8c552bcbc99b6f60e74a29b3e6609747f47db6598379cdd5873d3a7c0a67ee -Size (libc-0.2.105.crate) = 554066 bytes +BLAKE2s (libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c +SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f +Size (libc-0.2.112.crate) = 571445 bytes BLAKE2s (lock_api-0.4.5.crate) = 241091229a97b2bebe85e456cbff991d0bd0ace5a3b2f633c464f0a8070a1d2a SHA512 (lock_api-0.4.5.crate) = d6cd948a4183a73e8b91b9167d551e72dd75820c76123fb0839f8389c7872d2c46dbcf5785d7600ecc4e27f3d214f476585b9c39e85f70500eb8d012e5ff9535 Size (lock_api-0.4.5.crate) = 25199 bytes @@ -138,9 +138,9 @@ Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 Size (memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (memoffset-0.6.4.crate) = 960cd37bcaabfd282132df3a823e70b3fbf01cb1ecd693897398a0c4f5620503 -SHA512 (memoffset-0.6.4.crate) = bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d -Size (memoffset-0.6.4.crate) = 7664 bytes +BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 +SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f +Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (mio-0.7.14.crate) = ad1b75d1b12f3252ef4cad0b5787466c6d099305e6d8621e79a2ae9a891790d1 SHA512 (mio-0.7.14.crate) = 2349691ea87a086f9bd8df5738705e9d7b59399089948f810b6a7124beffd44dee348703c89b4b1af8d84821dcb932960dc4bd9ec9543558f59a40c4806fbfd9 Size (mio-0.7.14.crate) = 87429 bytes @@ -156,24 +156,24 @@ Size (num-integer-0.1.44.crate) = 22216 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 -SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -Size (num_cpus-1.13.0.crate) = 14704 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes BLAKE2s (numtoa-0.1.0.crate) = 60d075857c572bc8e06538cd0688bb78588cacf0271d1003983b9cc073938680 SHA512 (numtoa-0.1.0.crate) = 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354 Size (numtoa-0.1.0.crate) = 8999 bytes BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391 SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 Size (objc-0.2.7.crate) = 22036 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes -BLAKE2s (open-2.0.1.crate) = 4dee5d45f26138595944864a1a7c8d2c325aac7bdf2a9f12fb3eb25c8a4bd76b -SHA512 (open-2.0.1.crate) = 3d7834046e6ae61f61bc557983a255e7f3f466e27df153c26cc9fa014fc83cef043b2d892b158fc25b188263169437767258c2136679f2dc273fd08ed3dfd2ea -Size (open-2.0.1.crate) = 6648 bytes -BLAKE2s (os_str_bytes-4.2.0.crate) = 971e3e1c2f364086b06d5d35c1bb31ae007d694008af4d6025f502ae54b7f959 -SHA512 (os_str_bytes-4.2.0.crate) = 23c7a543f236dff8ff683757836d2d0a9b456caec7a699bb36ee3b4be75e4c1013cef943fbc4a242928bc58e38afb1e4ef882eceb03d821ed72580f94bf0d069 -Size (os_str_bytes-4.2.0.crate) = 20800 bytes +BLAKE2s (once_cell-1.9.0.crate) = f99885c797cc23ddc5cbad0ca82d13c28b170d87b594fae1fd73cdaf019a5831 +SHA512 (once_cell-1.9.0.crate) = cfdb6aa4bcc0f50d4c37eb69867d2deefa70323a7b607e55180b7d417b7188c4f2889417fd04fc51671c65eac75c7d9e7eda06a87dedb846056def66d14eaa46 +Size (once_cell-1.9.0.crate) = 30702 bytes +BLAKE2s (open-2.0.2.crate) = c9de247cfa5f4ae9075392f5eff9f3b9684f29d9601962caa398f41347a962bb +SHA512 (open-2.0.2.crate) = a75997a9b1791f767e3daf08af6393c881c6ef824464ef42ec71caa636c2f362541c1e10d137f6249e49a105d1c211595c689754da605a3268b0c8d7d54aafc4 +Size (open-2.0.2.crate) = 13155 bytes +BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 +SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 +Size (os_str_bytes-6.0.0.crate) = 21046 bytes BLAKE2s (output_vt100-0.1.2.crate) = c7fbcb2dfb16f1d52b7e4cc8729bb03d07c693e019db6c176a8f40ce6c295c78 SHA512 (output_vt100-0.1.2.crate) = b8eb00a541bebef2e0bb44975c4547fadfd4ab88a14aa8e31945f3c73531a550cf5729f1f3d18fae5cf36286b82d1a54fb08b28720f1592ab6cfe0814c8d3036 Size (output_vt100-0.1.2.crate) = 4062 bytes @@ -192,18 +192,18 @@ Size (percent-encoding-2.1.0.crate) = 9748 bytes BLAKE2s (petgraph-0.6.0.crate) = 1d0f854e0f852dee26f6cd210193557daad4eb7aa4817c7584514a276e288154 SHA512 (petgraph-0.6.0.crate) = d71e014b25cf6008a35d425794f69b4361de7c5e8b8fb255c35758bf5631f375a5646431ab1cb59f1fceef93762a169d0408301a5baebbd3a0886a60f688e8d0 Size (petgraph-0.6.0.crate) = 182063 bytes -BLAKE2s (pretty_assertions-0.7.2.crate) = 65b48b2818476c424302d3744076c626a7dec607916c4e4636006710ac899ff2 -SHA512 (pretty_assertions-0.7.2.crate) = edf898bbb15f4f56d2d7688d90d44d0ee7913b7d78b4774548eb7a88e8f75b0de9635c93b107744a2501839202ecf828004d179c6edf84706ae160186d47d177 -Size (pretty_assertions-0.7.2.crate) = 79200 bytes +BLAKE2s (pretty_assertions-1.0.0.crate) = 4ae0bda567dc1cd69edc30d8ccc24bc7aa66b2e3b15538d8efbda99d2d48d05e +SHA512 (pretty_assertions-1.0.0.crate) = 65065b7efc5e7003499063464e4b996c84f22637143a01f8857552369960425156e0ce0571a62e876df3a8ac9d1361548bf5d4676749b0baf5bdd3a22f66b1a5 +Size (pretty_assertions-1.0.0.crate) = 73836 bytes BLAKE2s (proc-macro-error-1.0.4.crate) = 2877169f24a0bf3a09d9bfd388ac5d39082672d9258c1c96a851c1bc166b234a SHA512 (proc-macro-error-1.0.4.crate) = 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.30.crate) = 899b17640e8398c2ca72b1f1db4157634dcbd8173e918f4b6e8a7196aab8246f -SHA512 (proc-macro2-1.0.30.crate) = d07ddc18dcfcc163bd243c22ffa4735bc300f304c7e70bfa7caba91047b1313bfe1f18aa4707a65a40fa18115c4b32c57b23699f9a4d9b4a09fec3c8aafb1d34 -Size (proc-macro2-1.0.30.crate) = 39155 bytes +BLAKE2s (proc-macro2-1.0.35.crate) = 06aa5013fcf7505d173beaacc2fba8d1908a94d1460fbb665634134d72c8b86a +SHA512 (proc-macro2-1.0.35.crate) = 7086bc9f1a9b0dc38ef659f3cd89ea815ec6c7a428e42532a345e111b24fb34a00b8167bf32b0484d04f2665267493b0cf550a777fd4c882638f18024ea4cf2a +Size (proc-macro2-1.0.35.crate) = 41206 bytes BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 Size (quote-1.0.10.crate) = 29960 bytes @@ -222,9 +222,9 @@ Size (redox_termios-0.1.2.crate) = 3268 bytes BLAKE2s (scopeguard-1.1.0.crate) = d3884942354d25131c602303463c5686e520bd94daf216a810679acabf59b82e SHA512 (scopeguard-1.1.0.crate) = 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d Size (scopeguard-1.1.0.crate) = 11470 bytes -BLAKE2s (signal-hook-0.3.10.crate) = 8e648081e5a13edf0a0d6ce28567fbbd71586871fdeea508c9ef004493ed9ed7 -SHA512 (signal-hook-0.3.10.crate) = 3b6949f4cad0a77e6cfba2fb16d7edaf52737419ebd525d5d1905152cc1c73e81d4adb676077b9b6c144b0812ac5059a0f1032fe2c5ed450be2c451b7cf32e9b -Size (signal-hook-0.3.10.crate) = 48491 bytes +BLAKE2s (signal-hook-0.3.13.crate) = 9809c7c313a00847f91bcb67ed0a5535b8f5ecc3a7303608d29557e2ddd3b228 +SHA512 (signal-hook-0.3.13.crate) = c4632d31ca158fdfba5da44585f0d6211469ee17b7e22d86688af11b4ed976b0134e87e0ad686dc2e5a8fac0ecb08838108080ac875a7b55322e0735ff1ccfdb +Size (signal-hook-0.3.13.crate) = 49252 bytes BLAKE2s (signal-hook-mio-0.2.1.crate) = c616cd00d1ca4cc97be4a8c3a38a1a24ac08ece19cd29c14681084de3700cc9f SHA512 (signal-hook-mio-0.2.1.crate) = ca95684574e2934e138fcc2bdd023960cb4207095916650710e76b6fa32f8bfbfc8c5119d3bc92e31a55a2edd6e63b47a2119ff31cef5ba63719b9bec0b438e8 Size (signal-hook-mio-0.2.1.crate) = 8893 bytes @@ -237,12 +237,12 @@ Size (smallvec-1.7.0.crate) = 27459 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes -BLAKE2s (syn-1.0.80.crate) = e90bef81598aaea5687f2e4b18dc1bc5c054286ded6be22db79dc755541f340a -SHA512 (syn-1.0.80.crate) = 3eb437757f25c1a10db8f9b10f21cc4de77be1aabd910f1618edd43ad309ef9142ef08def4cf6b2d7470165a7dd0783b28da54847678e22f2b2dcb2b4dad3c2d -Size (syn-1.0.80.crate) = 234102 bytes -BLAKE2s (sysinfo-0.20.5.crate) = e5b4c38a5867ce2e49a07fa804ad9b4b139b3f3318087ec93842d26baf84004b -SHA512 (sysinfo-0.20.5.crate) = 22cd02da9e4883d259ee5f4cdcab368ee1f6adec08a44ac794a6424b6819214c088820a7b0a6b8aa99214bf180b229551748fa5f3da01e1af490b688bb8b1dba -Size (sysinfo-0.20.5.crate) = 97837 bytes +BLAKE2s (syn-1.0.84.crate) = c8a29c47957d1f7266486e351067d4be198d71dddf9fe0e2cc44233b7170cc57 +SHA512 (syn-1.0.84.crate) = c1bfbe6896e8b7e414b2241462aefe9552a5292ba58214e5ee3c70ea54f9cb5d4c77dfc3ebf3b2809bf6fbf297222b4570f2e6e3eb91931cc686d28a58c7dffb +Size (syn-1.0.84.crate) = 235025 bytes +BLAKE2s (sysinfo-0.22.3.crate) = d52f9092ea1a7d006e26247b7677c9a168d871be9d0e633043774995e5c56a2d +SHA512 (sysinfo-0.22.3.crate) = db82401554cd3d269fe2e34d9b7b3aaf0518a401ba8d6d0e22e0a154870677dfc970101e9ab5e835c745e5dd9032273a2fc45675afdd605ba3da161c969f3a6a +Size (sysinfo-0.22.3.crate) = 114387 bytes BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c Size (termcolor-1.1.2.crate) = 17287 bytes @@ -255,24 +255,21 @@ Size (textwrap-0.14.2.crate) = 52016 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes -BLAKE2s (tinyvec-1.5.0.crate) = dfa9a5e68518840ffc1caf38a55aa12559d7feec70d2ffff2cff6cc8048763e4 -SHA512 (tinyvec-1.5.0.crate) = b4d1624965ed6b7e8ea45d80fd7332b5733d7b5e78f8167d13c9b9e8eaf3c586268c2f88ea0c51211808def997f8e751214e3de757b19076807adf7aca8aba82 -Size (tinyvec-1.5.0.crate) = 42745 bytes +BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d +SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 +Size (tinyvec-1.5.1.crate) = 44942 bytes BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 Size (tinyvec_macros-0.1.0.crate) = 1817 bytes -BLAKE2s (trash-2.0.2.crate) = 34defce5b8d3bb9663f8c099d94a8794c0320d4c8f880883fb46c3863ce3b155 -SHA512 (trash-2.0.2.crate) = 88d512a7caa8b9163908bc2dc9240134b642d1b7a94ad15715ce391f250c8b14d2df4010c7c3213af219b433185e20bfdfef2545ae030053901faa6a1926f1bc -Size (trash-2.0.2.crate) = 30119 bytes +BLAKE2s (trash-2.0.3.crate) = 35b87252fd3bad85705daa81923689e1791183f955b6c011947e1ddc6885cc19 +SHA512 (trash-2.0.3.crate) = 2ab2367f2b94424c826060721b7b541e72b523edf1261bc37b1cc6d1367d55ac61c3f0c71a73d74fea48c759bead68d6463088a2211a07139d2c11c49c598eb6 +Size (trash-2.0.3.crate) = 37898 bytes BLAKE2s (tui-0.16.0.crate) = fe2352b5ce42fa823fbc700af25b5cec3645458a2a00ea34a720980ea9a96aa5 SHA512 (tui-0.16.0.crate) = ce3eec96df4e962d2c9ebb4b85c9266d878ca0b4aac74eb4f7eb89e744edbb0713339d6d0e2145dd3e8ccbcdb4d69fa8afb4d4f52f391e55caeda5e626ac8d78 Size (tui-0.16.0.crate) = 142363 bytes BLAKE2s (tui-react-0.16.0.crate) = d3b4bf320f82f2fca8e6ef0806e07e21c94bc23a5a1df5b13ba3cbb8f1fc9879 SHA512 (tui-react-0.16.0.crate) = bd7682f923783c4e7e4ede9f658eea0dfd280d3c75679323dbd83a9e25c10bdb76b631b198aa85586d14835ae1b9d387ca81a18236156ffd6d41cb5a7c4b88c1 Size (tui-react-0.16.0.crate) = 6121 bytes -BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 -SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 -Size (unicase-2.6.0.crate) = 23478 bytes BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf Size (unicode-bidi-0.3.7.crate) = 33759 bytes diff --git a/sysutils/dupeguru/PLIST b/sysutils/dupeguru/PLIST index e3338fe71ec3..ae5468b17ee5 100644 --- a/sysutils/dupeguru/PLIST +++ b/sysutils/dupeguru/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2021/05/20 06:28:12 nia Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/12/27 10:18:25 nia Exp $ bin/dupeguru share/applications/dupeguru.desktop share/dupeguru/core/__init__.py @@ -187,7 +187,7 @@ share/dupeguru/help/_static/minus.png share/dupeguru/help/_static/plus.png share/dupeguru/help/_static/pygments.css share/dupeguru/help/_static/searchtools.js -share/dupeguru/help/_static/underscore-1.12.0.js +share/dupeguru/help/_static/underscore-1.13.1.js share/dupeguru/help/_static/underscore.js share/dupeguru/help/changelog.html share/dupeguru/help/contribute.html diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index e2bdd38f086a..be35b25804d1 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2021/04/08 10:40:43 nia Exp $ +# $NetBSD: Makefile,v 1.50 2021/12/27 23:25:08 schmonz Exp $ DISTNAME= file-5.40 CATEGORIES= sysutils @@ -14,6 +14,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-fsect-man5 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +SUBST_CLASSES+= paths +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths= magic/myfile +SUBST_VARS.paths= SH + MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} TEST_TARGET= check diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo index 1abb6b8ffe3e..6a8be1f0da84 100644 --- a/sysutils/file/distinfo +++ b/sysutils/file/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.40 2021/12/18 12:07:50 schmonz Exp $ +$NetBSD: distinfo,v 1.41 2021/12/27 23:25:08 schmonz Exp $ BLAKE2s (file-5.40.tar.gz) = 81709bb3abd39d4eea0e8d93966f162496d89e5bfc7f9e88d6be31b86dd5ed75 SHA512 (file-5.40.tar.gz) = 3b70df75fa4c9050d55b1ffdc28e5f3c8b8ef7d4efd1a06bf53f113b676d81114a85aae56e0897d32b53716662d64ad18ab251ca8c92c6405c69eb758bb99afb Size (file-5.40.tar.gz) = 1004214 bytes SHA1 (patch-aa) = df1206c65ebbffca766ad77f7d98f8caa26a8b1c -SHA1 (patch-magic_Makefile.in) = ef956a9970ced035ad7f4241c66e56b2d07dddb0 +SHA1 (patch-magic_Makefile.in) = 7870ab84573b2d2ce4b774083f073c620ba6f5d1 +SHA1 (patch-magic_myfile) = a977950ad98fd633aae6dec8357353a5b5ceee9d SHA1 (patch-src_fsmagic.c) = f862c5335bc3c6b0d39dfcdfd79e2d99407e40f5 diff --git a/sysutils/file/patches/patch-magic_Makefile.in b/sysutils/file/patches/patch-magic_Makefile.in index a6f03fa1c80e..15ed1f917cab 100644 --- a/sysutils/file/patches/patch-magic_Makefile.in +++ b/sysutils/file/patches/patch-magic_Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-magic_Makefile.in,v 1.1 2021/12/18 12:07:50 schmonz Exp $ +$NetBSD: patch-magic_Makefile.in,v 1.2 2021/12/27 23:25:08 schmonz Exp $ Use the just-built libmagic, not whatever might be already installed. @@ -9,7 +9,7 @@ Use the just-built libmagic, not whatever might be already installed. fi; \ fi) - $(FILE_COMPILE) -C -m magic -+ LD_PRELOAD=../src/.libs/libmagic.so ../src/.libs/file -C -m magic ++ chmod +x myfile && ./myfile magic @rm -fr magic # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/sysutils/file/patches/patch-magic_myfile b/sysutils/file/patches/patch-magic_myfile new file mode 100644 index 000000000000..7126d24549ed --- /dev/null +++ b/sysutils/file/patches/patch-magic_myfile @@ -0,0 +1,15 @@ +$NetBSD: patch-magic_myfile,v 1.1 2021/12/27 23:25:08 schmonz Exp $ + +Use the just-built libmagic, not whatever might be already installed. + +--- magic/myfile.orig 2021-12-27 21:10:43.590323858 +0000 ++++ magic/myfile +@@ -0,0 +1,8 @@ ++#!@SH@ ++ ++set -e ++ ++magicdir=$(pwd) ++cd ../src/.libs ++LD_PRELOAD=./libmagic.so.1 ./file -C -m "${magicdir}/$1" ++cp magic.mgc ${magicdir} diff --git a/sysutils/py-collectd/Makefile b/sysutils/py-collectd/Makefile index a3ebddebaa10..e461b0b26c23 100644 --- a/sysutils/py-collectd/Makefile +++ b/sysutils/py-collectd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2021/12/06 14:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2021/12/28 01:11:53 nros Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 COLLECTD_PACKAGE= python COMMENT= Statistics collection daemon - python plugin @@ -11,9 +11,5 @@ COMMENT= Statistics collection daemon - python plugin CONFIGURE_ARGS+= --enable-python CONFIGURE_ENV+= PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config -# installed by collectd package -post-install: - ${RM} ${DESTDIR}${PREFIX}/lib/libcollectdclient.* - .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index b755dbd6d818..736444caf8e1 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/09/29 09:54:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/22 16:03:27 schmonz Exp $ -DISTNAME= s6-2.11.0.0 +DISTNAME= s6-2.11.0.1 CATEGORIES= sysutils MASTER_SITES= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANPAGES} @@ -10,7 +10,7 @@ HOMEPAGE= https://skarnet.org/software/s6/ COMMENT= The s6 supervision suite LICENSE= isc -MANPAGES= v2.11.0.0.1.tar.gz +MANPAGES= v2.11.0.0.5.tar.gz SITES.${MANPAGES}= ${MASTER_SITE_GITHUB:=flexibeast/s6-man-pages/archive/} USE_TOOLS+= gmake @@ -21,13 +21,13 @@ CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/execline CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs CONFIGURE_ARGS+= --with-include=${PREFIX}/include -INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 +INSTALLATION_DIRS+= ${PKGMANDIR}/man7 ${PKGMANDIR}/man8 .PHONY: do-install-manpages post-install: do-install-manpages do-install-manpages: - cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 1 7; do \ - for j in *.$$i; do \ + cd ${WRKDIR}/${PKGBASE}-man-pages-*; for i in 7 8; do \ + for j in man$$i/*.$$i; do \ ${INSTALL_MAN} $$j \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man$$i; \ done \ diff --git a/sysutils/s6/PLIST b/sysutils/s6/PLIST index 1d718d13561c..0ba4958e8f82 100644 --- a/sysutils/s6/PLIST +++ b/sysutils/s6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/09/29 09:54:48 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/12/22 16:03:27 schmonz Exp $ bin/s6-accessrules-cdb-from-fs bin/s6-accessrules-fs-from-cdb bin/s6-applyuidgid @@ -69,66 +69,6 @@ include/s6/s6.h include/s6/supervise.h lib/s6/libs6.a libexec/s6lockd-helper -man/man1/s6-accessrules-cdb-from-fs.1 -man/man1/s6-accessrules-fs-from-cdb.1 -man/man1/s6-applyuidgid.1 -man/man1/s6-cleanfifodir.1 -man/man1/s6-connlimit.1 -man/man1/s6-envdir.1 -man/man1/s6-envuidgid.1 -man/man1/s6-fdholder-daemon.1 -man/man1/s6-fdholder-delete.1 -man/man1/s6-fdholder-getdump.1 -man/man1/s6-fdholder-list.1 -man/man1/s6-fdholder-retrieve.1 -man/man1/s6-fdholder-setdump.1 -man/man1/s6-fdholder-store.1 -man/man1/s6-fdholder-transferdump.1 -man/man1/s6-fdholderd.1 -man/man1/s6-fghack.1 -man/man1/s6-ftrig-listen.1 -man/man1/s6-ftrig-listen1.1 -man/man1/s6-ftrig-notify.1 -man/man1/s6-ftrig-wait.1 -man/man1/s6-ftrigrd.1 -man/man1/s6-ioconnect.1 -man/man1/s6-ipcclient.1 -man/man1/s6-ipcserver-access.1 -man/man1/s6-ipcserver-socketbinder.1 -man/man1/s6-ipcserver.1 -man/man1/s6-ipcserverd.1 -man/man1/s6-log.1 -man/man1/s6-mkfifodir.1 -man/man1/s6-notifyoncheck.1 -man/man1/s6-permafailon.1 -man/man1/s6-setlock.1 -man/man1/s6-setsid.1 -man/man1/s6-setuidgid.1 -man/man1/s6-socklog.1 -man/man1/s6-softlimit.1 -man/man1/s6-sudo.1 -man/man1/s6-sudoc.1 -man/man1/s6-sudod.1 -man/man1/s6-supervise.1 -man/man1/s6-svc.1 -man/man1/s6-svdt-clear.1 -man/man1/s6-svdt.1 -man/man1/s6-svlink.1 -man/man1/s6-svlisten.1 -man/man1/s6-svlisten1.1 -man/man1/s6-svok.1 -man/man1/s6-svperms.1 -man/man1/s6-svscan.1 -man/man1/s6-svscanctl.1 -man/man1/s6-svstat.1 -man/man1/s6-svunlink.1 -man/man1/s6-svwait.1 -man/man1/s6-tai64n.1 -man/man1/s6-tai64nlocal.1 -man/man1/s6-usertree-maker.1 -man/man1/s6lockd-helper.1 -man/man1/s6lockd.1 -man/man1/ucspilogd.1 man/man7/s6-accessrules.7 man/man7/s6-fdholder-error-codes.7 man/man7/s6-fdholder.7 @@ -142,3 +82,63 @@ man/man7/s6-notifywhenup.7 man/man7/s6-s6lock.7 man/man7/s6-scan-directory.7 man/man7/s6-service-directory.7 +man/man8/s6-accessrules-cdb-from-fs.8 +man/man8/s6-accessrules-fs-from-cdb.8 +man/man8/s6-applyuidgid.8 +man/man8/s6-cleanfifodir.8 +man/man8/s6-connlimit.8 +man/man8/s6-envdir.8 +man/man8/s6-envuidgid.8 +man/man8/s6-fdholder-daemon.8 +man/man8/s6-fdholder-delete.8 +man/man8/s6-fdholder-getdump.8 +man/man8/s6-fdholder-list.8 +man/man8/s6-fdholder-retrieve.8 +man/man8/s6-fdholder-setdump.8 +man/man8/s6-fdholder-store.8 +man/man8/s6-fdholder-transferdump.8 +man/man8/s6-fdholderd.8 +man/man8/s6-fghack.8 +man/man8/s6-ftrig-listen.8 +man/man8/s6-ftrig-listen1.8 +man/man8/s6-ftrig-notify.8 +man/man8/s6-ftrig-wait.8 +man/man8/s6-ftrigrd.8 +man/man8/s6-ioconnect.8 +man/man8/s6-ipcclient.8 +man/man8/s6-ipcserver-access.8 +man/man8/s6-ipcserver-socketbinder.8 +man/man8/s6-ipcserver.8 +man/man8/s6-ipcserverd.8 +man/man8/s6-log.8 +man/man8/s6-mkfifodir.8 +man/man8/s6-notifyoncheck.8 +man/man8/s6-permafailon.8 +man/man8/s6-setlock.8 +man/man8/s6-setsid.8 +man/man8/s6-setuidgid.8 +man/man8/s6-socklog.8 +man/man8/s6-softlimit.8 +man/man8/s6-sudo.8 +man/man8/s6-sudoc.8 +man/man8/s6-sudod.8 +man/man8/s6-supervise.8 +man/man8/s6-svc.8 +man/man8/s6-svdt-clear.8 +man/man8/s6-svdt.8 +man/man8/s6-svlink.8 +man/man8/s6-svlisten.8 +man/man8/s6-svlisten1.8 +man/man8/s6-svok.8 +man/man8/s6-svperms.8 +man/man8/s6-svscan.8 +man/man8/s6-svscanctl.8 +man/man8/s6-svstat.8 +man/man8/s6-svunlink.8 +man/man8/s6-svwait.8 +man/man8/s6-tai64n.8 +man/man8/s6-tai64nlocal.8 +man/man8/s6-usertree-maker.8 +man/man8/s6lockd-helper.8 +man/man8/s6lockd.8 +man/man8/ucspilogd.8 diff --git a/sysutils/s6/distinfo b/sysutils/s6/distinfo index c1024e8f9289..a4739fc2c082 100644 --- a/sysutils/s6/distinfo +++ b/sysutils/s6/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:20:11 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/12/22 16:03:27 schmonz Exp $ -BLAKE2s (s6-2.11.0.0.tar.gz) = 2732fb445dc211de8ac09a4256f66cc15f1ce34b8370e08000db07afde84404b -SHA512 (s6-2.11.0.0.tar.gz) = 5421b01de6d4f75e80056d3335cef409b3eb1330f1585c8b303228a36e60537056bed130f3f375f3f02f9063be04fc8776c4687cb0ec23e969960ad3fb5141e3 -Size (s6-2.11.0.0.tar.gz) = 227693 bytes -BLAKE2s (v2.11.0.0.1.tar.gz) = 7dbc12a81c13b5b52f7350314ecd61d91b75435ade7d517b3f90dc58fa2652e4 -SHA512 (v2.11.0.0.1.tar.gz) = 789ec7eb99877d9084295a09c4bcb5deb9aad36dce71a1b42d6ebcba30eb11ee7a8ab2edd06ade574af694483b27e1bc86bdfe1583d1cb7963d2757fae513845 -Size (v2.11.0.0.1.tar.gz) = 87770 bytes +BLAKE2s (s6-2.11.0.1.tar.gz) = 418ce21ec921d24d92f1ab4137d371f7d6f5e6625a32da9f21b87cd16089e4d1 +SHA512 (s6-2.11.0.1.tar.gz) = e833ae42d7094a46eea4d914c8e9b07b030cab2c6010c1d7698a070d14adbb62a614822a9575a3064a6b8a5a856146fc9fa27661f0d84569dac14ad6cdbf84d9 +Size (s6-2.11.0.1.tar.gz) = 227802 bytes +BLAKE2s (v2.11.0.0.5.tar.gz) = 6270783d120f9d12df449fa823be10259a1b9ca30fa06dc83e8d99269f2e358e +SHA512 (v2.11.0.0.5.tar.gz) = 30ce72e7d8bc6fdd3a384bbaea51a7e1974f6b4ad18d7633de9240adb9724368476c763c39ccfd7fb1a8d33dd15276ae8a998d531f18138bc40699244c9a99c3 +Size (v2.11.0.0.5.tar.gz) = 87116 bytes diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 70882578c7a8..222c38fd9c27 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/11/02 09:15:12 pin Exp $ +# $NetBSD: Makefile,v 1.14 2021/12/29 05:54:01 pin Exp $ -DISTNAME= zoxide-0.7.9 +DISTNAME= zoxide-0.8.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=ajeetdsouza/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/zoxide/cargo-depends.mk b/sysutils/zoxide/cargo-depends.mk index 432fafb2bf35..862a325120e4 100644 --- a/sysutils/zoxide/cargo-depends.mk +++ b/sysutils/zoxide/cargo-depends.mk @@ -1,33 +1,30 @@ -# $NetBSD: cargo-depends.mk,v 1.8 2021/10/21 19:10:22 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.9 2021/12/29 05:54:01 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 -CARGO_CRATE_DEPENDS+= anyhow-1.0.44 -CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 -CARGO_CRATE_DEPENDS+= askama-0.10.5 -CARGO_CRATE_DEPENDS+= askama_derive-0.10.5 -CARGO_CRATE_DEPENDS+= askama_escape-0.10.1 -CARGO_CRATE_DEPENDS+= askama_shared-0.11.1 +CARGO_CRATE_DEPENDS+= anyhow-1.0.52 +CARGO_CRATE_DEPENDS+= askama-0.11.0 +CARGO_CRATE_DEPENDS+= askama_derive-0.11.0 +CARGO_CRATE_DEPENDS+= askama_escape-0.10.2 +CARGO_CRATE_DEPENDS+= askama_shared-0.12.0 CARGO_CRATE_DEPENDS+= assert_cmd-2.0.2 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= bincode-1.3.3 CARGO_CRATE_DEPENDS+= bitflags-1.3.2 -CARGO_CRATE_DEPENDS+= bitvec-0.19.5 CARGO_CRATE_DEPENDS+= bstr-0.2.17 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-3.0.0-beta.5 -CARGO_CRATE_DEPENDS+= clap_derive-3.0.0-beta.5 -CARGO_CRATE_DEPENDS+= clap_generate-3.0.0-beta.5 -CARGO_CRATE_DEPENDS+= clap_generate_fig-3.0.0-beta.5 +CARGO_CRATE_DEPENDS+= clap-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_derive-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_generate-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_generate_fig-3.0.0-rc.8 CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.5 CARGO_CRATE_DEPENDS+= difflib-0.4.0 -CARGO_CRATE_DEPENDS+= dirs-next-2.0.0 -CARGO_CRATE_DEPENDS+= dirs-sys-next-0.1.2 +CARGO_CRATE_DEPENDS+= dirs-4.0.0 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 CARGO_CRATE_DEPENDS+= doc-comment-0.3.3 CARGO_CRATE_DEPENDS+= dunce-1.0.2 CARGO_CRATE_DEPENDS+= either-1.6.1 CARGO_CRATE_DEPENDS+= fnv-1.0.7 -CARGO_CRATE_DEPENDS+= funty-1.1.0 CARGO_CRATE_DEPENDS+= getrandom-0.2.3 CARGO_CRATE_DEPENDS+= glob-0.3.0 CARGO_CRATE_DEPENDS+= globset-0.4.8 @@ -36,26 +33,25 @@ CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 CARGO_CRATE_DEPENDS+= ignore-0.4.18 CARGO_CRATE_DEPENDS+= indexmap-1.7.0 -CARGO_CRATE_DEPENDS+= itertools-0.10.1 +CARGO_CRATE_DEPENDS+= itertools-0.10.3 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= lexical-core-0.7.6 -CARGO_CRATE_DEPENDS+= libc-0.2.104 +CARGO_CRATE_DEPENDS+= libc-0.2.112 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= memchr-2.4.1 -CARGO_CRATE_DEPENDS+= nom-6.1.2 +CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1 +CARGO_CRATE_DEPENDS+= nom-7.1.0 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= once_cell-1.8.0 +CARGO_CRATE_DEPENDS+= once_cell-1.9.0 CARGO_CRATE_DEPENDS+= ordered-float-2.8.0 -CARGO_CRATE_DEPENDS+= os_str_bytes-4.2.0 -CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.14 -CARGO_CRATE_DEPENDS+= predicates-2.0.3 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 +CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.15 +CARGO_CRATE_DEPENDS+= predicates-2.1.0 CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 CARGO_CRATE_DEPENDS+= predicates-tree-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.30 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.34 CARGO_CRATE_DEPENDS+= quote-1.0.10 -CARGO_CRATE_DEPENDS+= radium-0.5.3 CARGO_CRATE_DEPENDS+= rand-0.8.4 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 @@ -66,26 +62,23 @@ CARGO_CRATE_DEPENDS+= regex-1.5.4 CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= remove_dir_all-0.5.3 -CARGO_CRATE_DEPENDS+= rstest-0.11.0 +CARGO_CRATE_DEPENDS+= rstest-0.12.0 CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 CARGO_CRATE_DEPENDS+= same-file-1.0.6 CARGO_CRATE_DEPENDS+= semver-1.0.4 -CARGO_CRATE_DEPENDS+= serde-1.0.130 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.130 +CARGO_CRATE_DEPENDS+= serde-1.0.132 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.132 CARGO_CRATE_DEPENDS+= shell-words-1.0.0 -CARGO_CRATE_DEPENDS+= static_assertions-1.1.0 CARGO_CRATE_DEPENDS+= strsim-0.10.0 -CARGO_CRATE_DEPENDS+= syn-1.0.80 -CARGO_CRATE_DEPENDS+= tap-1.0.1 +CARGO_CRATE_DEPENDS+= syn-1.0.83 CARGO_CRATE_DEPENDS+= tempfile-3.2.0 CARGO_CRATE_DEPENDS+= termcolor-1.1.2 -CARGO_CRATE_DEPENDS+= termtree-0.2.1 +CARGO_CRATE_DEPENDS+= termtree-0.2.3 CARGO_CRATE_DEPENDS+= textwrap-0.14.2 +CARGO_CRATE_DEPENDS+= thiserror-1.0.30 +CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 CARGO_CRATE_DEPENDS+= thread_local-1.1.3 -CARGO_CRATE_DEPENDS+= unicase-2.6.0 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 CARGO_CRATE_DEPENDS+= version_check-0.9.3 CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 @@ -95,4 +88,3 @@ CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 -CARGO_CRATE_DEPENDS+= wyz-0.2.0 diff --git a/sysutils/zoxide/distinfo b/sysutils/zoxide/distinfo index 9be2bd26d524..a8dfe8a36858 100644 --- a/sysutils/zoxide/distinfo +++ b/sysutils/zoxide/distinfo @@ -1,26 +1,23 @@ -$NetBSD: distinfo,v 1.12 2021/11/02 09:15:12 pin Exp $ +$NetBSD: distinfo,v 1.13 2021/12/29 05:54:01 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 Size (aho-corasick-0.7.18.crate) = 112923 bytes -BLAKE2s (anyhow-1.0.44.crate) = 502aa7e9bfb219bede496cf5d9d7431f5ef0f419393b194bfa1a56508327582e -SHA512 (anyhow-1.0.44.crate) = d8ec44c64cf4b06121421c99157573b59e2078ab1aba7d949aad9ddd5ec4a1b585a07d0ca06807ed2349c6becaed1cba69f10f9affa2da25f749b615a70aa9ff -Size (anyhow-1.0.44.crate) = 35067 bytes -BLAKE2s (arrayvec-0.5.2.crate) = 0a2a485fd63a88b1d0d196b5b676c9d0fde68b02e8a7d548e5d537e75b4eeffc -SHA512 (arrayvec-0.5.2.crate) = 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 -Size (arrayvec-0.5.2.crate) = 27838 bytes -BLAKE2s (askama-0.10.5.crate) = 76223dda11ce31c934e429bef7211165649e34465feaa949139153d2488952ff -SHA512 (askama-0.10.5.crate) = c54ee508313e1d9a40c729df52329c787e2512798b148cdf49a1d431179a82fc4f0748572c6fa35cbf3e068f04adce4e020c0c07cdfefa5f5fe41a009c914d2e -Size (askama-0.10.5.crate) = 7994 bytes -BLAKE2s (askama_derive-0.10.5.crate) = e12ff61efa6d6904feaeeb72cd93b596132e9dd20ceff771824520e8ffb18880 -SHA512 (askama_derive-0.10.5.crate) = 9c4d0115206c69c27151849010057eac60acf159c965af9e5ef0bb023730e17a37295706b717bdd34b2be4571d0a1dbb3bbb1bbe63bfc8b56e14f7d79c37758c -Size (askama_derive-0.10.5.crate) = 6927 bytes -BLAKE2s (askama_escape-0.10.1.crate) = c888334e4f6c10955679c8a1706cef157d2905965c5affcc9b3f59395df45b77 -SHA512 (askama_escape-0.10.1.crate) = f5c95051bfac2b3c78c9487bc62b90f171babc41df1c57993c6618e5b254933dce710ae1932a08be6a53c2f7f704137d592e9f0c5b6c555e7e436fc65a2b2a7e -Size (askama_escape-0.10.1.crate) = 8535 bytes -BLAKE2s (askama_shared-0.11.1.crate) = 1aa32259974ef10083d462253f39736754adec581fdd3baa6bbb153378e05e3f -SHA512 (askama_shared-0.11.1.crate) = 0ee1f66d202b2aac92cec66ba70ed6255e8b0a9921c5a8be18777b1c3eb410963ea93ecb1bb332757750fcc270d5a699860dd7412abeb8e0a6f9904d0fc7e1a3 -Size (askama_shared-0.11.1.crate) = 30554 bytes +BLAKE2s (anyhow-1.0.52.crate) = 5d2c7e7b1557521de05f6303070922caae6fa608517fa4d87d742bb2c98df52f +SHA512 (anyhow-1.0.52.crate) = b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a +Size (anyhow-1.0.52.crate) = 44224 bytes +BLAKE2s (askama-0.11.0.crate) = a07a82e9d3915e0add67885e9e001bd1659f5e105e7b29b348e052e74a7c76d1 +SHA512 (askama-0.11.0.crate) = 3650fbc9a0bc7cf1deb6f6f7e8a0ce1595bf67c1cba8c7c20c0dcb963ea74258b675f5a75f2ffa1e1c0a790a985dfe8e04498de1cf7803f9e4b98cbd295b4f47 +Size (askama-0.11.0.crate) = 8343 bytes +BLAKE2s (askama_derive-0.11.0.crate) = d79cb2688c64baa6ffa091ff2fa4c95fb14da2853379c442a05186f6d35e7ae3 +SHA512 (askama_derive-0.11.0.crate) = d0b947817847c70d3ee2cf59afbc3b249147a056e2a59fd93f16788b9e8d75720ec918f75f19d1007026e6d543651974984930c760391a6873df7bc808d3c409 +Size (askama_derive-0.11.0.crate) = 7076 bytes +BLAKE2s (askama_escape-0.10.2.crate) = bf65d06468e4d347ba8798aee1528a3a55788e04d0c830d34340396524b17737 +SHA512 (askama_escape-0.10.2.crate) = 59c7f19210966461550ab6ca43e6f45d0724d89cd8a007bf81da3f83798642ed89107a7565b8bb85a09fae08dbc40c10dbb0ad5a433d7807af4ed5a2bc2022ff +Size (askama_escape-0.10.2.crate) = 8475 bytes +BLAKE2s (askama_shared-0.12.0.crate) = 5d912b4532d4a57cf906ad052b29b7ecd869016c3f1a54d4bc8ecbbdf1262d02 +SHA512 (askama_shared-0.12.0.crate) = 3470b2921de4d6f2504e28744ac6f9add1b658b0a4853a3aa1aa84a3202e2af60bdcef76ea9f62e29a071cce55bc73582912eab1fb37c92b53ef5c1c1e3635be +Size (askama_shared-0.12.0.crate) = 36224 bytes BLAKE2s (assert_cmd-2.0.2.crate) = 21c7de774f7efa56037eb76126d2c751ae854bf84c8736c6b19da75390d4b491 SHA512 (assert_cmd-2.0.2.crate) = 346268f1ff00416eb04ce9307bc6261a05edac4a9c10745f428c6a7c35edc7fa8f6b6c8f7fe66befe5b508e60c2763b8bc8acfcefca4b24a9d3e3e1ea85a9935 Size (assert_cmd-2.0.2.crate) = 29433 bytes @@ -36,39 +33,36 @@ Size (bincode-1.3.3.crate) = 28958 bytes BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 Size (bitflags-1.3.2.crate) = 23021 bytes -BLAKE2s (bitvec-0.19.5.crate) = 79c16a956b9555c5913b877d5bf64e775e53c9f4461a68e8ab7f3155aa691d2c -SHA512 (bitvec-0.19.5.crate) = 6a2028f1354b39a734ceb5859664f9766c5a291b560c6f7e0dd8195b7f8d15a3e0552f6fba158009119103f217938dcaa22291af420580ce13b80edaed168459 -Size (bitvec-0.19.5.crate) = 148200 bytes BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 Size (bstr-0.2.17.crate) = 330350 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-3.0.0-beta.5.crate) = 7e6a6febe91e709381e10a2bca2106e30ac61f8ba073a3597412e31009088b9a -SHA512 (clap-3.0.0-beta.5.crate) = bac8e4064c0c39b2a964cd0bc5fef85cbae4dc42dde37e7f52d19d08971f5d0062f33dd55926e3058aa4b3884cba785062438faf0a40bc817fd83cff92315a94 -Size (clap-3.0.0-beta.5.crate) = 155626 bytes -BLAKE2s (clap_derive-3.0.0-beta.5.crate) = b965bb7b4d9efa3dde544bc2a47a9cc90a017c244d42f0e361746700c734e933 -SHA512 (clap_derive-3.0.0-beta.5.crate) = 76251b7e781cde93809785e5a5370789fc6ae94397cf1e80efb1c4bda20e2b984fb9090f21d469224f3861ff51f80ba780c3bf176db9ea1860b34592df4fa917 -Size (clap_derive-3.0.0-beta.5.crate) = 25228 bytes -BLAKE2s (clap_generate-3.0.0-beta.5.crate) = a562ce33cbc01cdcd7e78c5c4d351bd71a35b5c2a5449d3c04b10d36debd9947 -SHA512 (clap_generate-3.0.0-beta.5.crate) = f145d2efef63ecafc54727e01ed4423908e0271fc385c7fe3be8e9f28755feab03b3a9c1ee6b524146fe1645c78fa22cb8e52c36fba81dfd953feb0f6e8f07a8 -Size (clap_generate-3.0.0-beta.5.crate) = 18667 bytes -BLAKE2s (clap_generate_fig-3.0.0-beta.5.crate) = a4c21a846e55fa20a1d68beaab952e84cbeb342721f4acb58580d5eca007d815 -SHA512 (clap_generate_fig-3.0.0-beta.5.crate) = bc181286c4597233cf1fbe7d9eaea1159aee8af6bf33042271af2c439bb42a6eaa67528fd47467381efa34199b0bfe2808dea470d22f23104dbb0b046a753e4e -Size (clap_generate_fig-3.0.0-beta.5.crate) = 5513 bytes +BLAKE2s (clap-3.0.0-rc.8.crate) = 1e2cfdb709a33a8f32d1e05962920955ad72029f314612a7014b9ede62eff097 +SHA512 (clap-3.0.0-rc.8.crate) = 30f9605b24cccee76f1ecad53e3ff17b6e6c3ac6291a0359b435f50c9a21885639064316166d496853a2f92725c4a0a69adf78b167e8bf5b15cb62a0d02c9284 +Size (clap-3.0.0-rc.8.crate) = 188969 bytes +BLAKE2s (clap_derive-3.0.0-rc.8.crate) = 1a29bd25f145ba4a6113f3356a65ccb17a206d5263e91093b82e420c35257c4b +SHA512 (clap_derive-3.0.0-rc.8.crate) = fb5fc1029157d49bda6b2588ef49bd1974e97d2a0e2cac3b4bc6052d13535fdc629b8f84e3aefaa03c55bc67825c6e934480968df99d57e0cc255533d7371e39 +Size (clap_derive-3.0.0-rc.8.crate) = 24698 bytes +BLAKE2s (clap_generate-3.0.0-rc.8.crate) = fe4fb7013f5cab9a6ab9365262dfe7820321ce835e262dfd57d2abbbf7a4a8d9 +SHA512 (clap_generate-3.0.0-rc.8.crate) = fd2d52ab67ad046d41a9bf7dc65939bb226f66bd3519f569e17fd0b5de6cb70ea6b391d82176b298096a13567a5e63049032da9a13623fb08fd55de319aec096 +Size (clap_generate-3.0.0-rc.8.crate) = 22342 bytes +BLAKE2s (clap_generate_fig-3.0.0-rc.8.crate) = f3c0b46e7d5786dcb30970638e1685c4f268c0d14b71c302213db2b6dc8874b4 +SHA512 (clap_generate_fig-3.0.0-rc.8.crate) = 90dab4da8c840e9360be42052a94bae9bad63f7e42a36c993e0da83f2ca222d5b5fed7e3e801e7b2a969afe04db1f3892d5ddf0220db10c377dba93c6d0d070d +Size (clap_generate_fig-3.0.0-rc.8.crate) = 9179 bytes BLAKE2s (crossbeam-utils-0.8.5.crate) = 8ad14d12243d2fb43224bafc0efdb3759c8307a406c82f7c97cdcabb49a2c718 SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f Size (crossbeam-utils-0.8.5.crate) = 38414 bytes BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122 SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 Size (difflib-0.4.0.crate) = 7638 bytes -BLAKE2s (dirs-next-2.0.0.crate) = 792fd296dd1721386a0a8971725efc37df848dc023185a4f792da2b3d1434c08 -SHA512 (dirs-next-2.0.0.crate) = 6ccb732da8ccf7bf35952c22a3b0caa8238319feb0a6cd3b0957e6be12548a2ce507c69cb6d3cbd2adfb37e13e6521c6229da5999edb0e47a292a41c3ea1a766 -Size (dirs-next-2.0.0.crate) = 11689 bytes -BLAKE2s (dirs-sys-next-0.1.2.crate) = 954d4a890f8b3452a4340a93e26b0b04a16397a2b9c15a6f38b88dbf4b836b45 -SHA512 (dirs-sys-next-0.1.2.crate) = b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5 -Size (dirs-sys-next-0.1.2.crate) = 10681 bytes +BLAKE2s (dirs-4.0.0.crate) = 70b38dd5ea44b52e63ced09edbf7d58f820e5180d946d53591944210f15071f4 +SHA512 (dirs-4.0.0.crate) = be582e5045f1916fb6b918c8e8c5907b4b663534025e4227ea4828e2aa9fe7fbcb3c48f1f0d08d163ba684aa4404076ac210e7f14766a09b9ed89a2825121b3b +Size (dirs-4.0.0.crate) = 12503 bytes +BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d +SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 +Size (dirs-sys-0.3.6.crate) = 10626 bytes BLAKE2s (doc-comment-0.3.3.crate) = 3c6c0c2b176af73b7f930c90bde1054195adccd234d74431050b27bcfefff615 SHA512 (doc-comment-0.3.3.crate) = e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba Size (doc-comment-0.3.3.crate) = 4123 bytes @@ -81,9 +75,6 @@ Size (either-1.6.1.crate) = 13641 bytes BLAKE2s (fnv-1.0.7.crate) = ffa8e3e3e120c65486f2575822704aa79aac381f375d7295875475e36775ff09 SHA512 (fnv-1.0.7.crate) = 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 Size (fnv-1.0.7.crate) = 11266 bytes -BLAKE2s (funty-1.1.0.crate) = 3f355e61e1f98e80f8ecaf5c490150261802eb035fdf3d29d3b812d0eb3a64a0 -SHA512 (funty-1.1.0.crate) = 771f42f601a0349a8e9344c8df552491c64af350b18eacc99463e972335d4a4c95416704ebf49e904503fb2d6f78bf201c8cb82fa20bfbf460ab1e7ed9f94a9e -Size (funty-1.1.0.crate) = 11631 bytes BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d Size (getrandom-0.2.3.crate) = 26261 bytes @@ -108,45 +99,45 @@ Size (ignore-0.4.18.crate) = 53174 bytes BLAKE2s (indexmap-1.7.0.crate) = 791b51a9c31cc84acc5ee91662ee0bec67da90f1be6bc76efa428950e09bcca2 SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 Size (indexmap-1.7.0.crate) = 50363 bytes -BLAKE2s (itertools-0.10.1.crate) = 9ee207584062e4ee47a73b83e9cf6547704e90ddc71dc92d4565ddb146f0fee1 -SHA512 (itertools-0.10.1.crate) = 8626eee66aa598e16f5322a6fc55b17c622656f58635c990f5cbd8faeb4739690b0abb3efac4a9a3073752e9f2a51a0ba29401edb12e0f6bf9bddd8d1b394dbc -Size (itertools-0.10.1.crate) = 116219 bytes +BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb +SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +Size (itertools-0.10.3.crate) = 118661 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (lexical-core-0.7.6.crate) = bbeb8094100b12eff00ace901c365193a7f1ce61f7852cb045e80f97b890a6be -SHA512 (lexical-core-0.7.6.crate) = fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172 -Size (lexical-core-0.7.6.crate) = 494385 bytes -BLAKE2s (libc-0.2.104.crate) = 84e10dfa089624326eab9fb16a50f7a06230a58331af345d41980fa817d5ed25 -SHA512 (libc-0.2.104.crate) = 25bfce165d0265827f2bf5de255ba8abea6880d82ec9022744de358d4518f381a0cf1fecc5d741b85ee8f90683b7ca3117743236fa32813ac807721fcb15d029 -Size (libc-0.2.104.crate) = 548775 bytes +BLAKE2s (libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c +SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f +Size (libc-0.2.112.crate) = 571445 bytes BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc Size (log-0.4.14.crate) = 34582 bytes BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 Size (memchr-2.4.1.crate) = 64977 bytes -BLAKE2s (nom-6.1.2.crate) = aae6737acf60a12b85060be96d8275e4cee36468df7ab0e21454243083e2c5b2 -SHA512 (nom-6.1.2.crate) = f9a12a6c523c1c3202f3c45a514d02c40c600c835b83a1f94fd8e51ab462fdb89de3b32ad11630813d8e3cf4c8bc76acc620781568dbf2eb12469dcd9d3d0b19 -Size (nom-6.1.2.crate) = 147539 bytes +BLAKE2s (minimal-lexical-0.2.1.crate) = 7868d0264ff2c8d6fd1944aac77710c2163c9c0bb7488ee70835966d9a324022 +SHA512 (minimal-lexical-0.2.1.crate) = 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c +Size (minimal-lexical-0.2.1.crate) = 94841 bytes +BLAKE2s (nom-7.1.0.crate) = e6bead95dcc242c641a704230d7169fa809c71c8d29c563cb54cdd36c24fd513 +SHA512 (nom-7.1.0.crate) = aacf14e84be17edced412e3d256734508426a8acb8352e83a5d9d4f26d640f60a881d8f70fbc6edf1843173af63ec05be7694fcd6c6287d871e40518e2ed04ee +Size (nom-7.1.0.crate) = 115647 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (once_cell-1.8.0.crate) = 470e772ff993357770098866a652eb8151d693ded8e8f967706f8b267a56acf0 -SHA512 (once_cell-1.8.0.crate) = 88e55c9433225ce85a08353168c87fca2237615482160a5c28f3ac17f06d48c63e0c21b5f7ef81f82ca133436e371802ea099453844f1c111003bcb6ba89e827 -Size (once_cell-1.8.0.crate) = 28925 bytes +BLAKE2s (once_cell-1.9.0.crate) = f99885c797cc23ddc5cbad0ca82d13c28b170d87b594fae1fd73cdaf019a5831 +SHA512 (once_cell-1.9.0.crate) = cfdb6aa4bcc0f50d4c37eb69867d2deefa70323a7b607e55180b7d417b7188c4f2889417fd04fc51671c65eac75c7d9e7eda06a87dedb846056def66d14eaa46 +Size (once_cell-1.9.0.crate) = 30702 bytes BLAKE2s (ordered-float-2.8.0.crate) = ee546c7d6af5121ce4f87734988e346767f0822d6e8d9a364074034e7b8d0d69 SHA512 (ordered-float-2.8.0.crate) = f10254cd7ab71c75fb46e238fe1da0d618b9430bc96ac480402fa7d0f98b5909f4d9387d4c146e736d7a27fd7325dda307ae50b3a3f23571d0f561576c217ac5 Size (ordered-float-2.8.0.crate) = 14420 bytes -BLAKE2s (os_str_bytes-4.2.0.crate) = 971e3e1c2f364086b06d5d35c1bb31ae007d694008af4d6025f502ae54b7f959 -SHA512 (os_str_bytes-4.2.0.crate) = 23c7a543f236dff8ff683757836d2d0a9b456caec7a699bb36ee3b4be75e4c1013cef943fbc4a242928bc58e38afb1e4ef882eceb03d821ed72580f94bf0d069 -Size (os_str_bytes-4.2.0.crate) = 20800 bytes -BLAKE2s (ppv-lite86-0.2.14.crate) = f442d46628a89c9a6681fbc5caeb6cab019fbec8cde1b0861904f480e5726314 -SHA512 (ppv-lite86-0.2.14.crate) = 8212fc07aa3407209a31d05291a0ec0bc3f72eb661f753ed34739f0c7d2d364127cdf56628e3d13bc169d3dc7d4ff925df8ffa37431770b1288018037041b058 -Size (ppv-lite86-0.2.14.crate) = 21543 bytes -BLAKE2s (predicates-2.0.3.crate) = 0a324d1fc05bc12515f16d7df387e15fb32ae0a500579f9d832b7f5d5bdca357 -SHA512 (predicates-2.0.3.crate) = d77fd2a112b2ba558e78538e766ef551485938a15e32ff03fd8bb1a5448d03b41d8790ad88d6650386970028915cd8bc99a26cc1ece21d1bea05f4fc85d16991 -Size (predicates-2.0.3.crate) = 29239 bytes +BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 +SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 +Size (os_str_bytes-6.0.0.crate) = 21046 bytes +BLAKE2s (ppv-lite86-0.2.15.crate) = 966d1647c63b7004793be583de185f91d5b3b238d389c42c1b07d01f169a82fb +SHA512 (ppv-lite86-0.2.15.crate) = 6dac73153d244cca97ea00e429f783a7d03b48f10ee450cf6f8d77581010b28be5048f53322b0c888b425b5085f440b6ea90599ea00c55c641de6e29da42f0b3 +Size (ppv-lite86-0.2.15.crate) = 22002 bytes +BLAKE2s (predicates-2.1.0.crate) = 2c345ad15b90d35cd44792dfcf6b6ba6135374c85de77a34f0f89d3a9ed17b53 +SHA512 (predicates-2.1.0.crate) = 824cc99e8e904e5257223bba104cc705fb2e1c93ec6b638cd898dd53fb29217978de1a61c2f11caf1e4a0e076a37efbd09a2998457bcf4af1c2e7eb3c089e0af +Size (predicates-2.1.0.crate) = 23141 bytes BLAKE2s (predicates-core-1.0.2.crate) = 009875baf8ddbcd2235dc986b012c88d345977afe7d87cce086e77aa099c3487 SHA512 (predicates-core-1.0.2.crate) = bfeee297e7bb81c1cc63908ab47f10e21e53b9f690d9aaf08855bc1824e0c87cf05c92e5a8dbc57eace7490c0ce58bbe2e178ac33ad0553ad2772593d89f8aab Size (predicates-core-1.0.2.crate) = 8185 bytes @@ -159,15 +150,12 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.30.crate) = 899b17640e8398c2ca72b1f1db4157634dcbd8173e918f4b6e8a7196aab8246f -SHA512 (proc-macro2-1.0.30.crate) = d07ddc18dcfcc163bd243c22ffa4735bc300f304c7e70bfa7caba91047b1313bfe1f18aa4707a65a40fa18115c4b32c57b23699f9a4d9b4a09fec3c8aafb1d34 -Size (proc-macro2-1.0.30.crate) = 39155 bytes +BLAKE2s (proc-macro2-1.0.34.crate) = 493f5cc07078f31ad6a14a52b0eac4d37245a630f167473fda4ead51855b61a3 +SHA512 (proc-macro2-1.0.34.crate) = 960036a077c3869386ecb5c2019816adc70e9a9b32ceeacd4b14b39a91dbffe0b21764ead7237ab3aa553b26cb6732bbeccacbaf83c8dca9069b11b9a85dd1f8 +Size (proc-macro2-1.0.34.crate) = 41072 bytes BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 Size (quote-1.0.10.crate) = 29960 bytes -BLAKE2s (radium-0.5.3.crate) = 72ee28c3e7e7f5f60673a337f84bdf5f7f6fe5779ee75022197a88cf899dcd0b -SHA512 (radium-0.5.3.crate) = f4af86cddec991b11d86b1d976e212bb19da8d7e5ae1d40ee812391c21d3fc855bdb2770395baf7efcfdb5b2029a99c9038702a28f8c9e925e1b23f03c0e717a -Size (radium-0.5.3.crate) = 7588 bytes BLAKE2s (rand-0.8.4.crate) = 1db1d01a23c907a2b38288078a433d5883e8e7da64357817315188a1dc91739c SHA512 (rand-0.8.4.crate) = 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e Size (rand-0.8.4.crate) = 87406 bytes @@ -198,66 +186,57 @@ Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c Size (remove_dir_all-0.5.3.crate) = 9184 bytes -BLAKE2s (rstest-0.11.0.crate) = ccdd51729b13b4056b93dc1926489fef9c9d6d9577da0ad62439ea270e087d7f -SHA512 (rstest-0.11.0.crate) = 877a8cbe39a4d33a5cc0ac6ae8aaf202f7c38739b0e960b2730fbda2ffe46fedda856c35f51d0463e8c38a6dffd2cbd2d604f3a199fcf4342ac5ddf64496e7ac -Size (rstest-0.11.0.crate) = 917046 bytes +BLAKE2s (rstest-0.12.0.crate) = 12262997a5e67454ddd00c19db8fa96e50c98b933ed9b35c2e6d6900555d3d5e +SHA512 (rstest-0.12.0.crate) = de633d8dfcae3f20b6ade6b503331f15fdda40d01c470ad9baedcd6837b034d620ef668d1893ad8413a1402570f203769f3bfdd931e2bfd53fc1e8133cd55750 +Size (rstest-0.12.0.crate) = 919939 bytes BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes BLAKE2s (semver-1.0.4.crate) = f6cefa21c17314902c9c8678856c9de2115878bba334313ecdf5460023d32087 SHA512 (semver-1.0.4.crate) = 82ef2b4a3533360de1c645dba02b57a2670fdc51709a07be4a63b94055335225764d42d70f9617ed3aeb4c4de121da24e73b0e2c5c781501e9ee32dff756ebd9 Size (semver-1.0.4.crate) = 29375 bytes -BLAKE2s (serde-1.0.130.crate) = 6a4c338235c6efdd4b1ffdb5a07993342a925d473d2438d84d72be0de1570b3c -SHA512 (serde-1.0.130.crate) = e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 -Size (serde-1.0.130.crate) = 75305 bytes -BLAKE2s (serde_derive-1.0.130.crate) = 3bdf291c2a28a01eb45deddc78babdf6bb30da40462679f424f34949c1cdca23 -SHA512 (serde_derive-1.0.130.crate) = d3ca974bf8856ed8a73af4eaff69941b35eef187d7e348d6d2ef9ee79eccad893e66270c7d814ac3871e09e21e603d34d7d1f24b182d9b39e9219acd42a7baa8 -Size (serde_derive-1.0.130.crate) = 54703 bytes +BLAKE2s (serde-1.0.132.crate) = ecdceeb209885acb82dc8daa123475c5f5ac03b5160df28f6625a4bb95870c7a +SHA512 (serde-1.0.132.crate) = 8dac512547074a6934315ebae3e7540ef8baa225cdd58f11416b4565a1335ab317e659901fd626beffd6514c5dc6ec9fc705cc1d15e9cdd2051bd28649cca555 +Size (serde-1.0.132.crate) = 75364 bytes +BLAKE2s (serde_derive-1.0.132.crate) = 955fd24795c4da53498eb1f50e93a0f5727f0fa4c35e111d6f81f1bdcb81282f +SHA512 (serde_derive-1.0.132.crate) = 04f1a738b133de752fd1f4d70ffa35bbc144208bc3495ead56cda8ce65a72c501ea9c8e5e6d088cee94a878bf62509fc9f75dfadb320eb942042ee5ea80dc76a +Size (serde_derive-1.0.132.crate) = 54725 bytes BLAKE2s (shell-words-1.0.0.crate) = 376bd2cd2db527621c1ac83c6d4f0b9efd9263f5199f9acd721c08dd80558159 SHA512 (shell-words-1.0.0.crate) = f1de4606bb249fca7dea437464ef560aa49839382716b9c940738547a5def28337501d9ba77d96a63ecb956d3c49867d6f4742f14946448a2c9d0b1ecea9ebc9 Size (shell-words-1.0.0.crate) = 9798 bytes -BLAKE2s (static_assertions-1.1.0.crate) = eb3218e3c4d41feda9dac8901108477074703c4ed397618b14cbe86bfb1ccbe6 -SHA512 (static_assertions-1.1.0.crate) = 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee -Size (static_assertions-1.1.0.crate) = 18480 bytes BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 Size (strsim-0.10.0.crate) = 11355 bytes -BLAKE2s (syn-1.0.80.crate) = e90bef81598aaea5687f2e4b18dc1bc5c054286ded6be22db79dc755541f340a -SHA512 (syn-1.0.80.crate) = 3eb437757f25c1a10db8f9b10f21cc4de77be1aabd910f1618edd43ad309ef9142ef08def4cf6b2d7470165a7dd0783b28da54847678e22f2b2dcb2b4dad3c2d -Size (syn-1.0.80.crate) = 234102 bytes -BLAKE2s (tap-1.0.1.crate) = 53f99ee7163ca9302a9cd35c56302c86e113c8c1c27902da720035740dd6ea34 -SHA512 (tap-1.0.1.crate) = d69ff11a46e2fbc276212511878f48eb93640c0b147df6578ea057b23625f9366a7fc3926693fc3809688537af5ca919c91605beed364decf83c35a032310995 -Size (tap-1.0.1.crate) = 11316 bytes +BLAKE2s (syn-1.0.83.crate) = 9cfb6a4f94721d5e2c18c4c4109701b3a1e78c6e7e2f2175f106bd571382988c +SHA512 (syn-1.0.83.crate) = 83bfe34f52bf20dd5c1465840652066ca8d99b10113048e753a323d7f20fa28fa1977156dd6b420a4e34ee3f674aa1c36da4e84cb8175e9c0281f0bb460b7c11 +Size (syn-1.0.83.crate) = 234750 bytes BLAKE2s (tempfile-3.2.0.crate) = 3faf07562ac5aa5d5f7b400d27cabe0cf9342c30b5ad28b30b6a97d1d1f80c24 SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a Size (tempfile-3.2.0.crate) = 25892 bytes BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c Size (termcolor-1.1.2.crate) = 17287 bytes -BLAKE2s (termtree-0.2.1.crate) = ea0e1b6ca156a8cc76e27ee50bd819797b773f1eebb78af08af589e86e69d382 -SHA512 (termtree-0.2.1.crate) = a958c250849a1c8a181a70d644ad93f323991ab4778bbe537ac18c3b41687107a15a1f30a5d32f6cc665db67e6db21346033039f662a2af5f599dd4a0da62519 -Size (termtree-0.2.1.crate) = 6375 bytes +BLAKE2s (termtree-0.2.3.crate) = 2db081e04c04e80d87b596b3b259951ea2249a3ceb84dde7011488d34a7ea14e +SHA512 (termtree-0.2.3.crate) = 183a99ece5ba686e6fc9884c3dc702083a6f7918514a20e3af460195d8f171d9ec91fccb8e2a93319f844ca7164455c9490e4a6478ef096f44c1b57e532a7a76 +Size (termtree-0.2.3.crate) = 6926 bytes BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 Size (textwrap-0.14.2.crate) = 52016 bytes +BLAKE2s (thiserror-1.0.30.crate) = 52d184c1b1a81282219400464415f7569ccf54615ea265db94d1860110a4715e +SHA512 (thiserror-1.0.30.crate) = 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 +Size (thiserror-1.0.30.crate) = 17748 bytes +BLAKE2s (thiserror-impl-1.0.30.crate) = 86f5a47f5cf688df7e60d0c2bc5da31b52842e8ba939d46256fa91d10253d58d +SHA512 (thiserror-impl-1.0.30.crate) = 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 +Size (thiserror-impl-1.0.30.crate) = 15230 bytes BLAKE2s (thread_local-1.1.3.crate) = dcbd87f969435f94703689c39cee8a9fac1850a5d40862020dd9af0634e03099 SHA512 (thread_local-1.1.3.crate) = 89fe00c005b2bcbb77f2286475dc04f1400b3cd3bc165162f70c1a91f7fe98132f5d0a65e5f1bb36fd8c33617e6d548f3a68df7a2302ea3a177717c71fc112b6 Size (thread_local-1.1.3.crate) = 13111 bytes -BLAKE2s (unicase-2.6.0.crate) = 389082bf2c60fa4668d7b943d6eebc3a78d540e5f1525582ffbad9b7eee8b024 -SHA512 (unicase-2.6.0.crate) = 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 -Size (unicase-2.6.0.crate) = 23478 bytes BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 Size (unicode-segmentation-1.8.0.crate) = 94011 bytes -BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c -SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 -Size (unicode-width-0.1.9.crate) = 16745 bytes BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 Size (unicode-xid-0.2.2.crate) = 14955 bytes @@ -285,9 +264,6 @@ Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -BLAKE2s (wyz-0.2.0.crate) = 4a2b3fb089d0e2248c42ea50f2ec3e13207c2c7ff8fed9c6160f62148903158c -SHA512 (wyz-0.2.0.crate) = 3a16c3e81d3595ddf1e7816e698eb4d07c7455dec579fd5e97b5d8b77e626cda52f3cdaee71e234e5e500a7ac58b9d1d5f12b17264686f3f225d5e5b0d315de7 -Size (wyz-0.2.0.crate) = 12926 bytes -BLAKE2s (zoxide-0.7.9.tar.gz) = f19bf27a82d1dc49d23ebd949e7ed4d2842922470273ff4eca2f840cd95ea42a -SHA512 (zoxide-0.7.9.tar.gz) = 9069e921a086479f0a90a285dda0fcac18f34f043cfd41d1ace19d3b8803a691fdfd22e4c23159dea46ab2353b8aa996b930ddc60cb57fabd7f9449292d1d912 -Size (zoxide-0.7.9.tar.gz) = 268633 bytes +BLAKE2s (zoxide-0.8.0.tar.gz) = 1c8503aaa21f9fc32b6047483189d27e7b558c537340781994f0becb174deda6 +SHA512 (zoxide-0.8.0.tar.gz) = 5f0bed68a391a28b7065ec7d50e5477547174f07e6e785817cb724b0bf59f174b84da2d4f22a9f49e06595a6570a2885f99ef7d0c08711a4ee46f5d3086cae96 +Size (zoxide-0.8.0.tar.gz) = 461146 bytes diff --git a/textproc/csview/Makefile b/textproc/csview/Makefile index 6d56aa4a1fdb..a51e306435b9 100644 --- a/textproc/csview/Makefile +++ b/textproc/csview/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/11/23 11:45:16 pin Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/29 05:44:40 pin Exp $ -DISTNAME= csview-0.3.9 +DISTNAME= csview-0.3.10 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=wfxr/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/csview/cargo-depends.mk b/textproc/csview/cargo-depends.mk index 3e8ace999615..c60eb8182a5d 100644 --- a/textproc/csview/cargo-depends.mk +++ b/textproc/csview/cargo-depends.mk @@ -1,59 +1,57 @@ -# $NetBSD: cargo-depends.mk,v 1.2 2021/11/23 11:45:16 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.3 2021/12/29 05:44:40 pin Exp $ -CARGO_CRATE_DEPENDS+= ansi_term-0.11.0 -CARGO_CRATE_DEPENDS+= anyhow-1.0.48 -CARGO_CRATE_DEPENDS+= arrayref-0.3.6 -CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 +CARGO_CRATE_DEPENDS+= anyhow-1.0.52 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 -CARGO_CRATE_DEPENDS+= base64-0.13.0 -CARGO_CRATE_DEPENDS+= bitflags-1.2.1 -CARGO_CRATE_DEPENDS+= blake2b_simd-0.5.11 -CARGO_CRATE_DEPENDS+= bstr-0.2.15 -CARGO_CRATE_DEPENDS+= byteorder-1.4.3 +CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bstr-0.2.17 CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 -CARGO_CRATE_DEPENDS+= clap-2.33.3 -CARGO_CRATE_DEPENDS+= constant_time_eq-0.1.5 -CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.3 +CARGO_CRATE_DEPENDS+= clap-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_derive-3.0.0-rc.8 +CARGO_CRATE_DEPENDS+= clap_generate-3.0.0-rc.8 CARGO_CRATE_DEPENDS+= csv-1.1.6 CARGO_CRATE_DEPENDS+= csv-core-0.1.10 CARGO_CRATE_DEPENDS+= dirs-2.0.2 -CARGO_CRATE_DEPENDS+= dirs-sys-0.3.5 +CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 CARGO_CRATE_DEPENDS+= encode_unicode-0.3.6 CARGO_CRATE_DEPENDS+= exitcode-1.1.2 -CARGO_CRATE_DEPENDS+= getrandom-0.1.16 -CARGO_CRATE_DEPENDS+= heck-0.3.2 -CARGO_CRATE_DEPENDS+= hermit-abi-0.1.18 -CARGO_CRATE_DEPENDS+= itoa-0.4.7 +CARGO_CRATE_DEPENDS+= getrandom-0.2.3 +CARGO_CRATE_DEPENDS+= hashbrown-0.11.2 +CARGO_CRATE_DEPENDS+= heck-0.3.3 +CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 +CARGO_CRATE_DEPENDS+= indexmap-1.7.0 +CARGO_CRATE_DEPENDS+= itoa-0.4.8 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.88 -CARGO_CRATE_DEPENDS+= memchr-2.3.4 +CARGO_CRATE_DEPENDS+= libc-0.2.112 +CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= os_str_bytes-6.0.0 # Workaround for unpublised version of prettytable-rs in the Makefile #CARGO_CRATE_DEPENDS+= prettytable-rs-0.8.0 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.24 -CARGO_CRATE_DEPENDS+= quote-1.0.9 -CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57 -CARGO_CRATE_DEPENDS+= redox_users-0.3.5 -CARGO_CRATE_DEPENDS+= regex-automata-0.1.9 -CARGO_CRATE_DEPENDS+= rust-argon2-0.8.3 -CARGO_CRATE_DEPENDS+= ryu-1.0.5 -CARGO_CRATE_DEPENDS+= serde-1.0.124 -CARGO_CRATE_DEPENDS+= strsim-0.8.0 -CARGO_CRATE_DEPENDS+= structopt-0.3.25 -CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18 -CARGO_CRATE_DEPENDS+= syn-1.0.64 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.34 +CARGO_CRATE_DEPENDS+= quote-1.0.10 +CARGO_CRATE_DEPENDS+= redox_syscall-0.2.10 +CARGO_CRATE_DEPENDS+= redox_users-0.4.0 +CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 +CARGO_CRATE_DEPENDS+= rustversion-1.0.6 +CARGO_CRATE_DEPENDS+= ryu-1.0.9 +CARGO_CRATE_DEPENDS+= serde-1.0.132 +CARGO_CRATE_DEPENDS+= strsim-0.10.0 +CARGO_CRATE_DEPENDS+= strum-0.23.0 +CARGO_CRATE_DEPENDS+= strum_macros-0.23.1 +CARGO_CRATE_DEPENDS+= syn-1.0.84 CARGO_CRATE_DEPENDS+= term-0.6.1 -CARGO_CRATE_DEPENDS+= term_size-0.3.2 -CARGO_CRATE_DEPENDS+= textwrap-0.11.0 -CARGO_CRATE_DEPENDS+= unicode-segmentation-1.7.1 -CARGO_CRATE_DEPENDS+= unicode-width-0.1.8 -CARGO_CRATE_DEPENDS+= unicode-xid-0.2.1 -CARGO_CRATE_DEPENDS+= vec_map-0.8.2 -CARGO_CRATE_DEPENDS+= version_check-0.9.2 -CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= termcolor-1.1.2 +CARGO_CRATE_DEPENDS+= terminal_size-0.1.17 +CARGO_CRATE_DEPENDS+= textwrap-0.14.2 +CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 +CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 +CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 +CARGO_CRATE_DEPENDS+= version_check-0.9.3 +CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 +CARGO_CRATE_DEPENDS+= winapi-util-0.1.5 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 diff --git a/textproc/csview/distinfo b/textproc/csview/distinfo index 833640f5eea4..6843e9d33346 100644 --- a/textproc/csview/distinfo +++ b/textproc/csview/distinfo @@ -1,95 +1,86 @@ -$NetBSD: distinfo,v 1.4 2021/11/23 11:45:16 pin Exp $ +$NetBSD: distinfo,v 1.5 2021/12/29 05:44:40 pin Exp $ -BLAKE2s (ansi_term-0.11.0.crate) = 7cd193cc3f7acbd750b484dee76f184299e57c525ade653489f170d00854ad2c -SHA512 (ansi_term-0.11.0.crate) = a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa -Size (ansi_term-0.11.0.crate) = 17087 bytes -BLAKE2s (anyhow-1.0.48.crate) = 62b40ea6a48625e37a19b6f30fc5affb0d92b13daf3f98127a452dc2b5b2ca7f -SHA512 (anyhow-1.0.48.crate) = 473b95883ae170b03e2097d924dd6e664604bce5e76a592e8abe763869ddca52de668244099f8f023c3709ae19934c3e1c4cc77610204820ae271b8b05c72d31 -Size (anyhow-1.0.48.crate) = 41346 bytes -BLAKE2s (arrayref-0.3.6.crate) = 6fc7fdf8ba0d9faceedc6ea045d2dfe51ba316bf8368756a54892e3edc1fa244 -SHA512 (arrayref-0.3.6.crate) = 368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f -Size (arrayref-0.3.6.crate) = 10035 bytes -BLAKE2s (arrayvec-0.5.2.crate) = 0a2a485fd63a88b1d0d196b5b676c9d0fde68b02e8a7d548e5d537e75b4eeffc -SHA512 (arrayvec-0.5.2.crate) = 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 -Size (arrayvec-0.5.2.crate) = 27838 bytes +BLAKE2s (anyhow-1.0.52.crate) = 5d2c7e7b1557521de05f6303070922caae6fa608517fa4d87d742bb2c98df52f +SHA512 (anyhow-1.0.52.crate) = b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a +Size (anyhow-1.0.52.crate) = 44224 bytes BLAKE2s (atty-0.2.14.crate) = 8a58145c7b668aa6caf8d749e37857ff202211e1bfa9e441f130ff02feb68405 SHA512 (atty-0.2.14.crate) = d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 Size (atty-0.2.14.crate) = 5470 bytes BLAKE2s (autocfg-1.0.1.crate) = 5ed71afef2e7ff6595833cf457df844e3f461a1b7a8f0d541b1b2c5c5e6394a0 SHA512 (autocfg-1.0.1.crate) = 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b Size (autocfg-1.0.1.crate) = 12908 bytes -BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 -SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 -Size (base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d -SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b -Size (bitflags-1.2.1.crate) = 16745 bytes -BLAKE2s (blake2b_simd-0.5.11.crate) = 158e78ae978c36720f63b708dd28ebc08a323a01674489a2ee54e3dafea61e3e -SHA512 (blake2b_simd-0.5.11.crate) = 4a7657db637869465637cb9a65cb82e7a119c554bd4d532aaf84f9cc77a494fda07d07db89c73e92e5bf4844bb1be53062fc61120e839e414e938e487e7f2257 -Size (blake2b_simd-0.5.11.crate) = 34096 bytes -BLAKE2s (bstr-0.2.15.crate) = c725b0dbfd63a2d893bfb501329e4e1823ffc97c5f77b1ac5f7455ecd383c42c -SHA512 (bstr-0.2.15.crate) = 6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2 -Size (bstr-0.2.15.crate) = 344206 bytes -BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 -SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa -Size (byteorder-1.4.3.crate) = 22512 bytes +BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 +SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bstr-0.2.17.crate) = a970078acf6f8b1a2a6be249cda3a6cc7225239af2aa21cbac2b60fbaab453fd +SHA512 (bstr-0.2.17.crate) = 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +Size (bstr-0.2.17.crate) = 330350 bytes BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 Size (cfg-if-0.1.10.crate) = 7933 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes -BLAKE2s (clap-2.33.3.crate) = f5c7d0c7b05ec1286e69e90ea57f274d9164dfdf849598535c7dcb4e224ea532 -SHA512 (clap-2.33.3.crate) = 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf -Size (clap-2.33.3.crate) = 201925 bytes -BLAKE2s (constant_time_eq-0.1.5.crate) = 0a89ef9e704f0f538d31b96584cfd3db5064a8f768b6d5f88101945b4827132f -SHA512 (constant_time_eq-0.1.5.crate) = a4e0155a7ad72babcfd418d832d362b3fca7333aaaf36c246b00e948983837c3c93378b86e37c5fa7626fe137e3b6d77276ccc61624a7f4ab914605905a88a01 -Size (constant_time_eq-0.1.5.crate) = 4936 bytes -BLAKE2s (crossbeam-utils-0.8.3.crate) = 3f970778f63bf875582be41873774bd947bd3de099eab18539b20160d75f586f -SHA512 (crossbeam-utils-0.8.3.crate) = 2e89ceea586873e957a31b510f8e8cb0c6675def32ea6b9a9483166b47f69c1ad448a79d897796883b696bf77cb0fcb1d0ac28ee779146f6500ca9a54aa7b4fb -Size (crossbeam-utils-0.8.3.crate) = 37268 bytes +BLAKE2s (clap-3.0.0-rc.8.crate) = 1e2cfdb709a33a8f32d1e05962920955ad72029f314612a7014b9ede62eff097 +SHA512 (clap-3.0.0-rc.8.crate) = 30f9605b24cccee76f1ecad53e3ff17b6e6c3ac6291a0359b435f50c9a21885639064316166d496853a2f92725c4a0a69adf78b167e8bf5b15cb62a0d02c9284 +Size (clap-3.0.0-rc.8.crate) = 188969 bytes +BLAKE2s (clap_derive-3.0.0-rc.8.crate) = 1a29bd25f145ba4a6113f3356a65ccb17a206d5263e91093b82e420c35257c4b +SHA512 (clap_derive-3.0.0-rc.8.crate) = fb5fc1029157d49bda6b2588ef49bd1974e97d2a0e2cac3b4bc6052d13535fdc629b8f84e3aefaa03c55bc67825c6e934480968df99d57e0cc255533d7371e39 +Size (clap_derive-3.0.0-rc.8.crate) = 24698 bytes +BLAKE2s (clap_generate-3.0.0-rc.8.crate) = fe4fb7013f5cab9a6ab9365262dfe7820321ce835e262dfd57d2abbbf7a4a8d9 +SHA512 (clap_generate-3.0.0-rc.8.crate) = fd2d52ab67ad046d41a9bf7dc65939bb226f66bd3519f569e17fd0b5de6cb70ea6b391d82176b298096a13567a5e63049032da9a13623fb08fd55de319aec096 +Size (clap_generate-3.0.0-rc.8.crate) = 22342 bytes BLAKE2s (csv-1.1.6.crate) = 427a5a6f8b87208c642419cece99b8ea9bcb918685118f00e460735692cc91bf SHA512 (csv-1.1.6.crate) = 81dd826f0ee85e7d335d844e9f9b4d2b66f7076c517d8050ee2e35721bfa4ecb8a906dcd9671b1c5381a968dcce0949202f1afe8eea535b6d215363d4f5be6fc Size (csv-1.1.6.crate) = 886999 bytes BLAKE2s (csv-core-0.1.10.crate) = ffdbc202de5f9cd9cfe4fc72995de3f6aa28f2d6086cc8ae8167fc9802da29e1 SHA512 (csv-core-0.1.10.crate) = 2a269d050fbe5d9e0f5dcda2de1e84bfeb69538dde86040ad1ec7307a214eed813a1482acb5029a51f18126d384d5238355e021964e47811db971a0821bcc328 Size (csv-core-0.1.10.crate) = 25668 bytes -BLAKE2s (csview-0.3.9.tar.gz) = fdebf83b41584c69609d481978d892511d6ef6417ec464330f6ee18309b8e65d -SHA512 (csview-0.3.9.tar.gz) = d1490f1051722858ef62172833f6d9f46a19bb313a426abce5016265cb031b5fb49c8f9cf16b95b103eae1f6da31be36c4e19b286372bbd9c68d6662e6c0e574 -Size (csview-0.3.9.tar.gz) = 21533 bytes +BLAKE2s (csview-0.3.10.tar.gz) = e8c0ceaef780b5bf28e1bb5c0441b399c37228777603254b136b491a45fb5b44 +SHA512 (csview-0.3.10.tar.gz) = 7a3f7dfa3035cf95bc67e8b2d0e6d059f9ee6005c5f2774db2d9442c7f8a54ac2f62ff46e28075d90b082a8f99221c9fd4b3596bda0724302b14bdc460595a51 +Size (csview-0.3.10.tar.gz) = 21590 bytes BLAKE2s (dirs-2.0.2.crate) = a3ca527ef98e554bd456950c87602a1bdac7efd0c012d67f275770b8bad7a4fe SHA512 (dirs-2.0.2.crate) = 34d6e5956c9db1dae965d33f13c64dde59d3e0e18cbdc56c02f7f31cac8e0034a80fbb561e0a73b8dbd145f85b46fc4e8a147b4c946b5816d8dda6caef185396 Size (dirs-2.0.2.crate) = 11779 bytes -BLAKE2s (dirs-sys-0.3.5.crate) = cd9e0c85b1810f04867e2d3e08eb84cc32e506ab18c9db3f3a5da4c622ba4f90 -SHA512 (dirs-sys-0.3.5.crate) = ff7eb48943b61773dd2aa8dc10372186d613c225a2b39caf48966a1a5af087dd0177b8db80b1353a504af8aa1c8b4a0a849edf6c7e4389f6b753bfa3b7376833 -Size (dirs-sys-0.3.5.crate) = 10643 bytes +BLAKE2s (dirs-sys-0.3.6.crate) = e6d58252580f5708c68b7019115f1d06a38f443cfb22f0379f549dc0128a542d +SHA512 (dirs-sys-0.3.6.crate) = 79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5 +Size (dirs-sys-0.3.6.crate) = 10626 bytes BLAKE2s (encode_unicode-0.3.6.crate) = 246a1a840cf66bde426c3d26e2318fc7d253aee72114f7634b0fcd79a09751cd SHA512 (encode_unicode-0.3.6.crate) = 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 Size (encode_unicode-0.3.6.crate) = 45741 bytes BLAKE2s (exitcode-1.1.2.crate) = a51b419b6857601e92a88ff1d75e241e1a613187e2452084112e3d9918eb345d SHA512 (exitcode-1.1.2.crate) = fa31817e2bfdafe64faaaa6b32573e01e2ca0db24c6c88c81f43d84a9db66d19db842b61cbd89b8f6e199aad531a1dc0053b2d4166e0f9196f275fe715f28fc3 Size (exitcode-1.1.2.crate) = 6538 bytes -BLAKE2s (getrandom-0.1.16.crate) = 805b9bb4bc647a527fbff0bf97ed36863681367034e410973c84c85845b9da51 -SHA512 (getrandom-0.1.16.crate) = c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 -Size (getrandom-0.1.16.crate) = 25077 bytes -BLAKE2s (heck-0.3.2.crate) = ff44bd9a66c24be37bc8751743288cf0adcfab2a19f178c005a46c60cc89bb5a -SHA512 (heck-0.3.2.crate) = cbc72c3473ab14fe445491b1d9586d50de9a462af344638b871f7309fa805069a1405bcb1e0859b561f48583fc71045f38d03b92332d35131c67e140ccd241ad -Size (heck-0.3.2.crate) = 54718 bytes -BLAKE2s (hermit-abi-0.1.18.crate) = c87e3ece2e8cf475739f892c3b12d68ab3b2da500366ef88273526f822e3e07a -SHA512 (hermit-abi-0.1.18.crate) = 54f060c6c1c80d41f40cec7102345147efb535aff9fa5cc0ed4ccd7f010bfdb6daaf40626fd5069af60ceb42058452803b59d4bbcfbed4c5546c79b57ae0f914 -Size (hermit-abi-0.1.18.crate) = 9936 bytes -BLAKE2s (itoa-0.4.7.crate) = 41bd1d6e3d85353f79f86abc9a1d47b5ba2d8ecca0fe9086f5c57f480bb821a5 -SHA512 (itoa-0.4.7.crate) = c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f -Size (itoa-0.4.7.crate) = 12099 bytes +BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 +SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d +Size (getrandom-0.2.3.crate) = 26261 bytes +BLAKE2s (hashbrown-0.11.2.crate) = abc7a6572c0284c484fdb4f678d265bc7a1571c78272b16a4a924565bc14063c +SHA512 (hashbrown-0.11.2.crate) = c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +Size (hashbrown-0.11.2.crate) = 85713 bytes +BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 +SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f +Size (heck-0.3.3.crate) = 10260 bytes +BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 +SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a +Size (hermit-abi-0.1.19.crate) = 9979 bytes +BLAKE2s (indexmap-1.7.0.crate) = 791b51a9c31cc84acc5ee91662ee0bec67da90f1be6bc76efa428950e09bcca2 +SHA512 (indexmap-1.7.0.crate) = 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 +Size (indexmap-1.7.0.crate) = 50363 bytes +BLAKE2s (itoa-0.4.8.crate) = bc442580f4a7b1dbf9a7f279e413f8d13eef5845d139d0919eb9b53a083cc31e +SHA512 (itoa-0.4.8.crate) = 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e +Size (itoa-0.4.8.crate) = 11926 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.88.crate) = d3f6e3402fc9695b6abe87883aa76ae6f8a9c64a0cb1c9312014a30b06894f5e -SHA512 (libc-0.2.88.crate) = c1ad5dd0efd8117da798fcff84082e3b831cb1ae04c26ca8d87936057155e2ca08f0a693cf2c79c5db2c2dbe6b64e254328439b303ba952559f4c524466ad243 -Size (libc-0.2.88.crate) = 514138 bytes -BLAKE2s (memchr-2.3.4.crate) = 89c647fd718164523e56b92c6a13c59986b8daea6dca2755a2121597b23c8280 -SHA512 (memchr-2.3.4.crate) = 24cde03e6f7cbee1c1d12dcc691190c7e3dc72f468cf41e2397560961d62685976fe47de51119c04c473cccf75b38311bd887fd9db93e92563aebac8f9184df6 -Size (memchr-2.3.4.crate) = 23077 bytes +BLAKE2s (libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c +SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f +Size (libc-0.2.112.crate) = 571445 bytes +BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 +SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 +Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (os_str_bytes-6.0.0.crate) = 81aeea46771b35349ead272cee409f24d10915cd645a1ce82a826a812353e9f2 +SHA512 (os_str_bytes-6.0.0.crate) = d2d3741a1190092cf251e035d2c55a7d022d99512160ed4ddccccb44ca85f664f94f8a937a76eff88581b593e2ebaddab6e753009f3046a8a2ebf451418e41d8 +Size (os_str_bytes-6.0.0.crate) = 21046 bytes BLAKE2s (prettytable-rs-3239b51dbbb449e69cd599b83bfb152441209cc3.tar.gz) = 9fdbc951ac8955ed997899e681f95fbddd937ebfc652919f087dd6b3c013cf96 SHA512 (prettytable-rs-3239b51dbbb449e69cd599b83bfb152441209cc3.tar.gz) = d6c6d2cd1b6c0a06377f4756976362f5624f14cd1a1c5c5bee65804de5ee3a3f7ed10adf3db4c55c27035c4f8fdccae7f7d86180eaa4fd279d321a8fbabd594a Size (prettytable-rs-3239b51dbbb449e69cd599b83bfb152441209cc3.tar.gz) = 98743 bytes @@ -99,76 +90,79 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.24.crate) = b4e1d0424081d6605d1afe040871a4dd1ee503a6b4c8eef83d85902ffa33d322 -SHA512 (proc-macro2-1.0.24.crate) = c3d23a5136c55d734084ce1d76d54f237fc1003074af102c2ad96d851ac496ffc7513ddc505a68af4051c9d6de09725a0ecb6e76ebcdd77a1c056f8f9242c9be -Size (proc-macro2-1.0.24.crate) = 37716 bytes -BLAKE2s (quote-1.0.9.crate) = da1409c5fab9fc40b5a0ce824d063088c949e2c35dea81f683b558455a1807fb -SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8 -Size (quote-1.0.9.crate) = 25042 bytes -BLAKE2s (redox_syscall-0.1.57.crate) = c33bb6b3a25827502e10395591aa77cc23e438ba30a90682c9108b776db3dbbb -SHA512 (redox_syscall-0.1.57.crate) = c6e187087060084b7173ed0d9d0e982e4259d4f76522112268c02ff20751382e3bc8e119da6153170f5c54bd5b9cb028910f2f85c1c842099205dccd44659184 -Size (redox_syscall-0.1.57.crate) = 17087 bytes -BLAKE2s (redox_users-0.3.5.crate) = 16615c33ee6ba3c973b4fca9d51ad136594a8efd86ca3e324709ce2101a393d6 -SHA512 (redox_users-0.3.5.crate) = d90f1816205a4f2eca59397f6866e5cd965af652940f56930f8bfbe2b50eda75cf78b09200bb69416a35cbeead3cbd4de354805568be2feef1ae4d691b9a6a3c -Size (redox_users-0.3.5.crate) = 12644 bytes -BLAKE2s (regex-automata-0.1.9.crate) = ae0a0150e4ee223f03ab11c189fd9a3e131a5ffc0f0b20cb709320033db78129 -SHA512 (regex-automata-0.1.9.crate) = 53323733dc2f8c47ec33b5b3aefacac3a0042cff80c59c3a05ee02b581671dd9a6ebf6b0b5eeddf9cd249662731cabf5a684553daeff440bf8d1d4d296afbeb0 -Size (regex-automata-0.1.9.crate) = 114560 bytes -BLAKE2s (rust-argon2-0.8.3.crate) = b6de7c7ad352ed9dc7aeec09489906d7a070d9f5e5a2e5f8276c8d23dac3df35 -SHA512 (rust-argon2-0.8.3.crate) = f336dd3f90e1a49be107b641f9e9d513b6f8098dbdd1ab8aa2bd1fae329ce6840ad11a902b599922bef45d96ffb556d52b57d61218271bdccb7c85f9fe1da033 -Size (rust-argon2-0.8.3.crate) = 28313 bytes -BLAKE2s (ryu-1.0.5.crate) = e785c89ac699eb06a4d1e6ece9e9d918ff772b0567a55d48719dce68c3e20b82 -SHA512 (ryu-1.0.5.crate) = d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c -Size (ryu-1.0.5.crate) = 49570 bytes -BLAKE2s (serde-1.0.124.crate) = f5258b686aceed902e5a97cfbdb41064508ac88f3d39418644019984351d8efc -SHA512 (serde-1.0.124.crate) = 3106e446875b6a45f59f23d5619e62e6b97ba5462f38f768b68bd33a3679ee22f4821f460646133eb626a9e529b704e405388425ee2353a4027b48f7e36623ea -Size (serde-1.0.124.crate) = 74508 bytes -BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 -SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 -Size (strsim-0.8.0.crate) = 9309 bytes -BLAKE2s (structopt-0.3.25.crate) = 83e234d86ba01c50de961c582ba0a941972ffc23ba76e980b503eb9522b91382 -SHA512 (structopt-0.3.25.crate) = f07c505fbabfd880ee5f931e8a3ed8a1d01fc0a66a78c0cc04a2600d2f5cb2d699ac41719062c5c4d2cb06a64ce1433641837bb7d9fb755018ce95844216811d -Size (structopt-0.3.25.crate) = 52296 bytes -BLAKE2s (structopt-derive-0.4.18.crate) = 59a14c6bf61749a2c4880535d27bb7999ba124682bcc518cb2ac5fd0f1e33a44 -SHA512 (structopt-derive-0.4.18.crate) = 68a7f9c2ed987993fdd8bb7e81c31969a1fdf5351c58cba9de61a2f5957aba1626be4b0742f31d4de502301675ba24b0d91dd3acb24f5607bdeec83070626a57 -Size (structopt-derive-0.4.18.crate) = 20996 bytes -BLAKE2s (syn-1.0.64.crate) = cfa19b5d16954a2e54b21c98838a48da79f8c59033bc62951d75dedfa5522a36 -SHA512 (syn-1.0.64.crate) = b43574c8d48743697bc46c17593347d0e98062b0086582f835281b6c52a8f3eac8cb59c212c77fee7f0a2be8525b5e0d8a807ff532a922f6dbd13ef7efc7fc22 -Size (syn-1.0.64.crate) = 231549 bytes +BLAKE2s (proc-macro2-1.0.34.crate) = 493f5cc07078f31ad6a14a52b0eac4d37245a630f167473fda4ead51855b61a3 +SHA512 (proc-macro2-1.0.34.crate) = 960036a077c3869386ecb5c2019816adc70e9a9b32ceeacd4b14b39a91dbffe0b21764ead7237ab3aa553b26cb6732bbeccacbaf83c8dca9069b11b9a85dd1f8 +Size (proc-macro2-1.0.34.crate) = 41072 bytes +BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf +SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 +Size (quote-1.0.10.crate) = 29960 bytes +BLAKE2s (redox_syscall-0.2.10.crate) = 34d65a357c300759482d088d30518f3bcc4c1fa24f320c953ff6bc89bb7bdf2c +SHA512 (redox_syscall-0.2.10.crate) = ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 +Size (redox_syscall-0.2.10.crate) = 23582 bytes +BLAKE2s (redox_users-0.4.0.crate) = e590ba393fb4b6397a1da68ab001cb7f9c5dc1aa6e3c74ac57200e1750a71daf +SHA512 (redox_users-0.4.0.crate) = 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 +Size (redox_users-0.4.0.crate) = 13023 bytes +BLAKE2s (regex-automata-0.1.10.crate) = 283615bf1114bdcf5a2ebd639ba1889a8a9a0195b566f41226f7e0961f3d5d81 +SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f +Size (regex-automata-0.1.10.crate) = 114533 bytes +BLAKE2s (rustversion-1.0.6.crate) = a82b3505b23caef2f581ce87720e125119abec4591214cd2ad8aa907eac62f03 +SHA512 (rustversion-1.0.6.crate) = fa9efca7e49eff6c510d062d02fc73d15341b1fe16d24dada86108202a4295d2e0519aecf3f1701540cd4d49a513c05e74d3d27e21e5eb3cb1aba46c70a992cc +Size (rustversion-1.0.6.crate) = 18380 bytes +BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 +SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb +Size (ryu-1.0.9.crate) = 48391 bytes +BLAKE2s (serde-1.0.132.crate) = ecdceeb209885acb82dc8daa123475c5f5ac03b5160df28f6625a4bb95870c7a +SHA512 (serde-1.0.132.crate) = 8dac512547074a6934315ebae3e7540ef8baa225cdd58f11416b4565a1335ab317e659901fd626beffd6514c5dc6ec9fc705cc1d15e9cdd2051bd28649cca555 +Size (serde-1.0.132.crate) = 75364 bytes +BLAKE2s (strsim-0.10.0.crate) = 4893490aaecbb97be0d8268c4ad5653b22237927bc9f08196717dc9a5160de50 +SHA512 (strsim-0.10.0.crate) = 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 +Size (strsim-0.10.0.crate) = 11355 bytes +BLAKE2s (strum-0.23.0.crate) = 5d779ac9d6c8509665974eefce967f50ae8ba5470f021b07982d6ad4227e5383 +SHA512 (strum-0.23.0.crate) = 1cb554f3b15e4caf8c863859000cf47de86d1e6e41531166012ed7cb91bc18d71a4420a1e7c5a097c36a24c39e7e3afbf7a4055fd1b9e4854b6a80559755911d +Size (strum-0.23.0.crate) = 5429 bytes +BLAKE2s (strum_macros-0.23.1.crate) = 2289836761f83f95bd956ff7048d0984cf936be4c7315da6269d676891a01495 +SHA512 (strum_macros-0.23.1.crate) = df06d2e6cc4999d643eab7bbcf8ffdf91b7c3c507b075928c07516d7f3abaf419d833513619ea083d6d05b80656b0828a6ac13fe48d9bb99f809058f5888d606 +Size (strum_macros-0.23.1.crate) = 18203 bytes +BLAKE2s (syn-1.0.84.crate) = c8a29c47957d1f7266486e351067d4be198d71dddf9fe0e2cc44233b7170cc57 +SHA512 (syn-1.0.84.crate) = c1bfbe6896e8b7e414b2241462aefe9552a5292ba58214e5ee3c70ea54f9cb5d4c77dfc3ebf3b2809bf6fbf297222b4570f2e6e3eb91931cc686d28a58c7dffb +Size (syn-1.0.84.crate) = 235025 bytes BLAKE2s (term-0.6.1.crate) = e7d14abb3a630cdb726e11396a4e0faa6676c792a5fd9f9e176cfd7d41163a6c SHA512 (term-0.6.1.crate) = 5e684eedfe522da12914d579fddf1b04720086325ab18498e56b0cc709b0c8a022f887731a2bba9d0ddf200c756d12948835bccdff5bfb2b19af7d071051eacd Size (term-0.6.1.crate) = 37578 bytes -BLAKE2s (term_size-0.3.2.crate) = cfdf577b24eb1617ac7187c9dbd23a5f0452d1f3b63b052d78e12323c81c12d8 -SHA512 (term_size-0.3.2.crate) = 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 -Size (term_size-0.3.2.crate) = 10917 bytes -BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af -SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a -Size (textwrap-0.11.0.crate) = 17322 bytes -BLAKE2s (unicode-segmentation-1.7.1.crate) = dc82f23b14ad2ebecd0f37db4838776c4fcc4eb449bb70d523e436965ebd0d66 -SHA512 (unicode-segmentation-1.7.1.crate) = 183ca68d456a8d53e6f255129e8fd07b87d8da23b8f18187231d6fa70dac80e4069eb6c501d45155d9f0050b6bd713964e55f0e4b25a40546c4d245a17fc8dc6 -Size (unicode-segmentation-1.7.1.crate) = 93066 bytes -BLAKE2s (unicode-width-0.1.8.crate) = e37a15fa50f6572607a42a1b936e78e5ffcb92f939dcb9c757f095c6a40bdd75 -SHA512 (unicode-width-0.1.8.crate) = 0abba6da6981a2451e01d93bbd47652c46eb6fb07cc0214f33259fb29945bfd5ee2b302e883ddca8f68e921635f222701b7310e7da2a5e225f854980d1e474b0 -Size (unicode-width-0.1.8.crate) = 16732 bytes -BLAKE2s (unicode-xid-0.2.1.crate) = 76711f7c3cb52a9b3b3c660966ca2fe3db48b6dc3288ad3ff9ab5f809e0f00cc -SHA512 (unicode-xid-0.2.1.crate) = 91e862137e837baea82829431cfed36634fdb05339f00c756eb5a4b429ef0bb871f5133d11adf9a023fa22168c8a0cf194ff3669779f04f219d48fc4fac339d2 -Size (unicode-xid-0.2.1.crate) = 14392 bytes -BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a -SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 -Size (vec_map-0.8.2.crate) = 14466 bytes -BLAKE2s (version_check-0.9.2.crate) = cf4ae31c15411d97579674464109b8897a6023dd5cee6c5c8056fde8f354ce70 -SHA512 (version_check-0.9.2.crate) = b88a9d545ef103fe6d0eebe7ddcf328fc21fcb02c60828b347cfc35afd957669e652a94d880ef992450c167df3505838bc649e0d83896542fa13a149875acf26 -Size (version_check-0.9.2.crate) = 11979 bytes -BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 -SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 -Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes +BLAKE2s (termcolor-1.1.2.crate) = 370fbd8e2988e3b2cdb87cfaa4b24d0f06f70f6fa439bc8f8acad102f8be16fe +SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c +Size (termcolor-1.1.2.crate) = 17287 bytes +BLAKE2s (terminal_size-0.1.17.crate) = ea59269fe3bf9b397940ef374c11f53bec37aa94079b597891b72a70582225d9 +SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 +Size (terminal_size-0.1.17.crate) = 9141 bytes +BLAKE2s (textwrap-0.14.2.crate) = fd4222c5777268724d53efad1778b87a3f176dbf175fc0a3442ddb39c87deab7 +SHA512 (textwrap-0.14.2.crate) = 521ab37e03aae8fcce5b909541399fc90a23020e353f95102c658fa94ffc56b9bdff43f47fb3da6e30f5c9cc9447fab72fe21d7276dfa21fe5a1a5a1c874e371 +Size (textwrap-0.14.2.crate) = 52016 bytes +BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 +SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 +Size (unicode-segmentation-1.8.0.crate) = 94011 bytes +BLAKE2s (unicode-width-0.1.9.crate) = 2c6be29baaa9f1c7b48cc6251da5aff0f9ee755d8ff1cc058dd0c084643e546c +SHA512 (unicode-width-0.1.9.crate) = 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 +Size (unicode-width-0.1.9.crate) = 16745 bytes +BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 +SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 +Size (unicode-xid-0.2.2.crate) = 14955 bytes +BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e +SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd +Size (version_check-0.9.3.crate) = 12547 bytes +BLAKE2s (wasi-0.10.2+wasi-snapshot-preview1.crate) = a99255257c1a9724a1e5a6c5bde6fd95cc850c6bcd881d2030755acc62bb8c23 +SHA512 (wasi-0.10.2+wasi-snapshot-preview1.crate) = 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 +Size (wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes +BLAKE2s (winapi-util-0.1.5.crate) = 0bbadc89bd260c16095f1d19c2dc0f5acbd24d64dc1dcada628bf4acb003c6cc +SHA512 (winapi-util-0.1.5.crate) = 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd +Size (winapi-util-0.1.5.crate) = 10164 bytes BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1 SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes -SHA1 (patch-Cargo.toml) = a0e42b7337701712246a9adabf9669861b9376ce +SHA1 (patch-Cargo.toml) = 341abea22189cc3646f3ff442b93ef5192a8b233 diff --git a/textproc/csview/patches/patch-Cargo.toml b/textproc/csview/patches/patch-Cargo.toml index 2aec2e091b50..fe8c64fec0de 100644 --- a/textproc/csview/patches/patch-Cargo.toml +++ b/textproc/csview/patches/patch-Cargo.toml @@ -1,19 +1,19 @@ -$NetBSD: patch-Cargo.toml,v 1.2 2021/11/23 11:45:17 pin Exp $ +$NetBSD: patch-Cargo.toml,v 1.3 2021/12/29 05:44:40 pin Exp $ Provide unpublished crate ---- Cargo.toml.orig 2021-11-23 08:21:26.000000000 +0000 +--- Cargo.toml.orig 2021-12-26 10:06:29.000000000 +0000 +++ Cargo.toml -@@ -23,7 +23,7 @@ csv = "^1.1.6" - structopt = { version = "^0.3.25", features = ["wrap_help"] } - exitcode = "^1.1.2" - anyhow = "^1.0.48" +@@ -25,7 +25,7 @@ clap_generate = "3.0.0-beta.8" + strum = { version = "^0.23", features = ["derive"] } + exitcode = "^1.1" + anyhow = "^1.0" -prettytable-rs = "^0.8" +prettytable-rs = { path = "prettytable-rs-3239b51dbbb449e69cd599b83bfb152441209cc3" } [build-dependencies] - structopt = "^0.3.25" -@@ -31,6 +31,3 @@ structopt = "^0.3.25" + clap = { version = "^3.0.0-beta.8", features = ["wrap_help", "derive"] } +@@ -35,6 +35,3 @@ strum = { version = "^0.23", features = [profile.release] lto = true codegen-units = 1 diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 7b195e5d9773..f7d10d5c9fbd 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2021/12/08 16:06:46 adam Exp $ +# $NetBSD: Makefile,v 1.66 2021/12/28 00:01:31 taca Exp $ DISTNAME= nokogiri-1.12.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MAINTAINER= tsutsui@NetBSD.org @@ -9,7 +9,6 @@ HOMEPAGE= https://nokogiri.org/ COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-racc>=1.4.0:../../devel/ruby-racc DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.6.1:../../misc/ruby-mini_portile2 USE_GCC_RUNTIME= yes @@ -23,6 +22,12 @@ OVERRIDE_GEMSPEC+= mini_portile2>=2.6.1 \ # XXX: work around bug in bootstrap-mk-files, remove when fixed MAKE_ENV.SunOS+= ARFLAGS=rcv +.include "../../lang/ruby/rubyversion.mk" +# Ruby 2.7 and later bundles racc +.if ${RUBY_VER} == "26" +DEPENDS+= ${RUBY_PKGPREFIX}-racc>=1.4.0:../../devel/ruby-racc +.endif + .include "../../devel/ruby-pkg-config/tool.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" diff --git a/time/Makefile b/time/Makefile index 9768e5d919b7..1877ccb465e5 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2021/12/14 10:34:07 nia Exp $ +# $NetBSD: Makefile,v 1.228 2021/12/24 16:08:52 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -167,10 +167,6 @@ SUBDIR+= py-rfc3339 SUBDIR+= py-snaptime SUBDIR+= py-tempora SUBDIR+= py-trading-calendars -SUBDIR+= py-trytond-calendar -SUBDIR+= py-trytond-calendar-classification -SUBDIR+= py-trytond-calendar-scheduling -SUBDIR+= py-trytond-calendar-todo SUBDIR+= py-trytond-company-work-time SUBDIR+= py-trytond-timesheet SUBDIR+= py-trytond-timesheet-cost diff --git a/time/py-trytond-calendar-classification/DESCR b/time/py-trytond-calendar-classification/DESCR deleted file mode 100644 index 976e590ecda8..000000000000 --- a/time/py-trytond-calendar-classification/DESCR +++ /dev/null @@ -1 +0,0 @@ -The calendar_classification module of the Tryton application platform. diff --git a/time/py-trytond-calendar-classification/Makefile b/time/py-trytond-calendar-classification/Makefile deleted file mode 100644 index 15f84ab8275b..000000000000 --- a/time/py-trytond-calendar-classification/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2020/03/13 20:20:49 wiz Exp $ -TRYTON_MODULE_NAME= trytond_calendar_classification -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= python time - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Calendar classification module of Tryton's application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -USE_LANGUAGES= # none - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav via py-trytond-calendar - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/py-trytond-calendar-classification/PLIST b/time/py-trytond-calendar-classification/PLIST deleted file mode 100644 index 2eb46e6ebdba..000000000000 --- a/time/py-trytond-calendar-classification/PLIST +++ /dev/null @@ -1,33 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ -${PYSITELIB}/trytond/modules/calendar_classification/__init__.py -${PYSITELIB}/trytond/modules/calendar_classification/__init__.pyc -${PYSITELIB}/trytond/modules/calendar_classification/__init__.pyo -${PYSITELIB}/trytond/modules/calendar_classification/calendar_.py -${PYSITELIB}/trytond/modules/calendar_classification/calendar_.pyc -${PYSITELIB}/trytond/modules/calendar_classification/calendar_.pyo -${PYSITELIB}/trytond/modules/calendar_classification/locale/bg.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/ca.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/cs.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/de.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/es.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/es_419.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/fr.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/hu_HU.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/it_IT.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/ja_JP.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/lo.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/lt.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/nl.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/pl.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/pt_BR.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/ru.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/sl.po -${PYSITELIB}/trytond/modules/calendar_classification/locale/zh_CN.po -${PYSITELIB}/trytond/modules/calendar_classification/tryton.cfg -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/time/py-trytond-calendar-classification/distinfo b/time/py-trytond-calendar-classification/distinfo deleted file mode 100644 index ffdd763466f7..000000000000 --- a/time/py-trytond-calendar-classification/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:35 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_calendar_classification-4.2.0.tar.gz) = 1ec6b041a1030668e85b65aced9cd571515fafeeef6221b387359ce71e67bf56 -SHA512 (tryton-4.2/trytond_calendar_classification-4.2.0.tar.gz) = bf5bfd7f0ee0376238a85ba9245cbf90568469cd1a4c940956ea1f01718b358b4df44ed5a7023f6bb9c60e0e8aaf1d8fb40ff4d6347314fe4044a80c8eb4287a -Size (tryton-4.2/trytond_calendar_classification-4.2.0.tar.gz) = 19109 bytes diff --git a/time/py-trytond-calendar-scheduling/DESCR b/time/py-trytond-calendar-scheduling/DESCR deleted file mode 100644 index 73637e0c9055..000000000000 --- a/time/py-trytond-calendar-scheduling/DESCR +++ /dev/null @@ -1 +0,0 @@ -The calendar_scheduling module of the Tryton application platform. diff --git a/time/py-trytond-calendar-scheduling/Makefile b/time/py-trytond-calendar-scheduling/Makefile deleted file mode 100644 index c1ee50583d2b..000000000000 --- a/time/py-trytond-calendar-scheduling/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2020/03/13 20:20:50 wiz Exp $ -TRYTON_MODULE_NAME= trytond_calendar_scheduling -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= python time - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Calendar scheduling module of Tryton's application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-pywebdav>=0.9.8:../../www/py-pywebdav -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar -DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -USE_LANGUAGES= # none - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/py-trytond-calendar-scheduling/PLIST b/time/py-trytond-calendar-scheduling/PLIST deleted file mode 100644 index 2ee43af3aef3..000000000000 --- a/time/py-trytond-calendar-scheduling/PLIST +++ /dev/null @@ -1,51 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $ -${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.py -${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.py -${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.py -${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/bg.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ca.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/cs.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/de.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/es.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/es_419.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/fr.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/hu_HU.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/it_IT.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ja_JP.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/lo.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/lt.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/nl.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/pl.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/pt_BR.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ru.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/sl.po -${PYSITELIB}/trytond/modules/calendar_scheduling/locale/zh_CN.po -${PYSITELIB}/trytond/modules/calendar_scheduling/res.py -${PYSITELIB}/trytond/modules/calendar_scheduling/res.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/res.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/res.xml -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.py -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.py -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.py -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.pyc -${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.pyo -${PYSITELIB}/trytond/modules/calendar_scheduling/tryton.cfg -${PYSITELIB}/trytond/modules/calendar_scheduling/view/user_form.xml -${PYSITELIB}/trytond/modules/calendar_scheduling/view/user_form_preferences.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/time/py-trytond-calendar-scheduling/distinfo b/time/py-trytond-calendar-scheduling/distinfo deleted file mode 100644 index 817cdb8e9989..000000000000 --- a/time/py-trytond-calendar-scheduling/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:35 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = ca42dff0005f8d67a990c4e95bedb8a6008ea55252d6794f7dd9dfb19fbb30b1 -SHA512 (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = 87ee74dc21ceff1c24078d39e533e773a4d8671f81cb18122e9b8c7e52b7c52420ce42d0452b65464c5220275705087b40115d61ac3f19cb0008e8a034893f9a -Size (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = 29743 bytes diff --git a/time/py-trytond-calendar-todo/DESCR b/time/py-trytond-calendar-todo/DESCR deleted file mode 100644 index 64bc05f665df..000000000000 --- a/time/py-trytond-calendar-todo/DESCR +++ /dev/null @@ -1 +0,0 @@ -The calendar_todo module of the Tryton application platform. diff --git a/time/py-trytond-calendar-todo/Makefile b/time/py-trytond-calendar-todo/Makefile deleted file mode 100644 index 8d7dac0c2aa6..000000000000 --- a/time/py-trytond-calendar-todo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2020/03/13 20:20:50 wiz Exp $ -TRYTON_MODULE_NAME= trytond_calendar_todo -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= python time - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Calendar TODO module of Tryton's application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject -DEPENDS+= ${PYPKGPREFIX}-pywebdav>=0.9.8:../../www/py-pywebdav -DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql -DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar -DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -USE_LANGUAGES= # none - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/py-trytond-calendar-todo/PLIST b/time/py-trytond-calendar-todo/PLIST deleted file mode 100644 index acf41674a5de..000000000000 --- a/time/py-trytond-calendar-todo/PLIST +++ /dev/null @@ -1,59 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:09 rodent Exp $ -${PYSITELIB}/trytond/modules/calendar_todo/__init__.py -${PYSITELIB}/trytond/modules/calendar_todo/__init__.pyc -${PYSITELIB}/trytond/modules/calendar_todo/__init__.pyo -${PYSITELIB}/trytond/modules/calendar_todo/caldav.py -${PYSITELIB}/trytond/modules/calendar_todo/caldav.pyc -${PYSITELIB}/trytond/modules/calendar_todo/caldav.pyo -${PYSITELIB}/trytond/modules/calendar_todo/locale/bg.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/ca.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/cs.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/de.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/es.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/es_419.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/fr.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/hu_HU.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/it_IT.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/ja_JP.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/lo.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/lt.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/nl.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/pl.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/pt_BR.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/ru.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/sl.po -${PYSITELIB}/trytond/modules/calendar_todo/locale/zh_CN.po -${PYSITELIB}/trytond/modules/calendar_todo/tests/__init__.py -${PYSITELIB}/trytond/modules/calendar_todo/tests/__init__.pyc -${PYSITELIB}/trytond/modules/calendar_todo/tests/__init__.pyo -${PYSITELIB}/trytond/modules/calendar_todo/tests/test_calendar_todo.py -${PYSITELIB}/trytond/modules/calendar_todo/tests/test_calendar_todo.pyc -${PYSITELIB}/trytond/modules/calendar_todo/tests/test_calendar_todo.pyo -${PYSITELIB}/trytond/modules/calendar_todo/todo.py -${PYSITELIB}/trytond/modules/calendar_todo/todo.pyc -${PYSITELIB}/trytond/modules/calendar_todo/todo.pyo -${PYSITELIB}/trytond/modules/calendar_todo/todo.xml -${PYSITELIB}/trytond/modules/calendar_todo/tryton.cfg -${PYSITELIB}/trytond/modules/calendar_todo/view/attendee_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/attendee_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/exdate_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/exdate_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/exrule_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/exrule_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/rdate_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/rdate_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/rrule_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/rrule_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/todo_form.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/todo_tree.xml -${PYSITELIB}/trytond/modules/calendar_todo/view/todo_tree_occurence.xml -${PYSITELIB}/trytond/modules/calendar_todo/webdav.py -${PYSITELIB}/trytond/modules/calendar_todo/webdav.pyc -${PYSITELIB}/trytond/modules/calendar_todo/webdav.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/time/py-trytond-calendar-todo/distinfo b/time/py-trytond-calendar-todo/distinfo deleted file mode 100644 index 5ebb76dd5162..000000000000 --- a/time/py-trytond-calendar-todo/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:35 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_calendar_todo-4.2.0.tar.gz) = bdf30ae93f251f38787f9d39900bf66d69d02bcd31c83b84cfe3d568eea78701 -SHA512 (tryton-4.2/trytond_calendar_todo-4.2.0.tar.gz) = 260a98861c532d706b87b7bf302b17b741754dd635fbb2fd46a3ef0e6dc6929b46c423dcb81e6b3dce13d5bf7473fca02ba2697b2d0fa25f0f60bb007e966f7d -Size (tryton-4.2/trytond_calendar_todo-4.2.0.tar.gz) = 50565 bytes diff --git a/time/py-trytond-calendar/DESCR b/time/py-trytond-calendar/DESCR deleted file mode 100644 index b56790090edc..000000000000 --- a/time/py-trytond-calendar/DESCR +++ /dev/null @@ -1 +0,0 @@ -The calendar module of the Tryton application platform. diff --git a/time/py-trytond-calendar/Makefile b/time/py-trytond-calendar/Makefile deleted file mode 100644 index bfb753b3fa5f..000000000000 --- a/time/py-trytond-calendar/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2020/03/13 20:20:49 wiz Exp $ -TRYTON_MODULE_NAME= trytond_calendar -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= python time - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Calendar module of the Tryton application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql -DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -DEPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav -DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -USE_LANGUAGES= # none - -REPLACE_PYTHON+= tests/scenario_calendar.py tests/test_calendar.py - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/py-trytond-calendar/PLIST b/time/py-trytond-calendar/PLIST deleted file mode 100644 index 6442943323e2..000000000000 --- a/time/py-trytond-calendar/PLIST +++ /dev/null @@ -1,71 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:08 rodent Exp $ -${PYSITELIB}/trytond/modules/calendar/__init__.py -${PYSITELIB}/trytond/modules/calendar/__init__.pyc -${PYSITELIB}/trytond/modules/calendar/__init__.pyo -${PYSITELIB}/trytond/modules/calendar/caldav.py -${PYSITELIB}/trytond/modules/calendar/caldav.pyc -${PYSITELIB}/trytond/modules/calendar/caldav.pyo -${PYSITELIB}/trytond/modules/calendar/calendar.xml -${PYSITELIB}/trytond/modules/calendar/calendar_.py -${PYSITELIB}/trytond/modules/calendar/calendar_.pyc -${PYSITELIB}/trytond/modules/calendar/calendar_.pyo -${PYSITELIB}/trytond/modules/calendar/locale/bg.po -${PYSITELIB}/trytond/modules/calendar/locale/ca.po -${PYSITELIB}/trytond/modules/calendar/locale/cs.po -${PYSITELIB}/trytond/modules/calendar/locale/de.po -${PYSITELIB}/trytond/modules/calendar/locale/es.po -${PYSITELIB}/trytond/modules/calendar/locale/es_419.po -${PYSITELIB}/trytond/modules/calendar/locale/fr.po -${PYSITELIB}/trytond/modules/calendar/locale/hu_HU.po -${PYSITELIB}/trytond/modules/calendar/locale/it_IT.po -${PYSITELIB}/trytond/modules/calendar/locale/ja_JP.po -${PYSITELIB}/trytond/modules/calendar/locale/lo.po -${PYSITELIB}/trytond/modules/calendar/locale/lt.po -${PYSITELIB}/trytond/modules/calendar/locale/nl.po -${PYSITELIB}/trytond/modules/calendar/locale/pl.po -${PYSITELIB}/trytond/modules/calendar/locale/pt_BR.po -${PYSITELIB}/trytond/modules/calendar/locale/ru.po -${PYSITELIB}/trytond/modules/calendar/locale/sl.po -${PYSITELIB}/trytond/modules/calendar/locale/zh_CN.po -${PYSITELIB}/trytond/modules/calendar/res.py -${PYSITELIB}/trytond/modules/calendar/res.pyc -${PYSITELIB}/trytond/modules/calendar/res.pyo -${PYSITELIB}/trytond/modules/calendar/tests/__init__.py -${PYSITELIB}/trytond/modules/calendar/tests/__init__.pyc -${PYSITELIB}/trytond/modules/calendar/tests/__init__.pyo -${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.py -${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.pyc -${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.pyo -${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.py -${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.pyc -${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.pyo -${PYSITELIB}/trytond/modules/calendar/tryton.cfg -${PYSITELIB}/trytond/modules/calendar/view/attendee_form.xml -${PYSITELIB}/trytond/modules/calendar/view/attendee_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/calendar_form.xml -${PYSITELIB}/trytond/modules/calendar/view/calendar_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/category_form.xml -${PYSITELIB}/trytond/modules/calendar/view/category_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/event_form.xml -${PYSITELIB}/trytond/modules/calendar/view/event_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/event_tree_occurence.xml -${PYSITELIB}/trytond/modules/calendar/view/exdate_form.xml -${PYSITELIB}/trytond/modules/calendar/view/exdate_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/exrule_form.xml -${PYSITELIB}/trytond/modules/calendar/view/exrule_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/location_form.xml -${PYSITELIB}/trytond/modules/calendar/view/location_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/rdate_form.xml -${PYSITELIB}/trytond/modules/calendar/view/rdate_tree.xml -${PYSITELIB}/trytond/modules/calendar/view/rrule_form.xml -${PYSITELIB}/trytond/modules/calendar/view/rrule_tree.xml -${PYSITELIB}/trytond/modules/calendar/webdav.py -${PYSITELIB}/trytond/modules/calendar/webdav.pyc -${PYSITELIB}/trytond/modules/calendar/webdav.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/time/py-trytond-calendar/distinfo b/time/py-trytond-calendar/distinfo deleted file mode 100644 index b57901f34271..000000000000 --- a/time/py-trytond-calendar/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:24:35 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = 7fd20b6c5a3390ba104f590e30de48cd7c8c1f9b8c5bafe59e2fc5a6b70e8fcf -SHA512 (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = e6e1de51c206d4dffac684f7c3279623d407b331bc101398d92c33616a105d4f0672072711eff546bc5d33bd88b5f07c30514b1f12e12084b27e64c34e77ba84 -Size (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = 66409 bytes diff --git a/time/py-trytond-company-work-time/PLIST b/time/py-trytond-company-work-time/PLIST index 3fede0285856..dc282cf4858f 100644 --- a/time/py-trytond-company-work-time/PLIST +++ b/time/py-trytond-company-work-time/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/12/04 21:13:09 rodent Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/12/22 22:54:56 mef Exp $ ${PYSITELIB}/trytond/modules/company_work_time/__init__.py ${PYSITELIB}/trytond/modules/company_work_time/__init__.pyc ${PYSITELIB}/trytond/modules/company_work_time/__init__.pyo @@ -12,17 +12,22 @@ ${PYSITELIB}/trytond/modules/company_work_time/locale/cs.po ${PYSITELIB}/trytond/modules/company_work_time/locale/de.po ${PYSITELIB}/trytond/modules/company_work_time/locale/es.po ${PYSITELIB}/trytond/modules/company_work_time/locale/es_419.po +${PYSITELIB}/trytond/modules/company_work_time/locale/et.po +${PYSITELIB}/trytond/modules/company_work_time/locale/fa.po +${PYSITELIB}/trytond/modules/company_work_time/locale/fi.po ${PYSITELIB}/trytond/modules/company_work_time/locale/fr.po -${PYSITELIB}/trytond/modules/company_work_time/locale/hu_HU.po -${PYSITELIB}/trytond/modules/company_work_time/locale/it_IT.po -${PYSITELIB}/trytond/modules/company_work_time/locale/ja_JP.po +${PYSITELIB}/trytond/modules/company_work_time/locale/hu.po +${PYSITELIB}/trytond/modules/company_work_time/locale/id.po +${PYSITELIB}/trytond/modules/company_work_time/locale/it.po ${PYSITELIB}/trytond/modules/company_work_time/locale/lo.po ${PYSITELIB}/trytond/modules/company_work_time/locale/lt.po ${PYSITELIB}/trytond/modules/company_work_time/locale/nl.po ${PYSITELIB}/trytond/modules/company_work_time/locale/pl.po -${PYSITELIB}/trytond/modules/company_work_time/locale/pt_BR.po +${PYSITELIB}/trytond/modules/company_work_time/locale/pt.po +${PYSITELIB}/trytond/modules/company_work_time/locale/ro.po ${PYSITELIB}/trytond/modules/company_work_time/locale/ru.po ${PYSITELIB}/trytond/modules/company_work_time/locale/sl.po +${PYSITELIB}/trytond/modules/company_work_time/locale/tr.po ${PYSITELIB}/trytond/modules/company_work_time/locale/zh_CN.po ${PYSITELIB}/trytond/modules/company_work_time/res.py ${PYSITELIB}/trytond/modules/company_work_time/res.pyc diff --git a/time/py-trytond-company-work-time/distinfo b/time/py-trytond-company-work-time/distinfo index 4141b22bcdfb..c96a32cacf91 100644 --- a/time/py-trytond-company-work-time/distinfo +++ b/time/py-trytond-company-work-time/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:24:35 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/22 22:54:56 mef Exp $ -BLAKE2s (tryton-4.2/trytond_company_work_time-4.2.0.tar.gz) = 3939cf3966fc66bce90d15431ba31026fe58909e6898c53e63572196ca32a772 -SHA512 (tryton-4.2/trytond_company_work_time-4.2.0.tar.gz) = 780ed14010bfa7c2e988ea83ba4bbec2558fb65fa396daede1c5dedcf231e4fcb93da8c4ac1b2c9d2a0dc66263bd1645216c58e8dd02b8c62bad27034bd87428 -Size (tryton-4.2/trytond_company_work_time-4.2.0.tar.gz) = 20027 bytes +BLAKE2s (tryton-6.2/trytond_company_work_time-6.2.0.tar.gz) = fc31684241a83d21daf8058f2dba1dc1bc6bda9f3383c71ef75caa99dcf4ad5c +SHA512 (tryton-6.2/trytond_company_work_time-6.2.0.tar.gz) = 1b58888decd5a12a74aab8a7fd19468aa0fa7a3be24beb0fad2d947288e31d6743e111ed7802289aa3888b72bd0fbedb01c9faed87d2b51335627d2f3c4606df +Size (tryton-6.2/trytond_company_work_time-6.2.0.tar.gz) = 23439 bytes diff --git a/time/py-trytond-timesheet-cost/PLIST b/time/py-trytond-timesheet-cost/PLIST index 09f169f341e0..7fa30bd2254f 100644 --- a/time/py-trytond-timesheet-cost/PLIST +++ b/time/py-trytond-timesheet-cost/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:09 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/timesheet_cost/__init__.py ${PYSITELIB}/trytond/modules/timesheet_cost/__init__.pyc ${PYSITELIB}/trytond/modules/timesheet_cost/__init__.pyo @@ -12,18 +12,24 @@ ${PYSITELIB}/trytond/modules/timesheet_cost/locale/cs.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/de.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/es.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/es_419.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/et.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/fa.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/fi.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/fr.po -${PYSITELIB}/trytond/modules/timesheet_cost/locale/hu_HU.po -${PYSITELIB}/trytond/modules/timesheet_cost/locale/it_IT.po -${PYSITELIB}/trytond/modules/timesheet_cost/locale/ja_JP.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/hu.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/id.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/it.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/lo.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/lt.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/nl.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/pl.po -${PYSITELIB}/trytond/modules/timesheet_cost/locale/pt_BR.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/pt.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/ro.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/ru.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/sl.po +${PYSITELIB}/trytond/modules/timesheet_cost/locale/tr.po ${PYSITELIB}/trytond/modules/timesheet_cost/locale/zh_CN.po +${PYSITELIB}/trytond/modules/timesheet_cost/message.xml ${PYSITELIB}/trytond/modules/timesheet_cost/tests/__init__.py ${PYSITELIB}/trytond/modules/timesheet_cost/tests/__init__.pyc ${PYSITELIB}/trytond/modules/timesheet_cost/tests/__init__.pyo diff --git a/time/py-trytond-timesheet-cost/distinfo b/time/py-trytond-timesheet-cost/distinfo index 5ab3ea790959..820da5d84c9c 100644 --- a/time/py-trytond-timesheet-cost/distinfo +++ b/time/py-trytond-timesheet-cost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:36 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:56 mef Exp $ -BLAKE2s (tryton-4.2/trytond_timesheet_cost-4.2.0.tar.gz) = 05f7c9b1987aec20fb3b59353a471021cd9c536b03273bd11404fbb67bea5e01 -SHA512 (tryton-4.2/trytond_timesheet_cost-4.2.0.tar.gz) = f8caaea7b6dea9e3220194f4cb52ddf490002252bafe2f45a322e205fc78e3267ad5848a8a0be06071ccc10c03c5ee00d860a3af0e3842a904d1406426044c82 -Size (tryton-4.2/trytond_timesheet_cost-4.2.0.tar.gz) = 24029 bytes +BLAKE2s (tryton-6.2/trytond_timesheet_cost-6.2.0.tar.gz) = 6c06610f1f04c410b28a642cd881df2ed0dcaa7ac77c3951f051e585ccd619de +SHA512 (tryton-6.2/trytond_timesheet_cost-6.2.0.tar.gz) = e615cb161717191c9a01db2f2b38998bf92e3f84d14fa038600f92346c812a1344137f42091f9413a01a7c2daf29bf53513d8e2971ecaec25c6aa6e04554eaeb +Size (tryton-6.2/trytond_timesheet_cost-6.2.0.tar.gz) = 26703 bytes diff --git a/time/py-trytond-timesheet/PLIST b/time/py-trytond-timesheet/PLIST index a99a50c7d9b3..b8dbeacba9c6 100644 --- a/time/py-trytond-timesheet/PLIST +++ b/time/py-trytond-timesheet/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:09 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/22 22:54:56 mef Exp $ ${PYSITELIB}/trytond/modules/timesheet/__init__.py ${PYSITELIB}/trytond/modules/timesheet/__init__.pyc ${PYSITELIB}/trytond/modules/timesheet/__init__.pyo +${PYSITELIB}/trytond/modules/timesheet/exceptions.py +${PYSITELIB}/trytond/modules/timesheet/exceptions.pyc +${PYSITELIB}/trytond/modules/timesheet/exceptions.pyo +${PYSITELIB}/trytond/modules/timesheet/icons/tryton-timesheet.svg ${PYSITELIB}/trytond/modules/timesheet/line.py ${PYSITELIB}/trytond/modules/timesheet/line.pyc ${PYSITELIB}/trytond/modules/timesheet/line.pyo @@ -12,18 +16,24 @@ ${PYSITELIB}/trytond/modules/timesheet/locale/cs.po ${PYSITELIB}/trytond/modules/timesheet/locale/de.po ${PYSITELIB}/trytond/modules/timesheet/locale/es.po ${PYSITELIB}/trytond/modules/timesheet/locale/es_419.po +${PYSITELIB}/trytond/modules/timesheet/locale/et.po +${PYSITELIB}/trytond/modules/timesheet/locale/fa.po +${PYSITELIB}/trytond/modules/timesheet/locale/fi.po ${PYSITELIB}/trytond/modules/timesheet/locale/fr.po -${PYSITELIB}/trytond/modules/timesheet/locale/hu_HU.po -${PYSITELIB}/trytond/modules/timesheet/locale/it_IT.po -${PYSITELIB}/trytond/modules/timesheet/locale/ja_JP.po +${PYSITELIB}/trytond/modules/timesheet/locale/hu.po +${PYSITELIB}/trytond/modules/timesheet/locale/id.po +${PYSITELIB}/trytond/modules/timesheet/locale/it.po ${PYSITELIB}/trytond/modules/timesheet/locale/lo.po ${PYSITELIB}/trytond/modules/timesheet/locale/lt.po ${PYSITELIB}/trytond/modules/timesheet/locale/nl.po ${PYSITELIB}/trytond/modules/timesheet/locale/pl.po -${PYSITELIB}/trytond/modules/timesheet/locale/pt_BR.po +${PYSITELIB}/trytond/modules/timesheet/locale/pt.po +${PYSITELIB}/trytond/modules/timesheet/locale/ro.po ${PYSITELIB}/trytond/modules/timesheet/locale/ru.po ${PYSITELIB}/trytond/modules/timesheet/locale/sl.po +${PYSITELIB}/trytond/modules/timesheet/locale/tr.po ${PYSITELIB}/trytond/modules/timesheet/locale/zh_CN.po +${PYSITELIB}/trytond/modules/timesheet/message.xml ${PYSITELIB}/trytond/modules/timesheet/routes.py ${PYSITELIB}/trytond/modules/timesheet/routes.pyc ${PYSITELIB}/trytond/modules/timesheet/routes.pyo diff --git a/time/py-trytond-timesheet/distinfo b/time/py-trytond-timesheet/distinfo index e96780c97dee..0f97ef8511ff 100644 --- a/time/py-trytond-timesheet/distinfo +++ b/time/py-trytond-timesheet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:36 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:56 mef Exp $ -BLAKE2s (tryton-4.2/trytond_timesheet-4.2.0.tar.gz) = b6c26c101c6d0200311d0b60e4e19ca25395dabff94c1cc3a8e5d8c2240726f7 -SHA512 (tryton-4.2/trytond_timesheet-4.2.0.tar.gz) = 8af4b16648d50218fb3badae745d670b927a6b881ed2f4e9943902d70f89a9c7210a39279d70ba7437618c007fc36dddc3de3dba51fcabd75d43cdae546e6164 -Size (tryton-4.2/trytond_timesheet-4.2.0.tar.gz) = 39324 bytes +BLAKE2s (tryton-6.2/trytond_timesheet-6.2.0.tar.gz) = 9aeef8a00a777566695468ac053e2c3d5d9a372b11e7c90be9bd04058785be97 +SHA512 (tryton-6.2/trytond_timesheet-6.2.0.tar.gz) = b690322a7819e9bf1d2f8d6552922aae7c0c81ce0a4edc16a320863558b37fc8b98d2f105c0fcc7bd19a3a011f2e75d203987eef0d35d84acec7e270cebba812 +Size (tryton-6.2/trytond_timesheet-6.2.0.tar.gz) = 51495 bytes diff --git a/wm/bbkeys/DESCR b/wm/bbkeys/DESCR index f909dc57ed4d..10490c8b3a6f 100644 --- a/wm/bbkeys/DESCR +++ b/wm/bbkeys/DESCR @@ -1,4 +1,4 @@ -Provide keyboard shortcuts for X11R6, specifically intended for use with the +Provide keyboard shortcuts for X11, specifically intended for use with the Blackbox window manager but usable with any. Can bind actions such as executing commands, altering the states of windows, diff --git a/www/Makefile b/www/Makefile index c72cfa4d632e..5a59f1507641 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1603 2021/12/21 08:10:11 wiz Exp $ +# $NetBSD: Makefile,v 1.1606 2021/12/28 20:06:17 nia Exp $ # COMMENT= Packages related to the World Wide Web @@ -117,6 +117,8 @@ SUBDIR+= firefox52 SUBDIR+= firefox52-l10n SUBDIR+= firefox68 SUBDIR+= firefox68-l10n +SUBDIR+= firefox78 +SUBDIR+= firefox78-l10n SUBDIR+= firefox91 SUBDIR+= firefox91-l10n SUBDIR+= firefox_decrypt @@ -799,7 +801,6 @@ SUBDIR+= py-python-digest SUBDIR+= py-python-mimeparse SUBDIR+= py-python-multipart SUBDIR+= py-python3-digest -SUBDIR+= py-pywebdav SUBDIR+= py-raven SUBDIR+= py-recaptcha SUBDIR+= py-respx @@ -822,7 +823,6 @@ SUBDIR+= py-test-django SUBDIR+= py-test-httpbin SUBDIR+= py-tornado SUBDIR+= py-trytond-web-user -SUBDIR+= py-trytond-webdav SUBDIR+= py-twill SUBDIR+= py-uliweb SUBDIR+= py-urllib3 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5ebbdcb98597..081c13bf02c2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.506 2021/12/19 15:09:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.507 2021/12/22 16:17:00 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 95.0.1 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 6e3c418d91ad..d00bc6ec1964 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.214 2021/12/19 15:09:49 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.217 2021/12/26 19:15:13 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -102,14 +102,24 @@ CONFIGURE_ARGS+= --with-system-webp CONFIGURE_ARGS+= --disable-icf CONFIGURE_ARGS+= --disable-updater -#CONFIGURE_ARGS+= --with-libclang-path=${PREFIX}/lib +.include "../../mk/compiler.mk" + +.if empty(PKGSRC_COMPILER:Mclang) +# Set path to "clang for cbindgen" when target compiler is not clang. +CONFIGURE_ARGS+= --with-clang-path=${PREFIX}/bin/clang +.endif +CONFIGURE_ARGS+= --with-libclang-path=${PREFIX}/lib # RLBox WASM sandbox .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" +# For wasm-ld command +BUILD_DEPENDS+= lld-[0-9]*:../../devel/lld .include "../../lang/wasi-libc/buildlink3.mk" .include "../../lang/wasi-libcxx/buildlink3.mk" .include "../../lang/wasi-compiler-rt/buildlink3.mk" CONFIGURE_ARGS+= --with-wasi-sysroot=${PREFIX}/wasi +CONFIGURE_ENV+= WASM_CC=${PREFIX}/bin/clang +CONFIGURE_ENV+= WASM_CXX=${PREFIX}/bin/clang++ .else CONFIGURE_ARGS+= --without-wasm-sandboxed-libraries .endif @@ -170,19 +180,6 @@ create-rm-wrapper: ${WRAPPER_DIR}/bin/rm chmod +x ${WRAPPER_DIR}/bin/rm -.PHONY: fix-clang-wrapper -pre-configure: fix-clang-wrapper -fix-clang-wrapper: -.if empty(PKGSRC_COMPILER:M*clang*) -# Firefox requires Clang during the build, even when building with GCC. -# XXX: When using GCC, pkgsrc provides 'clang' wrappers that are actually gcc. -# This breaks the build. -# PR pkg/55647 https://gnats.netbsd.org/55647 - ${LN} -sf ${PREFIX}/bin/clang ${WRKDIR}/.cwrapper/bin/clang - ${LN} -sf ${PREFIX}/bin/clang++ ${WRKDIR}/.cwrapper/bin/clang++ - ${LN} -sf ${PREFIX}/bin/clang-cpp ${WRKDIR}/.cwrapper/bin/clang-cpp -.endif - # The configure test for __thread succeeds, but later we end up with: # dist/bin/libxul.so: undefined reference to `__tls_get_addr' CONFIGURE_ENV.NetBSD+= ac_cv_thread_keyword=no @@ -197,7 +194,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 BUILDLINK_API_DEPENDS.nspr+= nspr>=4.32 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.71 +BUILDLINK_API_DEPENDS.nss+= nss>=3.72 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" diff --git a/www/firefox78-l10n/DESCR b/www/firefox78-l10n/DESCR new file mode 100644 index 000000000000..11b458d52039 --- /dev/null +++ b/www/firefox78-l10n/DESCR @@ -0,0 +1 @@ +This package contains language packs for www/firefox78. diff --git a/www/firefox78-l10n/Makefile b/www/firefox78-l10n/Makefile new file mode 100644 index 000000000000..ab0cabad94fd --- /dev/null +++ b/www/firefox78-l10n/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.20 2021/12/28 20:05:50 nia Exp $ + +FIREFOX_VER= 78.15.0esr +PKGNAME= firefox78-l10n-${FIREFOX_VER:S/esr//} +DISTNAME= # empty +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.mozilla.com/en-US/firefox/ +COMMENT= Language packs for www/firefox (version ${PKGVERSION_NOREV:C/\..*//}) + +DEPENDS+= firefox78>=${PKGVERSION_NOREV}:../../www/firefox78 + +DIST_SUBDIR= ${PKGNAME_NOREV} +DISTFILES= ${XPI_FILES} + +NO_BUILD= yes + +INSTALLATION_DIRS= lib/firefox78/browser/extensions + +FIREFOX_LOCALES= ach af an ar ast az be bg bn br bs ca cak \ + cs cy da de dsb el en-CA en-GB en-US eo es-AR \ + es-CL es-ES \ + es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn gu-IN \ + he hi-IN hr hsb hu hy-AM ia id is it ja ka kab kk km kn \ + ko \ + lij lt lv mk mr ms my nb-NO ne-NP nl nn-NO oc \ + pa-IN pl \ + pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th \ + tr uk uz vi xh zh-CN zh-TW + +EXTENSIONS_DIR= ${PREFIX}/lib/firefox78/browser/extensions +XPI_FILES= ${FIREFOX_LOCALES:=.xpi} + +do-install: +.for f in ${FIREFOX_LOCALES} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f}.xpi \ + ${DESTDIR}${EXTENSIONS_DIR}/langpack-${f}@firefox.mozilla.org.xpi +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/www/firefox78-l10n/PLIST b/www/firefox78-l10n/PLIST new file mode 100644 index 000000000000..97723d8a67bb --- /dev/null +++ b/www/firefox78-l10n/PLIST @@ -0,0 +1,93 @@ +@comment $NetBSD: PLIST,v 1.4 2021/12/28 20:05:50 nia Exp $ +lib/firefox78/browser/extensions/langpack-ach@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-af@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-an@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ar@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ast@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-az@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-be@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-bg@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-bn@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-br@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-bs@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ca@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-cak@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-cs@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-cy@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-da@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-de@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-el@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-eo@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-et@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-eu@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-fa@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ff@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-fi@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-fr@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-gd@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-gl@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-gn@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-he@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-hr@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-hu@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ia@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-id@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-is@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-it@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ja@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ka@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-kab@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-kk@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-km@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-kn@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ko@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-lij@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-lt@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-lv@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-mk@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-mr@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ms@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-my@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-nl@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-oc@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-pl@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-rm@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ro@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ru@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-si@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-sk@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-sl@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-son@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-sq@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-sr@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-ta@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-te@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-th@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-tr@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-uk@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-uz@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-vi@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-xh@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi +lib/firefox78/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi diff --git a/www/firefox78-l10n/distinfo b/www/firefox78-l10n/distinfo new file mode 100644 index 000000000000..622d7fb4fced --- /dev/null +++ b/www/firefox78-l10n/distinfo @@ -0,0 +1,278 @@ +$NetBSD: distinfo,v 1.22 2021/12/28 20:05:50 nia Exp $ + +BLAKE2s (firefox78-l10n-78.15.0/ach.xpi) = 5316e2c368db00854c66d6eb9452488996761fe6201f657186bd470137c0381e +SHA512 (firefox78-l10n-78.15.0/ach.xpi) = 658884e108ad3d1b71353742dffc2e4b205ef1212d12dccec75a9f014f151237a34052f78a797975fedb33ab530bd78aea5d1f0276d00fc3177015743b76d17e +Size (firefox78-l10n-78.15.0/ach.xpi) = 460291 bytes +BLAKE2s (firefox78-l10n-78.15.0/af.xpi) = 1054491722ae3a1a87c48e8da8762692ee92ae19ab7a744ace028bd99e1a723c +SHA512 (firefox78-l10n-78.15.0/af.xpi) = 5a6558244c174d9d225c3cf3f6f74b9c4c418bae41ef2b7b3d804dbc92ebcd1b2191082909a000bf6f544771c2d04ade7003c16e58fd96272233168d1f6d82f5 +Size (firefox78-l10n-78.15.0/af.xpi) = 428349 bytes +BLAKE2s (firefox78-l10n-78.15.0/an.xpi) = 30b18df2fbdd686c9ea731ef19c3bab407e3792f927f22ddeb8d0097c4aea47f +SHA512 (firefox78-l10n-78.15.0/an.xpi) = 1ab2d37cc19377234d82cd5d85ad963ce0f14875ab94f5e093d7546375b09873c22cf9ba8c7df23cc42baa8075e060e773d7de1a9e730361d9f77c9ca6d326be +Size (firefox78-l10n-78.15.0/an.xpi) = 508374 bytes +BLAKE2s (firefox78-l10n-78.15.0/ar.xpi) = bb3d6d4d345405b198922e6d4fa55e3e69b82b71182c6fc4a75b079ceb9a3887 +SHA512 (firefox78-l10n-78.15.0/ar.xpi) = bd8dd8d5f9e83d61a2c9f7a2e2ad08c4b7f9cf7b901505a02839269e43254e7bd23a6f31e3b5153626956d162eac0c90a75b1612314c2b00b39514f54c1955de +Size (firefox78-l10n-78.15.0/ar.xpi) = 560963 bytes +BLAKE2s (firefox78-l10n-78.15.0/ast.xpi) = 83bba075cecddb98c227ab70c9c35b846c154fd60fe3336974e70ca9a2540b8e +SHA512 (firefox78-l10n-78.15.0/ast.xpi) = 98e1da4d1698eeeb09ab8f5d84985c58ab07b284a243bdcbf059e26a000b350877a95643c000675e7e727930387f6fe56a9f6075f0fd21355e54fcb180d60527 +Size (firefox78-l10n-78.15.0/ast.xpi) = 456393 bytes +BLAKE2s (firefox78-l10n-78.15.0/az.xpi) = 5cef84c47e5ef3040f865f380fb630ea73fd626876b667560389f7e793e07b4b +SHA512 (firefox78-l10n-78.15.0/az.xpi) = be57170b0ecc5570c590583e67f0da1dde294782156e02ffec7327eec8880d5209e5e275aa50d8196736831f7b8661bd10883af3500a120b51f31132ee24347b +Size (firefox78-l10n-78.15.0/az.xpi) = 497435 bytes +BLAKE2s (firefox78-l10n-78.15.0/be.xpi) = 0b8d4cf7c38209db384e91266f55f0fb82f28db075dafd795416b3309d79eb0c +SHA512 (firefox78-l10n-78.15.0/be.xpi) = 40cf8dc45ede54953d479b87984c4896f8b7a0858358ea20622eba730d630703077b79cb6ef29b12bf3dcb16ffdec28a4e15e9a97a60a22ca54976fdcabf8b62 +Size (firefox78-l10n-78.15.0/be.xpi) = 608650 bytes +BLAKE2s (firefox78-l10n-78.15.0/bg.xpi) = ac1e22fb566c28426e7f2afb1381c24642c747f63cfc37df41e29f1c3331c3e6 +SHA512 (firefox78-l10n-78.15.0/bg.xpi) = 892acbbf4798472de19c1dc73afa298fde43d04a4d2f2d7aaf402dcad5d13613ff73a31b1846e62913c384548bd11b02cf8af377c3990646f0b118186f3c0e1a +Size (firefox78-l10n-78.15.0/bg.xpi) = 553981 bytes +BLAKE2s (firefox78-l10n-78.15.0/bn.xpi) = 57beba05c83e726a393e301128097710c5ea9bf9e27fea0783111104f66be04a +SHA512 (firefox78-l10n-78.15.0/bn.xpi) = 1dc4049e28c889cf125b1afb875cd3de5bd1566e7232fdc70d45fc4ce8f16f7038ba26e83217373c43370b532be10a5849b7936dcfa0eed90c04595454fbcf38 +Size (firefox78-l10n-78.15.0/bn.xpi) = 572624 bytes +BLAKE2s (firefox78-l10n-78.15.0/br.xpi) = a5b443ab81c8975feea37a19862c0e518be7c2f395dcb9405f7053e978ddae90 +SHA512 (firefox78-l10n-78.15.0/br.xpi) = 996926e66df562b7b0f90be6f3ade8016c3e251ac551ecd261d65838b5d8d1b45f5f1db95fb900f95b7de694ee583d6c1715891e40efb4dd7ef5ca4e30dd284f +Size (firefox78-l10n-78.15.0/br.xpi) = 507132 bytes +BLAKE2s (firefox78-l10n-78.15.0/bs.xpi) = 37577302c9fb542e12987dc57fc5ace52c3ad547ee00d79b8d8141f715c37a66 +SHA512 (firefox78-l10n-78.15.0/bs.xpi) = 8e3addb3d54cf5f80152743071486987b51cd1b7b6a63d972cb4a1f54611c453911ac1879ce1ba9d17e651c6917c2f136aae7e13f7eb06965fce69d6787d664b +Size (firefox78-l10n-78.15.0/bs.xpi) = 463812 bytes +BLAKE2s (firefox78-l10n-78.15.0/ca.xpi) = 3e02eff4bdedb52164e07105a19ac77763729b201bb80289ad3fd7e52543191e +SHA512 (firefox78-l10n-78.15.0/ca.xpi) = 6c59dd2ae1bb8f7752f5622c7bd1878401ed9a9e77fe951a574d794ed4b8850b0e4372770865ae7b58272e18eca5e5b60a0c1bd65297eb6188ea2dcdbd588c6b +Size (firefox78-l10n-78.15.0/ca.xpi) = 514173 bytes +BLAKE2s (firefox78-l10n-78.15.0/cak.xpi) = 2559cf2f826ab0f8f3906ca3d2ea49ceb7ccc174e9590e95a134a37c4f93ca16 +SHA512 (firefox78-l10n-78.15.0/cak.xpi) = 63278d57ef78c2ee9ec582915ec7cb21419d32d27b074c56685f1d9475fca4826ad5ec8ebe2077d52d38723bdffd621a989cbceaacaeb9d83fa203a255310c12 +Size (firefox78-l10n-78.15.0/cak.xpi) = 551549 bytes +BLAKE2s (firefox78-l10n-78.15.0/cs.xpi) = c4a6896e835297ffc3525d23f04554c2048ddbc1e27971643bf000b01a8374e5 +SHA512 (firefox78-l10n-78.15.0/cs.xpi) = fcc01a943acf149abd36267338e0262d79627207e5198038c65e6b207f538961ef2b4bacb3df14d6e1dee62431ac36165d559026c22634d13b7cbaa250825b64 +Size (firefox78-l10n-78.15.0/cs.xpi) = 540318 bytes +BLAKE2s (firefox78-l10n-78.15.0/cy.xpi) = 5d2be41a95c103a217494deb2643d8c6dba7a5f1a2ddc65b488414d1b1a7f76b +SHA512 (firefox78-l10n-78.15.0/cy.xpi) = f0a78ac4feec0406017bb73681dd1a2da3d1492f518717ee5eb4e1762b986f229e2a3ca8d2a3377b620efe1b99189d556a15833728c5bd9d53b840f76469e43f +Size (firefox78-l10n-78.15.0/cy.xpi) = 530705 bytes +BLAKE2s (firefox78-l10n-78.15.0/da.xpi) = c87be95925b643f893a0d01548df23790ef84a07c1474c89be2513244aea6921 +SHA512 (firefox78-l10n-78.15.0/da.xpi) = c51a7107fc7af4ed366502a397d4e895a97ab74527eb0d686997652b643bd19935771a2023196122abb9e399a328bff2963fa18cf656f809811985d85d25c2a0 +Size (firefox78-l10n-78.15.0/da.xpi) = 520287 bytes +BLAKE2s (firefox78-l10n-78.15.0/de.xpi) = 1dd7029b967cc1548a6e599cfa53281d3f59d63c8f7123a19c5951e299e48b16 +SHA512 (firefox78-l10n-78.15.0/de.xpi) = bc4dbf02d1dd9a67b12d541208ce4cd8d69728cd21dc86a969293866f463dafef45acdb081b45438c71b972c1c07f3e21300e25e2052b826d5a58faebb3287ae +Size (firefox78-l10n-78.15.0/de.xpi) = 542857 bytes +BLAKE2s (firefox78-l10n-78.15.0/dsb.xpi) = bf9c0e7e29f454c734bdb13310e4561d571c52faf96dfb5efcf49c938d62a085 +SHA512 (firefox78-l10n-78.15.0/dsb.xpi) = 7bcd4216ac903618e863b1278e774a4275298c33ddfab753983c0b41f4d5c994c53c8a2107cc64f0e0feeb8917affd1ea56f72084c311e06f4b1c500cce04dc6 +Size (firefox78-l10n-78.15.0/dsb.xpi) = 554277 bytes +BLAKE2s (firefox78-l10n-78.15.0/el.xpi) = f95b4f7cb86c18329ef3e3cef35b5f3af8c1bacc732275e4be2cb5950a51490e +SHA512 (firefox78-l10n-78.15.0/el.xpi) = 80764ac9a87487d0cefc8e930964c0818adc920a64e294b11390f3e0ffb4474b4e10bd8829687b8abff69e7b4d8b07bf26f39523fd441817e75b9620b37b60e9 +Size (firefox78-l10n-78.15.0/el.xpi) = 626574 bytes +BLAKE2s (firefox78-l10n-78.15.0/en-CA.xpi) = 8813739ca7841c956b9801046dc70ac1f8a4835b2365f5d44be2dd73175423c2 +SHA512 (firefox78-l10n-78.15.0/en-CA.xpi) = f271f32cfcf895396c754d701a8468a23bf87c3d7915b491e0c737ae6e4b1b4b0695359d8501e1fc912b23e9f810537dc59fc98725538ea380313ba8a022fa22 +Size (firefox78-l10n-78.15.0/en-CA.xpi) = 497736 bytes +BLAKE2s (firefox78-l10n-78.15.0/en-GB.xpi) = 872056fbcd546ccfb4bb8a2debe9da6d8eebcc1aa7a0a19f5cd2f97420b05899 +SHA512 (firefox78-l10n-78.15.0/en-GB.xpi) = e81b811424724bd984c8a3e1e353a711f01532704e938cb659075f28e4784e353626ec13b8d90c5747dcde2b01cd9114d66e89ddc0612fb68dd4a0af62cbe547 +Size (firefox78-l10n-78.15.0/en-GB.xpi) = 497581 bytes +BLAKE2s (firefox78-l10n-78.15.0/en-US.xpi) = 1688c0e5a67f7aee88d7b5e5273816d04d85670fa7bf4502150fef4281e23361 +SHA512 (firefox78-l10n-78.15.0/en-US.xpi) = a3715371f6ffc8b07166bf4d03459cdee6df2d9abc1a9f3ebee29427bb56709bf02b3b84b5b3ec405ef23d2b1006209dda9c32e485cf0a8369fd289b0bf58a98 +Size (firefox78-l10n-78.15.0/en-US.xpi) = 469429 bytes +BLAKE2s (firefox78-l10n-78.15.0/eo.xpi) = 17aacdd573d4e9bc0279ae10515ceb1446b461ac3cf05bcd40899041032da861 +SHA512 (firefox78-l10n-78.15.0/eo.xpi) = 7c01141a2c727e6d19ba26de71146413f2a05c876979e769a8f7cd1f8881d509897baf51f987399cefe9f1f8d5289fe817801e161f088c3417ebf12484e2330d +Size (firefox78-l10n-78.15.0/eo.xpi) = 525738 bytes +BLAKE2s (firefox78-l10n-78.15.0/es-AR.xpi) = 92c229196743587ef908e8331294626202af715a5adc431416cdd42d47eba13c +SHA512 (firefox78-l10n-78.15.0/es-AR.xpi) = 5e75693a71f1d72becd4b7cd90ff5dc69ff99b4f5a56df8488b5f6eb97f1087fc605fc41f58500f77a8f6e31a569f9ff6e7187e9b1aa7429bd3e819648044aa6 +Size (firefox78-l10n-78.15.0/es-AR.xpi) = 535802 bytes +BLAKE2s (firefox78-l10n-78.15.0/es-CL.xpi) = f072df6c2f560c04be456fd8a07783b90e9492ee64ce38b053b2aad9255925b2 +SHA512 (firefox78-l10n-78.15.0/es-CL.xpi) = 7cc4cce94ff113d4506fdf520c2627ab5940d3f7e5aa1436b2fa115edcf067b3b43a6b327d57d9fb15046f02bd77588d5bdc2cffff91d3aecc27bb9bbaab943e +Size (firefox78-l10n-78.15.0/es-CL.xpi) = 535355 bytes +BLAKE2s (firefox78-l10n-78.15.0/es-ES.xpi) = f04d9c5156815119d8c995258862dc78c72e101b24943cf0935c0dee78524c0a +SHA512 (firefox78-l10n-78.15.0/es-ES.xpi) = cff7f515acb3bb8f16782450a99559da5280eee1fe494da56e411d543264c21d5f53201a192433b70ec73b9c1fca48273723658232a3c484efc6ed585553b4de +Size (firefox78-l10n-78.15.0/es-ES.xpi) = 522704 bytes +BLAKE2s (firefox78-l10n-78.15.0/es-MX.xpi) = 33932c80629387c074e989949511a34f3108f9a8ee1fd3931c55363a69852401 +SHA512 (firefox78-l10n-78.15.0/es-MX.xpi) = 0f2ac40ababa097775c01952df46500c91e829a2e2949f8a21ef0d7e1a1dd86db2135119ff27b625ca580b75e72f1de4fc7f204496d73bd848b77c6b281fea19 +Size (firefox78-l10n-78.15.0/es-MX.xpi) = 532291 bytes +BLAKE2s (firefox78-l10n-78.15.0/et.xpi) = 612dc775290c0ffd4dd1999b5f02642215bab72093626469e626247ca4577f7a +SHA512 (firefox78-l10n-78.15.0/et.xpi) = caf242a5db8d0da82f4cecc0247b4b8b41e4802ed3a1961859076e980c8fa82adc228b63ba8c6513a3a558c6f516351170ac087838838baf7501993c0cfd3585 +Size (firefox78-l10n-78.15.0/et.xpi) = 485228 bytes +BLAKE2s (firefox78-l10n-78.15.0/eu.xpi) = 1400480c9991bcf00455b9272171f76fbb163f8331e9728a409bd321e38b2b2d +SHA512 (firefox78-l10n-78.15.0/eu.xpi) = 09ad22e3d90be142451aa5299a532099164c5900cd8999569597f2c74d7a2dc811c35cdc3f4e5d1ee4d31422f1968134bef272f72579fce73ddf7438718cbdf0 +Size (firefox78-l10n-78.15.0/eu.xpi) = 505889 bytes +BLAKE2s (firefox78-l10n-78.15.0/fa.xpi) = cb864bf07443d9a880fd697fe77fc63999e32eaa2e6b7ab27c811d11ba066d83 +SHA512 (firefox78-l10n-78.15.0/fa.xpi) = bb7586c02c8f57d9268ae343cff895cc5144048dec50a35e8fdf62bae3d2f6984de7bd933bb1d63bc5c25af4d985b0ec39ce30e5f4e0c41ca6263ba9735462d7 +Size (firefox78-l10n-78.15.0/fa.xpi) = 538914 bytes +BLAKE2s (firefox78-l10n-78.15.0/ff.xpi) = 6b6453e0926ce5c04a2af3c9fafd50e6f14bcf1ca7d3a932bc0e2504ac8e8b2d +SHA512 (firefox78-l10n-78.15.0/ff.xpi) = da9c1232db5d8e8c49df94e63e5a4d2ecddc531270b707c9cd469684db716ef541aecc9cce06bdbb231a67d941b941e18836de69df273b57470e5648caea9963 +Size (firefox78-l10n-78.15.0/ff.xpi) = 481609 bytes +BLAKE2s (firefox78-l10n-78.15.0/fi.xpi) = 91c36a63b101fb086ea902b661c980c1141e7a619fd73a344da5b3027c7b6dd8 +SHA512 (firefox78-l10n-78.15.0/fi.xpi) = 40558949723d9f9b14b7af74a3a32b205ae864994ceac7d5b00793e54392989d21621997e2377995fb55d7e9e298acf13b4623c22553555caed639826c868b9a +Size (firefox78-l10n-78.15.0/fi.xpi) = 517920 bytes +BLAKE2s (firefox78-l10n-78.15.0/fr.xpi) = 05f6114b362972f5c2c699740661de037255cb07318ba4ffe6670f252fde3a0b +SHA512 (firefox78-l10n-78.15.0/fr.xpi) = accafe3c065ad24ea4ede7f4fd5d1c90a65332de9607cf27a2f5c5b7c8117072cf9eb8ae2f54ca4733f1d9718f0ef6e4ab700ed016a871390b47756ad43578fb +Size (firefox78-l10n-78.15.0/fr.xpi) = 545891 bytes +BLAKE2s (firefox78-l10n-78.15.0/fy-NL.xpi) = 65e4a0906ff6df8aee7b930fe3bfde250e0e77ff32645102db0264f76a1960c0 +SHA512 (firefox78-l10n-78.15.0/fy-NL.xpi) = 1c9eb0d408fc6331cf7f1567b10f3421852066c7e034488416e1bf40c886c4803c9de8ab447d8fa9e8dd07dcc46f1fd910b96d3932ede58de1e3d7832766153a +Size (firefox78-l10n-78.15.0/fy-NL.xpi) = 532480 bytes +BLAKE2s (firefox78-l10n-78.15.0/ga-IE.xpi) = 6d92a5f8e1bdd8396d3d8e14217e15ac535a65fa0289956628d81af83b46f630 +SHA512 (firefox78-l10n-78.15.0/ga-IE.xpi) = c164f7eab1b1f02829fb4b673003a445aea22040be4e0fdf1ae831e1097e4fb397baa243e6f4f90b6d4013ef8e77414021f8e13a36be9bc4fa03a5d483aa29f4 +Size (firefox78-l10n-78.15.0/ga-IE.xpi) = 466882 bytes +BLAKE2s (firefox78-l10n-78.15.0/gd.xpi) = dc7e6f9cf2e738492940a15e6b1f8cb5df55ed545e85549e43c7fa25dfff2b12 +SHA512 (firefox78-l10n-78.15.0/gd.xpi) = 0c7d9500936f717b9ce0d5f686edf2ee3f7a10bf47adb584ff3bd510e96b8e9a35a8000cbb0681d78737100f736778cfe08614a870badfcd8d1562106cd1c4e6 +Size (firefox78-l10n-78.15.0/gd.xpi) = 491886 bytes +BLAKE2s (firefox78-l10n-78.15.0/gl.xpi) = d0fdaa7562a50770f698d418ae0f500945005354b294b1042cf475d8903fab6c +SHA512 (firefox78-l10n-78.15.0/gl.xpi) = ce917952b0cf121e9ecdf61bc843424412cc67dab4ce629e16a7ec521fbba8913e1c0eadc0a2e4726409f7b30ef597956c5d9c75a206069ba997860a2ff341b4 +Size (firefox78-l10n-78.15.0/gl.xpi) = 528413 bytes +BLAKE2s (firefox78-l10n-78.15.0/gn.xpi) = f2a383faab3e5ca0793cc6bfdc312675b19cd9dea8ccc3eda214c34e32b7211b +SHA512 (firefox78-l10n-78.15.0/gn.xpi) = 67b98272b497a6f19c62fce2685a7d9a3bdca7676b3300a31df827f6b6965f94ddd3a74082a88f5b3811099349bc1e5e196ca1be076f3f0816615af592b269e6 +Size (firefox78-l10n-78.15.0/gn.xpi) = 546462 bytes +BLAKE2s (firefox78-l10n-78.15.0/gu-IN.xpi) = 6aacf2cbb9bdb483a90f152ddacdb643bb807f59490098020190ab7e7541df10 +SHA512 (firefox78-l10n-78.15.0/gu-IN.xpi) = b2ece43e4a9f1de9546659bd4b7c2585e3dd6dee9dc6eacd254dc575ae654ec9a98b6ce2d69df3a4cb6324dd356c79aa1295a8ed84d0dac6001710b76dab262d +Size (firefox78-l10n-78.15.0/gu-IN.xpi) = 541439 bytes +BLAKE2s (firefox78-l10n-78.15.0/he.xpi) = 312f412a46466694ed689685c7550481d4a76270749c62c03ad13e283db80fc0 +SHA512 (firefox78-l10n-78.15.0/he.xpi) = 84469a220e80ce2c07d2d1405bb4a2e0ebb1525f66986faa5c248c23cfdd1752501302db872cc0df3646818993f0d5f7532012b9b84ae5728601ff86be84bcfc +Size (firefox78-l10n-78.15.0/he.xpi) = 545596 bytes +BLAKE2s (firefox78-l10n-78.15.0/hi-IN.xpi) = 50dbce30d94cd9fd89854db58f504259ccb355cacefaf3b75b2c26c46d778178 +SHA512 (firefox78-l10n-78.15.0/hi-IN.xpi) = 4003a2dee98feeb7918fb79a0ef3a520ab0390f855ab79c849caa903f98f386fe12d304c9b9cbdc6f82ccd04ee56248b3fa6fb749bfe3f05158d4d5726dd9483 +Size (firefox78-l10n-78.15.0/hi-IN.xpi) = 567856 bytes +BLAKE2s (firefox78-l10n-78.15.0/hr.xpi) = caf69515a0d5be17b756948451c39eea524cc4386902a6db4502a80d4cdf74f0 +SHA512 (firefox78-l10n-78.15.0/hr.xpi) = e0786b89d64544d7d3a7a8fd046136975bff31fb2bcaa8cd0c6f5b92a74242ebaf82dd0b3c2d98f65d1a6977dea27cadc8d2fe74c135b4aa0d7d65254d10523b +Size (firefox78-l10n-78.15.0/hr.xpi) = 522685 bytes +BLAKE2s (firefox78-l10n-78.15.0/hsb.xpi) = 186ba89ab251c1dc0b922a08d3a12bf718b92da8494c931c36eed70670659a09 +SHA512 (firefox78-l10n-78.15.0/hsb.xpi) = e55dabbf2349e21960306f4af29b8f3f6b04f3cdc47f186a152345549ee55f5c89b4936bdcc4e3197f9ac80db034998abb88debb6ffb56956fdf59dfb9b722a1 +Size (firefox78-l10n-78.15.0/hsb.xpi) = 550658 bytes +BLAKE2s (firefox78-l10n-78.15.0/hu.xpi) = c9e7dd3df0a807acc3319de4e5e632ba8de8c715aa8cf10ec435621b841888db +SHA512 (firefox78-l10n-78.15.0/hu.xpi) = 85a386684c7d839604d0bdb5ed8f29a23e844abe02646c8baf5335213bb518cca50b355e6c05e688de45370d419df2186ea823ac62a0f1b25839e93094e8a7c2 +Size (firefox78-l10n-78.15.0/hu.xpi) = 554889 bytes +BLAKE2s (firefox78-l10n-78.15.0/hy-AM.xpi) = c2691b46e544ea89ef25b32ce775c286b4ce0609192134983f5e1a8503facd6c +SHA512 (firefox78-l10n-78.15.0/hy-AM.xpi) = 3140fc1edd3ed2d896b8cda791ecef01b478461137ad24cbba76eac7dcc25eddefdcae54ca9d343fbd21ebdab02b6eb99267ed344ac76ee6ee77ea0182f75fd5 +Size (firefox78-l10n-78.15.0/hy-AM.xpi) = 588989 bytes +BLAKE2s (firefox78-l10n-78.15.0/ia.xpi) = 77d0dd777b9bfc1a071a5384f5574a596335f785650ea8c8b87bfb3d879aae26 +SHA512 (firefox78-l10n-78.15.0/ia.xpi) = f22c9fa17e5824687b43c706b4ceecf3d0a045fbbbef64473a940b83af7478d6d82259f37eeb7eb4bf31fae3e2949e40ffecb2621b1df1a48879156c379b7518 +Size (firefox78-l10n-78.15.0/ia.xpi) = 518827 bytes +BLAKE2s (firefox78-l10n-78.15.0/id.xpi) = 2632df8bd82690f07317efeaf66343b303694c501254d2e046a7d4104fb39ee9 +SHA512 (firefox78-l10n-78.15.0/id.xpi) = 2ccc502b0add7aec35d7c57646e77a45e9c1706722cd3efa6d25f7900a6825f0ca9275b0dab44505a753cc9699b6db084a245f93ae0b99360cb17394caab0d2e +Size (firefox78-l10n-78.15.0/id.xpi) = 509567 bytes +BLAKE2s (firefox78-l10n-78.15.0/is.xpi) = 0a5b2c4003a4dbaf120d53d85c2a406d978ee69ff87600a44d6acaf82c7a335d +SHA512 (firefox78-l10n-78.15.0/is.xpi) = 23b8525a38e041014319b963bd53b14931875f262337400e15b82cb4474eae4e780777477050cd2c47397289d6a8de6d68f84d101dc8291a2c3cd7bbd2762109 +Size (firefox78-l10n-78.15.0/is.xpi) = 477027 bytes +BLAKE2s (firefox78-l10n-78.15.0/it.xpi) = 765ab7c45470ce30723b8f6eb5e59c983d276f1f24d505d998576fad746a1e7a +SHA512 (firefox78-l10n-78.15.0/it.xpi) = 3d022d1a8f4a03ce6d09e75add139d06688b3bd2fd85dda7baf3c2777b21ed7df23e9c8abdac88fe5ef8d8428079ff92f95f2479712c4f29d03e7a08142159b1 +Size (firefox78-l10n-78.15.0/it.xpi) = 449809 bytes +BLAKE2s (firefox78-l10n-78.15.0/ja.xpi) = 125a1414647c6540c157be2ad3c8fd0736784de8821e8110e67ecc7a4a5e5b86 +SHA512 (firefox78-l10n-78.15.0/ja.xpi) = 639c8d4fca6ae1c9c7f9ae2c23572036f5806d9061209ab6069c8a42af5a4d9d2866a32b8b8efe0ab337de9c881058a751832d461d21f64d2d1b9cfb57cef031 +Size (firefox78-l10n-78.15.0/ja.xpi) = 578195 bytes +BLAKE2s (firefox78-l10n-78.15.0/ka.xpi) = fbb3ebc9927b1d9bf1e604d9846b3b4b5930c01458880365ac9ea74960aaf55d +SHA512 (firefox78-l10n-78.15.0/ka.xpi) = 08dff752c5e01e5890e51be005290dc6c4c529313bf3130a7176b80257c55800c5b65958d511ee12f1445f66f05e18d801182ddd6c62d3273c48168c604620cd +Size (firefox78-l10n-78.15.0/ka.xpi) = 579100 bytes +BLAKE2s (firefox78-l10n-78.15.0/kab.xpi) = 37a34ab2c36346ef1b636b3038e4f67620ba6eeed22fe8f3afeaa782a49147e4 +SHA512 (firefox78-l10n-78.15.0/kab.xpi) = 1403fe0ae46b0897d9fd3b404a55198b7fe82b833b84302aff7c4e6387ca835a9e2ed38503654a23bc3346d740f052c7f3466ff6bf01e0f5a7ad21f24a0a4511 +Size (firefox78-l10n-78.15.0/kab.xpi) = 539736 bytes +BLAKE2s (firefox78-l10n-78.15.0/kk.xpi) = 56ac851179c07ebab0c1d209ad7f6cecedf2a7550fcb3885fcdfcb0210f256aa +SHA512 (firefox78-l10n-78.15.0/kk.xpi) = eadb53c8c20c1f7e6daf38cdad08304811fc84672918a0f523578230df143663c93558da2e6d537c07ce695dd684f5056b7be267d2b8c932548c14da398b916f +Size (firefox78-l10n-78.15.0/kk.xpi) = 593258 bytes +BLAKE2s (firefox78-l10n-78.15.0/km.xpi) = db338d5ac5ab5aa6ca770b7f49443a94d226fc02a1f549d6a80f936f61ba50af +SHA512 (firefox78-l10n-78.15.0/km.xpi) = af132c88305a329ea97c6300fe7e2a47cea880a13603153237e4aafef9aaf1d08ddeae650e81ddd4ecfadd3e679ae6eae6a5ca4d67cabc404ae98ebe1ba786f1 +Size (firefox78-l10n-78.15.0/km.xpi) = 527376 bytes +BLAKE2s (firefox78-l10n-78.15.0/kn.xpi) = ece56e8da2e19c8c30fe279ac34d45e7a1490463d9ea6ef367c5e5995023250a +SHA512 (firefox78-l10n-78.15.0/kn.xpi) = 80d4663f71223bd820a3f881dc6f3cc50df3845442d05923bfd6f55d105907f67f6402ed051dea6ee1aa89d2ac615f9108b0a9b4c0915dfff3171594b5137bae +Size (firefox78-l10n-78.15.0/kn.xpi) = 506751 bytes +BLAKE2s (firefox78-l10n-78.15.0/ko.xpi) = c788bf55efac6ce2773f825157fda02a8c0f854b3a70336940cc78c20d3316bb +SHA512 (firefox78-l10n-78.15.0/ko.xpi) = db9ed3ebc3b5460582c0e2d7f4084b262064573a8e696e63477f64b91c64a29b0d8f992a663e92f0fd750f4d6417d27c7521478bab12767400b64a9f542c9999 +Size (firefox78-l10n-78.15.0/ko.xpi) = 567521 bytes +BLAKE2s (firefox78-l10n-78.15.0/lij.xpi) = 465aca6cb178e3ca6c8c824dad529aff1619c2fd3a8e203f47f285f9636ab9b1 +SHA512 (firefox78-l10n-78.15.0/lij.xpi) = d9b21f5092bcf5aa42343ca066bce186dd4e6177738ed43abe361f455eefbf9caa03260fcc420900bb7070e330d8cae7ed6d570b4ddba204d987c2bb4951c1b5 +Size (firefox78-l10n-78.15.0/lij.xpi) = 475234 bytes +BLAKE2s (firefox78-l10n-78.15.0/lt.xpi) = ac0b18aca38f1766428a295b125e11e60168bc652d988d28d70ba1150af091e0 +SHA512 (firefox78-l10n-78.15.0/lt.xpi) = d4cbada50d2c23ec2a59757c147881d2bbb037a7af430c78ba7624e3305c0a660e23630ce5eb1288f1104001060279b35c563556d08a011bb4b79e94532bfc2e +Size (firefox78-l10n-78.15.0/lt.xpi) = 540698 bytes +BLAKE2s (firefox78-l10n-78.15.0/lv.xpi) = d54ef7a0b8de9a7d88ecc020348e8f55c8b2c92473e99d2d73b24baf5022b9c7 +SHA512 (firefox78-l10n-78.15.0/lv.xpi) = 17c8fb8e2e8f73a8be2fb716ac6f0d212dcd3c429396814bd9e5d1068b9d762e25e23e687d0c29a4d08e8a869105eb93c8eba7607dcac0ff66d0b0ef20615c59 +Size (firefox78-l10n-78.15.0/lv.xpi) = 467457 bytes +BLAKE2s (firefox78-l10n-78.15.0/mk.xpi) = 03b79b75ab238e9971390b140c9381b0945f7c6383bc7559a2890b79a7854f43 +SHA512 (firefox78-l10n-78.15.0/mk.xpi) = 998ad4800a3b3f1a8e6172ffef72889cc0d7568fdbfe1d7cfa4c7c1e07a61185216efd4b67975d8426f9c2e9aa1cdc08c5157b47484830cd559fd64663d4cb56 +Size (firefox78-l10n-78.15.0/mk.xpi) = 460030 bytes +BLAKE2s (firefox78-l10n-78.15.0/mr.xpi) = 70fe5978e1b8a5631186ea4fcbfe7c44817cdeab133ee7f4ba407afb0d5cd166 +SHA512 (firefox78-l10n-78.15.0/mr.xpi) = af7e3b74f719994c80cdd8040b0f99ce89b50bff1c16f0669dd8a20b6bed258c94364d6c7d4da1e84bd61ef549baae4a9ed468cca455114487b7bcbed8fedf72 +Size (firefox78-l10n-78.15.0/mr.xpi) = 541585 bytes +BLAKE2s (firefox78-l10n-78.15.0/ms.xpi) = c3d64d7191c7ccc531bf3a3bc991255f559056b99e851c6abaaa56f45c22b7fe +SHA512 (firefox78-l10n-78.15.0/ms.xpi) = b4b66bf61e3a328edb7639cc2ac6c96657812519258fe17e5cf7aa15ffc6022da63100267ff2d6fcd4ce4b42217de5909446a5f332a23e18bbdefec2cdfd69a5 +Size (firefox78-l10n-78.15.0/ms.xpi) = 453055 bytes +BLAKE2s (firefox78-l10n-78.15.0/my.xpi) = 119dac28f57a6f33415c3d71b31f244cfa607722145dba37ca3fbbab77b60dea +SHA512 (firefox78-l10n-78.15.0/my.xpi) = 2393ecbe357dda4f259efcd12621cd83a51fb940d804a3c9147b0ce6544b0287803f15ec7db4cccaa51b9437c629532100bcecb13da3edec1c760d8707500cc5 +Size (firefox78-l10n-78.15.0/my.xpi) = 526328 bytes +BLAKE2s (firefox78-l10n-78.15.0/nb-NO.xpi) = 53e50e46e96e44669ab79a5ac095b388b47c15a631e031c4070a3c644e0ad420 +SHA512 (firefox78-l10n-78.15.0/nb-NO.xpi) = 18ec77573b16a5f77c23979ed4aad58ca8f14d6446a118ab43b9ef9fd28cd1b7a2ac5b91804cf480ee9b6a7e6b76f2cdc25d4986bba2823228f8f8bcc7a39817 +Size (firefox78-l10n-78.15.0/nb-NO.xpi) = 518524 bytes +BLAKE2s (firefox78-l10n-78.15.0/ne-NP.xpi) = cb33e6e8f4bb0ee9b737dcfa8f9ed0e2654f863ba2e2d1f5490f6744a075a9e2 +SHA512 (firefox78-l10n-78.15.0/ne-NP.xpi) = 33895cd35b1c3109345d65e3fd0850206c6ab073e2b92a59ac187724e875d58e85b7ef82cdb76389413b6dd143422e44a4be192cd6762f8f51628a00ea610e31 +Size (firefox78-l10n-78.15.0/ne-NP.xpi) = 483408 bytes +BLAKE2s (firefox78-l10n-78.15.0/nl.xpi) = 0d069d93c78e1a59907598447fb8c097975b72eb69ba0a879ba3903104f39b95 +SHA512 (firefox78-l10n-78.15.0/nl.xpi) = 5583088332667fe3e9445660e53a4f36b3f18a5a81641a5321dc3229c27858861dee096898b7a474b270d6f3896d13ae6ad3910360a17331a76106919b29842b +Size (firefox78-l10n-78.15.0/nl.xpi) = 526200 bytes +BLAKE2s (firefox78-l10n-78.15.0/nn-NO.xpi) = 040b22f75fbbe8462a8d6bf20304d822ba24e951d211fb9e92fef134896a53ae +SHA512 (firefox78-l10n-78.15.0/nn-NO.xpi) = 0da81d10367b4e3352c2297fbebeac174802edcd4018ef53adc2f364e7a18fd4c30ad9bc1dbd7e585c73bd88575fd8f7c17267ed4d044df62b78b6c280be324f +Size (firefox78-l10n-78.15.0/nn-NO.xpi) = 520162 bytes +BLAKE2s (firefox78-l10n-78.15.0/oc.xpi) = 649c2829a1022cb3b5eac98dc5a37fd588a8f84cff17d4144f673186dec106f7 +SHA512 (firefox78-l10n-78.15.0/oc.xpi) = 90b1ccdf59f2c92f5e69fe61f41ecc2a1431a1d356b9cd845e05a82f7b7d37ef399312178bb9e858f34a9108baceb75d932ccb93573ec2a28b6f2a922e2893b8 +Size (firefox78-l10n-78.15.0/oc.xpi) = 542155 bytes +BLAKE2s (firefox78-l10n-78.15.0/pa-IN.xpi) = afd91f3b7922ba1d15a60c22561bc57b4f54099c99eed02ccc9433c67c65c91b +SHA512 (firefox78-l10n-78.15.0/pa-IN.xpi) = 071dbd1f82772747971833494359c0b478c7b6a7601a26281bbfa4e430b033e321ed3f0a47545aa526f59e55af7b9fe4baaf3c30ef7c5953c20a0e5a05a9c107 +Size (firefox78-l10n-78.15.0/pa-IN.xpi) = 580372 bytes +BLAKE2s (firefox78-l10n-78.15.0/pl.xpi) = 400f44216fca4cefca25a13447baf84153d7b180918b5cf6893c1d0a1b06622a +SHA512 (firefox78-l10n-78.15.0/pl.xpi) = 0c15fbb10f7eab46cd3d18f78e1e874d3e73a648ab83706c605d0b8857a6a33054c70a29c387e58a24b71f04a35ed3fd0d908d13e0992dd1faf3b01e83d4488c +Size (firefox78-l10n-78.15.0/pl.xpi) = 545617 bytes +BLAKE2s (firefox78-l10n-78.15.0/pt-BR.xpi) = 791a6c3a4089355c6cccc44a2dc2709e52358972af4fc55945d3dbb092beaaf8 +SHA512 (firefox78-l10n-78.15.0/pt-BR.xpi) = b6a540fef44917f1da550ac0b96eb949bd967032c0e6d1f0902daeff28cf3eb4bddab17f465b59e7b8702627165a5ae296b7a9afd7d2dcfc1e1ebb7abb11e986 +Size (firefox78-l10n-78.15.0/pt-BR.xpi) = 527583 bytes +BLAKE2s (firefox78-l10n-78.15.0/pt-PT.xpi) = 22019d0da4c3d047c002d61b5bfc42b0cd0227795448e559b709b22b31d22086 +SHA512 (firefox78-l10n-78.15.0/pt-PT.xpi) = a298e772f7bf19ac66e759f5cf1149f04ceea4b7ddf3f67c92dd895f729bb3a4135ebaf9cf3f8972773b7b0e08acddac346349e29ba44d43cb59b079f776026a +Size (firefox78-l10n-78.15.0/pt-PT.xpi) = 532050 bytes +BLAKE2s (firefox78-l10n-78.15.0/rm.xpi) = 6faf839e0156e229d4d6207786717948d17e9e2ca47267fd133ba72f1b310ea9 +SHA512 (firefox78-l10n-78.15.0/rm.xpi) = 87425b615e63904924c2ac43b818f430650b0cdc3f48a52532d36e3b0e27ef8262269bafbacff68a7e7dd23e082e942debac1a6d6ee240a7ccd02834d76a2a3b +Size (firefox78-l10n-78.15.0/rm.xpi) = 526709 bytes +BLAKE2s (firefox78-l10n-78.15.0/ro.xpi) = 92175bc96b39a3720565a46605d8e676dcc1a1ca9c34b1189bd525e20dab56c2 +SHA512 (firefox78-l10n-78.15.0/ro.xpi) = 12ef7f7af876d3d469a7b37ef4131c4a56aea78c9492b0939cdb1c9a97b7997363fa823be83a7a68fc618b18fe295f06827cf2d8ed33aba80befe634e41cc10f +Size (firefox78-l10n-78.15.0/ro.xpi) = 535573 bytes +BLAKE2s (firefox78-l10n-78.15.0/ru.xpi) = 77622dd07a3d98f395e39e3bc535ae93407b38daa9b124bda6aed5e85d5110c2 +SHA512 (firefox78-l10n-78.15.0/ru.xpi) = 247ed566c5f34ad772ad4aa7251b7f6697f2ec53aa21d9e403e4318f3defcf8a07ea198a45ad6db417fec3d1a04f04d24763652d381e88d8a2eb61a4ab5c718b +Size (firefox78-l10n-78.15.0/ru.xpi) = 614599 bytes +BLAKE2s (firefox78-l10n-78.15.0/si.xpi) = 14d6cc7ac6ea300c3090e9d3261916e462731733b6b094ab59bdebf75f41772f +SHA512 (firefox78-l10n-78.15.0/si.xpi) = 1cc56d372a356b4084d213d36741fcc9a8f171d7110f04fc04e070f5137d7d00275d9a3602140c78bded5c3f949a3a83bc78383705d13f4105e6928370060c05 +Size (firefox78-l10n-78.15.0/si.xpi) = 492529 bytes +BLAKE2s (firefox78-l10n-78.15.0/sk.xpi) = 3051ecbd6a3ad97290ffaeb13e57f7174b9c3b122e98fd9a92aeb6261839279b +SHA512 (firefox78-l10n-78.15.0/sk.xpi) = 3f23bfa5e10ce7e163d56873efcbb1f330dbb25ed5b06673c98573065646fb2f7738665ef99d3e475f28364179ddb9abc23b15a17d435695a05cce3844e60862 +Size (firefox78-l10n-78.15.0/sk.xpi) = 534231 bytes +BLAKE2s (firefox78-l10n-78.15.0/sl.xpi) = bca5cac35eb875828abf10179cdc133ad138ad81566c88b705df9094e7a078da +SHA512 (firefox78-l10n-78.15.0/sl.xpi) = a38a657f759386d23a0bc33370e53fdc802fb9016c95184944e2fa04e578d1554077495e9f979329e0ce0b20eef6c9c7726277bc6e00f217557c42cc6d88df0e +Size (firefox78-l10n-78.15.0/sl.xpi) = 520932 bytes +BLAKE2s (firefox78-l10n-78.15.0/son.xpi) = df5fae097357685b507d0d09833372cc2db33b9780f5750e70b65bee2d8a35c5 +SHA512 (firefox78-l10n-78.15.0/son.xpi) = aac4ae52e750d2f14e155d19cfc1a7b65842d8fa39cb0b44e011a60a42e34187a1ec54afa11242c447d78db01706418afda74d53ae1ed38e1a5b2b0a71bdeb10 +Size (firefox78-l10n-78.15.0/son.xpi) = 424571 bytes +BLAKE2s (firefox78-l10n-78.15.0/sq.xpi) = ad27008a6e6119c004909a3e41290cd042dcab6357f7ef2587e904bfe117e139 +SHA512 (firefox78-l10n-78.15.0/sq.xpi) = 9127e70d9896fb6933a0951d96e54266cfc7e5fbe5b2f153bb0f96aa6fe4df4e0c7c96bc0e39b14327b982cad27e8e581e443f2115a8bca4c350061857ac8f30 +Size (firefox78-l10n-78.15.0/sq.xpi) = 544901 bytes +BLAKE2s (firefox78-l10n-78.15.0/sr.xpi) = aea27785e57c4179e1040b8b9b08a556dbf1752e3fc71160b32ab35c1ea2a0c9 +SHA512 (firefox78-l10n-78.15.0/sr.xpi) = 13e9c302e7f5697e65b010b8ebbde9a84b78074e5c8974385b8b6e5cac64a378ebcbcfa881d03050dfc3164c9ad60b1e443de65ae89451b9fed585485b617e80 +Size (firefox78-l10n-78.15.0/sr.xpi) = 561395 bytes +BLAKE2s (firefox78-l10n-78.15.0/sv-SE.xpi) = b7ae68753ba77e925f6311f481fa60d76f1b09edc1a7d419ac3210f6729f9169 +SHA512 (firefox78-l10n-78.15.0/sv-SE.xpi) = e53099a7508c6f85f99618799a4fb44ad78934893bffb07104212776fc97b2730b73f198a82187d9c482868fa72e9e5f7994486c7d7059e71aa5ae4585c829b4 +Size (firefox78-l10n-78.15.0/sv-SE.xpi) = 529699 bytes +BLAKE2s (firefox78-l10n-78.15.0/ta.xpi) = 1d361aad80d9167be5502a47579e612836f1e8d7a4400b3450fac202949af4b7 +SHA512 (firefox78-l10n-78.15.0/ta.xpi) = d8c31ecf89cf3f67d9e2dd26d61a4eb8e6bac7f633d3eadc29f1e90168185d656a644a22f0d79d3edcc90c07b024b01e97325d20f5bdc2caf87df1dbf18d8e91 +Size (firefox78-l10n-78.15.0/ta.xpi) = 521539 bytes +BLAKE2s (firefox78-l10n-78.15.0/te.xpi) = ae12509f811ec86f53fc2dd4ea17f65696f4d1a854c94dd150ee9262a4dc939f +SHA512 (firefox78-l10n-78.15.0/te.xpi) = 8a495463ac2910327078cc97115fdb203106f2a1ab39ad374d65f5ccd1ea9caf48676ac27b15a693aa4f9579e91d3c81f3707a2e726a73e23b700bd9731e6daf +Size (firefox78-l10n-78.15.0/te.xpi) = 558412 bytes +BLAKE2s (firefox78-l10n-78.15.0/th.xpi) = 77f75fcb48350a7dd5c0285a9e78da2422289418ca986320f9c4adbf6f1100e1 +SHA512 (firefox78-l10n-78.15.0/th.xpi) = 46a7a3e360e4923214df4b69b8dc6784914f4e33c39ec82bf5080bc0850b9923b2d27bcd60bf74166151c406b8337d72a057be6b4125972249f0424243748f77 +Size (firefox78-l10n-78.15.0/th.xpi) = 592225 bytes +BLAKE2s (firefox78-l10n-78.15.0/tr.xpi) = 79cb9571e3035c501b8f96189de0aff2342bd6f877347a759062ce46edce971a +SHA512 (firefox78-l10n-78.15.0/tr.xpi) = 7576ac3d797dfbf6c8e2ae7c18afa6f42f61b5615ca7324d928a4c9e3707a692b84663ceb6673675f4cc6b05cd6577667263d4eaa4bb8706fca04be51b320414 +Size (firefox78-l10n-78.15.0/tr.xpi) = 539866 bytes +BLAKE2s (firefox78-l10n-78.15.0/uk.xpi) = d5db666df3a67a64028d8b277b85f6a5f1755c6a7c32ad0e85ab65086cae35a6 +SHA512 (firefox78-l10n-78.15.0/uk.xpi) = 66ddb012265e49fb55edcf9cf40d8a510579743086dac2e6138c07a172e869e66c9b33b88b35c0cb959374bff97c9450a075343f67d01e2e4bd25e4df817b8ff +Size (firefox78-l10n-78.15.0/uk.xpi) = 608606 bytes +BLAKE2s (firefox78-l10n-78.15.0/uz.xpi) = 3d312718339d42953b92021a7f572797af2dbf0d3ea878d6e57a0cddb31fa436 +SHA512 (firefox78-l10n-78.15.0/uz.xpi) = 9dbf7b968abe45a80bbc6888f7dc94bdcd9912f6392cce2fc43bd71a0d85a23b9c7501f123a7329faa72cf2fc91ea45c7a2486840c71a9fca9edb2bbbdf7993c +Size (firefox78-l10n-78.15.0/uz.xpi) = 477547 bytes +BLAKE2s (firefox78-l10n-78.15.0/vi.xpi) = 61e91e8482a77b6c5db2fae272ceedacc8340948e5b7ada7b8c11a4c733cfbb2 +SHA512 (firefox78-l10n-78.15.0/vi.xpi) = 77da2ce3ff51776139c40ab60c51be90db93d73cc9fe2f321d24afc0b27cc9fabb1a35b58c404003ac1e5ed3e15dbb03e3c5447d1996699ac06b087e6c40b5ec +Size (firefox78-l10n-78.15.0/vi.xpi) = 562848 bytes +BLAKE2s (firefox78-l10n-78.15.0/xh.xpi) = c81ebea61bc135ba4b0395ca252ab87687256b64112754b2c200a656c3bb00df +SHA512 (firefox78-l10n-78.15.0/xh.xpi) = 8689c86b30e229c96014e1c930bd4d7eb1d6ef7e6e18f3e757d553923edf0cd5923dd83e8f20f4608b691cecbb1df2035dbb45ce1ffe2202562784acf000f1f3 +Size (firefox78-l10n-78.15.0/xh.xpi) = 427847 bytes +BLAKE2s (firefox78-l10n-78.15.0/zh-CN.xpi) = a46259c21005c5cf4bee900d2d547034ed4bfc23aeff48320545d4e35727fd26 +SHA512 (firefox78-l10n-78.15.0/zh-CN.xpi) = 072aba4d663091121118ecf6978129ad3cad28ae16eea7e1f680831ae0326d8ad5e0f853cac25827719229d7eb51635d1d8ed33e6fec01a48ce05875e15db2f3 +Size (firefox78-l10n-78.15.0/zh-CN.xpi) = 564764 bytes +BLAKE2s (firefox78-l10n-78.15.0/zh-TW.xpi) = d4a08daf2e717d046fe3a97cab8bd82e74ea12f1c86f1da1afd1b166cd260a41 +SHA512 (firefox78-l10n-78.15.0/zh-TW.xpi) = b5b9c3c6a4d717fef8ca250e6ccc636be2de0b22988f3f1da634266622ee0304b59a10a194f424d2b6693ce3262658172fe2a015474de600e1686950f8b90370 +Size (firefox78-l10n-78.15.0/zh-TW.xpi) = 564733 bytes diff --git a/www/firefox78/DESCR b/www/firefox78/DESCR new file mode 100644 index 000000000000..21df22222dbf --- /dev/null +++ b/www/firefox78/DESCR @@ -0,0 +1,12 @@ +Mozilla Firefox is a free, open-source and cross-platform web browser +for Windows, Linux, MacOS X and many other operating systems. + +It is fast and easy to use, and offers many advantages over other web +browsers, such as tabbed browsing and the ability to block pop-up +windows. + +Firefox also offers excellent bookmark and history management, and it +can be extended by developers using industry standards such as XML, +CSS, JavaScript, C++, etc. Many extensions are available. + +This package provides Firefox 78 ESR. diff --git a/www/firefox78/Makefile b/www/firefox78/Makefile new file mode 100644 index 000000000000..80b0ed5b371f --- /dev/null +++ b/www/firefox78/Makefile @@ -0,0 +1,135 @@ +# $NetBSD: Makefile,v 1.40 2021/12/28 20:05:49 nia Exp $ + +FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +MOZ_BRANCH= 78.15 +MOZ_BRANCH_MINOR= .0esr + +DISTNAME= firefox-${FIREFOX_VER}.source +PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox78-/} +PKGREVISION= 1 +CATEGORIES= www +MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://www.mozilla.org/en-US/firefox/ +COMMENT= Web browser with support for extensions (version ${FIREFOX_VER:tu:C/\\.[[:digit:]\.]*//}) +LICENSE= mpl-1.1 + +UNLIMIT_RESOURCES+= datasize virtualsize + +WRKSRC= ${WRKDIR}/firefox-${FIREFOX_VER:S/esr//} + +MOZILLA_DIR= # empty + +# Note: when updating remember to conditionalise about-background.png in PLIST +CONFIGURE_ARGS+= --enable-application=browser + +#CFLAGS+= -I${PREFIX}/include/nspr +# for lang/gcc6 +CFLAGS+= -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS + +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE} +LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib +LDFLAGS.DragonFly+= -lplc4 -lnspr4 +LDFLAGS.FreeBSD+= -lplc4 -lnspr4 +LDFLAGS.Linux+= -lnspr4 +LDFLAGS.SunOS+= -lm + +ALL_ENV+= MOZ_APP_NAME=${MOZILLA} + +# Avoid ld "invalid section index" errors. +BUILDLINK_TRANSFORM.SunOS+= rm:-fdata-sections +BUILDLINK_TRANSFORM.SunOS+= rm:-ffunction-sections +BUILDLINK_TRANSFORM.SunOS+= rm:-pie + +# Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366 +BUILDLINK_TRANSFORM.NetBSD+= rm:-fexperimental-new-pass-manager + +SUBST_CLASSES+= dfly_malloc_h +SUBST_STAGE.dfly_malloc_h= pre-configure +SUBST_MESSAGE.dfly_malloc_h= Dont include malloc.h on dragonflybsd +SUBST_SED.dfly_malloc_h= -e 's,HAVE_MALLOC_H,HAVE_MALLOC_H \&\& !defined(__DragonFly__),g' +SUBST_FILES.dfly_malloc_h+= media/ffvpx/libavutil/mem.c + +.include "mozilla-common.mk" +.include "options.mk" + +CHECK_INTERPRETER_SKIP+= lib/firefox-sdk/sdk/bin/header.py +CHECK_INTERPRETER_SKIP+= lib/firefox-sdk/sdk/bin/typelib.py +CHECK_INTERPRETER_SKIP+= lib/firefox-sdk/sdk/bin/xpidl.py +CHECK_INTERPRETER_SKIP+= lib/firefox-sdk/sdk/bin/xpt.py + +CHECK_WRKREF_SKIP+= lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html + +MOZILLA= ${PKGBASE} + +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +MOZILLA_NAME= Firefox +MOZILLA_BRANDING= official +.else +MOZILLA_NAME= Browser +MOZILLA_BRANDING= unofficial +.endif + +# +# Generate list of subst entries for various .cargo-checksum.json files. These +# are all handled together in one big substitution to simplify things rather +# than one substitution entry per file, but are kept separate below to ease +# updating and verification. +# + +CKSUM_CRATES+= third_party/rust/libc + +# patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs +CKSUMS+= a3540eab4dbc52e006e84e288bad17e1dae3865fea49020e0ed8b5a7724a9532 +CKSUMS+= 5e58a2109f5eff0f497dfac150c161c1d517a2227b49e086da96c3d66522ac3a + +CKSUM_CRATES+= third_party/rust/getrandom + +# patch-third__party_rust_getrandom_src_lib.rs +CKSUMS+= 0e52f6bde42d7bb05c297ce1c25b9879d61b28caba98f6226a152bff538db6c2 +CKSUMS+= 394425b4ba03c21c494e64d993678f7014575b1e3d590b9ee452b5c2d83ec4ac + +SUBST_CLASSES+= cksum +SUBST_STAGE.cksum= pre-configure +.for crate in ${CKSUM_CRATES} +SUBST_FILES.cksum+= ${crate}/.cargo-checksum.json +.endfor +.for from to in ${CKSUMS} +SUBST_SED.cksum+= -e 's,${from},${to},g' +.endfor + +pre-configure: + cd ${WRKSRC} && autoconf-2.13 + cd ${WRKSRC}/js/src && autoconf-2.13 + cd ${WRKSRC} && mkdir ${OBJDIR} + cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars + # Do not fetch Rust Cargo file via network during build + +post-build: + ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ + -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ + -e 's|@FIREFOX_ICON@|${MOZILLA}.png|g' \ + < ${FILESDIR}/desktop.in \ + > ${WRKDIR}/desktop + +INSTALLATION_DIRS+= share/applications + +post-install: + ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA} + ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \ + ${DESTDIR}${PREFIX}/bin/${MOZILLA} + ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA} + ${INSTALL_DATA} ${WRKDIR}/desktop \ + ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop +.for i in 16 22 24 32 48 64 128 256 + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps + ${INSTALL_DATA} ${WRKSRC}/browser/branding/${MOZILLA_BRANDING}/default${i}.png \ + ${DESTDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/${MOZILLA}.png +.endfor + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/firefox78/PLIST b/www/firefox78/PLIST new file mode 100644 index 000000000000..73d27024c98d --- /dev/null +++ b/www/firefox78/PLIST @@ -0,0 +1,5742 @@ +@comment $NetBSD: PLIST,v 1.7 2021/12/28 20:05:49 nia Exp $ +bin/firefox78 +lib/firefox78/actors/AboutHttpsOnlyErrorChild.jsm +lib/firefox78/actors/AboutHttpsOnlyErrorParent.jsm +lib/firefox78/actors/AudioPlaybackChild.jsm +lib/firefox78/actors/AudioPlaybackParent.jsm +lib/firefox78/actors/AutoCompleteChild.jsm +lib/firefox78/actors/AutoCompleteParent.jsm +lib/firefox78/actors/AutoScrollChild.jsm +lib/firefox78/actors/AutoScrollParent.jsm +lib/firefox78/actors/AutoplayChild.jsm +lib/firefox78/actors/AutoplayParent.jsm +lib/firefox78/actors/BrowserElementChild.jsm +lib/firefox78/actors/BrowserElementParent.jsm +lib/firefox78/actors/ControllersChild.jsm +lib/firefox78/actors/ControllersParent.jsm +lib/firefox78/actors/DateTimePickerChild.jsm +lib/firefox78/actors/DateTimePickerParent.jsm +lib/firefox78/actors/ExtFindChild.jsm +lib/firefox78/actors/FindBarChild.jsm +lib/firefox78/actors/FindBarParent.jsm +lib/firefox78/actors/FinderChild.jsm +lib/firefox78/actors/FormHistoryChild.jsm +lib/firefox78/actors/FormHistoryParent.jsm +lib/firefox78/actors/InlineSpellCheckerChild.jsm +lib/firefox78/actors/InlineSpellCheckerParent.jsm +lib/firefox78/actors/KeyPressEventModelCheckerChild.jsm +lib/firefox78/actors/PictureInPictureChild.jsm +lib/firefox78/actors/PopupBlockingChild.jsm +lib/firefox78/actors/PopupBlockingParent.jsm +lib/firefox78/actors/PrintingChild.jsm +lib/firefox78/actors/PurgeSessionHistoryChild.jsm +lib/firefox78/actors/RemotePageChild.jsm +lib/firefox78/actors/SelectChild.jsm +lib/firefox78/actors/SelectParent.jsm +lib/firefox78/actors/SidebarSearchParent.jsm +lib/firefox78/actors/ThumbnailsChild.jsm +lib/firefox78/actors/UAWidgetsChild.jsm +lib/firefox78/actors/UnselectedTabHoverChild.jsm +lib/firefox78/actors/UnselectedTabHoverParent.jsm +lib/firefox78/actors/ViewSourceChild.jsm +lib/firefox78/actors/ViewSourcePageChild.jsm +lib/firefox78/actors/ViewSourcePageParent.jsm +lib/firefox78/actors/WebChannelChild.jsm +lib/firefox78/actors/WebChannelParent.jsm +lib/firefox78/actors/WebNavigationChild.jsm +lib/firefox78/application.ini +lib/firefox78/browser/actors/AboutLoginsChild.jsm +lib/firefox78/browser/actors/AboutLoginsParent.jsm +lib/firefox78/browser/actors/AboutNewInstallChild.jsm +lib/firefox78/browser/actors/AboutNewInstallParent.jsm +lib/firefox78/browser/actors/AboutNewTabChild.jsm +lib/firefox78/browser/actors/AboutPluginsChild.jsm +lib/firefox78/browser/actors/AboutPluginsParent.jsm +lib/firefox78/browser/actors/AboutPrivateBrowsingChild.jsm +lib/firefox78/browser/actors/AboutPrivateBrowsingParent.jsm +lib/firefox78/browser/actors/AboutProtectionsChild.jsm +lib/firefox78/browser/actors/AboutProtectionsParent.jsm +lib/firefox78/browser/actors/AboutReaderChild.jsm +lib/firefox78/browser/actors/AboutTabCrashedChild.jsm +lib/firefox78/browser/actors/AboutTabCrashedParent.jsm +lib/firefox78/browser/actors/AboutWelcomeChild.jsm +lib/firefox78/browser/actors/AboutWelcomeParent.jsm +lib/firefox78/browser/actors/BlockedSiteChild.jsm +lib/firefox78/browser/actors/BlockedSiteParent.jsm +lib/firefox78/browser/actors/BrowserTabChild.jsm +lib/firefox78/browser/actors/BrowserTabParent.jsm +lib/firefox78/browser/actors/ClickHandlerChild.jsm +lib/firefox78/browser/actors/ClickHandlerParent.jsm +lib/firefox78/browser/actors/ContentMetaChild.jsm +lib/firefox78/browser/actors/ContentMetaParent.jsm +lib/firefox78/browser/actors/ContentSearchChild.jsm +lib/firefox78/browser/actors/ContentSearchParent.jsm +lib/firefox78/browser/actors/ContextMenuChild.jsm +lib/firefox78/browser/actors/ContextMenuParent.jsm +lib/firefox78/browser/actors/DOMFullscreenChild.jsm +lib/firefox78/browser/actors/DOMFullscreenParent.jsm +lib/firefox78/browser/actors/FormValidationChild.jsm +lib/firefox78/browser/actors/FormValidationParent.jsm +lib/firefox78/browser/actors/LightweightThemeChild.jsm +lib/firefox78/browser/actors/LinkHandlerChild.jsm +lib/firefox78/browser/actors/LinkHandlerParent.jsm +lib/firefox78/browser/actors/NetErrorChild.jsm +lib/firefox78/browser/actors/NetErrorParent.jsm +lib/firefox78/browser/actors/PageInfoChild.jsm +lib/firefox78/browser/actors/PageStyleChild.jsm +lib/firefox78/browser/actors/PageStyleParent.jsm +lib/firefox78/browser/actors/PluginChild.jsm +lib/firefox78/browser/actors/PluginParent.jsm +lib/firefox78/browser/actors/PromptParent.jsm +lib/firefox78/browser/actors/RFPHelperChild.jsm +lib/firefox78/browser/actors/RFPHelperParent.jsm +lib/firefox78/browser/actors/SearchTelemetryChild.jsm +lib/firefox78/browser/actors/SearchTelemetryParent.jsm +lib/firefox78/browser/actors/SiteSpecificBrowserChild.jsm +lib/firefox78/browser/actors/SiteSpecificBrowserParent.jsm +lib/firefox78/browser/actors/SwitchDocumentDirectionChild.jsm +lib/firefox78/browser/actors/URIFixupChild.jsm +lib/firefox78/browser/actors/WebRTCChild.jsm +lib/firefox78/browser/actors/WebRTCParent.jsm +lib/firefox78/browser/chrome.manifest +lib/firefox78/browser/chrome/browser/content/branding/about-logo.png +lib/firefox78/browser/chrome/browser/content/branding/about-logo@2x.png +lib/firefox78/browser/chrome/browser/content/branding/about-wordmark.svg +lib/firefox78/browser/chrome/browser/content/branding/about.png +lib/firefox78/browser/chrome/browser/content/branding/aboutDialog.css +lib/firefox78/browser/chrome/browser/content/branding/aboutlogins.svg +lib/firefox78/browser/chrome/browser/content/branding/firefox-wordmark.svg +lib/firefox78/browser/chrome/browser/content/branding/horizontal-lockup.svg +lib/firefox78/browser/chrome/browser/content/branding/icon128.png +lib/firefox78/browser/chrome/browser/content/branding/icon16.png +lib/firefox78/browser/chrome/browser/content/branding/icon32.png +lib/firefox78/browser/chrome/browser/content/branding/icon48.png +lib/firefox78/browser/chrome/browser/content/branding/icon64.png +lib/firefox78/browser/chrome/browser/content/branding/identity-icons-brand.svg +lib/firefox78/browser/chrome/browser/content/briefcase.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutDialog-appUpdater-legacy.js +lib/firefox78/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js +lib/firefox78/browser/chrome/browser/content/browser/aboutDialog.css +lib/firefox78/browser/chrome/browser/content/browser/aboutDialog.js +lib/firefox78/browser/chrome/browser/content/browser/aboutDialog.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutFrameCrashed.html +lib/firefox78/browser/chrome/browser/content/browser/aboutNetError.js +lib/firefox78/browser/chrome/browser/content/browser/aboutNetError.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css +lib/firefox78/browser/chrome/browser/content/browser/aboutPrivateBrowsing.html +lib/firefox78/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js +lib/firefox78/browser/chrome/browser/content/browser/aboutRestartRequired.js +lib/firefox78/browser/chrome/browser/content/browser/aboutRestartRequired.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutRobots-icon.png +lib/firefox78/browser/chrome/browser/content/browser/aboutRobots.css +lib/firefox78/browser/chrome/browser/content/browser/aboutRobots.js +lib/firefox78/browser/chrome/browser/content/browser/aboutRobots.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutSessionRestore.js +lib/firefox78/browser/chrome/browser/content/browser/aboutSessionRestore.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutTabCrashed.css +lib/firefox78/browser/chrome/browser/content/browser/aboutTabCrashed.js +lib/firefox78/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml +lib/firefox78/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.css +lib/firefox78/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.html +lib/firefox78/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.js +lib/firefox78/browser/chrome/browser/content/browser/aboutconfig/background.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.html +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsUtils.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/common.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-footer.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-footer.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-item.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-item.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-list.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/login-list.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.css +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.js +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/breached-website.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/intro-illustration.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/icons/vulnerable-password.svg +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ar.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_az.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_bg.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_cs.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_da.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_de.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_el.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_en.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es-mx.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_et.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fi.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_he.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_hu.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_id.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_it.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ja.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ko.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lt.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lv.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_my.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nb.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nn.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-br.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-pt.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ro.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ru.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_si.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sk.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sv.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_th.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_vi.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hans.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hant.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_af.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ar.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_az.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_be.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bg.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bn.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bs.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ca.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_cs.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_da.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_de.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_el.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_en.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_es.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_et.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_eu.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fa.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gu.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_he.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hi.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hu.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hy.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_id.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_is.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_it.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ja.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ka.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kk.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_km.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kn.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ko.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lo.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lt.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lv.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mk.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ms.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_my.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nb.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ne.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nn.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pa.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt-br.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ro.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ru.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_si.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sk.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sq.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sv.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ta.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_te.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_th.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tl.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tr.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uk.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ur.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uz.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_vi.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-cn.png +lib/firefox78/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-tw.png +lib/firefox78/browser/chrome/browser/content/browser/blockedSite.js +lib/firefox78/browser/chrome/browser/content/browser/blockedSite.xhtml +lib/firefox78/browser/chrome/browser/content/browser/browser-a11yUtils.js +lib/firefox78/browser/chrome/browser/content/browser/browser-addons.js +lib/firefox78/browser/chrome/browser/content/browser/browser-allTabsMenu.js +lib/firefox78/browser/chrome/browser/content/browser/browser-captivePortal.js +lib/firefox78/browser/chrome/browser/content/browser/browser-ctrlTab.js +lib/firefox78/browser/chrome/browser/content/browser/browser-customization.js +lib/firefox78/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js +lib/firefox78/browser/chrome/browser/content/browser/browser-development-helpers.js +lib/firefox78/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js +lib/firefox78/browser/chrome/browser/content/browser/browser-fullZoom.js +lib/firefox78/browser/chrome/browser/content/browser/browser-gestureSupport.js +lib/firefox78/browser/chrome/browser/content/browser/browser-graphics-utils.js +lib/firefox78/browser/chrome/browser/content/browser/browser-media.js +lib/firefox78/browser/chrome/browser/content/browser/browser-pageActions.js +lib/firefox78/browser/chrome/browser/content/browser/browser-places.js +lib/firefox78/browser/chrome/browser/content/browser/browser-safebrowsing.js +lib/firefox78/browser/chrome/browser/content/browser/browser-sidebar.js +lib/firefox78/browser/chrome/browser/content/browser/browser-siteIdentity.js +lib/firefox78/browser/chrome/browser/content/browser/browser-siteProtections.js +lib/firefox78/browser/chrome/browser/content/browser/browser-sync.js +lib/firefox78/browser/chrome/browser/content/browser/browser-tabsintitlebar.js +lib/firefox78/browser/chrome/browser/content/browser/browser-thumbnails.js +lib/firefox78/browser/chrome/browser/content/browser/browser-toolbarKeyNav.js +lib/firefox78/browser/chrome/browser/content/browser/browser-webrtc.js +lib/firefox78/browser/chrome/browser/content/browser/browser.css +lib/firefox78/browser/chrome/browser/content/browser/browser.js +lib/firefox78/browser/chrome/browser/content/browser/browser.xhtml +lib/firefox78/browser/chrome/browser/content/browser/built_in_addons.json +lib/firefox78/browser/chrome/browser/content/browser/child/ext-browser-content-only.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-browser.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-devtools-inspectedWindow.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-devtools-network.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-devtools-panels.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-devtools.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-menus-child.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-menus.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-omnibox.js +lib/firefox78/browser/chrome/browser/content/browser/child/ext-tabs.js +lib/firefox78/browser/chrome/browser/content/browser/content-refreshblocker.js +lib/firefox78/browser/chrome/browser/content/browser/content-sessionStore.js +lib/firefox78/browser/chrome/browser/content/browser/contentSearchHandoffUI.js +lib/firefox78/browser/chrome/browser/content/browser/contentSearchUI.css +lib/firefox78/browser/chrome/browser/content/browser/contentSearchUI.js +lib/firefox78/browser/chrome/browser/content/browser/contentTheme.js +lib/firefox78/browser/chrome/browser/content/browser/customizableui/panelUI.js +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/1.header.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/1.icon.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/1.preview.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/2.header.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/2.icon.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/2.preview.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/3.header.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/3.icon.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/3.preview.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/4.header.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/4.icon.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/4.preview.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/5.header.png +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg +lib/firefox78/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg +lib/firefox78/browser/chrome/browser/content/browser/downloads/allDownloadsView.js +lib/firefox78/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css +lib/firefox78/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js +lib/firefox78/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xhtml +lib/firefox78/browser/chrome/browser/content/browser/downloads/downloads.css +lib/firefox78/browser/chrome/browser/content/browser/downloads/downloads.js +lib/firefox78/browser/chrome/browser/content/browser/downloads/downloadsCommands.js +lib/firefox78/browser/chrome/browser/content/browser/downloads/indicator.js +lib/firefox78/browser/chrome/browser/content/browser/ext-browser.json +lib/firefox78/browser/chrome/browser/content/browser/extension.css +lib/firefox78/browser/chrome/browser/content/browser/extension.svg +lib/firefox78/browser/chrome/browser/content/browser/fxmonitor/FirefoxMonitor.css +lib/firefox78/browser/chrome/browser/content/browser/fxmonitor/monitor32.svg +lib/firefox78/browser/chrome/browser/content/browser/history-swipe-arrow.svg +lib/firefox78/browser/chrome/browser/content/browser/license.html +lib/firefox78/browser/chrome/browser/content/browser/lockwise-card.js +lib/firefox78/browser/chrome/browser/content/browser/logos/etp-mobile.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/lockwise-mobile.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/lockwise.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/monitor.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/proxy.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/send.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/tracking-protection-dark-theme.svg +lib/firefox78/browser/chrome/browser/content/browser/logos/tracking-protection.svg +lib/firefox78/browser/chrome/browser/content/browser/microsoft-translator-attribution.png +lib/firefox78/browser/chrome/browser/content/browser/migration/migration.js +lib/firefox78/browser/chrome/browser/content/browser/migration/migration.xhtml +lib/firefox78/browser/chrome/browser/content/browser/monitor-card.js +lib/firefox78/browser/chrome/browser/content/browser/newInstall.js +lib/firefox78/browser/chrome/browser/content/browser/newInstall.xhtml +lib/firefox78/browser/chrome/browser/content/browser/newInstallPage.html +lib/firefox78/browser/chrome/browser/content/browser/newInstallPage.js +lib/firefox78/browser/chrome/browser/content/browser/nsContextMenu.js +lib/firefox78/browser/chrome/browser/content/browser/pageinfo/pageInfo.css +lib/firefox78/browser/chrome/browser/content/browser/pageinfo/pageInfo.js +lib/firefox78/browser/chrome/browser/content/browser/pageinfo/pageInfo.xhtml +lib/firefox78/browser/chrome/browser/content/browser/pageinfo/permissions.js +lib/firefox78/browser/chrome/browser/content/browser/pageinfo/security.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-bookmarks.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-browser.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-browserAction.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-browsingData.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-chrome-settings-overrides.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-commands.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-devtools-inspectedWindow.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-devtools-network.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-devtools-panels.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-devtools.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-find.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-history.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-menus.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-normandyAddonStudy.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-omnibox.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-pageAction.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-pkcs11.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-search.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-sessions.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-sidebarAction.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-tabs.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-topSites.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-url-overrides.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-urlbar.js +lib/firefox78/browser/chrome/browser/content/browser/parent/ext-windows.js +lib/firefox78/browser/chrome/browser/content/browser/pioneer.css +lib/firefox78/browser/chrome/browser/content/browser/pioneer.html +lib/firefox78/browser/chrome/browser/content/browser/pioneer.js +lib/firefox78/browser/chrome/browser/content/browser/places/bookmarkProperties.js +lib/firefox78/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml +lib/firefox78/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml +lib/firefox78/browser/chrome/browser/content/browser/places/bookmarksSidebar.js +lib/firefox78/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml +lib/firefox78/browser/chrome/browser/content/browser/places/browserPlacesViews.js +lib/firefox78/browser/chrome/browser/content/browser/places/controller.js +lib/firefox78/browser/chrome/browser/content/browser/places/editBookmark.js +lib/firefox78/browser/chrome/browser/content/browser/places/historySidebar.js +lib/firefox78/browser/chrome/browser/content/browser/places/historySidebar.xhtml +lib/firefox78/browser/chrome/browser/content/browser/places/places-menupopup.js +lib/firefox78/browser/chrome/browser/content/browser/places/places-tree.js +lib/firefox78/browser/chrome/browser/content/browser/places/places.css +lib/firefox78/browser/chrome/browser/content/browser/places/places.js +lib/firefox78/browser/chrome/browser/content/browser/places/places.xhtml +lib/firefox78/browser/chrome/browser/content/browser/places/treeView.js +lib/firefox78/browser/chrome/browser/content/browser/policies/aboutPolicies.css +lib/firefox78/browser/chrome/browser/content/browser/policies/aboutPolicies.html +lib/firefox78/browser/chrome/browser/content/browser/policies/aboutPolicies.js +lib/firefox78/browser/chrome/browser/content/browser/policies/policies-active.svg +lib/firefox78/browser/chrome/browser/content/browser/policies/policies-documentation.svg +lib/firefox78/browser/chrome/browser/content/browser/policies/policies-error.svg +lib/firefox78/browser/chrome/browser/content/browser/preferences/containers.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/applicationManager.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/applicationManager.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/blocklists.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/blocklists.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/browserLanguages.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/browserLanguages.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.css +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/colors.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/colors.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/connection.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/connection.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/containers.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/containers.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/fonts.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/fonts.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/handlers.css +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/languages.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/languages.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/permissions.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/permissions.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/sanitize.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/sanitize.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/selectBookmark.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/selectBookmark.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/siteDataRemoveSelected.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/siteDataRemoveSelected.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/siteDataSettings.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/siteDataSettings.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.css +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/syncChooseWhatToSync.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/syncChooseWhatToSync.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/translation.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/dialogs/translation.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/extensionControlled.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/findInPage.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/fxaPairDevice.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/fxaPairDevice.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/home.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/main.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/preferences.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/preferences.xhtml +lib/firefox78/browser/chrome/browser/content/browser/preferences/privacy.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/search.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/subdialogs.js +lib/firefox78/browser/chrome/browser/content/browser/preferences/sync.js +lib/firefox78/browser/chrome/browser/content/browser/protections.css +lib/firefox78/browser/chrome/browser/content/browser/protections.html +lib/firefox78/browser/chrome/browser/content/browser/protections.js +lib/firefox78/browser/chrome/browser/content/browser/proxy-card.js +lib/firefox78/browser/chrome/browser/content/browser/robot.ico +lib/firefox78/browser/chrome/browser/content/browser/safeMode.css +lib/firefox78/browser/chrome/browser/content/browser/safeMode.js +lib/firefox78/browser/chrome/browser/content/browser/safeMode.xhtml +lib/firefox78/browser/chrome/browser/content/browser/sanitize.xhtml +lib/firefox78/browser/chrome/browser/content/browser/sanitizeDialog.css +lib/firefox78/browser/chrome/browser/content/browser/sanitizeDialog.js +lib/firefox78/browser/chrome/browser/content/browser/schemas/bookmarks.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/browsing_data.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/chrome_settings_overrides.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/commands.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/devtools.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/devtools_inspected_window.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/devtools_network.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/devtools_panels.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/find.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/history.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/menus.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/menus_child.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/normandyAddonStudy.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/omnibox.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/pkcs11.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/search.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/sessions.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/sidebar_action.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/tabs.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/top_sites.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/url_overrides.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/urlbar.json +lib/firefox78/browser/chrome/browser/content/browser/schemas/windows.json +lib/firefox78/browser/chrome/browser/content/browser/search/autocomplete-popup.js +lib/firefox78/browser/chrome/browser/content/browser/search/search-one-offs.js +lib/firefox78/browser/chrome/browser/content/browser/search/searchbar.js +lib/firefox78/browser/chrome/browser/content/browser/setDesktopBackground.js +lib/firefox78/browser/chrome/browser/content/browser/setDesktopBackground.xhtml +lib/firefox78/browser/chrome/browser/content/browser/ssb/ssb.css +lib/firefox78/browser/chrome/browser/content/browser/ssb/ssb.html +lib/firefox78/browser/chrome/browser/content/browser/ssb/ssb.js +lib/firefox78/browser/chrome/browser/content/browser/static-robot.png +lib/firefox78/browser/chrome/browser/content/browser/syncedtabs/sidebar.js +lib/firefox78/browser/chrome/browser/content/browser/syncedtabs/sidebar.xhtml +lib/firefox78/browser/chrome/browser/content/browser/tab-content.js +lib/firefox78/browser/chrome/browser/content/browser/tabbrowser-tab.js +lib/firefox78/browser/chrome/browser/content/browser/tabbrowser-tabs.js +lib/firefox78/browser/chrome/browser/content/browser/tabbrowser.css +lib/firefox78/browser/chrome/browser/content/browser/tabbrowser.js +lib/firefox78/browser/chrome/browser/content/browser/translation-notification.js +lib/firefox78/browser/chrome/browser/content/browser/usercontext/usercontext.css +lib/firefox78/browser/chrome/browser/content/browser/utilityOverlay.js +lib/firefox78/browser/chrome/browser/content/browser/webext-panels.js +lib/firefox78/browser/chrome/browser/content/browser/webext-panels.xhtml +lib/firefox78/browser/chrome/browser/content/browser/webrtcIndicator.js +lib/firefox78/browser/chrome/browser/content/browser/webrtcIndicator.xhtml +lib/firefox78/browser/chrome/browser/content/browser/webrtcLegacyIndicator.js +lib/firefox78/browser/chrome/browser/content/browser/webrtcLegacyIndicator.xhtml +lib/firefox78/browser/chrome/browser/content/cart.svg +lib/firefox78/browser/chrome/browser/content/chill.svg +lib/firefox78/browser/chrome/browser/content/circle.svg +lib/firefox78/browser/chrome/browser/content/dollar.svg +lib/firefox78/browser/chrome/browser/content/fence.svg +lib/firefox78/browser/chrome/browser/content/fingerprint.svg +lib/firefox78/browser/chrome/browser/content/food.svg +lib/firefox78/browser/chrome/browser/content/fruit.svg +lib/firefox78/browser/chrome/browser/content/gift.svg +lib/firefox78/browser/chrome/browser/content/pet.svg +lib/firefox78/browser/chrome/browser/content/pocket/Pocket.jsm +lib/firefox78/browser/chrome/browser/content/pocket/SaveToPocket.jsm +lib/firefox78/browser/chrome/browser/content/pocket/main.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/css/normalize.css +lib/firefox78/browser/chrome/browser/content/pocket/panels/css/saved.css +lib/firefox78/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css +lib/firefox78/browser/chrome/browser/content/pocket/panels/css/signup.css +lib/firefox78/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketerror@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketerror@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketlogo@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketlogo@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/signup_help@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/signup_help@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/tag_close@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/tag_close@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/tag_closeactive@1x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/img/tag_closeactive@2x.png +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/messages.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/saved.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/sendtomobile.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/signup.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/tmpl.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/vendor/handlebars.runtime.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/vendor/jquery-2.1.1.min.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/js/vendor/jquery.tokeninput.min.js +lib/firefox78/browser/chrome/browser/content/pocket/panels/license.txt +lib/firefox78/browser/chrome/browser/content/pocket/panels/saved.html +lib/firefox78/browser/chrome/browser/content/pocket/panels/signup.html +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_articleinfo.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/saved_tmplogin.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/signup_shell.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/panels/tmpl/signupstoryboard_shell.handlebars +lib/firefox78/browser/chrome/browser/content/pocket/pktApi.jsm +lib/firefox78/browser/chrome/browser/content/tree.svg +lib/firefox78/browser/chrome/browser/content/vacation.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.bundle.js +lib/firefox78/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.css +lib/firefox78/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.html +lib/firefox78/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeTelemetry.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/common/Actions.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/common/Dedupe.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/common/Reducers.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/css/activity-stream.css +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/abouthomecache/page.html.template +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/abouthomecache/script.js.template +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/activity-stream.bundle.js +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_enhancer_youtube.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_fb_container.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/gift-extension.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrow.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-cancel-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-caret-right.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-cfr-feature-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-delete-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-dismiss-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-edit-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-help-24.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-highlights-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-info-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-mail-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-maximize-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-minimize-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-modal-delete-32.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-newWindow-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-open-file-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pause-12.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-12.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-play-12.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-playhead.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-archive-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-delete-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-save-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-search-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-star-17.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-topsites-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-trending-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-unpin-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-webextension-16.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/icon-removed-bookmark.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-addons@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/protection-report-icon.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/remote/pip-message-icon.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices-trailhead.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/accounts-form-bg.jpg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-knowledge.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-privacy.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-products.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-sync.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-devices.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-fbcont.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffmonitor.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffsend.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-import.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-lockwise.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-mobile.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pledge.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pocket.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-private.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-sendtab.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-tracking.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-logo.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-systems.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/assets/whatsnew-send-icon.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/newtab-render.js +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/aliexpress-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/allegro-pl.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/amazon.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/avito-ru.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/baidu-com.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bbc-uk.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bing-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ctrip-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/duckduckgo-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ebay.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/facebook-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/google-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ifeng-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/iqiyi-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/leboncoin-fr.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ok-ru.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/olx-pl.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/reddit-com.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/twitter-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/vk-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/weibo-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wikipedia-org.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wykop-pl.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/yandex-com.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/yandex-ru.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/youtube-com.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/zhihu-com.ico +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/amazon@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/avito-ru@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/baidu-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bbc-uk@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bing-com@2x.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ctrip-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/duckduckgo-com@2x.svg +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ebay@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/facebook-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/google-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ifeng-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/iqiyi-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/leboncoin-fr@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ok-ru@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/olx-pl@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/reddit-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/twitter-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/vk-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/weibo-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wikipedia-org@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wykop-pl@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/yandex-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/yandex-ru@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/youtube-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/zhihu-com@2x.png +lib/firefox78/browser/chrome/browser/res/activity-stream/data/content/tippytop/top_sites.json +lib/firefox78/browser/chrome/browser/res/activity-stream/data/custom-elements/paragraph.js +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ASRouter.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ASRouterFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ASRouterPreferences.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ASRouterTargeting.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ASRouterTriggerListeners.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/AboutPreferences.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ActivityStream.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ActivityStreamMessageChannel.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ActivityStreamPrefs.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ActivityStreamStorage.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/BookmarkPanelHub.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/CFRMessageProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/CFRPageActions.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/DiscoveryStreamFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/DownloadsManager.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/FaviconFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/FilterAdult.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/GroupsConfigurationProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/MomentsPageHub.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/OnboardingMessageProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PanelTestProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersistentCache.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NaiveBayesTextTagger.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NmfTextTagger.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorker.js +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorkerClass.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/RecipeExecutor.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/Tokenize.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/RecommendationProviderSwitcher.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/RemoteL10n.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/SectionsManager.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ShortURL.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/SiteClassifier.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/SnippetsTestMessageProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/Store.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/SystemTickFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/TelemetryFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ToolbarBadgeHub.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/ToolbarPanelHub.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/TopStoriesFeed.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/UTEventReporting.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/UserDomainAffinityProvider.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/lib/cache-worker.js +lib/firefox78/browser/chrome/browser/res/activity-stream/prerendered/activity-stream-noscripts.html +lib/firefox78/browser/chrome/browser/res/activity-stream/prerendered/activity-stream.html +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/Redux.jsm +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/prop-types.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/react-dom-server.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/react-dom.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/react-redux.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/react-transition-group.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/react.js +lib/firefox78/browser/chrome/browser/res/activity-stream/vendor/redux.js +lib/firefox78/browser/chrome/browser/search-extensions/1und1/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/1und1/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/allaannonser-sv-SE/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/allaannonser-sv-SE/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/allegro-pl/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/allegro-pl/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/au/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/ca/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/de/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/en-GB/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/france/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/in/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/it/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/jp/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/nl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/spain/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/_locales/sweden/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazon/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/amazon/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcn/_locales/default/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcn/_locales/mozillaonline/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcn/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcn/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcom/_locales/en/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcom/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/amazondotcom/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/atlas-sk/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/atlas-sk/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/azerdict/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/azerdict/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/azet-sk/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/azet-sk/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/baidu/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/baidu/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/bbc-alba/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/bbc-alba/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/bing/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/bing/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/bok-NO/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/bok-NO/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/bolcom/_locales/fy-NL/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/bolcom/_locales/nl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/bolcom/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/bolcom/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/ceneji/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/ceneji/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/chambers-en-GB/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/chambers-en-GB/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/coccoc/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/coccoc/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/daum-kr/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/daum-kr/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/ddg/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/ddg/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/diec2/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/diec2/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/drae/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/drae/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/at/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/au/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/be/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/ca/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/ch/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/de/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/en/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/es/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/fr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/ie/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/it/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/nl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/_locales/uk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/ebay/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/ebay/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/ecosia/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/ecosia/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/eki-ee/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/eki-ee/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/eudict/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/eudict/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/faclair-beag/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/faclair-beag/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/flip/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/flip/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/freelang/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/freelang/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/gmx/_locales/de/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/gmx/_locales/shopping/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/gmx/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/gmx/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/google/_locales/b-1-d/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/google/_locales/b-1-e/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/google/_locales/b-d/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/google/_locales/b-e/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/google/_locales/en/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/google/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/google/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/gulesider-NO/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/gulesider-NO/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/heureka-cz/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/heureka-cz/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/hotline-ua/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/hotline-ua/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/kannadastore/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/kannadastore/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/leo_ende_de/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/leo_ende_de/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/list-am/favicon.gif +lib/firefox78/browser/chrome/browser/search-extensions/list-am/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/list.json +lib/firefox78/browser/chrome/browser/search-extensions/longdo/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/longdo/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/mailcom/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/mailcom/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/default/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/mailru001/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-az/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-en-US/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-hy-AM/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-kk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-ro/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-ru/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-tr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-uk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/_locales/okru-uz/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mailru/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/mailru/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/mapy-cz/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/mapy-cz/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/marktplaats/_locales/fy-NL/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/marktplaats/_locales/nl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/marktplaats/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/marktplaats/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/mercadolibre/_locales/ar/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mercadolibre/_locales/cl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mercadolibre/_locales/mx/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/mercadolibre/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/mercadolibre/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/mercadolivre/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/mercadolivre/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/morfix-dic/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/morfix-dic/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/najdi-si/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/najdi-si/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/naver-kr/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/naver-kr/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/neti-ee/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/neti-ee/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/odpiralni/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/odpiralni/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/olx/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/olx/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/oshiete-goo/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/oshiete-goo/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/osta-ee/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/osta-ee/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/ozonru/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/ozonru/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/palasprint/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/palasprint/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/pazaruvaj/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/pazaruvaj/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/pogodak/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/pogodak/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/priberam/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/priberam/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/priceru/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/priceru/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/prisjakt-sv-SE/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/prisjakt-sv-SE/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/pwn-pl/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/pwn-pl/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/qwant/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/qwant/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/qwantjr/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/qwantjr/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/qxl-NO/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/qxl-NO/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/rakuten/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/rakuten/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/readmoo/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/readmoo/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/salidzinilv/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/salidzinilv/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/seznam-cz/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/seznam-cz/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/sslv/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/sslv/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/tearma/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/tearma/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/tyda-sv-SE/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/tyda-sv-SE/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/vatera/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/vatera/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/webde/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/webde/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/NN/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/NO/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/af/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/an/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ar/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ast/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/az/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/be-tarask/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/be/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/bg/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/bn/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/br/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/bs/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ca/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/cy/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/cz/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/da/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/de/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/dsb/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/el/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/en/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/eo/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/es/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/et/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/eu/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/fa/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/fi/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/fr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/fy-NL/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ga-IE/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/gd/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/gl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/gn/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/gu/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/he/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/hi/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/hr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/hsb/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/hu/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/hy/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ia/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/id/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/is/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/it/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ja/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ka/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/kab/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/kk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/km/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/kn/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/kr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/lij/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/lo/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/lt/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ltg/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/lv/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/mk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/mr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ms/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/my/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ne/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/nl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/oc/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/pa/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/pl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/pt/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/rm/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ro/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ru/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/si/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/sk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/sl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/sq/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/sr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/sv-SE/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ta/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/te/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/th/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/tl/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/tr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/uk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/ur/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/uz/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/vi/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/wo/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/zh-CN/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/_locales/zh-TW/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/wikipedia/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/wiktionary/_locales/oc/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wiktionary/_locales/te/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/wiktionary/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/wiktionary/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/wolnelektury-pl/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/wolnelektury-pl/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/yahoo-jp-auctions/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/yahoo-jp-auctions/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/yahoo-jp/favicon.ico +lib/firefox78/browser/chrome/browser/search-extensions/yahoo-jp/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/az/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/by/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/en/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/kk/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/ru/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/tr/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/_locales/ua/messages.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/manifest.json +lib/firefox78/browser/chrome/browser/search-extensions/yandex/yandex-en.ico +lib/firefox78/browser/chrome/browser/search-extensions/yandex/yandex-ru.ico +lib/firefox78/browser/chrome/browser/search-extensions/zoznam-sk/favicon.png +lib/firefox78/browser/chrome/browser/search-extensions/zoznam-sk/manifest.json +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutFrameCrashed.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutNetError.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutRestartRequired.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/accessibility-active.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/accessibility.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/add.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/addons/addon-install-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/addons/addon-install-downloading.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/back-12.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/back.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/badge-blue.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/blockedSite.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmark-12.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmark-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmark-star-on-tray.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmark.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/bookmarks-toolbar.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/browser.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/cert-error.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/characterEncoding.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/check-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/chevron-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/chevron.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/compacttheme.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/connection-mixed-active-loaded.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/connection-mixed-passive-loaded.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/connection-secure.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/dashboard.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/etp-milestone.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/hero-message-background.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/mcb-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/panel.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/trackers.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/controlcenter/warning.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/critical.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/density-compact.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/density-normal.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/density-touch.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/menu-arrow.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/panelUI.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/customize.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/developer.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/device-desktop.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/device-phone.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/device-tablet.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/device-tv.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/device-vr.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsView.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/download-icons.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/download-summary.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/downloads.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/downloads/notification-start-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/drm-icon.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/e10s-64@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/edit-copy.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/edit-cut.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/edit-paste.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/edit.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/error-pages.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/folder.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/forget.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/forward.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fullscreen-exit.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fullscreen.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fullscreen/insecure.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fullscreen/secure.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/add-device.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/avatar-alert.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/avatar.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/monitor.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/send-to-device.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/send.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/sync-devices.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration-issue.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/history.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/home.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/illustrations/blue-berror.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/illustrations/error-connection-failure.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/illustrations/error-malformed-url.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/illustrations/error-server-not-found.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/import.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/info.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/install-ssb.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/library-bookmark-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/library-pocket-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/library.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/link.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/login.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/logo-android.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/logo-ios.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/mail.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/menu-badged.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/menu.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/monitor-base.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/monitor-border.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/new-tab.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/new-window.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/newInstall.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/newInstallPage.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-detailed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer-dark.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter-dark.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-social-dark.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/block-social.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/camera-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/camera.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/canvas-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/canvas.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/default-info.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/focus-tab-by-prompt.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/geo-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/geo-detailed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/geo.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-detailed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/microphone.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/midi.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/minimize.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/plugin-badge.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/popup-subitem.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/popup.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/screen-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/update.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/xr-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/notification-icons/xr.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/open-in-new.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/open.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pageInfo.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/pageInfo.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/panic-panel/header.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/panic-panel/header@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/panic-panel/icons@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/permissions.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pin-12.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pin-tab.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pioneer.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/editBookmark.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/folder-smart.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/folder.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/history.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/organizer.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/sidebar.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/tag.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/tree-icons.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pocket-outline.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/pocket.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/applications.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/bookmark.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/containers-dialog.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/containers.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/critters-postcard.jpg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/dialog.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/extensions.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/face-sad.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/face-smile.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/formfill.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/fxaPairDevice.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/general.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/history.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/no-search-bar.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/no-search-results.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/preferences.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/preferences.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/privacy-security.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/privacy.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/search-arrow-indicator.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/search-bar.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/search.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/search.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/siteDataSettings.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/sync.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/preferences/tab.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/print.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/private-browsing.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/privateBrowsing.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/privatebrowsing/private-browsing.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/profiler-popup-backdrop.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/protections/breached-password.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/protections/new-feature.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/protections/resolved-breach-gray.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/protections/resolved-breach.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/quit.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/readerMode.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/reload-to-stop.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/reload.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/restore-session.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/save.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/search-engine-placeholder@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/search-glass.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/searchbar.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/send-to-device.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/setDesktopBackground.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/sidebars-right.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/sidebars.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/sign-out.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/slowStartup-16.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/stop-to-reload.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/stop.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/sync.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/syncedtabs/sidebar.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/tab-12.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tab-crashed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tab.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/badge-audio-playing.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/indicator-tab-attention.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-burst.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked-small.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted-small.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing-small.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-drag-indicator.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/tip.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/toggle.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/toolbar-drag-indicator.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tracking-protection-animation-brighttext.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tracking-protection-animation.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tracking-protection-disabled.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/tracking-protection.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/translating-16.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/translating-16@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/translation-16.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/translation-16@2x.png +lib/firefox78/browser/chrome/browser/skin/classic/browser/undo.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/unpin-tab.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/update-badge.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/warning.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/webRTC-legacy-indicator.css +lib/firefox78/browser/chrome/browser/skin/classic/browser/welcome-back.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/whatsnew.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/wifi.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/window-controls/close.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/window-controls/minimize.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/window-controls/restore.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/window.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/zoom-in.svg +lib/firefox78/browser/chrome/browser/skin/classic/browser/zoom-out.svg +lib/firefox78/browser/chrome/chrome.manifest +lib/firefox78/browser/chrome/devtools-startup/content/DevToolsShim.jsm +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.css +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.js +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.xhtml +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/dev-edition-logo.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/external-link.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-console.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-debugger.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-inspector.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-memory.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-network.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-performance.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-responsive.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-storage.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-visualediting.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/images/otter.svg +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.css +lib/firefox78/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js +lib/firefox78/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css +lib/firefox78/browser/chrome/devtools/content/aboutdebugging/index.html +lib/firefox78/browser/chrome/devtools/content/accessibility/index.html +lib/firefox78/browser/chrome/devtools/content/accessibility/main.js +lib/firefox78/browser/chrome/devtools/content/application/index.html +lib/firefox78/browser/chrome/devtools/content/debugger/index.html +lib/firefox78/browser/chrome/devtools/content/dom/index.html +lib/firefox78/browser/chrome/devtools/content/dom/main.js +lib/firefox78/browser/chrome/devtools/content/framework/browser-toolbox/window.css +lib/firefox78/browser/chrome/devtools/content/framework/browser-toolbox/window.html +lib/firefox78/browser/chrome/devtools/content/framework/browser-toolbox/window.js +lib/firefox78/browser/chrome/devtools/content/framework/options-panel.css +lib/firefox78/browser/chrome/devtools/content/framework/toolbox-init.js +lib/firefox78/browser/chrome/devtools/content/framework/toolbox-options.html +lib/firefox78/browser/chrome/devtools/content/framework/toolbox-window.xhtml +lib/firefox78/browser/chrome/devtools/content/framework/toolbox.xhtml +lib/firefox78/browser/chrome/devtools/content/inspector/index.xhtml +lib/firefox78/browser/chrome/devtools/content/inspector/markup/markup.xhtml +lib/firefox78/browser/chrome/devtools/content/memory/index.xhtml +lib/firefox78/browser/chrome/devtools/content/netmonitor/index.html +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/icons/blocked.svg +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/HeadersPanel.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsBar.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusCode.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/UrlPreview.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css +lib/firefox78/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css +lib/firefox78/browser/chrome/devtools/content/performance-new/aboutprofiling/index.xhtml +lib/firefox78/browser/chrome/devtools/content/performance-new/aboutprofiling/initializer.js +lib/firefox78/browser/chrome/devtools/content/performance-new/frame-script.js +lib/firefox78/browser/chrome/devtools/content/performance-new/index.xhtml +lib/firefox78/browser/chrome/devtools/content/performance/index.xhtml +lib/firefox78/browser/chrome/devtools/content/responsive/index.xhtml +lib/firefox78/browser/chrome/devtools/content/responsive/toolbar.xhtml +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/sublime.js +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/vim.js +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css +lib/firefox78/browser/chrome/devtools/content/shared/sourceeditor/codemirror/mozilla.css +lib/firefox78/browser/chrome/devtools/content/shared/splitview.css +lib/firefox78/browser/chrome/devtools/content/shared/theme-switching.js +lib/firefox78/browser/chrome/devtools/content/shared/toolbarbutton.css +lib/firefox78/browser/chrome/devtools/content/shared/vendor/d3.js +lib/firefox78/browser/chrome/devtools/content/shared/vendor/dagre-d3.js +lib/firefox78/browser/chrome/devtools/content/shared/webextension-fallback.html +lib/firefox78/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css +lib/firefox78/browser/chrome/devtools/content/shared/widgets/filter-widget.css +lib/firefox78/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml +lib/firefox78/browser/chrome/devtools/content/shared/widgets/spectrum.css +lib/firefox78/browser/chrome/devtools/content/shared/widgets/widgets.css +lib/firefox78/browser/chrome/devtools/content/storage/index.xhtml +lib/firefox78/browser/chrome/devtools/content/styleeditor/index.xhtml +lib/firefox78/browser/chrome/devtools/content/webconsole/index.html +lib/firefox78/browser/chrome/devtools/content/whats-new/index.html +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/debug-targets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/runtimes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/base.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/App.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/CompatibilityWarning.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ConnectionPromptSetting.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ProfilerDialog.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ProfilerDialog.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeActions.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeActions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeInfo.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeInfo.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimePage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ServiceWorkersWarning.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectPage.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectPage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSection.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSteps.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSteps.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ExtensionDetail.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/InspectAction.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ProcessDetail.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAdditionalActions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TabDetail.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionAdditionalActions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionDetail.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstaller.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/WorkerDetail.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/DetailsLog.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/IconLabel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/IconLabel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/Message.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/Message.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/RefreshDevicesButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/Sidebar.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/Sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/create-store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/debug-target-listener.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/error-logging.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/event-recording.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/extension-component-data.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/process-component-data.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/tab-component-data.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/worker-component-data.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/client-wrapper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-collapsibilities.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-support.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/extensions-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/network-locations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtime-client-factory.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtimes-state-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/usb-runtimes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/debug-targets-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/runtimes-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/ui-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/debug-target.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/runtime.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-proxy.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-startup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/actions/accessibles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/actions/audit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/actions/details.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/actions/simulation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityPrefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRowValue.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTreeFilter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Accessible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditController.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditFilter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditProgressOverlay.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badge.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badges.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Button.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Check.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Checks.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/ColorContrastAccessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/ContrastBadge.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Description.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardBadge.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardCheck.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/LearnMoreLink.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/MainFrame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/RightSidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/SimulationMenuButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelBadge.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelCheck.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/components/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/picker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/accessibles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/audit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/details.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/simulation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/utils/audit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/accessibility/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/application.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/actions/manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/actions/page.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/actions/workers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/base.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/App.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/Manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestColorItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestColorItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestEmpty.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIconItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIconItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestJsonLink.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestJsonLink.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestPage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/reducers/ui-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/types/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/types/manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/types/routing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/application/src/types/service-workers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/dist/parser-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/dist/pretty-print-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/dist/search-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/dist/vendors.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/dist/vendors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/arrow-down.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/arrow-up.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/arrow.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/blackBox.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/breadcrumbs-divider.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/breakpoint.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/case-match.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/close.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/column-marker.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/command-chevron.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/disable-pausing.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/file-small.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/folder.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/globe-small.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/globe.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/help.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/home.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/info.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/loader.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/markup-breakpoint.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/next-circle.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/next.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/pane-collapse.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/pane-expand.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/pause.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/plus.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/prettyPrint.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/regex-match.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/reload.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/resume.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/search.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/aframe.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/angular.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/babel.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/backbone.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/choo.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/coffeescript.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/dojo.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/ember.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/express.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/extension.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/immutable.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/javascript.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/jquery.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/lodash.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/marko.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/mobx.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/nextjs.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/node.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/nuxtjs.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/preact.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/pug.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/react.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/redux.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/rxjs.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/sencha-extjs.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/typescript.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/underscore.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/vuejs.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/webpack.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/stepIn.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/stepOut.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/stepOver.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/tab.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/webconsole-logpoint.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/whole-word-match.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/window.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/images/worker.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/object-inspector/reducer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/accessible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/accessor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/array.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/attribute.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/big-int.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/comment-node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/date-time.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/document-type.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/document.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/element-node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/error.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/event.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/function.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-array.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-map-entry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-map.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/infinity.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/nan.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/null.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/number.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object-with-text.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object-with-url.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/promise.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/regexp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/rep-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/rep.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/string.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/stylesheet.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/symbol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/text-node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/undefined.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/setInScopeLines.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/breakpointPositions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/modify.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/remapLocations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/syncBreakpoint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/event-listeners.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/expressions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/file-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/navigation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/breakOnNext.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/commands.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/continueToHere.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/expandScopes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchFrames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchScopes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/highlightCalls.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/inlinePreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapDisplayNames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapFrames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapScopes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/pauseOnExceptions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/paused.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/previewPausedLocation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/resumed.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/selectFrame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/skipPausing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/preview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/project-text-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/quick-open.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/source-actors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/source-tree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/blackbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/breakableLines.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/loadSourceText.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/newSources.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/prettyPrint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/select.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/symbols.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/tabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/threads.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/toolbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/create-store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/context.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/history.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/log.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/promise.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/thunk.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/timing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/wait-service.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/commands.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/create.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/events.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/targets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/client/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/A11yIntention.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/A11yIntention.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/App.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Breakpoint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Breakpoints.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ColumnBreakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ConditionalPanel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ConditionalPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/DebugLine.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Editor.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/EditorMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/EmptyLines.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Footer.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Footer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightCalls.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightCalls.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLine.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLines.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviewRow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviews.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/Popup.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/Popup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/SearchBar.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/SearchBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Tabs.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Tabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/Outline.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/Outline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/OutlineFilter.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/OutlineFilter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/Sources.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/SourcesTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/SourcesTreeItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ProjectSearch.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ProjectSearch.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/QuickOpenModal.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/QuickOpenModal.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeading.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeadingsContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoints.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/ExceptionOption.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameIndent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frames.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Group.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Group.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Scopes.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Scopes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/SecondaryPanes.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Thread.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ShortcutsModal.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ShortcutsModal.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/WelcomeBox.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/WelcomeBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/AccessibleImage.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/AccessibleImage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Accordion.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Accordion.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Badge.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Badge.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/BracketArrow.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/BracketArrow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/CloseButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/CommandBarButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/PaneToggleButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/styles/CloseButton.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/styles/CommandBarButton.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/styles/PaneToggleButton.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Dropdown.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Dropdown.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ManagedTree.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ManagedTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Modal.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Modal.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Popover.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Popover.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/PreviewFunction.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/PreviewFunction.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ResultList.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ResultList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SearchInput.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SearchInput.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SmartGap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/menu.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/components/variables.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/debugger.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/main.development.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/main.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ast.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/async-requests.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/event-listeners.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/expressions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/file-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/pause.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/pending-breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/preview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/project-text-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/quick-open.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/source-actors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/source-tree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/sources.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/tabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/threads.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointAtLocation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointSources.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/getCallStackFrames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/inComponent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/isLineInScope.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/isSelectedFrameVisible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/pause.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/visibleBreakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/visibleColumnBreakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/DevToolsUtils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/assert.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ast.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/async-value.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/bootstrap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/astBreakpointLocation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/breakpointPositions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/build-query.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/clipboard.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/connect.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/context.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/dbg.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/defer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/create-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/get-expression.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/get-token-location.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-documents.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/token-events.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/evaluation-result.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/expressions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/function.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/indentation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/isMinified.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/location.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/log.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoizableAction.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoizeLast.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/path.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/annotateFrames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/collapseFrames.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/displayName.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getFrameUrl.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getLibraryFromUrl.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/buildGeneratedBindingList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/filtering.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/locColumn.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/mappingContains.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/optimizedOut.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/positionCmp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/rangeMetadata.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getScope.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getVariables.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/why.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/preview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/project-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/quick-open.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/base-query.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/compare.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/core.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/memoize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/query-cache.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/query.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/selector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/result-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/selected-location.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source-maps.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source-queue.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/addToTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/collapseTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/formatTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/getDirectories.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/getURL.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/sortTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/treeOrder.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/updateTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/tabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/task.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/text.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/threads.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/timings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/url.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/wasm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/vendors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/parser/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/pretty-print/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/search/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/definitions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/devtools-client.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/devtools-fission-prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/actions/filter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/actions/grips.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/components/DomTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/components/MainFrame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/components/MainToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/dom-decorator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/dom-view.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/dom-view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/grip-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/filter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/grips.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/content/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/dom/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/actions/dom-mutation-breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/actions/targets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/browser-toolbox/Launcher.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetInfo.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/MeatballMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxController.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxTab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxTabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/devtools-browser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/devtools.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/enable-devtools-popup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/menu-item.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/menu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/reducers/dom-mutation-breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/reducers/targets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/selection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/store-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/target-from-url.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/target.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox-context-menu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox-host-manager.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox-tabs-order-manager.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/addon/addons.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/addon/webextension-inspected-window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/animation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/content-viewer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/css-properties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/webextension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/device.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/environment.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/eventsource.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/framerate.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/highlighters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/layout.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/memory.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/object.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/perf.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/performance.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/preference.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/property-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/reflow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/responsive.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/root.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/screenshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/storage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/string.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/styles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/stylesheets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/symbol-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/targets/browsing-context.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/targets/content-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/targets/local-tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/targets/target-mixin.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/targets/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/thread.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/walker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/webconsole.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/websocket.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/worker/push-subscription.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker-registration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/animations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/animation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyListContainer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyName.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationDetailContainer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationDetailHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationListContainer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationTarget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/CurrentTimeLabel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/CurrentTimeScrubber.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/IndicationBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/KeyframesProgressBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/NoAnimationPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/PauseResumeButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/PlaybackRateSelector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/ProgressInspectionPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/RewindButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/TickLabels.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/TickLines.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/AnimationName.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/ComputedTimingPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/DelaySign.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/EffectTimingPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/EndDelaySign.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativeDelayPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativeEndDelayPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativePath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/SummaryGraph.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/SummaryGraphPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/TimingPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/ColorPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/ComputedStylePath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/DiscretePath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/DistancePath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframeMarkerItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframeMarkerList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframesGraph.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframesGraphPath.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/current-time-timer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/reducers/animations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/graph-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/timescale.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/box-model.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/box-model.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelEditable.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelInfo.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelMain.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelProperties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/ComputedProperty.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/reducers/box-model.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/CSSDeclaration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/selectors/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/changes-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/CompatibilityView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/UserSettings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/compatibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/BrowserIcon.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Footer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssuePane.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodePane.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Settings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/reducers/compatibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/utils/cases.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExpressionResultView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionPage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionSidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectTreeView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/extension-sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/reducers/sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/extensions/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/flexbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexContainer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSelector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingOutline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingProperties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Flexbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Header.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/flexbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/flexbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/font-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/font-options.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/fonts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/Font.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontAxis.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontEditor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontName.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontOrigin.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontOverview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPreviewInput.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPropertyValue.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontSize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontStyle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontWeight.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontsApp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/LetterSpacing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/LineHeight.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/fonts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/font-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/font-options.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/fonts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/utils/font-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/fonts/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/grids.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/highlighter-settings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/Grid.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridDisplaySettings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridOutline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/grid-inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/reducers/grids.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/reducers/highlighter-settings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/grids/utils/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/LayoutApp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/layout/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/components/TextNode.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup-context-menu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/html-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/markup-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/root-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/slotted-node-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/slotted-node-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/node-picker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/class-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/pseudo-classes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/rules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/ClassListPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Declaration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Declarations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/PseudoClassPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Rule.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Rules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/RulesApp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SearchBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Selector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SelectorHighlighter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SourceLink.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/class-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/element-style.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/rule.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/text-property.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/user-properties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/new-rules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/class-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/pseudo-classes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/rules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/rules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/class-list-previewer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-reps.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-change-tracker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/shared/walker-event-listener.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/Headers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/HeadersPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/HeadersToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/JsonPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/JsonToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/LiveText.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/MainTabbedArea.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/SearchBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/front.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/sizes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/task-cache.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/tree-map-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/actions/view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/app.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/Census.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/CensusHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/CensusTreeItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTreeHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTreeItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/Heap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/Individuals.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/IndividualsHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/List.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/ShortestPaths.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/SnapshotListItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/TreeMap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/canvas-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/color-coarse-type.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/drag-zoom.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/draw.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/start.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/dominator-tree-lazy-children.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/models.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/census-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/front.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/individuals.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/label-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/sizes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/snapshots.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/tree-map-display.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/reducers/view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/memory/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/menus.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/batching.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/filters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/request-blocking.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/requests.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/selection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/sort.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/timing-markers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/web-sockets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/api.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/app.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/CustomRequestPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkActionBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SourceEditor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatisticsPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusCode.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TabboxPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/HtmlPreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/ImagePreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/SourcePreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/UrlPreview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-blocking/RequestBlockingPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CachePanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CookiesPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/HeadersPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/NetworkDetailsBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/PropertiesView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/RequestPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/ResponsePanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/SecurityPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/StackTracePanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/TimingsPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnContentSize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnCookies.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnDomain.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnFile.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnInitiator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnMethod.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnProtocol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnRemoteIP.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnResponseHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnScheme.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnSetCookies.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnStatus.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTime.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTransferredSize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnType.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnUrl.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnWaterfall.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListContent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListEmptyNotice.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/SearchPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/StatusBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/search-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameFilterMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnData.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnFinBit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnMaskBit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnOpCode.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnSize.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnTime.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListContent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListHeaderContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FramePayload.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/RawData.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/StatusBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/WebSocketsPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/cbor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/msgpack.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/HandshakeProtocol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/IHubProtocol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/JSONHubProtocol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/TextMessageFormat.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/Utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/binary.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/component-emitter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/is-buffer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/sockjs/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/wamp/arrayParser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/wamp/serializers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-connector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-data-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/create-store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-automation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-builder-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-builder.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-collector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-exporter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-importer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-menu-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/toolbox-overlay.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/batching.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/event-telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/recording.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/request-blocking.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/throttling.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/thunk.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/batching.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/filters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/request-blocking.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/requests.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/sort.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/timing-markers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/web-sockets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/requests.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/timing-markers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/web-sockets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-autocomplete-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-predicates.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-text-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/firefox/open-request-in-tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/format-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/headers-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/mdn-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/open-request-in-tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/request-blocking.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/request-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/sort-predicates.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/sort-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/tooltips.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/PropertiesViewContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestBlockingContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListHeaderContextMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/WaterfallBackground.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/worker-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/browser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/AboutProfiling.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsPanel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsPresetSelection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/DirectoryPicker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/Presets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/popup/background.jsm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/popup/menu-button.jsm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/popup/panel.jsm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/preference-management.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/store/actions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/store/reducers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/store/selectors.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/symbolication.jsm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/typescript-lazy-load.jsm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance-new/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizations.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizationsItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingControls.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingListItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/Waterfall.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTreeRow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/events.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/initializer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/categories.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/global.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/io.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/frame-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/jit.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/tree-model.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/waterfall-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-blueprint-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-dom-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-formatters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/markers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/waterfall-ticks.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/graphs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-details.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/performance-controller.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/performance-view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/actions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/dom-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/event-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/input-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/panel-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/profiler-mm-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/recording-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/synth-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/tab-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/urls.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/wait-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-abstract-subview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-call-tree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-flamegraph.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-call-tree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-flamegraph.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details-waterfall.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/details.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/overview.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/recordings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/performance/views/toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/actions/devices.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/actions/screenshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/actions/viewports.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/browser/content.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/browser/swap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/browser/tunnel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/browser/web-navigation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/Browser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/Device.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceForm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceInfo.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceModal.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DevicePixelRatioMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceSelector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/ResizableViewport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/SettingsMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/Toolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/UserAgentInput.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/ViewportDimension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/components/Viewports.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/images/grippers.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/images/rotate-viewport.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/images/touch-events.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/index.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/manager.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/reducers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/reducers/devices.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/reducers/screenshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/reducers/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/reducers/viewports.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/responsive-browser.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/e10s.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/key.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/message.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/notification.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/orientation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/ua.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/responsive/utils/window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/async-store-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/browser-loader-mocks.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/Accordion.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/Accordion.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/Frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/HSplitBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/List.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/List.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/MdnLink.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/MdnLink.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/NotificationBox.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/NotificationBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SearchBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SearchBoxAutocompletePopup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/Sidebar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SidebarToggle.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SidebarToggle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SmartTrace.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/SmartTrace.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/StackTrace.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/VirtualizedTree.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/VisibilityHandler.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuItem.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuList.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/menu/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/input.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/jump-definition.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/open-inspector.svg +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/Draggable.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/GridElementResizer.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/GridElementWidthResizer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/SplitBox.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/SplitBox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/TabBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/Tabs.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/Tabs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/NetworkThrottlingMenu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/actions.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/profiles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/reducer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/LabelCell.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/ObjectProvider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeCell.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeHeader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeRow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeView.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeView.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/css-angle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/curl.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/demangle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/devices.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/enum.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/events.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/fluent-l10n/fluent-l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/focus.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/getjson.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/inplace-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/key-shortcuts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/keycodes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/link.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/options-view.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/output-parser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/poller.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/react-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/create-store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/debounce.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/ignore.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk-with-options.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/subscriber.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/redux/visibility-handler-connect.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-addon.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-binary.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-client.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-device.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-running-checker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-runtime.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-socket.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/list-devices.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/prepare-tcp-connection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/run-command.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/shell.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/track-devices.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/remote-client-manager.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/version-checker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/scroll.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/dwarf_to_json.wasm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/source-map-mappings.wasm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/source-map/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/source-map/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/autocomplete.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/css-autocompleter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/debugger.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor-commands-controller.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/wasm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/stylesheet-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/suggestion-picker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/theme.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/thread-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/undo.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/unicode-url.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmDis.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmParser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/fluent-react.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/immutable.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/jszip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/lodash.js +${PLIST.debug}lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js +${PLIST.debug}lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-dev.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-factories.js +${PLIST.debug}lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js +${PLIST.debug}lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils-dev.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js +${PLIST.debug}lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-router-dom.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer-shallow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/reselect.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/vendor/whatwg-url.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/view-source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/webgl-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/Chart.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/GraphsWorker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/MountainGraphWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/ShapesInContextEditor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/EventTooltipHelper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/InlineTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/RulePreviewTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/TooltipToggle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/inactive-css-tooltip-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/workers-listener.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/storage/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/storage/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/storage/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/storage/utils/mdn-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/client/styleeditor/original-source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/styleeditor/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/themes/audio/shutter.wav +lib/firefox78/browser/chrome/devtools/modules/devtools/client/themes/common.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/themes/splitters.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/themes/toolbars.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/themes/variables.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/input.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/notifications.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/object.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/toolbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/actions/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console-manager.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/commands.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/App.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/App.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/ConsoleSettings.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterCheckbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ConfirmDialog.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EditorToolbar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EvaluationContextSelector.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EvaluationContextSelector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/JSTerm.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ReverseSearchInput.css +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ReverseSearchInput.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/CollapseButton.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/ConsoleOutput.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/ConsoleTable.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/GripMessageBody.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/Message.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageContainer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageIcon.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageIndent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageRepeat.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/CSSWarning.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/ConsoleApiCall.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/ConsoleCommand.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/DefaultRenderer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/EvaluationResult.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/NetworkEventMessage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/PageError.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/WarningGroup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/components/SideBar.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/actor-releaser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/batching.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/css-error-reporting.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/message-cache-clearing.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/net-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/event-telemetry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/history-persistence.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/autocomplete.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/filters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/history.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/notifications.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/autocomplete.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/filters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/history.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/notifications.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/service-container.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/store.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/clipboard.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/context-menu.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/id-generator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/object-inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/utils/prefs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-connection-proxy.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-ui.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-wrapper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/whats-new/panel.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/whats-new/src/main.js +lib/firefox78/browser/chrome/devtools/modules/devtools/client/whats-new/src/whats-new.css +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/contrast.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/keyboard.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/text-label.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/parent-accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/simulator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/walker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/accessibility/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/addon/addons.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/addon/webextension-inspected-window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/animation-type-longhand.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/animation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/array-buffer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/common.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/css-properties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/watcher/FrameWatchers.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/watcher/watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/descriptors/webextension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/device.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/emulation/content-viewer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/emulation/responsive.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/emulation/touch-simulator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/environment.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/errordocs.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/framerate.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters.css +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/accessible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/box-model-renderer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-grid.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/eye-dropper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/flexbox.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/fonts.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/paused-debugger.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/shapes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/simple-outline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/canvas.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/markup.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/highlighters/xul-accessible.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/css-logic.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/custom-element-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/document-walker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-collector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/inspector/walker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/layout.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/memory.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/channel-event-sink.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/eventsource-actor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-monitor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-observer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-response-listener.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/wildcard-to-regexp.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/websocket-actor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/previewers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/property-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/stringifiers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/symbol-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/symbol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/object/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/pause-scoped.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/perf.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/performance-recording.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/performance.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/preference.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/reflow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/root.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/screenshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/storage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/string.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/styles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/stylesheets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/browsing-context.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/chrome-window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/content-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/parent-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/webextension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/targets/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/thread.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/breakpoint-actor-map.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/dbg-source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/event-breakpoints.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/event-loop.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/inactive-property-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/logEvent.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/shapes-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/source-map-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/stack.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/track-change-emitter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/utils/watchpoint-map.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/commands.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/content-process-forward.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eager-ecma-whitelist.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eager-function-whitelist.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eval-with-debugger.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-api.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-file-activity.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-reflow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-service.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/content-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/document-events.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/message-manager-mock.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/webidl-pure-whitelist.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/webconsole/worker-listeners.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/push-subscription.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/actors/worker/worker-target-actor-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/connectors/content-process-connector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/connectors/frame-connector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameChild.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameParent.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/server/connectors/worker-connector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/devtools-server-connection.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/devtools-server.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/performance/framerate.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/performance/memory.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/performance/profiler.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/performance/recorder.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/performance/timeline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/socket/websocket-server.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/startup/content-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/startup/content-process.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/server/startup/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/server/startup/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/Loader.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/async-storage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/async-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/base-loader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/compatibility/MDNCompatibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/browsers.json +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/css-properties.json +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/content-observer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/color-db.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/color.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/lexer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/parsing-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/css/properties-db.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/debounce.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/defer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/dom-helpers.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/dom-node-constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/dom-node-filter-constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/event-emitter.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/extend.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/flags.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/generate-uuid.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/shortest-paths.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/indentation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/indexed-db.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/inspector/css-logic.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/inspector/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/l10n.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/layout/dom-matrix-2d.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/layout/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/loader-plugin-raw.jsm +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/natural-sort.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/node-properties/node-properties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/path.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/performance-new/gecko-profiler-interface.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/performance-new/recording-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/picker-constants.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/platform/cache-entry.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/platform/clipboard.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/platform/stack.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/plural-form.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Actor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Actor/generateActorSpec.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Front.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Front/FrontClassWithSpec.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Pool.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Request.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/Response.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/lazy-pool.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/types.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/protocol/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/console-messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/error-messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/platform-messages.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/root-node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-frames-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-processes-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-serviceworkers-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-sharedworkers-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-workers-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/resource-watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/resources/target-list.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/screenshot/capture.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/screenshot/save.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/security/auth.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/security/cert.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/security/prompt.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/security/socket.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/service-workers-debug-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/accessibility.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/addon/addons.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension-inspected-window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/animation.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/changes.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/content-viewer.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/tab.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/webextension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/device.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/environment.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/eventsource.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/index.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/inspector.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/layout.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/manifest.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/memory.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/network-event.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/network-monitor.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/node.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/object.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/perf.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/performance-recording.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/performance.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/preference.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/property-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/reflow.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/responsive.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/root.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/screenshot.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/source.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/storage.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/string.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/styles.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/stylesheets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/symbol-iterator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/symbol.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/browsing-context.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/chrome-window.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/content-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/frame.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/parent-process.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/webextension.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/targets/worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/thread.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/timeline.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/walker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/watcher.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/webconsole.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/websocket.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/worker/push-subscription.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker-registration.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/sprintfjs/sprintf.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/storage/utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/storage/vendor/json5.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/util/assert.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/validator.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/system.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/task.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/throttle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/child-transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/js-window-actor-transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/local-transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/packets.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/stream-utils.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/websocket-transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/transport/worker-transport.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/webconsole/parser-helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/webconsole/reserved-js-words.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/webconsole/throttle.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/worker/helper.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/worker/loader.js +lib/firefox78/browser/chrome/devtools/modules/devtools/shared/worker/worker.js +lib/firefox78/browser/chrome/devtools/skin/aboutprofiling.css +lib/firefox78/browser/chrome/devtools/skin/accessibility-color-contrast.css +lib/firefox78/browser/chrome/devtools/skin/animation.css +lib/firefox78/browser/chrome/devtools/skin/badge.css +lib/firefox78/browser/chrome/devtools/skin/boxmodel.css +lib/firefox78/browser/chrome/devtools/skin/breadcrumbs.css +lib/firefox78/browser/chrome/devtools/skin/changes.css +lib/firefox78/browser/chrome/devtools/skin/chart.css +lib/firefox78/browser/chrome/devtools/skin/compatibility.css +lib/firefox78/browser/chrome/devtools/skin/components-frame.css +lib/firefox78/browser/chrome/devtools/skin/components-h-split-box.css +lib/firefox78/browser/chrome/devtools/skin/computed.css +lib/firefox78/browser/chrome/devtools/skin/dark-theme.css +lib/firefox78/browser/chrome/devtools/skin/devtools-browser.css +lib/firefox78/browser/chrome/devtools/skin/floating-scrollbars-responsive-design.css +lib/firefox78/browser/chrome/devtools/skin/fonts.css +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-connect-icon.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-error.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-fenix-nightly.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-fenix.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-firefox-aurora.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-firefox-beta.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-firefox-logo.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-firefox-nightly.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-firefox-release.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-globe-icon.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-information.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-process-icon.svg +lib/firefox78/browser/chrome/devtools/skin/images/aboutdebugging-usb-icon.svg +lib/firefox78/browser/chrome/devtools/skin/images/accessibility.svg +lib/firefox78/browser/chrome/devtools/skin/images/add.svg +lib/firefox78/browser/chrome/devtools/skin/images/alert-small.svg +lib/firefox78/browser/chrome/devtools/skin/images/alert-tiny.svg +lib/firefox78/browser/chrome/devtools/skin/images/alert.svg +lib/firefox78/browser/chrome/devtools/skin/images/angle-swatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/animation-fast-track.svg +lib/firefox78/browser/chrome/devtools/skin/images/application-manifest.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrow-big.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrow-e.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrow.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrowhead-down.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrowhead-left.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrowhead-right.svg +lib/firefox78/browser/chrome/devtools/skin/images/arrowhead-up.svg +lib/firefox78/browser/chrome/devtools/skin/images/breadcrumbs-divider.svg +lib/firefox78/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/chrome.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/edge.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/firefox.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/ie.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/mobile.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/opera.svg +lib/firefox78/browser/chrome/devtools/skin/images/browsers/safari.svg +lib/firefox78/browser/chrome/devtools/skin/images/case-match.svg +lib/firefox78/browser/chrome/devtools/skin/images/checkbox.svg +lib/firefox78/browser/chrome/devtools/skin/images/clear.svg +lib/firefox78/browser/chrome/devtools/skin/images/close-3-pane.svg +lib/firefox78/browser/chrome/devtools/skin/images/close.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-chevron.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-console.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-eyedropper.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-frames.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-measure.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-noautohide.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-paintflashing.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-pick-accessibility.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-pick.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-responsivemode.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-rulers.svg +lib/firefox78/browser/chrome/devtools/skin/images/command-screenshot.svg +lib/firefox78/browser/chrome/devtools/skin/images/copy.svg +lib/firefox78/browser/chrome/devtools/skin/images/cubic-bezier-swatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/datastore.svg +lib/firefox78/browser/chrome/devtools/skin/images/debugging-addons.svg +lib/firefox78/browser/chrome/devtools/skin/images/debugging-tabs.svg +lib/firefox78/browser/chrome/devtools/skin/images/debugging-workers.svg +lib/firefox78/browser/chrome/devtools/skin/images/diff.svg +lib/firefox78/browser/chrome/devtools/skin/images/dock-bottom.svg +lib/firefox78/browser/chrome/devtools/skin/images/dock-side-left.svg +lib/firefox78/browser/chrome/devtools/skin/images/dock-side-right.svg +lib/firefox78/browser/chrome/devtools/skin/images/dock-undock.svg +lib/firefox78/browser/chrome/devtools/skin/images/dropmarker.svg +lib/firefox78/browser/chrome/devtools/skin/images/error-small.svg +lib/firefox78/browser/chrome/devtools/skin/images/error-tiny.svg +lib/firefox78/browser/chrome/devtools/skin/images/error.svg +lib/firefox78/browser/chrome/devtools/skin/images/eye.svg +lib/firefox78/browser/chrome/devtools/skin/images/filter-small.svg +lib/firefox78/browser/chrome/devtools/skin/images/filter-swatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/filter.svg +lib/firefox78/browser/chrome/devtools/skin/images/flexbox-swatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/folder.svg +lib/firefox78/browser/chrome/devtools/skin/images/fox-smiling.svg +lib/firefox78/browser/chrome/devtools/skin/images/geometry-editor.svg +lib/firefox78/browser/chrome/devtools/skin/images/globe.svg +lib/firefox78/browser/chrome/devtools/skin/images/grid.svg +lib/firefox78/browser/chrome/devtools/skin/images/help.svg +lib/firefox78/browser/chrome/devtools/skin/images/import.svg +lib/firefox78/browser/chrome/devtools/skin/images/info-small.svg +lib/firefox78/browser/chrome/devtools/skin/images/info-tiny.svg +lib/firefox78/browser/chrome/devtools/skin/images/info.svg +lib/firefox78/browser/chrome/devtools/skin/images/item-arrow-dark-ltr.svg +lib/firefox78/browser/chrome/devtools/skin/images/item-arrow-dark-rtl.svg +lib/firefox78/browser/chrome/devtools/skin/images/item-arrow-ltr.svg +lib/firefox78/browser/chrome/devtools/skin/images/item-arrow-rtl.svg +lib/firefox78/browser/chrome/devtools/skin/images/item-toggle.svg +lib/firefox78/browser/chrome/devtools/skin/images/lock.svg +lib/firefox78/browser/chrome/devtools/skin/images/more.svg +lib/firefox78/browser/chrome/devtools/skin/images/next.svg +lib/firefox78/browser/chrome/devtools/skin/images/open-3-pane.svg +lib/firefox78/browser/chrome/devtools/skin/images/open-inspector.svg +lib/firefox78/browser/chrome/devtools/skin/images/pane-collapse.svg +lib/firefox78/browser/chrome/devtools/skin/images/pane-expand.svg +lib/firefox78/browser/chrome/devtools/skin/images/pause.svg +lib/firefox78/browser/chrome/devtools/skin/images/pencil-icon.svg +lib/firefox78/browser/chrome/devtools/skin/images/performance-details-call-tree.svg +lib/firefox78/browser/chrome/devtools/skin/images/performance-details-flamegraph.svg +lib/firefox78/browser/chrome/devtools/skin/images/performance-details-waterfall.svg +lib/firefox78/browser/chrome/devtools/skin/images/play.svg +lib/firefox78/browser/chrome/devtools/skin/images/profiler-stopwatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/pseudo-class.svg +lib/firefox78/browser/chrome/devtools/skin/images/reload.svg +lib/firefox78/browser/chrome/devtools/skin/images/report.svg +lib/firefox78/browser/chrome/devtools/skin/images/reveal.svg +lib/firefox78/browser/chrome/devtools/skin/images/rewind.svg +lib/firefox78/browser/chrome/devtools/skin/images/rules-view-print-simulation.svg +lib/firefox78/browser/chrome/devtools/skin/images/sad-face.svg +lib/firefox78/browser/chrome/devtools/skin/images/search-clear.svg +lib/firefox78/browser/chrome/devtools/skin/images/search.svg +lib/firefox78/browser/chrome/devtools/skin/images/security-state-insecure.svg +lib/firefox78/browser/chrome/devtools/skin/images/security-state-secure.svg +lib/firefox78/browser/chrome/devtools/skin/images/security-state-weak.svg +lib/firefox78/browser/chrome/devtools/skin/images/select-arrow.svg +lib/firefox78/browser/chrome/devtools/skin/images/settings.svg +lib/firefox78/browser/chrome/devtools/skin/images/shape-swatch.svg +lib/firefox78/browser/chrome/devtools/skin/images/sort-ascending-arrow.svg +lib/firefox78/browser/chrome/devtools/skin/images/sort-descending-arrow.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-accessibility.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-application.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-debugger.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-dom.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-inspector.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-memory.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-network.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-profiler.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-storage.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-styleeditor.svg +lib/firefox78/browser/chrome/devtools/skin/images/tool-webconsole.svg +lib/firefox78/browser/chrome/devtools/skin/images/vview-delete.svg +lib/firefox78/browser/chrome/devtools/skin/images/vview-edit.svg +lib/firefox78/browser/chrome/devtools/skin/images/vview-lock.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/editor.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/input.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/navigation.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/return.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/reverse-search.svg +lib/firefox78/browser/chrome/devtools/skin/images/webconsole/run.svg +lib/firefox78/browser/chrome/devtools/skin/inspector.css +lib/firefox78/browser/chrome/devtools/skin/jit-optimizations.css +lib/firefox78/browser/chrome/devtools/skin/layout.css +lib/firefox78/browser/chrome/devtools/skin/light-theme.css +lib/firefox78/browser/chrome/devtools/skin/markup.css +lib/firefox78/browser/chrome/devtools/skin/memory.css +lib/firefox78/browser/chrome/devtools/skin/perf.css +lib/firefox78/browser/chrome/devtools/skin/performance.css +lib/firefox78/browser/chrome/devtools/skin/rules.css +lib/firefox78/browser/chrome/devtools/skin/splitview.css +lib/firefox78/browser/chrome/devtools/skin/storage.css +lib/firefox78/browser/chrome/devtools/skin/styleeditor.css +lib/firefox78/browser/chrome/devtools/skin/toolbox.css +lib/firefox78/browser/chrome/devtools/skin/tooltips.css +lib/firefox78/browser/chrome/devtools/skin/webconsole.css +lib/firefox78/browser/chrome/devtools/skin/widgets.css +lib/firefox78/browser/chrome/en-US/locale/branding/brand.dtd +lib/firefox78/browser/chrome/en-US/locale/branding/brand.properties +lib/firefox78/browser/chrome/en-US/locale/browser-region/region.properties +lib/firefox78/browser/chrome/en-US/locale/browser/accounts.properties +lib/firefox78/browser/chrome/en-US/locale/browser/app-extension-fields.properties +lib/firefox78/browser/chrome/en-US/locale/browser/appstrings.properties +lib/firefox78/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/bookmarks.html +lib/firefox78/browser/chrome/en-US/locale/browser/brandings.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/browser.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/browser.properties +lib/firefox78/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties +lib/firefox78/browser/chrome/en-US/locale/browser/downloads/downloads.properties +lib/firefox78/browser/chrome/en-US/locale/browser/downloads/settingsChange.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/feeds/subscribe.properties +lib/firefox78/browser/chrome/en-US/locale/browser/fxmonitor.properties +lib/firefox78/browser/chrome/en-US/locale/browser/migration/migration.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/migration/migration.properties +lib/firefox78/browser/chrome/en-US/locale/browser/netError.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/newInstall.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/places/bookmarkProperties.properties +lib/firefox78/browser/chrome/en-US/locale/browser/places/places.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/places/places.properties +lib/firefox78/browser/chrome/en-US/locale/browser/pocket.properties +lib/firefox78/browser/chrome/en-US/locale/browser/safebrowsing/safebrowsing.properties +lib/firefox78/browser/chrome/en-US/locale/browser/search.properties +lib/firefox78/browser/chrome/en-US/locale/browser/shellservice.properties +lib/firefox78/browser/chrome/en-US/locale/browser/siteData.properties +lib/firefox78/browser/chrome/en-US/locale/browser/sitePermissions.properties +lib/firefox78/browser/chrome/en-US/locale/browser/syncBrand.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/syncSetup.properties +lib/firefox78/browser/chrome/en-US/locale/browser/tabbrowser.properties +lib/firefox78/browser/chrome/en-US/locale/browser/taskbar.properties +lib/firefox78/browser/chrome/en-US/locale/browser/translation.dtd +lib/firefox78/browser/chrome/en-US/locale/browser/translation.properties +lib/firefox78/browser/chrome/en-US/locale/browser/uiDensity.properties +lib/firefox78/browser/chrome/en-US/locale/browser/webrtcIndicator.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/accessibility.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/boxmodel.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/changes.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/components.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/debugger.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/device.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/dom.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/font-inspector.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/graphs.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/har.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/inspector.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/jit-optimizations.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/jsonview.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/layout.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/markers.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/memory.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/menus.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/netmonitor.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/network-throttling.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/performance.dtd +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/performance.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/responsive.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/shared.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.dtd +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/startup.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/storage.dtd +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/storage.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/styleeditor.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/client/webconsole.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/accessibility.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/debugger.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/eyedropper.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/highlighters.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/screenshot.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/shared.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/startup/key-shortcuts.properties +lib/firefox78/browser/chrome/en-US/locale/en-US/devtools/startup/startup.properties +lib/firefox78/browser/chrome/en-US/locale/pdfviewer/chrome.properties +lib/firefox78/browser/chrome/en-US/locale/pdfviewer/viewer.properties +lib/firefox78/browser/chrome/icons/default/default128.png +lib/firefox78/browser/chrome/icons/default/default16.png +lib/firefox78/browser/chrome/icons/default/default32.png +lib/firefox78/browser/chrome/icons/default/default48.png +lib/firefox78/browser/chrome/icons/default/default64.png +lib/firefox78/browser/chrome/pdfjs/content/PdfJs.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfJsDefaultPreferences.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfJsNetwork.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfJsTelemetry.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfStreamConverter.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfjsChromeUtils.jsm +lib/firefox78/browser/chrome/pdfjs/content/PdfjsContentUtils.jsm +lib/firefox78/browser/chrome/pdfjs/content/build/pdf.js +lib/firefox78/browser/chrome/pdfjs/content/build/pdf.worker.js +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78ms-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/78ms-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/83pv-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90ms-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90ms-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90msp-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90msp-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90pv-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/90pv-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Add-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Add-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Add-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Add-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-0.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-1.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-3.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-4.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-5.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-6.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-UCS2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-0.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-1.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-3.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-4.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-5.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-GB1-UCS2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-0.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-1.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-3.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-4.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-5.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-6.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-UCS2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-0.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-1.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-UCS2.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/B5pc-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/B5pc-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS1-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS1-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS2-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/CNS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETHK-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETHK-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETen-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETen-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETenms-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/ETenms-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Ext-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Ext-RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Ext-RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Ext-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GB-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GB-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GB-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GB-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBK-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBK-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBK2K-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBK2K-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBKp-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBKp-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBT-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBT-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBT-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBT-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBTpc-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBTpc-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBpc-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/GBpc-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKdla-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKdla-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKdlb-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKdlb-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKgccs-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKgccs-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKm314-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKm314-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKm471-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKm471-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKscs-B5-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/HKscs-B5-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Hankaku.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Hiragana.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-Johab-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-Johab-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCms-UHC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCms-UHC-HW-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCms-UHC-HW-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCms-UHC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCpc-EUC-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/KSCpc-EUC-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Katakana.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/LICENSE +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/NWP-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/NWP-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/RKSJ-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/RKSJ-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/Roman.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UCS2-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UCS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF16-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF16-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF8-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniCNS-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UCS2-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UCS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF16-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF16-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF8-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniGB-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-HW-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-HW-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF16-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF16-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF8-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF16-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF16-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF8-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISPro-UCS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISPro-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISX0213-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISX0213-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISX02132004-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniJISX02132004-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UCS2-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UCS2-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF16-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF16-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF32-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF32-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF8-H.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/UniKS-UTF8-V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/V.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/cmaps/WP-Symbol.bcmap +lib/firefox78/browser/chrome/pdfjs/content/web/debugger.js +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-check.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-comment.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-help.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-insert.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-key.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-newparagraph.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-noicon.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-note.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/annotation-paragraph.svg +lib/firefox78/browser/chrome/pdfjs/content/web/images/findbarButton-next.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/findbarButton-next@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/findbarButton-previous.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/findbarButton-previous@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/loading-icon.gif +lib/firefox78/browser/chrome/pdfjs/content/web/images/loading-small.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/loading-small@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-documentProperties.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-documentProperties@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-firstPage.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-firstPage@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-handTool.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-handTool@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-lastPage.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-lastPage@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCcw.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCcw@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCw.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCw@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollHorizontal.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollHorizontal@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollVertical.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollVertical@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollWrapped.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollWrapped@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-selectTool.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-selectTool@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadEven.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadEven@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadNone.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadNone@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadOdd.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadOdd@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/shadow.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/texture.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-bookmark.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-bookmark@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-download.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-download@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-menuArrows.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-menuArrows@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-openFile.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-openFile@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-presentationMode.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-presentationMode@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-print.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-print@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-search.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-search@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewAttachments.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewAttachments@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/treeitem-collapsed.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/treeitem-collapsed@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/treeitem-expanded.png +lib/firefox78/browser/chrome/pdfjs/content/web/images/treeitem-expanded@2x.png +lib/firefox78/browser/chrome/pdfjs/content/web/viewer.css +lib/firefox78/browser/chrome/pdfjs/content/web/viewer.html +lib/firefox78/browser/chrome/pdfjs/content/web/viewer.js +lib/firefox78/browser/components/components.manifest +${PLIST.debug}lib/firefox78/browser/components/startupRecorder.js +lib/firefox78/browser/defaults/permissions +lib/firefox78/browser/defaults/preferences/debugger.js +lib/firefox78/browser/defaults/preferences/firefox-branding.js +lib/firefox78/browser/defaults/preferences/firefox-l10n.js +lib/firefox78/browser/defaults/preferences/firefox.js +lib/firefox78/browser/defaults/settings/blocklists/addons-bloomfilters.json +lib/firefox78/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin +lib/firefox78/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin.meta.json +lib/firefox78/browser/defaults/settings/blocklists/addons.json +lib/firefox78/browser/defaults/settings/blocklists/gfx.json +lib/firefox78/browser/defaults/settings/blocklists/plugins.json +lib/firefox78/browser/defaults/settings/main/anti-tracking-url-decoration.json +lib/firefox78/browser/defaults/settings/main/example.json +lib/firefox78/browser/defaults/settings/main/hijack-blocklists.json +lib/firefox78/browser/defaults/settings/main/language-dictionaries.json +lib/firefox78/browser/defaults/settings/main/onboarding.json +lib/firefox78/browser/defaults/settings/main/search-config.json +lib/firefox78/browser/defaults/settings/main/search-default-override-allowlist.json +lib/firefox78/browser/defaults/settings/main/sites-classification.json +lib/firefox78/browser/defaults/settings/main/url-classifier-skip-urls.json +lib/firefox78/browser/defaults/settings/pinning/pins.json +lib/firefox78/browser/defaults/settings/security-state/intermediates.json +lib/firefox78/browser/defaults/settings/security-state/onecrl.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/de/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/en_US/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/es_ES/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/es_MX/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/fr/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/it/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/ru/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/_locales/zh_CN/messages.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/background.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/doorhanger/api.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/doorhanger/schema.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/heuristics/api.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/heuristics/schema.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/preferences/api.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/preferences/schema.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/trrselect/api.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/experiments/trrselect/schema.json +lib/firefox78/browser/features/doh-rollout@mozilla.org/heuristics.js +lib/firefox78/browser/features/doh-rollout@mozilla.org/manifest.json +lib/firefox78/browser/features/formautofill@mozilla.org/api.js +lib/firefox78/browser/features/formautofill@mozilla.org/background.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome.manifest +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/autofillEditForms.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/customElements.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/editAddress.xhtml +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/editCreditCard.xhtml +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/editDialog.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/formautofill.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/formfill-anchor.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/heuristicsRegexp.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/icon-address-save.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/icon-address-update.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/icon-credit-card-generic.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/icon-credit-card.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/l10n.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/manageAddresses.xhtml +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/manageCreditCards.xhtml +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/manageDialog.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/manageDialog.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-amex.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-amex@2x.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-cartebancaire.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-cartebancaire@2x.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-diners.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-discover.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-discover@2x.png +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-jcb.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-mastercard.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-mir.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-unionpay.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/content/third-party/cc-logo-visa.svg +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofill.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillChild.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillContent.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillDoorhanger.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillHandler.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillHeuristics.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillNameUtils.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillParent.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillPreferences.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillStorage.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillSync.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/FormAutofillUtils.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/ProfileAutoCompleteResult.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/addressmetadata/addressReferences.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/addressmetadata/addressReferencesExt.js +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/autocomplete-item-shared.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/autocomplete-item.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/editAddress.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/editCreditCard.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/editDialog-shared.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/editDialog.css +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/phonenumberutils/PhoneNumber.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/phonenumberutils/PhoneNumberMetaData.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/chrome/res/phonenumberutils/PhoneNumberNormalizer.jsm +lib/firefox78/browser/features/formautofill@mozilla.org/en-US/locale/en-US/formautofill.properties +lib/firefox78/browser/features/formautofill@mozilla.org/manifest.json +lib/firefox78/browser/features/formautofill@mozilla.org/schema.json +lib/firefox78/browser/features/screenshots@mozilla.org/assertIsBlankDocument.js +lib/firefox78/browser/features/screenshots@mozilla.org/assertIsTrusted.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/analytics.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/auth.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/communication.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/deviceInfo.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/main.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/selectorLoader.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/senderror.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/startBackground.js +lib/firefox78/browser/features/screenshots@mozilla.org/background/takeshot.js +lib/firefox78/browser/features/screenshots@mozilla.org/blank.html +lib/firefox78/browser/features/screenshots@mozilla.org/blobConverters.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/buildSettings.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/inlineSelectionCss.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/raven.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/selection.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/shot.js +lib/firefox78/browser/features/screenshots@mozilla.org/build/thumbnailGenerator.js +lib/firefox78/browser/features/screenshots@mozilla.org/catcher.js +lib/firefox78/browser/features/screenshots@mozilla.org/clipboard.js +lib/firefox78/browser/features/screenshots@mozilla.org/domainFromUrl.js +lib/firefox78/browser/features/screenshots@mozilla.org/experiments/screenshots/api.js +lib/firefox78/browser/features/screenshots@mozilla.org/experiments/screenshots/schema.json +lib/firefox78/browser/features/screenshots@mozilla.org/icons/cancel.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/cloud.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/copied-notification.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/copy.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/download-white.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/download.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/help-16.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/icon-highlight-32-v2.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/icon-v2.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/icon-welcome-face-without-eyes.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/menu-fullpage.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/menu-myshot-white.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/menu-myshot.svg +lib/firefox78/browser/features/screenshots@mozilla.org/icons/menu-visible.svg +lib/firefox78/browser/features/screenshots@mozilla.org/log.js +lib/firefox78/browser/features/screenshots@mozilla.org/makeUuid.js +lib/firefox78/browser/features/screenshots@mozilla.org/manifest.json +lib/firefox78/browser/features/screenshots@mozilla.org/moz.build +lib/firefox78/browser/features/screenshots@mozilla.org/randomString.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/callBackground.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/documentMetadata.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/shooter.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/ui.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/uicontrol.js +lib/firefox78/browser/features/screenshots@mozilla.org/selector/util.js +lib/firefox78/browser/features/screenshots@mozilla.org/sitehelper.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/background.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/chrome.manifest +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/en-US/locale/en-US/webcompat.properties +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/aboutConfigPrefs.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/aboutConfigPrefs.json +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/actors/tabExtrasActor.jsm +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/browserInfo.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/browserInfo.json +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/l10n.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/l10n.json +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/pageActionExtras.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/pageActionExtras.json +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/tabExtras.js +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/experimentalAPIs/tabExtras.json +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/icons/lightbulb.svg +lib/firefox78/browser/features/webcompat-reporter@mozilla.org/manifest.json +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/AboutCompat.jsm +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutCompat.css +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutCompat.html +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutCompat.js +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutPage.js +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutPage.json +lib/firefox78/browser/features/webcompat@mozilla.org/about-compat/aboutPageProcessScript.js +lib/firefox78/browser/features/webcompat@mozilla.org/data/injections.js +lib/firefox78/browser/features/webcompat@mozilla.org/data/picture_in_picture_overrides.js +lib/firefox78/browser/features/webcompat@mozilla.org/data/ua_overrides.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.json +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/experiments.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/experiments.json +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.json +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.json +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.js +lib/firefox78/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.json +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug0000000-testbed-css-injection.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1561371-mail.google.com-allow-horizontal-scrolling.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1567610-dns.google.com-moz-fit-content.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1568908-console.cloud.google.com-scrollbar-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1570119-teamcoco.com-scrollbar-width.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1570328-developer-apple.com-transform-scale.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1575000-apply.lloydsbank.co.uk-radio-buttons-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1577270-binance.com-calc-height-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1577297-kitkat.com.au-slider-width-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1605611-maps.google.com-directions-time.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1609991-cracked.com-flex-basis-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1610016-gaana.com-input-position-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1610344-directv.com.co-hide-unsupported-message.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1631960-websube.ckbogazici.com.tr-table-row-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1632019-everyman.co-gallery-width-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/css/bug1633796-www-la-poste-fr-placeholder-fix.css +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug0000000-testbed-js-injection.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1457335-histography.io-ua-change.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1472075-bankofamerica.com-ua-change.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1570856-medium.com-menu-isTier1.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1605611-maps.google.com-directions-time.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1610358-pcloud.com-appVersion-change.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1623375-salesforce-communities-hide-unsupported.js +lib/firefox78/browser/features/webcompat@mozilla.org/injections/js/bug1625224-sixt-neuwagen.de-window-netscape-shim.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/about_compat_broker.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/custom_functions.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/injections.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/intervention_helpers.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/module_shim.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/picture_in_picture_overrides.js +lib/firefox78/browser/features/webcompat@mozilla.org/lib/ua_overrides.js +lib/firefox78/browser/features/webcompat@mozilla.org/manifest.json +lib/firefox78/browser/features/webcompat@mozilla.org/run.js +lib/firefox78/browser/localization/en-US/branding/brand.ftl +lib/firefox78/browser/localization/en-US/browser/aboutCertError.ftl +lib/firefox78/browser/localization/en-US/browser/aboutConfig.ftl +lib/firefox78/browser/localization/en-US/browser/aboutDialog.ftl +lib/firefox78/browser/localization/en-US/browser/aboutLogins.ftl +lib/firefox78/browser/localization/en-US/browser/aboutPolicies.ftl +lib/firefox78/browser/localization/en-US/browser/aboutPrivateBrowsing.ftl +lib/firefox78/browser/localization/en-US/browser/aboutRestartRequired.ftl +lib/firefox78/browser/localization/en-US/browser/aboutRobots.ftl +lib/firefox78/browser/localization/en-US/browser/aboutSessionRestore.ftl +lib/firefox78/browser/localization/en-US/browser/aboutTabCrashed.ftl +lib/firefox78/browser/localization/en-US/browser/allTabsMenu.ftl +lib/firefox78/browser/localization/en-US/browser/appMenuNotifications.ftl +lib/firefox78/browser/localization/en-US/browser/appmenu.ftl +lib/firefox78/browser/localization/en-US/browser/branding/brandings.ftl +lib/firefox78/browser/localization/en-US/browser/branding/sync-brand.ftl +lib/firefox78/browser/localization/en-US/browser/browser.ftl +lib/firefox78/browser/localization/en-US/browser/browserContext.ftl +lib/firefox78/browser/localization/en-US/browser/browserSets.ftl +lib/firefox78/browser/localization/en-US/browser/customizeMode.ftl +lib/firefox78/browser/localization/en-US/browser/downloads.ftl +lib/firefox78/browser/localization/en-US/browser/editBookmarkOverlay.ftl +lib/firefox78/browser/localization/en-US/browser/menubar.ftl +lib/firefox78/browser/localization/en-US/browser/newInstallPage.ftl +lib/firefox78/browser/localization/en-US/browser/newtab/asrouter.ftl +lib/firefox78/browser/localization/en-US/browser/newtab/newtab.ftl +lib/firefox78/browser/localization/en-US/browser/newtab/onboarding.ftl +lib/firefox78/browser/localization/en-US/browser/nsserrors.ftl +lib/firefox78/browser/localization/en-US/browser/pageInfo.ftl +lib/firefox78/browser/localization/en-US/browser/panicButton.ftl +lib/firefox78/browser/localization/en-US/browser/places.ftl +lib/firefox78/browser/localization/en-US/browser/policies/policies-descriptions.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/applicationManager.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/blocklists.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/clearSiteData.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/colors.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/connection.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/containers.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/fonts.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/fxaPairDevice.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/languages.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/permissions.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/preferences.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/selectBookmark.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/siteDataSettings.ftl +lib/firefox78/browser/localization/en-US/browser/preferences/translation.ftl +lib/firefox78/browser/localization/en-US/browser/protections.ftl +lib/firefox78/browser/localization/en-US/browser/protectionsPanel.ftl +lib/firefox78/browser/localization/en-US/browser/safeMode.ftl +lib/firefox78/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl +lib/firefox78/browser/localization/en-US/browser/sanitize.ftl +lib/firefox78/browser/localization/en-US/browser/screenshots.ftl +lib/firefox78/browser/localization/en-US/browser/setDesktopBackground.ftl +lib/firefox78/browser/localization/en-US/browser/sidebarMenu.ftl +lib/firefox78/browser/localization/en-US/browser/sync.ftl +lib/firefox78/browser/localization/en-US/browser/syncedTabs.ftl +lib/firefox78/browser/localization/en-US/browser/tabContextMenu.ftl +lib/firefox78/browser/localization/en-US/browser/toolbarContextMenu.ftl +lib/firefox78/browser/localization/en-US/browser/touchbar/touchbar.ftl +lib/firefox78/browser/localization/en-US/browser/webrtcIndicator.ftl +lib/firefox78/browser/localization/en-US/devtools/client/aboutdebugging.ftl +lib/firefox78/browser/localization/en-US/devtools/client/accessibility.ftl +lib/firefox78/browser/localization/en-US/devtools/client/application.ftl +lib/firefox78/browser/localization/en-US/devtools/client/storage.ftl +lib/firefox78/browser/localization/en-US/devtools/client/styleeditor.ftl +lib/firefox78/browser/localization/en-US/devtools/client/toolbox-options.ftl +lib/firefox78/browser/localization/en-US/devtools/client/tooltips.ftl +lib/firefox78/browser/localization/en-US/devtools/startup/aboutDevTools.ftl +lib/firefox78/browser/localization/en-US/preview/interventions.ftl +lib/firefox78/browser/localization/en-US/preview/pioneer.ftl +lib/firefox78/browser/localization/en-US/preview/protections.ftl +lib/firefox78/browser/modules/AboutDebuggingRegistration.jsm +lib/firefox78/browser/modules/AboutDevToolsRegistration.jsm +lib/firefox78/browser/modules/AboutDevToolsToolboxRegistration.jsm +lib/firefox78/browser/modules/AboutNewTab.jsm +lib/firefox78/browser/modules/AboutNewTabService.jsm +lib/firefox78/browser/modules/AppUpdater.jsm +lib/firefox78/browser/modules/AsyncTabSwitcher.jsm +lib/firefox78/browser/modules/AttributionCode.jsm +lib/firefox78/browser/modules/BrowserContentHandler.jsm +lib/firefox78/browser/modules/BrowserGlue.jsm +lib/firefox78/browser/modules/BrowserUsageTelemetry.jsm +lib/firefox78/browser/modules/BrowserWindowTracker.jsm +lib/firefox78/browser/modules/ChromeMigrationUtils.jsm +lib/firefox78/browser/modules/ChromeProfileMigrator.jsm +lib/firefox78/browser/modules/ContentCrashHandlers.jsm +lib/firefox78/browser/modules/ContentObservers.js +lib/firefox78/browser/modules/CustomizableUI.jsm +lib/firefox78/browser/modules/CustomizableWidgets.jsm +lib/firefox78/browser/modules/CustomizeMode.jsm +lib/firefox78/browser/modules/DevToolsStartup.jsm +lib/firefox78/browser/modules/Discovery.jsm +lib/firefox78/browser/modules/DownloadsCommon.jsm +lib/firefox78/browser/modules/DownloadsSubview.jsm +lib/firefox78/browser/modules/DownloadsTaskbar.jsm +lib/firefox78/browser/modules/DownloadsViewUI.jsm +lib/firefox78/browser/modules/DragPositionManager.jsm +lib/firefox78/browser/modules/EveryWindow.jsm +lib/firefox78/browser/modules/ExtensionControlledPopup.jsm +lib/firefox78/browser/modules/ExtensionPopups.jsm +lib/firefox78/browser/modules/ExtensionsUI.jsm +lib/firefox78/browser/modules/FaviconLoader.jsm +lib/firefox78/browser/modules/FirefoxMonitor.jsm +lib/firefox78/browser/modules/FirefoxProfileMigrator.jsm +lib/firefox78/browser/modules/HeadlessShell.jsm +lib/firefox78/browser/modules/HomePage.jsm +lib/firefox78/browser/modules/LaterRun.jsm +lib/firefox78/browser/modules/LiveBookmarkMigrator.jsm +lib/firefox78/browser/modules/LoginBreaches.jsm +lib/firefox78/browser/modules/MigrationUtils.jsm +lib/firefox78/browser/modules/NewTabPagePreloading.jsm +lib/firefox78/browser/modules/OpenInTabsUtils.jsm +lib/firefox78/browser/modules/PageActions.jsm +lib/firefox78/browser/modules/PanelMultiView.jsm +lib/firefox78/browser/modules/PermissionUI.jsm +lib/firefox78/browser/modules/PingCentre.jsm +lib/firefox78/browser/modules/PlacesUIUtils.jsm +lib/firefox78/browser/modules/ProcessHangMonitor.jsm +lib/firefox78/browser/modules/ProfileMigrator.jsm +lib/firefox78/browser/modules/PromptCollection.jsm +lib/firefox78/browser/modules/ReaderParent.jsm +lib/firefox78/browser/modules/Sanitizer.jsm +lib/firefox78/browser/modules/ScreenshotChild.jsm +lib/firefox78/browser/modules/SearchTelemetry.jsm +lib/firefox78/browser/modules/SearchWidgetTracker.jsm +lib/firefox78/browser/modules/SelectionChangedMenulist.jsm +lib/firefox78/browser/modules/ShellService.jsm +lib/firefox78/browser/modules/SiteDataManager.jsm +lib/firefox78/browser/modules/SitePermissions.jsm +lib/firefox78/browser/modules/SiteSpecificBrowserService.jsm +lib/firefox78/browser/modules/TRRPerformance.jsm +lib/firefox78/browser/modules/TabUnloader.jsm +lib/firefox78/browser/modules/TabsList.jsm +lib/firefox78/browser/modules/ThemeVariableMap.jsm +lib/firefox78/browser/modules/TopSiteAttribution.jsm +lib/firefox78/browser/modules/TransientPrefs.jsm +lib/firefox78/browser/modules/UITour.jsm +lib/firefox78/browser/modules/UITourChild.jsm +lib/firefox78/browser/modules/UITourParent.jsm +lib/firefox78/browser/modules/UrlbarController.jsm +lib/firefox78/browser/modules/UrlbarEventBufferer.jsm +lib/firefox78/browser/modules/UrlbarInput.jsm +lib/firefox78/browser/modules/UrlbarMuxerUnifiedComplete.jsm +lib/firefox78/browser/modules/UrlbarPrefs.jsm +lib/firefox78/browser/modules/UrlbarProviderExtension.jsm +lib/firefox78/browser/modules/UrlbarProviderInterventions.jsm +lib/firefox78/browser/modules/UrlbarProviderOpenTabs.jsm +lib/firefox78/browser/modules/UrlbarProviderPrivateSearch.jsm +lib/firefox78/browser/modules/UrlbarProviderSearchSuggestions.jsm +lib/firefox78/browser/modules/UrlbarProviderSearchTips.jsm +lib/firefox78/browser/modules/UrlbarProviderTokenAliasEngines.jsm +lib/firefox78/browser/modules/UrlbarProviderTopSites.jsm +lib/firefox78/browser/modules/UrlbarProviderUnifiedComplete.jsm +lib/firefox78/browser/modules/UrlbarProvidersManager.jsm +lib/firefox78/browser/modules/UrlbarResult.jsm +lib/firefox78/browser/modules/UrlbarTokenizer.jsm +lib/firefox78/browser/modules/UrlbarUtils.jsm +lib/firefox78/browser/modules/UrlbarValueFormatter.jsm +lib/firefox78/browser/modules/UrlbarView.jsm +lib/firefox78/browser/modules/WebProtocolHandlerRegistrar.jsm +lib/firefox78/browser/modules/ZoomUI.jsm +lib/firefox78/browser/modules/distribution.js +lib/firefox78/browser/modules/pdfjs.js +lib/firefox78/browser/modules/policies/BookmarksPolicies.jsm +lib/firefox78/browser/modules/policies/Policies.jsm +lib/firefox78/browser/modules/policies/ProxyPolicies.jsm +lib/firefox78/browser/modules/policies/WebsiteFilter.jsm +lib/firefox78/browser/modules/policies/schema.jsm +lib/firefox78/browser/modules/sessionstore/ContentRestore.jsm +lib/firefox78/browser/modules/sessionstore/ContentSessionStore.jsm +lib/firefox78/browser/modules/sessionstore/GlobalState.jsm +lib/firefox78/browser/modules/sessionstore/RecentlyClosedTabsAndWindowsMenuUtils.jsm +lib/firefox78/browser/modules/sessionstore/RunState.jsm +lib/firefox78/browser/modules/sessionstore/SessionCookies.jsm +lib/firefox78/browser/modules/sessionstore/SessionFile.jsm +lib/firefox78/browser/modules/sessionstore/SessionMigration.jsm +lib/firefox78/browser/modules/sessionstore/SessionSaver.jsm +lib/firefox78/browser/modules/sessionstore/SessionStartup.jsm +lib/firefox78/browser/modules/sessionstore/SessionStore.jsm +lib/firefox78/browser/modules/sessionstore/SessionWorker.js +lib/firefox78/browser/modules/sessionstore/SessionWorker.jsm +lib/firefox78/browser/modules/sessionstore/StartupPerformance.jsm +lib/firefox78/browser/modules/sessionstore/TabAttributes.jsm +lib/firefox78/browser/modules/sessionstore/TabState.jsm +lib/firefox78/browser/modules/sessionstore/TabStateCache.jsm +lib/firefox78/browser/modules/sessionstore/TabStateFlusher.jsm +lib/firefox78/browser/modules/ssb/ImageTools.jsm +lib/firefox78/browser/modules/syncedtabs/EventEmitter.jsm +lib/firefox78/browser/modules/syncedtabs/SyncedTabsDeckComponent.js +lib/firefox78/browser/modules/syncedtabs/SyncedTabsDeckStore.js +lib/firefox78/browser/modules/syncedtabs/SyncedTabsDeckView.js +lib/firefox78/browser/modules/syncedtabs/SyncedTabsListStore.js +lib/firefox78/browser/modules/syncedtabs/TabListComponent.js +lib/firefox78/browser/modules/syncedtabs/TabListView.js +lib/firefox78/browser/modules/syncedtabs/util.js +lib/firefox78/browser/modules/themes/dark/experiment.css +lib/firefox78/browser/modules/themes/dark/icon.svg +lib/firefox78/browser/modules/themes/dark/manifest.json +lib/firefox78/browser/modules/themes/light/experiment.css +lib/firefox78/browser/modules/themes/light/icon.svg +lib/firefox78/browser/modules/themes/light/manifest.json +lib/firefox78/browser/modules/translation/BingTranslator.jsm +lib/firefox78/browser/modules/translation/GoogleTranslator.jsm +lib/firefox78/browser/modules/translation/LanguageDetector.jsm +lib/firefox78/browser/modules/translation/TranslationChild.jsm +lib/firefox78/browser/modules/translation/TranslationDocument.jsm +lib/firefox78/browser/modules/translation/TranslationParent.jsm +lib/firefox78/browser/modules/translation/YandexTranslator.jsm +lib/firefox78/browser/modules/translation/cld-worker.js +lib/firefox78/browser/modules/translation/cld-worker.js.mem +lib/firefox78/browser/modules/webrtcUI.jsm +lib/firefox78/chrome.manifest +lib/firefox78/chrome/chrome.manifest +lib/firefox78/chrome/en-US/locale/en-US/alerts/alert.dtd +lib/firefox78/chrome/en-US/locale/en-US/alerts/alert.properties +lib/firefox78/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/mac/intl.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/unix/intl.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/win/accessible.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/win/intl.properties +lib/firefox78/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties +lib/firefox78/chrome/en-US/locale/en-US/global/aboutReader.properties +lib/firefox78/chrome/en-US/locale/en-US/global/aboutStudies.properties +lib/firefox78/chrome/en-US/locale/en-US/global/aboutWebrtc.properties +lib/firefox78/chrome/en-US/locale/en-US/global/appPicker.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/appstrings.properties +lib/firefox78/chrome/en-US/locale/en-US/global/autocomplete.properties +lib/firefox78/chrome/en-US/locale/en-US/global/browser.properties +lib/firefox78/chrome/en-US/locale/en-US/global/charsetMenu.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/charsetMenu.properties +lib/firefox78/chrome/en-US/locale/en-US/global/commonDialog.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/commonDialogs.properties +lib/firefox78/chrome/en-US/locale/en-US/global/contentAreaCommands.properties +lib/firefox78/chrome/en-US/locale/en-US/global/css.properties +lib/firefox78/chrome/en-US/locale/en-US/global/datetimebox.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/dialog.properties +lib/firefox78/chrome/en-US/locale/en-US/global/dialogOverlay.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/dom/dom.properties +lib/firefox78/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/extensions.properties +lib/firefox78/chrome/en-US/locale/en-US/global/fallbackMenubar.properties +lib/firefox78/chrome/en-US/locale/en-US/global/filepicker.properties +lib/firefox78/chrome/en-US/locale/en-US/global/findbar.properties +lib/firefox78/chrome/en-US/locale/en-US/global/global-extension-fields.properties +lib/firefox78/chrome/en-US/locale/en-US/global/global-strres.properties +lib/firefox78/chrome/en-US/locale/en-US/global/global.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/globalKeys.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/intl.css +lib/firefox78/chrome/en-US/locale/en-US/global/intl.properties +lib/firefox78/chrome/en-US/locale/en-US/global/keys.properties +lib/firefox78/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties +lib/firefox78/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties +lib/firefox78/chrome/en-US/locale/en-US/global/layout/htmlparser.properties +lib/firefox78/chrome/en-US/locale/en-US/global/layout/xmlparser.properties +lib/firefox78/chrome/en-US/locale/en-US/global/layout_errors.properties +lib/firefox78/chrome/en-US/locale/en-US/global/mathml/mathml.properties +lib/firefox78/chrome/en-US/locale/en-US/global/mozilla.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/narrate.properties +lib/firefox78/chrome/en-US/locale/en-US/global/netError.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/netErrorApp.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/notification.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties +lib/firefox78/chrome/en-US/locale/en-US/global/plugins.properties +lib/firefox78/chrome/en-US/locale/en-US/global/printdialog.properties +lib/firefox78/chrome/en-US/locale/en-US/global/printing.properties +lib/firefox78/chrome/en-US/locale/en-US/global/resetProfile.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/resetProfile.properties +lib/firefox78/chrome/en-US/locale/en-US/global/search/search.properties +lib/firefox78/chrome/en-US/locale/en-US/global/security/caps.properties +lib/firefox78/chrome/en-US/locale/en-US/global/security/csp.properties +lib/firefox78/chrome/en-US/locale/en-US/global/security/security.properties +lib/firefox78/chrome/en-US/locale/en-US/global/svg/svg.properties +lib/firefox78/chrome/en-US/locale/en-US/global/textcontext.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/tree.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/videocontrols.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/viewSource.properties +lib/firefox78/chrome/en-US/locale/en-US/global/wizard.properties +lib/firefox78/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd +lib/firefox78/chrome/en-US/locale/en-US/global/xslt/xslt.properties +lib/firefox78/chrome/en-US/locale/en-US/global/xul.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd +lib/firefox78/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd +lib/firefox78/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd +lib/firefox78/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd +lib/firefox78/chrome/en-US/locale/en-US/mozapps/handling/handling.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties +lib/firefox78/chrome/en-US/locale/en-US/mozapps/update/updates.properties +lib/firefox78/chrome/en-US/locale/en-US/necko/necko.properties +lib/firefox78/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties +lib/firefox78/chrome/en-US/locale/en-US/pipnss/nsserrors.properties +lib/firefox78/chrome/en-US/locale/en-US/pipnss/pipnss.properties +lib/firefox78/chrome/en-US/locale/en-US/pippki/pippki.properties +lib/firefox78/chrome/en-US/locale/en-US/places/places.properties +lib/firefox78/chrome/en-US/locale/en-US/pluginproblem/pluginproblem.dtd +lib/firefox78/chrome/en-US/locale/en-US/services/sync.properties +${PLIST.debug}lib/firefox78/chrome/layoutdebug/content/layoutdebug/layoutdebug-helper.js +${PLIST.debug}lib/firefox78/chrome/layoutdebug/content/layoutdebug/layoutdebug.js +${PLIST.debug}lib/firefox78/chrome/layoutdebug/content/layoutdebug/layoutdebug.xhtml +${PLIST.debug}lib/firefox78/chrome/layoutdebug/locale/en-US/layoutdebug/layoutdebug.dtd +lib/firefox78/chrome/marionette/content/accessibility.js +lib/firefox78/chrome/marionette/content/action.js +lib/firefox78/chrome/marionette/content/addon.js +lib/firefox78/chrome/marionette/content/assert.js +lib/firefox78/chrome/marionette/content/atom.js +lib/firefox78/chrome/marionette/content/browser.js +lib/firefox78/chrome/marionette/content/capabilities.js +lib/firefox78/chrome/marionette/content/capture.js +lib/firefox78/chrome/marionette/content/cert.js +lib/firefox78/chrome/marionette/content/cookie.js +lib/firefox78/chrome/marionette/content/dom.js +lib/firefox78/chrome/marionette/content/driver.js +lib/firefox78/chrome/marionette/content/element.js +lib/firefox78/chrome/marionette/content/error.js +lib/firefox78/chrome/marionette/content/evaluate.js +lib/firefox78/chrome/marionette/content/event.js +lib/firefox78/chrome/marionette/content/format.js +lib/firefox78/chrome/marionette/content/interaction.js +lib/firefox78/chrome/marionette/content/l10n.js +lib/firefox78/chrome/marionette/content/legacyaction.js +lib/firefox78/chrome/marionette/content/listener.js +lib/firefox78/chrome/marionette/content/log.js +lib/firefox78/chrome/marionette/content/message.js +lib/firefox78/chrome/marionette/content/modal.js +lib/firefox78/chrome/marionette/content/navigate.js +lib/firefox78/chrome/marionette/content/packets.js +lib/firefox78/chrome/marionette/content/prefs.js +lib/firefox78/chrome/marionette/content/print.js +lib/firefox78/chrome/marionette/content/proxy.js +lib/firefox78/chrome/marionette/content/reftest.js +lib/firefox78/chrome/marionette/content/reftest.xhtml +lib/firefox78/chrome/marionette/content/server.js +lib/firefox78/chrome/marionette/content/stream-utils.js +lib/firefox78/chrome/marionette/content/sync.js +lib/firefox78/chrome/marionette/content/transport.js +lib/firefox78/chrome/pippki/content/pippki/certManager.js +lib/firefox78/chrome/pippki/content/pippki/certManager.xhtml +lib/firefox78/chrome/pippki/content/pippki/certViewer.js +lib/firefox78/chrome/pippki/content/pippki/certViewer.xhtml +lib/firefox78/chrome/pippki/content/pippki/changepassword.js +lib/firefox78/chrome/pippki/content/pippki/changepassword.xhtml +lib/firefox78/chrome/pippki/content/pippki/clientauthask.js +lib/firefox78/chrome/pippki/content/pippki/clientauthask.xhtml +lib/firefox78/chrome/pippki/content/pippki/deletecert.js +lib/firefox78/chrome/pippki/content/pippki/deletecert.xhtml +lib/firefox78/chrome/pippki/content/pippki/device_manager.js +lib/firefox78/chrome/pippki/content/pippki/device_manager.xhtml +lib/firefox78/chrome/pippki/content/pippki/downloadcert.js +lib/firefox78/chrome/pippki/content/pippki/downloadcert.xhtml +lib/firefox78/chrome/pippki/content/pippki/editcacert.js +lib/firefox78/chrome/pippki/content/pippki/editcacert.xhtml +lib/firefox78/chrome/pippki/content/pippki/exceptionDialog.css +lib/firefox78/chrome/pippki/content/pippki/exceptionDialog.js +lib/firefox78/chrome/pippki/content/pippki/exceptionDialog.xhtml +lib/firefox78/chrome/pippki/content/pippki/load_device.js +lib/firefox78/chrome/pippki/content/pippki/load_device.xhtml +lib/firefox78/chrome/pippki/content/pippki/pippki.js +lib/firefox78/chrome/pippki/content/pippki/protectedAuth.js +lib/firefox78/chrome/pippki/content/pippki/protectedAuth.xhtml +lib/firefox78/chrome/pippki/content/pippki/resetpassword.js +lib/firefox78/chrome/pippki/content/pippki/resetpassword.xhtml +lib/firefox78/chrome/pippki/content/pippki/setp12password.js +lib/firefox78/chrome/pippki/content/pippki/setp12password.xhtml +lib/firefox78/chrome/recording/content/recording.js +lib/firefox78/chrome/recording/content/recording.xhtml +lib/firefox78/chrome/toolkit/content/extensions/child/ext-backgroundPage.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-contentScripts.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-extension.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-identity.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-runtime.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-storage.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-test.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-toolkit.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-userScripts-content.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-userScripts.js +lib/firefox78/chrome/toolkit/content/extensions/child/ext-webRequest.js +lib/firefox78/chrome/toolkit/content/extensions/dummy.xhtml +lib/firefox78/chrome/toolkit/content/extensions/ext-browser-content.js +lib/firefox78/chrome/toolkit/content/extensions/ext-toolkit.json +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-activityLog.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-alarms.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-backgroundPage.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-browserSettings.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-captivePortal.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-clipboard.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-contentScripts.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-contextualIdentities.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-cookies.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-dns.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-downloads.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-extension.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-geckoProfiler.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-i18n.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-identity.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-idle.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-management.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-networkStatus.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-notifications.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-permissions.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-privacy.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-protocolHandlers.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-proxy.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-runtime.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-storage.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-tabs-base.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-telemetry.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-theme.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-toolkit.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-userScripts.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-webNavigation.js +lib/firefox78/chrome/toolkit/content/extensions/parent/ext-webRequest.js +lib/firefox78/chrome/toolkit/content/extensions/schemas/activity_log.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/alarms.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/browser_action.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/browser_settings.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/captive_portal.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/clipboard.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/content_scripts.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/contextual_identities.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/cookies.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/dns.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/downloads.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/events.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/experiments.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/extension.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/extension_protocol_handlers.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/extension_types.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/geckoProfiler.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/i18n.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/identity.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/idle.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/management.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/manifest.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/native_manifest.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/network_status.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/notifications.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/page_action.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/permissions.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/privacy.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/proxy.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/runtime.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/storage.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/telemetry.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/test.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/theme.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/types.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/user_scripts.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/user_scripts_content.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/web_navigation.json +lib/firefox78/chrome/toolkit/content/extensions/schemas/web_request.json +lib/firefox78/chrome/toolkit/content/global/BrowserElementChild.js +lib/firefox78/chrome/toolkit/content/global/BrowserElementChildPreload.js +lib/firefox78/chrome/toolkit/content/global/TopLevelVideoDocument.js +lib/firefox78/chrome/toolkit/content/global/aboutAbout.html +lib/firefox78/chrome/toolkit/content/global/aboutAbout.js +lib/firefox78/chrome/toolkit/content/global/aboutCache.js +lib/firefox78/chrome/toolkit/content/global/aboutCheckerboard.css +lib/firefox78/chrome/toolkit/content/global/aboutCheckerboard.html +lib/firefox78/chrome/toolkit/content/global/aboutCheckerboard.js +lib/firefox78/chrome/toolkit/content/global/aboutMemory.css +lib/firefox78/chrome/toolkit/content/global/aboutMemory.js +lib/firefox78/chrome/toolkit/content/global/aboutMemory.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutMozilla.css +lib/firefox78/chrome/toolkit/content/global/aboutNetworking.html +lib/firefox78/chrome/toolkit/content/global/aboutNetworking.js +lib/firefox78/chrome/toolkit/content/global/aboutPerformance.css +lib/firefox78/chrome/toolkit/content/global/aboutPerformance.html +lib/firefox78/chrome/toolkit/content/global/aboutPerformance.js +lib/firefox78/chrome/toolkit/content/global/aboutProfiles.js +lib/firefox78/chrome/toolkit/content/global/aboutProfiles.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutRights.js +lib/firefox78/chrome/toolkit/content/global/aboutRights.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutServiceWorkers.js +lib/firefox78/chrome/toolkit/content/global/aboutServiceWorkers.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutSupport.js +lib/firefox78/chrome/toolkit/content/global/aboutSupport.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutTelemetry.css +lib/firefox78/chrome/toolkit/content/global/aboutTelemetry.js +lib/firefox78/chrome/toolkit/content/global/aboutTelemetry.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutUrlClassifier.css +lib/firefox78/chrome/toolkit/content/global/aboutUrlClassifier.js +lib/firefox78/chrome/toolkit/content/global/aboutUrlClassifier.xhtml +lib/firefox78/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css +lib/firefox78/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.html +lib/firefox78/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js +lib/firefox78/chrome/toolkit/content/global/alerts/alert.css +lib/firefox78/chrome/toolkit/content/global/alerts/alert.js +lib/firefox78/chrome/toolkit/content/global/alerts/alert.xhtml +lib/firefox78/chrome/toolkit/content/global/appPicker.js +lib/firefox78/chrome/toolkit/content/global/appPicker.xhtml +lib/firefox78/chrome/toolkit/content/global/autocomplete.css +lib/firefox78/chrome/toolkit/content/global/backgroundPageThumbs.xhtml +lib/firefox78/chrome/toolkit/content/global/backgroundPageThumbsContent.js +lib/firefox78/chrome/toolkit/content/global/bindings/calendar.js +lib/firefox78/chrome/toolkit/content/global/bindings/datekeeper.js +lib/firefox78/chrome/toolkit/content/global/bindings/datepicker.js +lib/firefox78/chrome/toolkit/content/global/bindings/datetimebox.css +lib/firefox78/chrome/toolkit/content/global/bindings/spinner.js +lib/firefox78/chrome/toolkit/content/global/bindings/timekeeper.js +lib/firefox78/chrome/toolkit/content/global/bindings/timepicker.js +lib/firefox78/chrome/toolkit/content/global/browser-child.js +lib/firefox78/chrome/toolkit/content/global/browser-content.js +lib/firefox78/chrome/toolkit/content/global/buildconfig.css +lib/firefox78/chrome/toolkit/content/global/buildconfig.html +lib/firefox78/chrome/toolkit/content/global/certviewer/asn1js_bundle.js +lib/firefox78/chrome/toolkit/content/global/certviewer/certDecoder.js +lib/firefox78/chrome/toolkit/content/global/certviewer/certviewer.css +lib/firefox78/chrome/toolkit/content/global/certviewer/certviewer.html +lib/firefox78/chrome/toolkit/content/global/certviewer/certviewer.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/about-certificate-items.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/about-certificate-section.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/about-certificate-section.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/certificate-section.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/certificate-section.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/certificate-tabs-section.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/error-section.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/error-section.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/info-group-container.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/info-group.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/info-group.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/info-item.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/info-item.js +lib/firefox78/chrome/toolkit/content/global/certviewer/components/list-item.css +lib/firefox78/chrome/toolkit/content/global/certviewer/components/list-item.js +lib/firefox78/chrome/toolkit/content/global/certviewer/ctlognames.js +lib/firefox78/chrome/toolkit/content/global/certviewer/pkijs_bundle.js +lib/firefox78/chrome/toolkit/content/global/certviewer/pvutils_bundle.js +lib/firefox78/chrome/toolkit/content/global/certviewer/strings.js +lib/firefox78/chrome/toolkit/content/global/certviewer/utils.js +lib/firefox78/chrome/toolkit/content/global/commonDialog.css +lib/firefox78/chrome/toolkit/content/global/commonDialog.js +lib/firefox78/chrome/toolkit/content/global/commonDialog.xhtml +lib/firefox78/chrome/toolkit/content/global/config.js +lib/firefox78/chrome/toolkit/content/global/config.xhtml +lib/firefox78/chrome/toolkit/content/global/contentAreaUtils.js +lib/firefox78/chrome/toolkit/content/global/customElements.js +lib/firefox78/chrome/toolkit/content/global/datepicker.xhtml +lib/firefox78/chrome/toolkit/content/global/editMenuOverlay.js +lib/firefox78/chrome/toolkit/content/global/elements/arrowscrollbox.js +lib/firefox78/chrome/toolkit/content/global/elements/autocomplete-input.js +lib/firefox78/chrome/toolkit/content/global/elements/autocomplete-popup.js +lib/firefox78/chrome/toolkit/content/global/elements/autocomplete-richlistitem.js +lib/firefox78/chrome/toolkit/content/global/elements/browser-custom-element.js +lib/firefox78/chrome/toolkit/content/global/elements/button.js +lib/firefox78/chrome/toolkit/content/global/elements/checkbox.js +lib/firefox78/chrome/toolkit/content/global/elements/datetimebox.js +lib/firefox78/chrome/toolkit/content/global/elements/dialog.js +lib/firefox78/chrome/toolkit/content/global/elements/editor.js +lib/firefox78/chrome/toolkit/content/global/elements/findbar.js +lib/firefox78/chrome/toolkit/content/global/elements/general.js +lib/firefox78/chrome/toolkit/content/global/elements/marquee.css +lib/firefox78/chrome/toolkit/content/global/elements/marquee.js +lib/firefox78/chrome/toolkit/content/global/elements/menu.js +lib/firefox78/chrome/toolkit/content/global/elements/menulist.js +lib/firefox78/chrome/toolkit/content/global/elements/menupopup.js +lib/firefox78/chrome/toolkit/content/global/elements/moz-input-box.js +lib/firefox78/chrome/toolkit/content/global/elements/notificationbox.js +lib/firefox78/chrome/toolkit/content/global/elements/panel.js +lib/firefox78/chrome/toolkit/content/global/elements/pluginProblem.js +lib/firefox78/chrome/toolkit/content/global/elements/popupnotification.js +lib/firefox78/chrome/toolkit/content/global/elements/radio.js +lib/firefox78/chrome/toolkit/content/global/elements/richlistbox.js +lib/firefox78/chrome/toolkit/content/global/elements/search-textbox.js +lib/firefox78/chrome/toolkit/content/global/elements/stringbundle.js +lib/firefox78/chrome/toolkit/content/global/elements/tabbox.js +lib/firefox78/chrome/toolkit/content/global/elements/text.js +lib/firefox78/chrome/toolkit/content/global/elements/toolbarbutton.js +lib/firefox78/chrome/toolkit/content/global/elements/tree.js +lib/firefox78/chrome/toolkit/content/global/elements/videocontrols.js +lib/firefox78/chrome/toolkit/content/global/elements/wizard.js +lib/firefox78/chrome/toolkit/content/global/filepicker.properties +lib/firefox78/chrome/toolkit/content/global/globalOverlay.js +lib/firefox78/chrome/toolkit/content/global/gmp-sources/openh264.json +lib/firefox78/chrome/toolkit/content/global/gmp-sources/widevinecdm.json +lib/firefox78/chrome/toolkit/content/global/httpsonlyerror/cert-error.svg +lib/firefox78/chrome/toolkit/content/global/httpsonlyerror/errorpage.html +lib/firefox78/chrome/toolkit/content/global/httpsonlyerror/errorpage.js +lib/firefox78/chrome/toolkit/content/global/license.html +lib/firefox78/chrome/toolkit/content/global/minimal-xul.css +lib/firefox78/chrome/toolkit/content/global/mozilla.xhtml +lib/firefox78/chrome/toolkit/content/global/netError.js +lib/firefox78/chrome/toolkit/content/global/netError.xhtml +lib/firefox78/chrome/toolkit/content/global/notfound.wav +lib/firefox78/chrome/toolkit/content/global/pictureinpicture/player.js +lib/firefox78/chrome/toolkit/content/global/pictureinpicture/player.xhtml +lib/firefox78/chrome/toolkit/content/global/plugins.css +lib/firefox78/chrome/toolkit/content/global/plugins.html +lib/firefox78/chrome/toolkit/content/global/plugins.js +lib/firefox78/chrome/toolkit/content/global/preferencesBindings.js +lib/firefox78/chrome/toolkit/content/global/printPreviewProgress.js +lib/firefox78/chrome/toolkit/content/global/printPreviewProgress.xhtml +lib/firefox78/chrome/toolkit/content/global/printPreviewToolbar.js +lib/firefox78/chrome/toolkit/content/global/printProgress.js +lib/firefox78/chrome/toolkit/content/global/printProgress.xhtml +lib/firefox78/chrome/toolkit/content/global/printUtils.js +lib/firefox78/chrome/toolkit/content/global/process-content.js +lib/firefox78/chrome/toolkit/content/global/reader/aboutReader.html +lib/firefox78/chrome/toolkit/content/global/reader/aboutReader.js +lib/firefox78/chrome/toolkit/content/global/remote-test-ipc.js +lib/firefox78/chrome/toolkit/content/global/resetProfile.css +lib/firefox78/chrome/toolkit/content/global/resetProfile.js +lib/firefox78/chrome/toolkit/content/global/resetProfile.xhtml +lib/firefox78/chrome/toolkit/content/global/resetProfileProgress.xhtml +lib/firefox78/chrome/toolkit/content/global/selectDialog.js +lib/firefox78/chrome/toolkit/content/global/selectDialog.xhtml +lib/firefox78/chrome/toolkit/content/global/simplifyMode.css +lib/firefox78/chrome/toolkit/content/global/tabprompts.css +lib/firefox78/chrome/toolkit/content/global/tabprompts.jsm +lib/firefox78/chrome/toolkit/content/global/test-ipc.xhtml +lib/firefox78/chrome/toolkit/content/global/timepicker.xhtml +lib/firefox78/chrome/toolkit/content/global/treeUtils.js +lib/firefox78/chrome/toolkit/content/global/unifiedcomplete-top-urls.json +lib/firefox78/chrome/toolkit/content/global/viewSourceUtils.js +lib/firefox78/chrome/toolkit/content/global/viewZoomOverlay.js +lib/firefox78/chrome/toolkit/content/global/widgets.css +lib/firefox78/chrome/toolkit/content/global/win.xhtml +lib/firefox78/chrome/toolkit/content/global/xml/XMLPrettyPrint.css +lib/firefox78/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl +lib/firefox78/chrome/toolkit/content/global/xul.css +lib/firefox78/chrome/toolkit/content/mozapps/downloads/unknownContentType.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt +lib/firefox78/chrome/toolkit/content/mozapps/extensions/aboutaddons.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/aboutaddons.html +lib/firefox78/chrome/toolkit/content/mozapps/extensions/aboutaddons.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/aboutaddonsCommon.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/abuse-report-frame.html +lib/firefox78/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/abuse-reports.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/blocklist.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/blocklist.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/extensions/default-theme.svg +lib/firefox78/chrome/toolkit/content/mozapps/extensions/drag-drop-addon-installer.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/extensions.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/extensions.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg +lib/firefox78/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg +lib/firefox78/chrome/toolkit/content/mozapps/extensions/message-bar.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/message-bar.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/named-deck.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/panel-item.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/panel-list.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/pluginPrefs.js +lib/firefox78/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/extensions/rating-star.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/shortcuts.css +lib/firefox78/chrome/toolkit/content/mozapps/extensions/shortcuts.js +lib/firefox78/chrome/toolkit/content/mozapps/handling/dialog.js +lib/firefox78/chrome/toolkit/content/mozapps/handling/dialog.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/handling/handler.css +lib/firefox78/chrome/toolkit/content/mozapps/preferences/changemp.js +lib/firefox78/chrome/toolkit/content/mozapps/preferences/changemp.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/preferences/fontbuilder.js +lib/firefox78/chrome/toolkit/content/mozapps/preferences/removemp.js +lib/firefox78/chrome/toolkit/content/mozapps/preferences/removemp.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/profile/createProfileWizard.js +lib/firefox78/chrome/toolkit/content/mozapps/profile/createProfileWizard.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/profile/profileDowngrade.js +lib/firefox78/chrome/toolkit/content/mozapps/profile/profileDowngrade.xhtml +lib/firefox78/chrome/toolkit/content/mozapps/profile/profileSelection.js +lib/firefox78/chrome/toolkit/content/mozapps/profile/profileSelection.xhtml +lib/firefox78/chrome/toolkit/content/passwordmgr/recipes.json +lib/firefox78/chrome/toolkit/content/providers.json +lib/firefox78/chrome/toolkit/featuregates/FeatureGate.jsm +lib/firefox78/chrome/toolkit/featuregates/FeatureGateImplementation.jsm +lib/firefox78/chrome/toolkit/featuregates/feature_definitions.json +lib/firefox78/chrome/toolkit/pluginproblem/pluginProblemContent.css +lib/firefox78/chrome/toolkit/res/accessiblecaret-normal@1.5x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-normal@1x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-normal@2.25x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-normal@2x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-left@1.5x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-left@1x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-left@2.25x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-left@2x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-right@1.5x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-right@1x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-right@2.25x.png +lib/firefox78/chrome/toolkit/res/accessiblecaret-tilt-right@2x.png +lib/firefox78/chrome/toolkit/res/arrow-left.gif +lib/firefox78/chrome/toolkit/res/arrow-right.gif +lib/firefox78/chrome/toolkit/res/arrow.gif +lib/firefox78/chrome/toolkit/res/arrowd-left.gif +lib/firefox78/chrome/toolkit/res/arrowd-right.gif +lib/firefox78/chrome/toolkit/res/arrowd.gif +lib/firefox78/chrome/toolkit/res/broken-image.png +lib/firefox78/chrome/toolkit/res/counterstyles.css +lib/firefox78/chrome/toolkit/res/forms.css +lib/firefox78/chrome/toolkit/res/hiddenWindow.html +lib/firefox78/chrome/toolkit/res/html.css +lib/firefox78/chrome/toolkit/res/loading-image.png +lib/firefox78/chrome/toolkit/res/mathml.css +lib/firefox78/chrome/toolkit/res/messaging-system/experiments/@types/ExperimentManager.d.ts +lib/firefox78/chrome/toolkit/res/messaging-system/experiments/ExperimentAPI.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/experiments/ExperimentManager.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/experiments/ExperimentStore.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/lib/Logger.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/lib/RemoteSettingsExperimentLoader.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/lib/SharedDataMap.jsm +lib/firefox78/chrome/toolkit/res/messaging-system/lib/SpecialMessageActions.jsm +lib/firefox78/chrome/toolkit/res/noframes.css +lib/firefox78/chrome/toolkit/res/normandy/Normandy.jsm +lib/firefox78/chrome/toolkit/res/normandy/NormandyMigrations.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/AddonRollbackAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/AddonRolloutAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/BaseAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/BaseStudyAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/BranchedAddonStudyAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/ConsoleLogAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/MessagingExperimentAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/PreferenceExperimentAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/PreferenceRollbackAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/PreferenceRolloutAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/ShowHeartbeatAction.jsm +lib/firefox78/chrome/toolkit/res/normandy/actions/schemas/index.js +lib/firefox78/chrome/toolkit/res/normandy/content/AboutPages.jsm +lib/firefox78/chrome/toolkit/res/normandy/content/ShieldFrameChild.jsm +lib/firefox78/chrome/toolkit/res/normandy/content/ShieldFrameParent.jsm +lib/firefox78/chrome/toolkit/res/normandy/content/about-studies/about-studies.css +lib/firefox78/chrome/toolkit/res/normandy/content/about-studies/about-studies.html +lib/firefox78/chrome/toolkit/res/normandy/content/about-studies/about-studies.js +lib/firefox78/chrome/toolkit/res/normandy/lib/ActionsManager.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/AddonRollouts.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/AddonStudies.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/CleanupManager.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/ClientEnvironment.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/EventEmitter.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/Heartbeat.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/LogManager.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/NormandyAddonManager.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/NormandyApi.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/NormandyUtils.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/PrefUtils.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/PreferenceExperiments.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/PreferenceRollouts.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/RecipeRunner.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/ShieldPreferences.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/Storage.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/TelemetryEvents.jsm +lib/firefox78/chrome/toolkit/res/normandy/lib/Uptake.jsm +lib/firefox78/chrome/toolkit/res/normandy/skin/osx/Heartbeat.css +lib/firefox78/chrome/toolkit/res/normandy/skin/shared/Heartbeat.css +lib/firefox78/chrome/toolkit/res/normandy/skin/shared/heartbeat-icon.svg +lib/firefox78/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-lit.svg +lib/firefox78/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-off.svg +lib/firefox78/chrome/toolkit/res/normandy/vendor/LICENSE_THIRDPARTY +lib/firefox78/chrome/toolkit/res/normandy/vendor/PropTypes.js +lib/firefox78/chrome/toolkit/res/normandy/vendor/React.js +lib/firefox78/chrome/toolkit/res/normandy/vendor/ReactDOM.js +lib/firefox78/chrome/toolkit/res/normandy/vendor/classnames.js +lib/firefox78/chrome/toolkit/res/noscript.css +lib/firefox78/chrome/toolkit/res/pluginproblem.css +lib/firefox78/chrome/toolkit/res/quirk.css +lib/firefox78/chrome/toolkit/res/ua.css +lib/firefox78/chrome/toolkit/skin/classic/global/about.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutCache.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutCacheEntry.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutHttpsOnlyError.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutLicense.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutMemory.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutNetworking.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutReader.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutRights.css +lib/firefox78/chrome/toolkit/skin/classic/global/aboutSupport.css +lib/firefox78/chrome/toolkit/skin/classic/global/alerts/alert.css +lib/firefox78/chrome/toolkit/skin/classic/global/appPicker.css +lib/firefox78/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg +lib/firefox78/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg +lib/firefox78/chrome/toolkit/skin/classic/global/arrowscrollbox.css +lib/firefox78/chrome/toolkit/skin/classic/global/autocomplete.css +lib/firefox78/chrome/toolkit/skin/classic/global/button.css +lib/firefox78/chrome/toolkit/skin/classic/global/checkbox.css +lib/firefox78/chrome/toolkit/skin/classic/global/close-icon.css +lib/firefox78/chrome/toolkit/skin/classic/global/commonDialog.css +lib/firefox78/chrome/toolkit/skin/classic/global/config.css +lib/firefox78/chrome/toolkit/skin/classic/global/datetimeinputpickers.css +lib/firefox78/chrome/toolkit/skin/classic/global/dialog.css +lib/firefox78/chrome/toolkit/skin/classic/global/dirListing/dirListing.css +lib/firefox78/chrome/toolkit/skin/classic/global/dropmarker.css +lib/firefox78/chrome/toolkit/skin/classic/global/findBar.css +lib/firefox78/chrome/toolkit/skin/classic/global/global.css +lib/firefox78/chrome/toolkit/skin/classic/global/icons/Authentication.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-12.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-16.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/arrow-left.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/arrow-up-12.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/autoscroll-horizontal.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/autoscroll-vertical.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/autoscroll.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/blocked.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/blocklist_favicon.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/check-partial.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/check.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/close.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/columnpicker.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/delete.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/error-16.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/error.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/find-next-arrow.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/find-previous-arrow.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/heart.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/help.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/identity-icon.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/info.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/loading.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/loading@2x.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/more.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/performance.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/question-16.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/question-64.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/resizer.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/search-textbox.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/searchfield-cancel.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/settings.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/shortcut.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/spinner-arrow-down.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/spinner-arrow-up.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/sslWarning.png +lib/firefox78/chrome/toolkit/skin/classic/global/icons/twisty-collapsed-rtl.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/twisty-expanded.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/update-icon.svg +lib/firefox78/chrome/toolkit/skin/classic/global/icons/warning.svg +lib/firefox78/chrome/toolkit/skin/classic/global/illustrations/about-license.svg +lib/firefox78/chrome/toolkit/skin/classic/global/illustrations/about-rights.svg +lib/firefox78/chrome/toolkit/skin/classic/global/in-content/common.css +lib/firefox78/chrome/toolkit/skin/classic/global/in-content/dropdown.svg +lib/firefox78/chrome/toolkit/skin/classic/global/in-content/info-pages.css +lib/firefox78/chrome/toolkit/skin/classic/global/in-content/radio.svg +lib/firefox78/chrome/toolkit/skin/classic/global/in-content/toggle-button.css +lib/firefox78/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css +lib/firefox78/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css +lib/firefox78/chrome/toolkit/skin/classic/global/media/audioMutedButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/audioNoAudioButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/audioUnmutedButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/castingButton-active.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/castingButton-ready.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-off.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-on.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/error.png +lib/firefox78/chrome/toolkit/skin/classic/global/media/fullscreenEnterButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/fullscreenExitButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png +lib/firefox78/chrome/toolkit/skin/classic/global/media/imagedoc-lightnoise.png +lib/firefox78/chrome/toolkit/skin/classic/global/media/pauseButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/pictureinpicture.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/playButton.svg +lib/firefox78/chrome/toolkit/skin/classic/global/media/stalled.png +lib/firefox78/chrome/toolkit/skin/classic/global/media/throbber.png +lib/firefox78/chrome/toolkit/skin/classic/global/media/videocontrols.css +lib/firefox78/chrome/toolkit/skin/classic/global/menu.css +lib/firefox78/chrome/toolkit/skin/classic/global/menulist.css +lib/firefox78/chrome/toolkit/skin/classic/global/narrate.css +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/arrow.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/back.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/fast.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/forward.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/headphone-active.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/headphone.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/slow.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/start.svg +lib/firefox78/chrome/toolkit/skin/classic/global/narrate/stop.svg +lib/firefox78/chrome/toolkit/skin/classic/global/netError.css +lib/firefox78/chrome/toolkit/skin/classic/global/notification.css +lib/firefox78/chrome/toolkit/skin/classic/global/numberinput.css +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/audio-mute.svg +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/audio.svg +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/close-pip.svg +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/pause.svg +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/play.svg +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/player.css +lib/firefox78/chrome/toolkit/skin/classic/global/pictureinpicture/unpip.svg +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/contentPluginBlocked.png +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/contentPluginCrashed.png +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/contentPluginStripe.png +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/plugin-blocked.svg +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/plugin.svg +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/pluginGeneric.svg +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/pluginHelp-16.png +lib/firefox78/chrome/toolkit/skin/classic/global/plugins/pluginProblem.css +lib/firefox78/chrome/toolkit/skin/classic/global/popup.css +lib/firefox78/chrome/toolkit/skin/classic/global/popupnotification.css +lib/firefox78/chrome/toolkit/skin/classic/global/radio.css +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Plus-44x16.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Minus-38x14.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Plus-38x24.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Sans-Serif.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Serif.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/close-16.svg +lib/firefox78/chrome/toolkit/skin/classic/global/reader/pocket.svg +lib/firefox78/chrome/toolkit/skin/classic/global/richlistbox.css +lib/firefox78/chrome/toolkit/skin/classic/global/scrollbars.css +lib/firefox78/chrome/toolkit/skin/classic/global/search-textbox.css +lib/firefox78/chrome/toolkit/skin/classic/global/splitter.css +lib/firefox78/chrome/toolkit/skin/classic/global/tabbox.css +lib/firefox78/chrome/toolkit/skin/classic/global/tabprompts.css +lib/firefox78/chrome/toolkit/skin/classic/global/toolbar.css +lib/firefox78/chrome/toolkit/skin/classic/global/toolbarbutton.css +lib/firefox78/chrome/toolkit/skin/classic/global/tooltip.css +lib/firefox78/chrome/toolkit/skin/classic/global/tree.css +lib/firefox78/chrome/toolkit/skin/classic/global/wizard.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/category-available.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/extension.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/rating-star.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/recommended.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/handling/handling.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/profile/information.svg +lib/firefox78/chrome/toolkit/skin/classic/mozapps/profile/profileDowngrade.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css +lib/firefox78/chrome/toolkit/skin/classic/mozapps/update/updates.css +lib/firefox78/components/EnterprisePolicies.js +lib/firefox78/components/EnterprisePoliciesContent.js +lib/firefox78/components/HandlerService.js +lib/firefox78/components/components.manifest +lib/firefox78/components/marionette.js +lib/firefox78/contentaccessible/ImageDocument.css +lib/firefox78/contentaccessible/TopLevelImageDocument.css +lib/firefox78/contentaccessible/TopLevelVideoDocument.css +lib/firefox78/contentaccessible/html/folder.png +lib/firefox78/contentaccessible/plaintext.css +lib/firefox78/contentaccessible/viewsource.css +lib/firefox78/defaults/autoconfig/prefcalls.js +lib/firefox78/defaults/pref/channel-prefs.js +lib/firefox78/dependentlibs.list +lib/firefox78/dictionaries/en-US.aff +lib/firefox78/dictionaries/en-US.dic +lib/firefox78/firefox78 +lib/firefox78/firefox78-bin +lib/firefox78/fonts/TwemojiMozilla.ttf +lib/firefox78/gmp-clearkey/0.1/libclearkey.so +lib/firefox78/gmp-clearkey/0.1/manifest.json +lib/firefox78/greprefs.js +lib/firefox78/gtk2/libmozgtk.so +lib/firefox78/hyphenation/hyph_af.hyf +lib/firefox78/hyphenation/hyph_bg.hyf +lib/firefox78/hyphenation/hyph_ca.hyf +lib/firefox78/hyphenation/hyph_cy.hyf +lib/firefox78/hyphenation/hyph_da.hyf +lib/firefox78/hyphenation/hyph_de-1901.hyf +lib/firefox78/hyphenation/hyph_de-1996.hyf +lib/firefox78/hyphenation/hyph_de-CH.hyf +lib/firefox78/hyphenation/hyph_en_US.hyf +lib/firefox78/hyphenation/hyph_eo.hyf +lib/firefox78/hyphenation/hyph_es.hyf +lib/firefox78/hyphenation/hyph_et.hyf +lib/firefox78/hyphenation/hyph_fi.hyf +lib/firefox78/hyphenation/hyph_fr.hyf +lib/firefox78/hyphenation/hyph_gl.hyf +lib/firefox78/hyphenation/hyph_hr.hyf +lib/firefox78/hyphenation/hyph_hsb.hyf +lib/firefox78/hyphenation/hyph_hu.hyf +lib/firefox78/hyphenation/hyph_ia.hyf +lib/firefox78/hyphenation/hyph_is.hyf +lib/firefox78/hyphenation/hyph_it.hyf +lib/firefox78/hyphenation/hyph_kmr.hyf +lib/firefox78/hyphenation/hyph_la.hyf +lib/firefox78/hyphenation/hyph_lt.hyf +lib/firefox78/hyphenation/hyph_mn.hyf +lib/firefox78/hyphenation/hyph_nb.hyf +lib/firefox78/hyphenation/hyph_nl.hyf +lib/firefox78/hyphenation/hyph_nn.hyf +lib/firefox78/hyphenation/hyph_pl.hyf +lib/firefox78/hyphenation/hyph_pt.hyf +lib/firefox78/hyphenation/hyph_ru.hyf +lib/firefox78/hyphenation/hyph_sh.hyf +lib/firefox78/hyphenation/hyph_sl.hyf +lib/firefox78/hyphenation/hyph_sv.hyf +lib/firefox78/hyphenation/hyph_tr.hyf +lib/firefox78/hyphenation/hyph_uk.hyf +lib/firefox78/liblgpllibs.so +${PLIST.ffvpx}lib/firefox78/libmozavcodec.so +${PLIST.ffvpx}lib/firefox78/libmozavutil.so +lib/firefox78/libmozgtk.so +lib/firefox78/libmozsqlite3.so +${PLIST.wayland}lib/firefox78/libmozwayland.so +lib/firefox78/libxul.so +lib/firefox78/localization/en-US/crashreporter/aboutcrashes.ftl +lib/firefox78/localization/en-US/security/certificates/certManager.ftl +lib/firefox78/localization/en-US/security/certificates/deviceManager.ftl +lib/firefox78/localization/en-US/security/pippki/pippki.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutAbout.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutAddons.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutCompat.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutConfig.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutHttpsOnlyError.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutNetworking.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutPerformance.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutPlugins.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutProfiles.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutRights.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutServiceWorkers.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutSupport.ftl +lib/firefox78/localization/en-US/toolkit/about/aboutTelemetry.ftl +lib/firefox78/localization/en-US/toolkit/about/abuseReports.ftl +lib/firefox78/localization/en-US/toolkit/about/certviewer.ftl +lib/firefox78/localization/en-US/toolkit/about/url-classifier.ftl +lib/firefox78/localization/en-US/toolkit/extensions/blocklist.ftl +lib/firefox78/localization/en-US/toolkit/global/createProfileWizard.ftl +lib/firefox78/localization/en-US/toolkit/global/processTypes.ftl +lib/firefox78/localization/en-US/toolkit/global/profileDowngrade.ftl +lib/firefox78/localization/en-US/toolkit/global/profileSelection.ftl +lib/firefox78/localization/en-US/toolkit/global/resetProfile.ftl +lib/firefox78/localization/en-US/toolkit/global/textActions.ftl +lib/firefox78/localization/en-US/toolkit/global/unknownContentType.ftl +lib/firefox78/localization/en-US/toolkit/global/wizard.ftl +lib/firefox78/localization/en-US/toolkit/intl/languageNames.ftl +lib/firefox78/localization/en-US/toolkit/intl/regionNames.ftl +lib/firefox78/localization/en-US/toolkit/main-window/autocomplete.ftl +lib/firefox78/localization/en-US/toolkit/main-window/findbar.ftl +lib/firefox78/localization/en-US/toolkit/pictureinpicture/pictureinpicture.ftl +lib/firefox78/localization/en-US/toolkit/preferences/preferences.ftl +lib/firefox78/localization/en-US/toolkit/printing/printDialogs.ftl +lib/firefox78/localization/en-US/toolkit/printing/printPreview.ftl +lib/firefox78/localization/en-US/toolkit/updates/elevation.ftl +lib/firefox78/localization/en-US/toolkit/updates/history.ftl +lib/firefox78/modules/AboutCertViewerHandler.jsm +lib/firefox78/modules/AboutPagesUtils.jsm +lib/firefox78/modules/AboutReader.jsm +lib/firefox78/modules/AbuseReporter.jsm +lib/firefox78/modules/ActorChild.jsm +lib/firefox78/modules/ActorManagerChild.jsm +lib/firefox78/modules/ActorManagerParent.jsm +lib/firefox78/modules/AddonManager.jsm +lib/firefox78/modules/AppConstants.jsm +lib/firefox78/modules/AppMenuNotifications.jsm +lib/firefox78/modules/AsyncPrefs.jsm +lib/firefox78/modules/AsyncShutdown.jsm +lib/firefox78/modules/BackgroundPageThumbs.jsm +lib/firefox78/modules/BinarySearch.jsm +lib/firefox78/modules/Bits.jsm +lib/firefox78/modules/Blocklist.jsm +lib/firefox78/modules/BookmarkHTMLUtils.jsm +lib/firefox78/modules/BookmarkJSONUtils.jsm +lib/firefox78/modules/Bookmarks.jsm +lib/firefox78/modules/BrowserElementParent.jsm +lib/firefox78/modules/BrowserElementPromptService.jsm +lib/firefox78/modules/BrowserUtils.jsm +lib/firefox78/modules/CanonicalJSON.jsm +lib/firefox78/modules/CaptiveDetect.jsm +lib/firefox78/modules/CertUtils.jsm +lib/firefox78/modules/CharsetMenu.jsm +lib/firefox78/modules/ClearDataService.jsm +lib/firefox78/modules/ClientID.jsm +lib/firefox78/modules/CloudStorage.jsm +lib/firefox78/modules/Color.jsm +lib/firefox78/modules/CommonDialog.jsm +lib/firefox78/modules/ConduitsChild.jsm +lib/firefox78/modules/ConduitsParent.jsm +lib/firefox78/modules/Console.jsm +lib/firefox78/modules/ConsoleAPIStorage.jsm +lib/firefox78/modules/ContentAreaDropListener.jsm +lib/firefox78/modules/ContentBlockingAllowList.jsm +lib/firefox78/modules/ContentDOMReference.jsm +lib/firefox78/modules/ContentDispatchChooser.jsm +lib/firefox78/modules/ContentPrefService2.jsm +lib/firefox78/modules/ContentPrefServiceChild.jsm +lib/firefox78/modules/ContentPrefServiceParent.jsm +lib/firefox78/modules/ContentPrefStore.jsm +lib/firefox78/modules/ContentPrefUtils.jsm +lib/firefox78/modules/ContentProcessSingleton.jsm +lib/firefox78/modules/ContextualIdentityService.jsm +lib/firefox78/modules/Corroborate.jsm +lib/firefox78/modules/CoveragePing.jsm +lib/firefox78/modules/CrashMonitor.jsm +lib/firefox78/modules/Credentials.jsm +lib/firefox78/modules/CreditCard.jsm +lib/firefox78/modules/CustomElementsListener.jsm +lib/firefox78/modules/DNSPacket.jsm +lib/firefox78/modules/DNSRecord.jsm +lib/firefox78/modules/DNSResourceRecord.jsm +lib/firefox78/modules/DNSServiceDiscovery.jsm +lib/firefox78/modules/DNSTypes.jsm +lib/firefox78/modules/DOMRequestHelper.jsm +lib/firefox78/modules/DataReader.jsm +lib/firefox78/modules/DataWriter.jsm +lib/firefox78/modules/DateTimePickerPanel.jsm +lib/firefox78/modules/DefaultCLH.jsm +lib/firefox78/modules/DeferredTask.jsm +lib/firefox78/modules/Deprecated.jsm +lib/firefox78/modules/DownloadCore.jsm +lib/firefox78/modules/DownloadHistory.jsm +lib/firefox78/modules/DownloadIntegration.jsm +lib/firefox78/modules/DownloadLastDir.jsm +lib/firefox78/modules/DownloadLegacy.jsm +lib/firefox78/modules/DownloadList.jsm +lib/firefox78/modules/DownloadPaths.jsm +lib/firefox78/modules/DownloadStore.jsm +lib/firefox78/modules/DownloadUIHelper.jsm +lib/firefox78/modules/DownloadUtils.jsm +lib/firefox78/modules/Downloads.jsm +lib/firefox78/modules/E10SUtils.jsm +lib/firefox78/modules/EcosystemTelemetry.jsm +lib/firefox78/modules/EventEmitter.jsm +lib/firefox78/modules/EventPing.jsm +lib/firefox78/modules/Extension.jsm +lib/firefox78/modules/ExtensionActions.jsm +lib/firefox78/modules/ExtensionActivityLog.jsm +lib/firefox78/modules/ExtensionChild.jsm +lib/firefox78/modules/ExtensionChildDevToolsUtils.jsm +lib/firefox78/modules/ExtensionCommon.jsm +lib/firefox78/modules/ExtensionContent.jsm +lib/firefox78/modules/ExtensionPageChild.jsm +lib/firefox78/modules/ExtensionParent.jsm +lib/firefox78/modules/ExtensionPermissions.jsm +lib/firefox78/modules/ExtensionPreferencesManager.jsm +lib/firefox78/modules/ExtensionProcessScript.jsm +lib/firefox78/modules/ExtensionSearchHandler.jsm +lib/firefox78/modules/ExtensionSettingsStore.jsm +lib/firefox78/modules/ExtensionShortcuts.jsm +lib/firefox78/modules/ExtensionStorage.jsm +lib/firefox78/modules/ExtensionStorageComponents.jsm +lib/firefox78/modules/ExtensionStorageIDB.jsm +lib/firefox78/modules/ExtensionStorageSync.jsm +lib/firefox78/modules/ExtensionStorageSyncKinto.jsm +lib/firefox78/modules/ExtensionTelemetry.jsm +lib/firefox78/modules/ExtensionUtils.jsm +lib/firefox78/modules/FileUtils.jsm +lib/firefox78/modules/FindBarContent.jsm +lib/firefox78/modules/FindContent.jsm +lib/firefox78/modules/Finder.jsm +lib/firefox78/modules/FinderHighlighter.jsm +lib/firefox78/modules/FinderIterator.jsm +lib/firefox78/modules/FinderParent.jsm +lib/firefox78/modules/FirstStartup.jsm +lib/firefox78/modules/ForgetAboutSite.jsm +lib/firefox78/modules/FormAutoComplete.jsm +lib/firefox78/modules/FormHistory.jsm +lib/firefox78/modules/FormHistoryStartup.jsm +lib/firefox78/modules/FormLikeFactory.jsm +lib/firefox78/modules/FxAccounts.jsm +lib/firefox78/modules/FxAccountsClient.jsm +lib/firefox78/modules/FxAccountsCommands.js +lib/firefox78/modules/FxAccountsCommon.js +lib/firefox78/modules/FxAccountsConfig.jsm +lib/firefox78/modules/FxAccountsDevice.jsm +lib/firefox78/modules/FxAccountsKeys.jsm +lib/firefox78/modules/FxAccountsOAuthGrantClient.jsm +lib/firefox78/modules/FxAccountsPairing.jsm +lib/firefox78/modules/FxAccountsPairingChannel.js +lib/firefox78/modules/FxAccountsProfile.jsm +lib/firefox78/modules/FxAccountsProfileClient.jsm +lib/firefox78/modules/FxAccountsPush.jsm +lib/firefox78/modules/FxAccountsStorage.jsm +lib/firefox78/modules/FxAccountsTelemetry.jsm +lib/firefox78/modules/FxAccountsWebChannel.jsm +lib/firefox78/modules/GCTelemetry.jsm +lib/firefox78/modules/GMPExtractorWorker.js +lib/firefox78/modules/GMPInstallManager.jsm +lib/firefox78/modules/GMPUtils.jsm +lib/firefox78/modules/Geometry.jsm +lib/firefox78/modules/HTMLMenuBuilder.jsm +lib/firefox78/modules/HealthPing.jsm +lib/firefox78/modules/HelperAppDlg.jsm +lib/firefox78/modules/HiddenFrame.jsm +lib/firefox78/modules/History.jsm +lib/firefox78/modules/Http.jsm +lib/firefox78/modules/IgnoreLists.jsm +lib/firefox78/modules/ImageObjectProcessor.jsm +lib/firefox78/modules/IndexedDB.jsm +lib/firefox78/modules/IndexedDBHelper.jsm +lib/firefox78/modules/InlineSpellChecker.jsm +lib/firefox78/modules/InlineSpellCheckerContent.jsm +lib/firefox78/modules/InputListAutoComplete.jsm +lib/firefox78/modules/InsecurePasswordUtils.jsm +lib/firefox78/modules/Integration.jsm +lib/firefox78/modules/JSONFile.jsm +lib/firefox78/modules/L10nRegistry.jsm +lib/firefox78/modules/LightweightThemeConsumer.jsm +lib/firefox78/modules/LightweightThemeManager.jsm +lib/firefox78/modules/Localization.jsm +lib/firefox78/modules/LocationHelper.jsm +lib/firefox78/modules/Log.jsm +lib/firefox78/modules/LoginAutoComplete.jsm +lib/firefox78/modules/LoginExport.jsm +lib/firefox78/modules/LoginFormFactory.jsm +lib/firefox78/modules/LoginHelper.jsm +lib/firefox78/modules/LoginImport.jsm +lib/firefox78/modules/LoginInfo.jsm +lib/firefox78/modules/LoginManager.jsm +lib/firefox78/modules/LoginManagerAuthPrompter.jsm +lib/firefox78/modules/LoginManagerChild.jsm +lib/firefox78/modules/LoginManagerContextMenu.jsm +lib/firefox78/modules/LoginManagerParent.jsm +lib/firefox78/modules/LoginManagerPrompter.jsm +lib/firefox78/modules/LoginRecipes.jsm +lib/firefox78/modules/LoginStore.jsm +lib/firefox78/modules/MainProcessSingleton.jsm +lib/firefox78/modules/Manifest.jsm +lib/firefox78/modules/ManifestFinder.jsm +lib/firefox78/modules/ManifestIcons.jsm +lib/firefox78/modules/ManifestMessagesChild.jsm +lib/firefox78/modules/ManifestObtainer.jsm +lib/firefox78/modules/ManifestProcessor.jsm +lib/firefox78/modules/MatchURLFilters.jsm +lib/firefox78/modules/MessageChannel.jsm +lib/firefox78/modules/MessageManagerProxy.jsm +lib/firefox78/modules/ModulesPing.jsm +lib/firefox78/modules/MozProtocolHandler.jsm +lib/firefox78/modules/MulticastDNS.jsm +lib/firefox78/modules/NLP.jsm +lib/firefox78/modules/NativeManifests.jsm +lib/firefox78/modules/NativeMessaging.jsm +lib/firefox78/modules/NetUtil.jsm +lib/firefox78/modules/NetworkGeolocationProvider.jsm +lib/firefox78/modules/NewPasswordModel.jsm +lib/firefox78/modules/NewTabUtils.jsm +lib/firefox78/modules/NotificationDB.jsm +lib/firefox78/modules/NotificationStorage.jsm +lib/firefox78/modules/OSCrypto.jsm +lib/firefox78/modules/OSKeyStore.jsm +lib/firefox78/modules/ObjectUtils.jsm +lib/firefox78/modules/PageMenu.jsm +lib/firefox78/modules/PageThumbUtils.jsm +lib/firefox78/modules/PageThumbs.jsm +lib/firefox78/modules/PageThumbsStorageService.jsm +lib/firefox78/modules/PageThumbsWorker.js +lib/firefox78/modules/PasswordGenerator.jsm +lib/firefox78/modules/PerformanceCounters.jsm +lib/firefox78/modules/PermissionsUtils.jsm +lib/firefox78/modules/PictureInPicture.jsm +lib/firefox78/modules/PictureInPictureTogglePolicy.jsm +lib/firefox78/modules/PlacesBackups.jsm +lib/firefox78/modules/PlacesCategoriesStarter.jsm +lib/firefox78/modules/PlacesDBUtils.jsm +lib/firefox78/modules/PlacesExpiration.jsm +lib/firefox78/modules/PlacesRemoteTabsAutocompleteProvider.jsm +lib/firefox78/modules/PlacesSearchAutocompleteProvider.jsm +lib/firefox78/modules/PlacesSyncUtils.jsm +lib/firefox78/modules/PlacesTransactions.jsm +lib/firefox78/modules/PlacesUtils.jsm +lib/firefox78/modules/PluralForm.jsm +lib/firefox78/modules/PopupNotifications.jsm +lib/firefox78/modules/Preferences.jsm +lib/firefox78/modules/PresentationControlService.jsm +lib/firefox78/modules/PresentationDataChannelSessionTransport.jsm +lib/firefox78/modules/PrioPing.jsm +lib/firefox78/modules/PrivateBrowsingUtils.jsm +lib/firefox78/modules/ProcessSelector.jsm +lib/firefox78/modules/ProfileAge.jsm +lib/firefox78/modules/ProfilerGetSymbols-worker.js +lib/firefox78/modules/ProfilerGetSymbols.jsm +lib/firefox78/modules/Promise-backend.js +lib/firefox78/modules/Promise.jsm +lib/firefox78/modules/PromiseMessage.jsm +lib/firefox78/modules/PromiseUtils.jsm +lib/firefox78/modules/PromiseWorker.jsm +lib/firefox78/modules/Prompter.jsm +lib/firefox78/modules/ProxyChannelFilter.jsm +lib/firefox78/modules/PurgeTrackerService.jsm +lib/firefox78/modules/Push.jsm +lib/firefox78/modules/PushBroadcastService.jsm +lib/firefox78/modules/PushComponents.jsm +lib/firefox78/modules/PushCrypto.jsm +lib/firefox78/modules/PushDB.jsm +lib/firefox78/modules/PushRecord.jsm +lib/firefox78/modules/PushService.jsm +lib/firefox78/modules/PushServiceHttp2.jsm +lib/firefox78/modules/PushServiceWebSocket.jsm +lib/firefox78/modules/RFPHelper.jsm +lib/firefox78/modules/ReaderMode.jsm +lib/firefox78/modules/Readerable.jsm +lib/firefox78/modules/RecordingCmdLine.jsm +lib/firefox78/modules/Region.jsm +lib/firefox78/modules/RemotePageAccessManager.jsm +lib/firefox78/modules/RemoteWebNavigation.jsm +lib/firefox78/modules/RemoteWebProgress.jsm +lib/firefox78/modules/ResetProfile.jsm +lib/firefox78/modules/ResponsivenessMonitor.jsm +lib/firefox78/modules/RustFxAccount.js +lib/firefox78/modules/SafeBrowsing.jsm +lib/firefox78/modules/Schemas.jsm +lib/firefox78/modules/SearchEngine.jsm +lib/firefox78/modules/SearchEngineSelector.jsm +lib/firefox78/modules/SearchService.jsm +lib/firefox78/modules/SearchStaticData.jsm +lib/firefox78/modules/SearchSuggestionController.jsm +lib/firefox78/modules/SearchSuggestions.jsm +lib/firefox78/modules/SearchUtils.jsm +lib/firefox78/modules/SecurityInfo.jsm +lib/firefox78/modules/SecurityReporter.jsm +lib/firefox78/modules/ServiceRequest.jsm +lib/firefox78/modules/ServiceWorkerCleanUp.jsm +lib/firefox78/modules/Services.jsm +lib/firefox78/modules/SessionStoreFunctions.jsm +lib/firefox78/modules/SharedPromptUtils.jsm +lib/firefox78/modules/ShieldContentProcess.jsm +lib/firefox78/modules/ShortcutUtils.jsm +lib/firefox78/modules/Sidebar.jsm +lib/firefox78/modules/SimpleServices.jsm +lib/firefox78/modules/SlowScriptDebug.jsm +lib/firefox78/modules/Sqlite.jsm +lib/firefox78/modules/Subprocess.jsm +lib/firefox78/modules/SyncedBookmarksMirror.jsm +lib/firefox78/modules/TaggingService.jsm +lib/firefox78/modules/TelemetryArchive.jsm +lib/firefox78/modules/TelemetryController.jsm +lib/firefox78/modules/TelemetryEnvironment.jsm +lib/firefox78/modules/TelemetryReportingPolicy.jsm +lib/firefox78/modules/TelemetryScheduler.jsm +lib/firefox78/modules/TelemetrySend.jsm +lib/firefox78/modules/TelemetrySession.jsm +lib/firefox78/modules/TelemetryStartup.jsm +lib/firefox78/modules/TelemetryStorage.jsm +lib/firefox78/modules/TelemetryTimestamps.jsm +lib/firefox78/modules/TelemetryUtils.jsm +lib/firefox78/modules/TerminatorTelemetry.jsm +lib/firefox78/modules/Timer.jsm +lib/firefox78/modules/TooltipTextProvider.jsm +lib/firefox78/modules/TrackingDBService.jsm +lib/firefox78/modules/Troubleshoot.jsm +lib/firefox78/modules/UITelemetry.jsm +lib/firefox78/modules/URIFixup.jsm +lib/firefox78/modules/URLDecorationAnnotationsService.jsm +lib/firefox78/modules/URLFormatter.jsm +lib/firefox78/modules/UnifiedComplete.jsm +lib/firefox78/modules/UntrustedModulesPing.jsm +lib/firefox78/modules/UpdatePing.jsm +lib/firefox78/modules/UpdateTimerManager.jsm +lib/firefox78/modules/UpdateUtils.jsm +lib/firefox78/modules/UrlClassifierHashCompleter.jsm +lib/firefox78/modules/UrlClassifierLib.jsm +lib/firefox78/modules/UrlClassifierListManager.jsm +lib/firefox78/modules/UrlClassifierSkipListService.jsm +lib/firefox78/modules/ValueExtractor.jsm +lib/firefox78/modules/WebChannel.jsm +lib/firefox78/modules/WebHandlerApp.jsm +lib/firefox78/modules/WebNavigation.jsm +lib/firefox78/modules/WebNavigationContent.js +lib/firefox78/modules/WebNavigationFrames.jsm +lib/firefox78/modules/WebRequest.jsm +lib/firefox78/modules/WebRequestUpload.jsm +lib/firefox78/modules/WebVTTParserWrapper.jsm +lib/firefox78/modules/WellKnownOpportunisticUtils.jsm +lib/firefox78/modules/XPCOMUtils.jsm +lib/firefox78/modules/XULStore.jsm +lib/firefox78/modules/addonManager.js +lib/firefox78/modules/addons/AddonRepository.jsm +lib/firefox78/modules/addons/AddonSettings.jsm +lib/firefox78/modules/addons/AddonUpdateChecker.jsm +lib/firefox78/modules/addons/Content.js +lib/firefox78/modules/addons/GMPProvider.jsm +lib/firefox78/modules/addons/PluginProvider.jsm +lib/firefox78/modules/addons/ProductAddonChecker.jsm +lib/firefox78/modules/addons/XPIDatabase.jsm +lib/firefox78/modules/addons/XPIInstall.jsm +lib/firefox78/modules/addons/XPIProvider.jsm +lib/firefox78/modules/amContentHandler.jsm +lib/firefox78/modules/amInstallTrigger.jsm +lib/firefox78/modules/amWebAPI.jsm +lib/firefox78/modules/components-utils/ClientEnvironment.jsm +lib/firefox78/modules/components-utils/FilterExpressions.jsm +lib/firefox78/modules/components-utils/JsonSchemaValidator.jsm +lib/firefox78/modules/components-utils/PreferenceFilters.jsm +lib/firefox78/modules/components-utils/Sampling.jsm +lib/firefox78/modules/components-utils/WindowsVersionInfo.jsm +lib/firefox78/modules/components-utils/mozjexl.js +lib/firefox78/modules/crypto-SDR.js +lib/firefox78/modules/ctypes.jsm +lib/firefox78/modules/extensionProcessScriptLoader.js +lib/firefox78/modules/jsdebugger.jsm +lib/firefox78/modules/kvstore.jsm +lib/firefox78/modules/lz4.js +lib/firefox78/modules/lz4_internal.js +lib/firefox78/modules/media/IdpSandbox.jsm +${PLIST.webrtc}lib/firefox78/modules/media/PeerConnection.jsm +lib/firefox78/modules/media/PeerConnectionIdp.jsm +lib/firefox78/modules/mozIntl.jsm +lib/firefox78/modules/narrate/NarrateControls.jsm +lib/firefox78/modules/narrate/Narrator.jsm +lib/firefox78/modules/narrate/VoiceSelect.jsm +lib/firefox78/modules/netwerk-dns/PublicSuffixList.jsm +lib/firefox78/modules/nsAsyncShutdown.jsm +lib/firefox78/modules/nsCrashMonitor.jsm +lib/firefox78/modules/nsFormAutoCompleteResult.jsm +lib/firefox78/modules/offlineAppCache.jsm +lib/firefox78/modules/onExtensionBrowser.js +lib/firefox78/modules/osfile.jsm +lib/firefox78/modules/osfile/osfile_async_front.jsm +lib/firefox78/modules/osfile/osfile_async_worker.js +lib/firefox78/modules/osfile/osfile_native.jsm +lib/firefox78/modules/osfile/osfile_shared_allthreads.jsm +lib/firefox78/modules/osfile/osfile_shared_front.jsm +lib/firefox78/modules/osfile/osfile_unix_allthreads.jsm +lib/firefox78/modules/osfile/osfile_unix_back.jsm +lib/firefox78/modules/osfile/osfile_unix_front.jsm +lib/firefox78/modules/osfile/ospath.jsm +lib/firefox78/modules/osfile/ospath_unix.jsm +lib/firefox78/modules/osfile/ospath_win.jsm +lib/firefox78/modules/presentation/ControllerStateMachine.jsm +lib/firefox78/modules/presentation/ReceiverStateMachine.jsm +lib/firefox78/modules/presentation/StateMachineHelper.jsm +lib/firefox78/modules/profiler_get_symbols.js +lib/firefox78/modules/psm/DER.jsm +lib/firefox78/modules/psm/RemoteSecuritySettings.jsm +lib/firefox78/modules/psm/X509.jsm +lib/firefox78/modules/reader/JSDOMParser.js +lib/firefox78/modules/reader/Readability.js +lib/firefox78/modules/reader/ReaderWorker.js +lib/firefox78/modules/reader/ReaderWorker.jsm +lib/firefox78/modules/reflect.jsm +lib/firefox78/modules/remotepagemanager/MessagePort.jsm +lib/firefox78/modules/remotepagemanager/RemotePageManagerChild.jsm +lib/firefox78/modules/remotepagemanager/RemotePageManagerParent.jsm +${PLIST.debug}lib/firefox78/modules/services-automation/ServicesAutomation.jsm +lib/firefox78/modules/services-common/async.js +lib/firefox78/modules/services-common/hawkclient.js +lib/firefox78/modules/services-common/hawkrequest.js +lib/firefox78/modules/services-common/kinto-http-client.js +lib/firefox78/modules/services-common/kinto-offline-client.js +lib/firefox78/modules/services-common/kinto-storage-adapter.js +lib/firefox78/modules/services-common/logmanager.js +lib/firefox78/modules/services-common/observers.js +lib/firefox78/modules/services-common/rest.js +lib/firefox78/modules/services-common/tokenserverclient.js +lib/firefox78/modules/services-common/uptake-telemetry.js +lib/firefox78/modules/services-common/utils.js +lib/firefox78/modules/services-crypto/WeaveCrypto.js +lib/firefox78/modules/services-crypto/jwcrypto.jsm +lib/firefox78/modules/services-crypto/utils.js +lib/firefox78/modules/services-settings/Attachments.jsm +lib/firefox78/modules/services-settings/Database.jsm +lib/firefox78/modules/services-settings/IDBHelpers.jsm +lib/firefox78/modules/services-settings/RemoteSettingsClient.jsm +lib/firefox78/modules/services-settings/RemoteSettingsComponents.jsm +lib/firefox78/modules/services-settings/RemoteSettingsWorker.js +lib/firefox78/modules/services-settings/RemoteSettingsWorker.jsm +lib/firefox78/modules/services-settings/SharedUtils.jsm +lib/firefox78/modules/services-settings/Utils.jsm +lib/firefox78/modules/services-settings/remote-settings.js +lib/firefox78/modules/services-sync/SyncedTabs.jsm +lib/firefox78/modules/services-sync/UIState.jsm +lib/firefox78/modules/services-sync/Weave.jsm +lib/firefox78/modules/services-sync/addonsreconciler.js +lib/firefox78/modules/services-sync/addonutils.js +lib/firefox78/modules/services-sync/bookmark_repair.js +lib/firefox78/modules/services-sync/bookmark_validator.js +lib/firefox78/modules/services-sync/bridged_engine.js +lib/firefox78/modules/services-sync/browserid_identity.js +lib/firefox78/modules/services-sync/collection_repair.js +lib/firefox78/modules/services-sync/collection_validator.js +lib/firefox78/modules/services-sync/constants.js +lib/firefox78/modules/services-sync/doctor.js +lib/firefox78/modules/services-sync/engines.js +lib/firefox78/modules/services-sync/engines/addons.js +lib/firefox78/modules/services-sync/engines/bookmarks.js +lib/firefox78/modules/services-sync/engines/clients.js +lib/firefox78/modules/services-sync/engines/extension-storage.js +lib/firefox78/modules/services-sync/engines/forms.js +lib/firefox78/modules/services-sync/engines/history.js +lib/firefox78/modules/services-sync/engines/passwords.js +lib/firefox78/modules/services-sync/engines/prefs.js +lib/firefox78/modules/services-sync/engines/tabs.js +lib/firefox78/modules/services-sync/keys.js +lib/firefox78/modules/services-sync/main.js +lib/firefox78/modules/services-sync/policies.js +lib/firefox78/modules/services-sync/record.js +lib/firefox78/modules/services-sync/resource.js +lib/firefox78/modules/services-sync/service.js +lib/firefox78/modules/services-sync/stages/declined.js +lib/firefox78/modules/services-sync/stages/enginesync.js +lib/firefox78/modules/services-sync/status.js +lib/firefox78/modules/services-sync/telemetry.js +lib/firefox78/modules/services-sync/util.js +lib/firefox78/modules/sessionstore/PrivacyFilter.jsm +lib/firefox78/modules/sessionstore/PrivacyLevel.jsm +lib/firefox78/modules/sessionstore/SessionHistory.jsm +lib/firefox78/modules/sessionstore/Utils.jsm +lib/firefox78/modules/storage-json.js +lib/firefox78/modules/subprocess/subprocess_common.jsm +lib/firefox78/modules/subprocess/subprocess_shared.js +lib/firefox78/modules/subprocess/subprocess_shared_unix.js +lib/firefox78/modules/subprocess/subprocess_unix.jsm +lib/firefox78/modules/subprocess/subprocess_worker_common.js +lib/firefox78/modules/subprocess/subprocess_worker_unix.js +lib/firefox78/modules/themes/default/icon.svg +lib/firefox78/modules/themes/default/manifest.json +lib/firefox78/modules/third_party/fathom/fathom.jsm +lib/firefox78/modules/third_party/jsesc/jsesc.js +lib/firefox78/modules/txEXSLTRegExFunctions.jsm +lib/firefox78/modules/vtt.jsm +lib/firefox78/modules/workers/PromiseWorker.js +lib/firefox78/modules/workers/require.js +lib/firefox78/pingsender +lib/firefox78/platform.ini +lib/firefox78/plugin-container +lib/firefox78/removed-files +lib/firefox78/res/EditorOverride.css +lib/firefox78/res/contenteditable.css +lib/firefox78/res/designmode.css +lib/firefox78/res/dtd/htmlmathml-f.ent +lib/firefox78/res/fonts/mathfont.properties +lib/firefox78/res/fonts/mathfontSTIXGeneral.properties +lib/firefox78/res/fonts/mathfontUnicode.properties +lib/firefox78/res/grabber.gif +lib/firefox78/res/language.properties +lib/firefox78/res/locale/dom/dom.properties +lib/firefox78/res/locale/layout/HtmlForm.properties +lib/firefox78/res/locale/layout/MediaDocument.properties +lib/firefox78/res/locale/layout/xmlparser.properties +lib/firefox78/res/multilocale.txt +lib/firefox78/res/svg.css +lib/firefox78/res/table-add-column-after-active.gif +lib/firefox78/res/table-add-column-after-hover.gif +lib/firefox78/res/table-add-column-after.gif +lib/firefox78/res/table-add-column-before-active.gif +lib/firefox78/res/table-add-column-before-hover.gif +lib/firefox78/res/table-add-column-before.gif +lib/firefox78/res/table-add-row-after-active.gif +lib/firefox78/res/table-add-row-after-hover.gif +lib/firefox78/res/table-add-row-after.gif +lib/firefox78/res/table-add-row-before-active.gif +lib/firefox78/res/table-add-row-before-hover.gif +lib/firefox78/res/table-add-row-before.gif +lib/firefox78/res/table-remove-column-active.gif +lib/firefox78/res/table-remove-column-hover.gif +lib/firefox78/res/table-remove-column.gif +lib/firefox78/res/table-remove-row-active.gif +lib/firefox78/res/table-remove-row-hover.gif +lib/firefox78/res/table-remove-row.gif +share/applications/firefox78.desktop +share/icons/hicolor/128x128/apps/firefox78.png +share/icons/hicolor/16x16/apps/firefox78.png +share/icons/hicolor/22x22/apps/firefox78.png +share/icons/hicolor/24x24/apps/firefox78.png +share/icons/hicolor/256x256/apps/firefox78.png +share/icons/hicolor/32x32/apps/firefox78.png +share/icons/hicolor/48x48/apps/firefox78.png +share/icons/hicolor/64x64/apps/firefox78.png diff --git a/www/firefox78/PLIST.Linux b/www/firefox78/PLIST.Linux new file mode 100644 index 000000000000..8f6fa6b63f73 --- /dev/null +++ b/www/firefox78/PLIST.Linux @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.3 2021/12/28 20:05:49 nia Exp $ +lib/firefox78/libmozsandbox.so diff --git a/www/firefox78/distinfo b/www/firefox78/distinfo new file mode 100644 index 000000000000..b6370370c01f --- /dev/null +++ b/www/firefox78/distinfo @@ -0,0 +1,51 @@ +$NetBSD: distinfo,v 1.25 2021/12/28 20:05:49 nia Exp $ + +BLAKE2s (firefox-78.15.0esr.source.tar.xz) = a846cc429859049e339b147e709d9f7c8e21a5a488fd78dd39277f7e9cd8bb32 +SHA512 (firefox-78.15.0esr.source.tar.xz) = ac3de735b246ce4f0e1619cd2664321ffa374240ce6843e785d79a350dc30c967996bbcc5e3b301cb3d822ca981cbea116758fc4122f1738d75ddfd1165b6378 +Size (firefox-78.15.0esr.source.tar.xz) = 330819568 bytes +SHA1 (patch-aa) = 458ee59cec3d2d1d52b222ab2031720e7a11fc02 +SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 +SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 +SHA1 (patch-config_gcc-stl-wrapper.template.h) = 781a063fa6ab345face53fd88404ead11ab335b2 +SHA1 (patch-config_makefiles_rust.mk) = 8637cd3f56774648fd586c7ad8dd49e269b9eb2a +SHA1 (patch-configure.in) = b40651b008dcecc49664660ac376df2bd7c2c6be +SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49 +SHA1 (patch-dom_media_CubebUtils.cpp) = 226821d961039ae5c9c50d8615757b73c6bcd80a +SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = e458c9c8dc66edc69c1874734af28a77fc5e3993 +SHA1 (patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h) = 2f73c76c48852613e0c55c1680fcc2a9eb3cf4ef +SHA1 (patch-gfx_cairo_cairo_src_cairo-type1-subset.c) = 89a9d934ef76706c552c0b81e6cbc0f45b1ffd2c +SHA1 (patch-gfx_skia_skia_src_core_SkCpu.cpp) = 36218819254f3681b9c717d652ea78c9f20d49ad +SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = f6f8996f0818a1b890698c7cc5054d49cb1e8924 +SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 4a6606da590cfb8d855bde58b9c6f90e98d0870c +SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 35d20981d33ccdb1d8ffb8039e48798777f11658 +SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 260c29bacd8bf265951b7a412f850bf2b292c836 +SHA1 (patch-js_src_jit_ProcessExecutableMemory.cpp) = c75e9ea7124c18be1a051106fcc407ddd1e82e46 +SHA1 (patch-js_src_jsfriendapi.h) = 6bbb895b882ee24929f011751c42732215e153a2 +SHA1 (patch-js_src_util_NativeStack.cpp) = a0a16d8d8d78d3cc3f4d2a508586f1a7821f7dba +SHA1 (patch-js_src_vm_ArrayBufferObject.cpp) = ca117633d2aae52d82ec349a0bfb0c03b87898b4 +SHA1 (patch-media_ffvpx_libavutil_arm_bswap.h) = de58daa0fd23d4fec50426602b65c9ea5862558a +SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 31536f36cb33f16da309527b50eda9b721608115 +SHA1 (patch-media_libcubeb_src_moz.build) = e4e64a1135cf4157ae5b6f7c1710ebd076953479 +SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc +SHA1 (patch-media_libtheora_lib_info.c) = f6dbf536d73859a1ff78304c2e9f6a6f74dac01f +SHA1 (patch-media_libvorbis_lib_vorbis__info.c) = b6b1a84a095db8459bdff24c04f4d56886ddbe45 +SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 2ab6dee0a90bcf8427bc65784108ad33e17f6f9e +SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0 +SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b315b88456f4 +SHA1 (patch-third__party_rust_authenticator_.cargo-checksum.json) = 0c230417f33fca9e27bbb30a9ac80b864cd8c1e2 +SHA1 (patch-third__party_rust_authenticator_src_lib.rs) = 5b1d1c3c6db7876aace3c6bb056f8434ca740350 +SHA1 (patch-third__party_rust_authenticator_src_netbsd_device.rs) = 72af2ec76f32a7d8b4f25d30a383343d0f624059 +SHA1 (patch-third__party_rust_authenticator_src_netbsd_fd.rs) = fdbe7db081afa1ee2a1b71e96886f72c2a691d7e +SHA1 (patch-third__party_rust_authenticator_src_netbsd_mod.rs) = 80f50157fb23f2e1de579b62148708c52822831b +SHA1 (patch-third__party_rust_authenticator_src_netbsd_monitor.rs) = 95dbbdb7608230e01b50c7399a9734a74d1086c7 +SHA1 (patch-third__party_rust_authenticator_src_netbsd_transaction.rs) = 0f3d490b2b7cec5e47b3adc9187b58eaa70350d1 +SHA1 (patch-third__party_rust_authenticator_src_netbsd_uhid.rs) = e0856c37eb1d73bca431da6048132233eace44bb +SHA1 (patch-third__party_rust_getrandom_src_lib.rs) = 2ad80d10ebfeef0dc27435fc2c16be7b5e5d444a +SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b +SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 5a516d377d491e0504aaf2d7aed04bb9ebeccc56 +SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12 +SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57 +SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 706635b76a7b525794aba95e95544f09e18bb662 +SHA1 (patch-widget_gtk_WaylandDMABufSurface.cpp) = 3c556b9321a5045363a1d567ea271c520f585850 +SHA1 (patch-xpcom_base_nscore.h) = 1ac4d34d3c9e80bc1ac966c6c84cb320bc0fa1ec +SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 6956c90d4c74c71e7e9a5882e4840ba2673160fa diff --git a/www/firefox78/files/desktop.in b/www/firefox78/files/desktop.in new file mode 100644 index 000000000000..d72090e1aabf --- /dev/null +++ b/www/firefox78/files/desktop.in @@ -0,0 +1,191 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@MOZILLA_NAME@ Web Browser +Name[am]= +Name[ar]= +Name[az]=@MOZILLA_NAME@ Veb SÉ™yyahı +Name[be]= +Name[bg]=Интернет браузър @MOZILLA_NAME@ +Name[bn]= +Name[bs]=@MOZILLA_NAME@ web preglednik +Name[ca]=Navegador web @MOZILLA_NAME@ +Name[cs]=ProhlížeÄ WWW @MOZILLA_NAME@ +Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ +Name[da]=@MOZILLA_NAME@ - internetsurfning +Name[de]=@MOZILLA_NAME@ Webbrowser +Name[el]=ΠεÏιηγητής ΔιαδικτÏου @MOZILLA_NAME@ +Name[en_CA]=@MOZILLA_NAME@ Web Browser +Name[en_GB]=@MOZILLA_NAME@ Web Browser +Name[es]=Navegador Web @MOZILLA_NAME@ +Name[et]=@MOZILLA_NAME@ veebibrauser +Name[eu]=@MOZILLA_NAME@ web arakatzailea +Name[fi]=@MOZILLA_NAME@, WWW-selain +Name[fr]=Navigateur Web @MOZILLA_NAME@ +Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ +Name[gu]=àªàªªà«€àª«àª¨à«€ વૅબ બà«àª°àª¾àª‰àªàª° +Name[he]=דפדפן @MOZILLA_NAME@ +Name[hi]= +Name[hr]=@MOZILLA_NAME@ Web preglednik +Name[hu]=@MOZILLA_NAME@ webböngészÅ‘ +Name[id]=Web Browser @MOZILLA_NAME@ +Name[it]=Browser web @MOZILLA_NAME@ +Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ +Name[ko]=@MOZILLA_NAME@ 웹 브ë¼ìš°ì € +Name[li]=@MOZILLA_NAME@ Web Browser +Name[lt]=@MOZILLA_NAME@ web narÅ¡yklÄ— +Name[mk]=@MOZILLA_NAME@ веб прелиÑтувач +Name[ml]=à´Žà´ªàµà´ªà´¿à´«à´¾à´¨à´¿ വെബàµà´¬àµ à´¬àµà´°àµŒà´¸â€Œà´°àµ +Name[mn]=@MOZILLA_NAME@ веб хөтөч +Name[ms]=Pelungsur Web @MOZILLA_NAME@ +Name[nb]=@MOZILLA_NAME@ nettleser +Name[nl]=@MOZILLA_NAME@ Webbrowser +Name[nn]=@MOZILLA_NAME@ nettlesar +Name[no]=@MOZILLA_NAME@ nettleser +Name[pa]=à¨à¨ªà©€à¨«à¨¾à¨¨à©€ ਵੈੱਬ ਬਰਾਊਜ਼ਰ +Name[pl]=PrzeglÄ…darka WWW @MOZILLA_NAME@ +Name[pt]=Navegador Web @MOZILLA_NAME@ +Name[pt_BR]=Navegador Web @MOZILLA_NAME@ +Name[ro]=Navigatorul @MOZILLA_NAME@ +Name[ru]=Веб-браузер @MOZILLA_NAME@ +Name[sk]= +Name[sl]=Spletni brskalnik @MOZILLA_NAME@ +Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web +Name[sr]= +Name[sr@Latn]=Veb ÄitaÄ Spoznaja +Name[sv]=Webbläsaren @MOZILLA_NAME@ +Name[ta]=எபிபனி வலை உலாவி +Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi +Name[tr]=@MOZILLA_NAME@ Web Tarayıcı +Name[uk]=ПереглÑдач web @MOZILLA_NAME@ +Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ +Name[wa]=Betchteu waibe epiphany +Name[zh_CN]=@MOZILLA_NAME@ Web æµè§ˆå™¨ +Name[zh_TW]=@MOZILLA_NAME@ 網é ç€è¦½å™¨ +GenericName=Web Browser +GenericName[ar]=متصÙّح الانترنت +GenericName[az]=Veb SÉ™yyahı +GenericName[be]=Вандроўнік па павуціньню +GenericName[bg]=Браузър +GenericName[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œà¦¾à¦° +GenericName[bs]=Web preglednik +GenericName[ca]=Navegador web +GenericName[cs]=ProhlížeÄ WWW +GenericName[cy]=Porwr Gwe +GenericName[da]=Internetsurfning +GenericName[de]=Webbrowser +GenericName[el]=ΠεÏιηγητής Ιστοσελίδων +GenericName[en_CA]=Web Browser +GenericName[en_GB]=Web Browser +GenericName[es]=Navegador web +GenericName[et]=Veebilehitseja +GenericName[eu]=Web arakatzailea +GenericName[fi]=WWW-selain +GenericName[fr]=Navigateur Web @MOZILLA_NAME@ +GenericName[ga]=Brabhsálaí Lín +GenericName[gu]=વેબ બà«àª°àª¾àª‰àªàª° +GenericName[he]=דפדפן ×ינטרנט +GenericName[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼à¤° +GenericName[hr]=Web preglednik +GenericName[hu]=WebböngészÅ‘ +GenericName[id]=Browser Web +GenericName[it]=Browser web +GenericName[ja]=GNOME ウェブ・ブラウザ +GenericName[ko]=웹 브ë¼ìš°ì € +GenericName[li]=Wèb Browser +GenericName[lt]=Web narÅ¡yklÄ— +GenericName[mk]=Веб прелиÑтувач +GenericName[mn]=Веб хөтөч +GenericName[ms]=Pelungsur Web +GenericName[nb]=Nettleser +GenericName[nl]=Web-browser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ +GenericName[pl]=PrzeglÄ…darka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[ro]=Navigator Internet +GenericName[ru]=Веб-браузер +GenericName[sk]=WWW prehliadaÄ +GenericName[sl]=Spletni brskalnik +GenericName[sq]=Shfletuesi Web +GenericName[sr]=Веб читач +GenericName[sr@Latn]=Veb ÄitaÄ +GenericName[sv]=Webbläsare +GenericName[ta]=வலை உலாவி +GenericName[th]=เว็บบราวเซอร์ +GenericName[tk]=Web Ahtarçysy +GenericName[tr]=Web Tarayıcı +GenericName[uk]=ПереглÑдач web-Ñторінок +GenericName[vi]=Trình duyệt Web +GenericName[wa]=Betchteu waibe +GenericName[zh_CN]=Web æµè§ˆå™¨ +GenericName[zh_TW]=網é ç€è¦½å™¨ +Comment=Browse the web +Comment[ar]=تصÙØ­ الانترنت +Comment[az]=Vebi gÉ™zin +Comment[be]=Вандраваць па павуціньню +Comment[bg]=Сърфиране в интернет +Comment[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œ করà§à¦¨ +Comment[bs]=Pregledaj na internetu +Comment[ca]=Navegueu per la web +Comment[cs]=Prohlížet WWW +Comment[cy]=Pori'r we +Comment[da]=Surf pÃ¥ internettet +Comment[de]=Im Web surfen +Comment[el]=ΠεÏιήγηση στον παγκόσμιο ιστό +Comment[en_CA]=Browse the web +Comment[en_GB]=Browse the web +Comment[es]=Navegar por la web +Comment[et]=Sirvi veebi +Comment[eu]=Arakatu web-a +Comment[fi]=Selaa WWW:tä +Comment[fr]=Naviguer sur Internet +Comment[ga]=Brabhsáil an Líon +Comment[gu]=વેબમાં શોધો +Comment[he]=גלוש ברשת +Comment[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼ करें +Comment[hr]=Pregledaj Web +Comment[hu]=A világháló böngészése +Comment[id]=Jelajah web +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧ã—ã¾ã™ +Comment[ko]=ì›¹ì„ ëŒì•„ 다닙니다 +Comment[li]=Blajere op internet +Comment[lt]=NarÅ¡yti internete +Comment[mk]=ПрелиÑтувајте на веб +Comment[ml]=വലകàµà´•àµ†à´Ÿàµà´Ÿàµ തിരയàµà´• +Comment[mn]=Веб броузе хийх +Comment[ms]=Layari web +Comment[nb]=Surf pÃ¥ nettet +Comment[nl]=Websurfen +Comment[nn]=Surf pÃ¥ nettet +Comment[no]=Surf pÃ¥ nettet +Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ +Comment[pl]=PrzeglÄ…danie stron WWW +Comment[pt]=Navegar na web +Comment[pt_BR]=Navegar na web +Comment[ro]=Navigare Internet +Comment[ru]=Веб-браузер +Comment[sk]=PrehliadaÅ¥ internet +Comment[sl]=Brskaj po spletu +Comment[sq]=Eksploro web-in +Comment[sr]=Прегледај веб +Comment[sr@Latn]=Pregledaj veb +Comment[sv]=Surfa pÃ¥ nätet +Comment[ta]=வலையில௠உலாவ௠+Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ +Comment[tk]=Webi Ahtar +Comment[tr]=Web'e Gözat +Comment[uk]=Програма переглÑду web-Ñторінок +Comment[vi]=Duyệt web +Comment[wa]=Naivyî avÃ¥ les waibes +Comment[zh_CN]=æµè§ˆ Web +Comment[zh_TW]=ç€è¦½ç¶²é  +Exec=@MOZILLA@ %u +Icon=@FIREFOX_ICON@ +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; diff --git a/www/firefox78/options.mk b/www/firefox78/options.mk new file mode 100644 index 000000000000..6dc72bb12164 --- /dev/null +++ b/www/firefox78/options.mk @@ -0,0 +1,86 @@ +# $NetBSD: options.mk,v 1.6 2021/12/28 20:05:49 nia Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.firefox + +PKG_SUPPORTED_OPTIONS= official-mozilla-branding +PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc +PKG_SUPPORTED_OPTIONS+= alsa pulseaudio dbus +PLIST_VARS+= debug + +.if ${OPSYS} == "Linux" +PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus webrtc +.else +PKG_SUGGESTED_OPTIONS+= dbus +.endif + +.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*) +PKG_SUGGESTED_OPTIONS+= webrtc +.endif + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Malsa) +CONFIGURE_ARGS+= --enable-alsa +.include "../../audio/alsa-lib/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-alsa +.endif + +.if !empty(PKG_OPTIONS:Mmozilla-jemalloc) +CONFIGURE_ARGS+= --enable-jemalloc +CONFIGURE_ARGS+= --enable-replace-malloc +.else +CONFIGURE_ARGS+= --disable-jemalloc +.endif + +.if !empty(PKG_OPTIONS:Mdebug) +CONFIGURE_ARGS+= --enable-debug="-g -Og" +CONFIGURE_ARGS+= --disable-optimize +CONFIGURE_ARGS+= --enable-debug-js-modules +CONFIGURE_ARGS+= --disable-install-strip +PLIST.debug= yes +.else +. if !empty(PKG_OPTIONS:Mdebug-info) +CONFIGURE_ARGS+= --enable-debug-symbols +CONFIGURE_ARGS+= --enable-optimize=-O2 +CONFIGURE_ARGS+= --disable-install-strip +. else +CONFIGURE_ARGS+= --disable-debug-symbols +CONFIGURE_ARGS+= --enable-optimize=-O2 +CONFIGURE_ARGS+= --enable-install-strip +. endif +CONFIGURE_ARGS+= --disable-debug +.endif + +.if !empty(PKG_OPTIONS:Mpulseaudio) +.include "../../audio/pulseaudio/buildlink3.mk" +CONFIGURE_ARGS+= --enable-pulseaudio +.else +CONFIGURE_ARGS+= --disable-pulseaudio +.endif + +.if !empty(PKG_OPTIONS:Mdbus) +.include "../../sysutils/dbus-glib/buildlink3.mk" +CONFIGURE_ARGS+= --enable-dbus +.else +CONFIGURE_ARGS+= --disable-dbus +.endif + +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +CONFIGURE_ARGS+= --enable-official-branding +LICENSE= mozilla-trademark-license +RESTRICTED= Trademark holder prohibits distribution of modified versions. +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +.else +CONFIGURE_ARGS+= --with-branding=browser/branding/unofficial +.endif + +PLIST_VARS+= webrtc +.if !empty(PKG_OPTIONS:Mwebrtc) +.include "../../graphics/libv4l/buildlink3.mk" +CONFIGURE_ARGS+= --enable-webrtc +PLIST.webrtc= yes +.else +CONFIGURE_ARGS+= --disable-webrtc +.endif diff --git a/www/firefox78/patches/patch-aa b/www/firefox78/patches/patch-aa new file mode 100644 index 000000000000..a90d606a6cd2 --- /dev/null +++ b/www/firefox78/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.4 2021/12/28 20:05:49 nia Exp $ + +* Add Sun audio support +* Include include/nss/nss for workaround for neqo-crypto 0.1.6 of firefox-72.0 + +--- old-configure.in.orig Tue Jan 7 17:23:36 2020 ++++ old-configure.in Fri Jan 17 16:03:40 2020 +@@ -1960,6 +1960,19 @@ + AC_DEFINE(MOZ_WEBM_ENCODER) + AC_SUBST(MOZ_WEBM_ENCODER) + ++dnl ================================== ++dnl = Check sunaudio availability ++dnl ================================== ++ ++dnl If using Solaris or NetBSD, ensure that sunaudio is available ++case "$OS_TARGET" in ++SunOS|NetBSD) ++ MOZ_SUNAUDIO=1 ++ ;; ++esac ++ ++AC_SUBST(MOZ_SUNAUDIO) ++ + dnl ======================================================== + dnl NegotiateAuth + dnl ======================================================== diff --git a/www/firefox78/patches/patch-browser_app_profile_firefox.js b/www/firefox78/patches/patch-browser_app_profile_firefox.js new file mode 100644 index 000000000000..de1a170338c1 --- /dev/null +++ b/www/firefox78/patches/patch-browser_app_profile_firefox.js @@ -0,0 +1,17 @@ +$NetBSD: patch-browser_app_profile_firefox.js,v 1.3 2021/12/28 20:05:49 nia Exp $ + +--- browser/app/profile/firefox.js.orig 2019-07-06 01:48:29.000000000 +0000 ++++ browser/app/profile/firefox.js +@@ -1851,6 +1851,12 @@ pref("fission.frontend.simulate-messages + pref("toolkit.coverage.enabled", false); + pref("toolkit.coverage.endpoint.base", "https://coverage.mozilla.org"); + ++// Select UI locale from LANG/LC_MESSAGE environmental variables ++pref("intl.locale.requested", ""); ++ ++// Enable system addons, for example langpacks from www/firefox-l10n ++pref("extensions.autoDisableScopes", 11); ++ + // Discovery prefs + pref("browser.discovery.enabled", true); + pref("browser.discovery.containers.enabled", true); diff --git a/www/firefox78/patches/patch-build_moz.configure_rust.configure b/www/firefox78/patches/patch-build_moz.configure_rust.configure new file mode 100644 index 000000000000..8cbf475b7d70 --- /dev/null +++ b/www/firefox78/patches/patch-build_moz.configure_rust.configure @@ -0,0 +1,17 @@ +$NetBSD: patch-build_moz.configure_rust.configure,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Do not match rumprun toolchain for NetBSD, + narrowed should be one not two. + +--- build/moz.configure/rust.configure.orig 2019-10-10 18:07:24.000000000 +0000 ++++ build/moz.configure/rust.configure +@@ -321,7 +321,8 @@ def rust_triple_alias(host_or_target, ho + narrowed = [ + c for c in candidates + if c.target.raw_os == host_or_target.raw_os and +- c.target.raw_cpu == host_or_target.raw_cpu ++ c.target.raw_cpu == host_or_target.raw_cpu and ++ not c.rust_target.endswith("-rumprun-netbsd") + ] + if len(narrowed) == 1: + return narrowed[0].rust_target diff --git a/www/firefox78/patches/patch-config_gcc-stl-wrapper.template.h b/www/firefox78/patches/patch-config_gcc-stl-wrapper.template.h new file mode 100644 index 000000000000..187d3f8e57b0 --- /dev/null +++ b/www/firefox78/patches/patch-config_gcc-stl-wrapper.template.h @@ -0,0 +1,31 @@ +$NetBSD: patch-config_gcc-stl-wrapper.template.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +--- config/gcc-stl-wrapper.template.h.orig 2020-04-03 19:34:34.000000000 +0000 ++++ config/gcc-stl-wrapper.template.h +@@ -28,8 +28,8 @@ + #endif + + // Don't include mozalloc for cstdlib. See bug 1245076. +-#ifndef moz_dont_include_mozalloc_for_cstdlib +-# define moz_dont_include_mozalloc_for_cstdlib ++#ifndef moz_dont_include_mozalloc_for_${HEADER} ++# define moz_dont_include_mozalloc_for_${HEADER} + #endif + + #ifndef moz_dont_include_mozalloc_for_type_traits +@@ -43,7 +43,7 @@ + // Include mozalloc after the STL header and all other headers it includes + // have been preprocessed. + #if !defined(MOZ_INCLUDE_MOZALLOC_H) && \ +- !defined(moz_dont_include_mozalloc_for_${HEADER}) ++ !defined(moz_dont_include_mozalloc_for_cstdlib) + # define MOZ_INCLUDE_MOZALLOC_H + # define MOZ_INCLUDE_MOZALLOC_H_FROM_${HEADER} + #endif +@@ -72,4 +72,6 @@ + # include "mozilla/throw_gcc.h" + #endif + ++#undef moz_dont_include_mzalloc_for_${HEADER} ++ + #endif // if mozilla_${HEADER}_h diff --git a/www/firefox78/patches/patch-config_makefiles_rust.mk b/www/firefox78/patches/patch-config_makefiles_rust.mk new file mode 100644 index 000000000000..de64a4f50ac1 --- /dev/null +++ b/www/firefox78/patches/patch-config_makefiles_rust.mk @@ -0,0 +1,17 @@ +$NetBSD: patch-config_makefiles_rust.mk,v 1.3 2021/12/28 20:05:49 nia Exp $ + +NetBSD doesn't get along with parallel rust builds (it causes issues +with ld.so) which are the default. Force -j1. + +--- config/makefiles/rust.mk.orig 2020-04-03 19:34:34.000000000 +0000 ++++ config/makefiles/rust.mk +@@ -52,6 +52,9 @@ endif + ifeq (1,$(MOZ_PARALLEL_BUILD)) + cargo_build_flags += -j1 + endif ++ifeq ($(OS_ARCH),NetBSD) ++cargo_build_flags += -j1 ++endif + + # These flags are passed via `cargo rustc` and only apply to the final rustc + # invocation (i.e., only the top-level crate, not its dependencies). diff --git a/www/firefox78/patches/patch-configure.in b/www/firefox78/patches/patch-configure.in new file mode 100644 index 000000000000..5d7d85d71ed2 --- /dev/null +++ b/www/firefox78/patches/patch-configure.in @@ -0,0 +1,12 @@ +$NetBSD: patch-configure.in,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Accept Python 3.x from pkgsrc. + +--- configure.in.orig 2020-05-21 22:37:47.000000000 +0000 ++++ configure.in +@@ -22,4 +22,4 @@ SRCDIR=$(dirname $0) + TOPSRCDIR="$SRCDIR" + export OLD_CONFIGURE="$SRCDIR"/old-configure + +-exec python3 "$TOPSRCDIR/configure.py" "$@" ++exec ${PYTHON3} "$TOPSRCDIR/configure.py" "$@" diff --git a/www/firefox78/patches/patch-dom_base_nsAttrName.h b/www/firefox78/patches/patch-dom_base_nsAttrName.h new file mode 100644 index 000000000000..88b0970fa9a6 --- /dev/null +++ b/www/firefox78/patches/patch-dom_base_nsAttrName.h @@ -0,0 +1,18 @@ +$NetBSD: patch-dom_base_nsAttrName.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +cbindgen gets confused by NetBSD's types being macros too +https://mail-index.netbsd.org/tech-pkg/2018/10/25/msg020395.html + +--- dom/base/nsAttrName.h.orig 2019-01-18 00:20:23.000000000 +0000 ++++ dom/base/nsAttrName.h +@@ -16,6 +16,10 @@ + #include "mozilla/dom/NodeInfo.h" + #include "nsAtom.h" + #include "nsDOMString.h" ++#ifdef __NetBSD__ ++/* This is also a macro which causes problems with cbindgen */ ++#undef uintptr_t ++#endif + + #define NS_ATTRNAME_NODEINFO_BIT 1 + class nsAttrName { diff --git a/www/firefox78/patches/patch-dom_media_CubebUtils.cpp b/www/firefox78/patches/patch-dom_media_CubebUtils.cpp new file mode 100644 index 000000000000..599eaa730131 --- /dev/null +++ b/www/firefox78/patches/patch-dom_media_CubebUtils.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-dom_media_CubebUtils.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +--- dom/media/CubebUtils.cpp.orig Wed Jan 8 01:23:31 2020 ++++ dom/media/CubebUtils.cpp +@@ -140,7 +140,7 @@ const char kBrandBundleURL[] = "chrome://branding/loca + + const char* AUDIOSTREAM_BACKEND_ID_STR[] = { + "jack", "pulse", "alsa", "audiounit", "audioqueue", "wasapi", +- "winmm", "directsound", "sndio", "opensl", "audiotrack", "kai"}; ++ "winmm", "directsound", "sndio", "opensl", "audiotrack", "kai", "sun"}; + /* Index for failures to create an audio stream the first time. */ + const int CUBEB_BACKEND_INIT_FAILURE_FIRST = + ArrayLength(AUDIOSTREAM_BACKEND_ID_STR); diff --git a/www/firefox78/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp b/www/firefox78/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp new file mode 100644 index 000000000000..cca25cea7ae4 --- /dev/null +++ b/www/firefox78/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp @@ -0,0 +1,17 @@ +$NetBSD: patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix build where _LITTLE_ENDIAN is not an integer. + +--- gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp.orig 2019-07-06 01:48:31.000000000 +0000 ++++ gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp +@@ -91,8 +91,8 @@ on big endian machines, or a byte-by-byt + /* gcc 'may' define __LITTLE_ENDIAN__ or __BIG_ENDIAN__ to 1 (Note the trailing __), + * or even _LITTLE_ENDIAN or _BIG_ENDIAN (Note the single _ prefix) */ + #if !defined(__BYTE_ORDER) +-# if defined(__LITTLE_ENDIAN__) && __LITTLE_ENDIAN__ == 1 || \ +- defined(_LITTLE_ENDIAN) && _LITTLE_ENDIAN == 1 ++# if defined(__LITTLE_ENDIAN__) && __LITTLE_ENDIAN__-0 == 1 || \ ++ defined(_LITTLE_ENDIAN) && _LITTLE_ENDIAN-0 == 1 + # define __BYTE_ORDER __LITTLE_ENDIAN + # elif defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ == 1 || defined(_BIG_ENDIAN) && _BIG_ENDIAN == 1 + # define __BYTE_ORDER __BIG_ENDIAN diff --git a/www/firefox78/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h b/www/firefox78/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h new file mode 100644 index 000000000000..2f786e2fabc2 --- /dev/null +++ b/www/firefox78/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h @@ -0,0 +1,16 @@ +$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* isinf/isnan in make.h is defined as macro. Use non-macro version + to fix build. + +--- gfx/angle/checkout/src/compiler/translator/InfoSink.h.orig 2018-10-18 20:06:05.000000000 +0000 ++++ gfx/angle/checkout/src/compiler/translator/InfoSink.h +@@ -7,7 +7,7 @@ + #ifndef COMPILER_TRANSLATOR_INFOSINK_H_ + #define COMPILER_TRANSLATOR_INFOSINK_H_ + +-#include ++#include + #include + #include "compiler/translator/Common.h" + #include "compiler/translator/Severity.h" diff --git a/www/firefox78/patches/patch-gfx_cairo_cairo_src_cairo-type1-subset.c b/www/firefox78/patches/patch-gfx_cairo_cairo_src_cairo-type1-subset.c new file mode 100644 index 000000000000..91699f51d4a8 --- /dev/null +++ b/www/firefox78/patches/patch-gfx_cairo_cairo_src_cairo-type1-subset.c @@ -0,0 +1,19 @@ +$NetBSD: patch-gfx_cairo_cairo_src_cairo-type1-subset.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix undefined behavior when calling functions with illegal values. + +gfx/cairo/cairo/src/cairo-type1-subset.c:273:11: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] + +https://bugzilla.mozilla.org/show_bug.cgi?id=1642081 + +--- gfx/cairo/cairo/src/cairo-type1-subset.c.orig 2020-05-07 18:34:10.000000000 +0000 ++++ gfx/cairo/cairo/src/cairo-type1-subset.c +@@ -270,7 +270,7 @@ cairo_type1_font_subset_find_segments (c + font->eexec_segment = (char *) p + font->header_segment_size; + font->eexec_segment_is_ascii = TRUE; + for (i = 0; i < 4; i++) { +- if (!isxdigit(font->eexec_segment[i])) ++ if (!isxdigit((unsigned char) font->eexec_segment[i])) + font->eexec_segment_is_ascii = FALSE; + } + } diff --git a/www/firefox78/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp b/www/firefox78/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp new file mode 100644 index 000000000000..e1f7d6310564 --- /dev/null +++ b/www/firefox78/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-gfx_skia_skia_src_core_SkCpu.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +NetBSD/aarch64 doesn't have . + +--- gfx/skia/skia/src/core/SkCpu.cpp.orig 2019-03-05 00:32:47.658232017 +0900 ++++ gfx/skia/skia/src/core/SkCpu.cpp 2019-03-05 00:33:10.203589997 +0900 +@@ -70,7 +70,7 @@ + return features; + } + +-#elif defined(SK_CPU_ARM64) && __has_include() ++#elif defined(SK_CPU_ARM64) && __has_include() && !defined(__NetBSD__) + #include + + static uint32_t read_cpu_features() { diff --git a/www/firefox78/patches/patch-gfx_thebes_gfxPlatform.cpp b/www/firefox78/patches/patch-gfx_thebes_gfxPlatform.cpp new file mode 100644 index 000000000000..7acf52f4a336 --- /dev/null +++ b/www/firefox78/patches/patch-gfx_thebes_gfxPlatform.cpp @@ -0,0 +1,28 @@ +$NetBSD: patch-gfx_thebes_gfxPlatform.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Don't rely on CrossProcessSemaphore on NetBSD. It has some implementation +issues that cause issues (kern/55386, not available on NetBSD<9) + +This idea is borrowed from macOS which has the same limitation. + +--- gfx/thebes/gfxPlatform.cpp.orig 2020-06-03 01:04:50.000000000 +0000 ++++ gfx/thebes/gfxPlatform.cpp +@@ -2922,6 +2922,10 @@ bool gfxPlatform::UsesOffMainThreadCompo + } + + bool gfxPlatform::UsesTiling() const { ++#ifdef __NetBSD__ ++ // Avoid relying on CrossProcessSemaphore ++ return true; ++#else + bool usesSkia = GetDefaultContentBackend() == BackendType::SKIA; + + // We can't just test whether the PaintThread is initialized here because +@@ -2934,6 +2938,7 @@ bool gfxPlatform::UsesTiling() const { + return StaticPrefs::layers_enable_tiles_AtStartup() || + (StaticPrefs::layers_enable_tiles_if_skia_pomtp_AtStartup() && + usesSkia && usesPOMTP); ++#endif + } + + bool gfxPlatform::ContentUsesTiling() const { diff --git a/www/firefox78/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc b/www/firefox78/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc new file mode 100644 index 000000000000..081e0ff65a7b --- /dev/null +++ b/www/firefox78/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc @@ -0,0 +1,22 @@ +$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Allow older libevent + +--- ipc/chromium/src/base/message_pump_libevent.cc.orig 2019-03-07 16:53:35.000000000 +0000 ++++ ipc/chromium/src/base/message_pump_libevent.cc +@@ -22,6 +22,7 @@ + + // This macro checks that the _EVENT_SIZEOF_* constants defined in + // ipc/chromiume/src/third_party//event2/event-config.h are correct. ++#if 0 + #if defined(_EVENT_SIZEOF_SHORT) + # define CHECK_EVENT_SIZEOF(TYPE, type) \ + static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \ +@@ -41,6 +42,7 @@ CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t) + CHECK_EVENT_SIZEOF(SHORT, short); + CHECK_EVENT_SIZEOF(SIZE_T, size_t); + CHECK_EVENT_SIZEOF(VOID_P, void*); ++#endif + + // Lifecycle of struct event + // Libevent uses two main data structures: diff --git a/www/firefox78/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc b/www/firefox78/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc new file mode 100644 index 000000000000..514f4f9011bd --- /dev/null +++ b/www/firefox78/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc @@ -0,0 +1,18 @@ +$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Support NetBSD +* Support Solaris (we can't rely on pthread_setname_np so ignore it). + +--- ipc/chromium/src/base/platform_thread_posix.cc.orig 2019-03-07 16:53:35.000000000 +0000 ++++ ipc/chromium/src/base/platform_thread_posix.cc +@@ -12,7 +12,9 @@ + #if defined(OS_MACOSX) + # include + #elif defined(OS_NETBSD) +-# include ++_Pragma("GCC visibility push(default)") ++#include ++_Pragma("GCC visibility pop") + #elif defined(OS_LINUX) + # include + # include diff --git a/www/firefox78/patches/patch-ipc_glue_GeckoChildProcessHost.cpp b/www/firefox78/patches/patch-ipc_glue_GeckoChildProcessHost.cpp new file mode 100644 index 000000000000..83ed5a2e0df6 --- /dev/null +++ b/www/firefox78/patches/patch-ipc_glue_GeckoChildProcessHost.cpp @@ -0,0 +1,21 @@ +$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Support Solaris +* Fix NetBSD linking + +--- ipc/glue/GeckoChildProcessHost.cpp.orig 2017-07-31 16:20:47.000000000 +0000 ++++ ipc/glue/GeckoChildProcessHost.cpp +@@ -4,7 +4,13 @@ + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#if defined(__NetBSD__) ++_Pragma("GCC visibility push(default)") ++#endif + #include "GeckoChildProcessHost.h" ++#if defined(__NetBSD__) ++_Pragma("GCC visibility pop") ++#endif + + #include "base/command_line.h" + #include "base/string_util.h" diff --git a/www/firefox78/patches/patch-js_src_jit_ProcessExecutableMemory.cpp b/www/firefox78/patches/patch-js_src_jit_ProcessExecutableMemory.cpp new file mode 100644 index 000000000000..ab366b6fc3c2 --- /dev/null +++ b/www/firefox78/patches/patch-js_src_jit_ProcessExecutableMemory.cpp @@ -0,0 +1,38 @@ +$NetBSD: patch-js_src_jit_ProcessExecutableMemory.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +PaX MPROTECT safety for NetBSD. + +--- js/src/jit/ProcessExecutableMemory.cpp.orig 2020-10-27 23:47:06.000000000 +0000 ++++ js/src/jit/ProcessExecutableMemory.cpp +@@ -362,9 +362,16 @@ static void* ReserveProcessExecutableMem + // Note that randomAddr is just a hint: if the address is not available + // mmap will pick a different address. + void* randomAddr = ComputeRandomAllocationAddress(); ++#ifdef PROT_MPROTECT ++ void* p = MozTaggedAnonymousMmap(randomAddr, bytes, ++ PROT_MPROTECT(PROT_EXEC | PROT_WRITE | PROT_READ), ++ MAP_PRIVATE | MAP_ANON, -1, 0, ++ "js-executable-memory"); ++#else + void* p = MozTaggedAnonymousMmap(randomAddr, bytes, PROT_NONE, + MAP_NORESERVE | MAP_PRIVATE | MAP_ANON, -1, + 0, "js-executable-memory"); ++#endif + if (p == MAP_FAILED) { + return nullptr; + } +@@ -409,8 +416,12 @@ static unsigned ProtectionSettingToFlags + + static MOZ_MUST_USE bool CommitPages(void* addr, size_t bytes, + ProtectionSetting protection) { +- void* p = MozTaggedAnonymousMmap( +- addr, bytes, ProtectionSettingToFlags(protection), ++ void* p = MozTaggedAnonymousMmap(addr, bytes, ++#ifdef PROT_MPROTECT ++ ProtectionSettingToFlags(protection) | PROT_MPROTECT(PROT_EXEC | PROT_WRITE | PROT_READ), ++#else ++ ProtectionSettingToFlags(protection), ++#endif + MAP_FIXED | MAP_PRIVATE | MAP_ANON, -1, 0, "js-executable-memory"); + if (p == MAP_FAILED) { + return false; diff --git a/www/firefox78/patches/patch-js_src_jsfriendapi.h b/www/firefox78/patches/patch-js_src_jsfriendapi.h new file mode 100644 index 000000000000..c1784c0f1f40 --- /dev/null +++ b/www/firefox78/patches/patch-js_src_jsfriendapi.h @@ -0,0 +1,14 @@ +$NetBSD: patch-js_src_jsfriendapi.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Fix va_list error. + +--- js/src/jsfriendapi.h.orig 2020-05-22 02:11:19.000000000 +0000 ++++ js/src/jsfriendapi.h +@@ -14,6 +14,7 @@ + #include "mozilla/PodOperations.h" + #include "mozilla/UniquePtr.h" + ++#include + #include "jspubtd.h" + + #include "js/CallArgs.h" diff --git a/www/firefox78/patches/patch-js_src_util_NativeStack.cpp b/www/firefox78/patches/patch-js_src_util_NativeStack.cpp new file mode 100644 index 000000000000..4ca265ccc7b6 --- /dev/null +++ b/www/firefox78/patches/patch-js_src_util_NativeStack.cpp @@ -0,0 +1,32 @@ +$NetBSD: patch-js_src_util_NativeStack.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Support SunOS. + +--- js/src/util/NativeStack.cpp.orig 2020-04-03 19:34:51.000000000 +0000 ++++ js/src/util/NativeStack.cpp +@@ -13,7 +13,7 @@ + # if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + # include + # endif +-# if defined(SOLARIS) || defined(AIX) ++# if defined(__sun) || defined(AIX) + # include + # endif + # if defined(ANDROID) && !defined(__aarch64__) +@@ -40,7 +40,7 @@ void* js::GetNativeStackBaseImpl() { + return static_cast(pTib->StackBase); + } + +-#elif defined(SOLARIS) ++#elif defined(__sun) + + static_assert(JS_STACK_GROWTH_DIRECTION < 0); + +@@ -128,6 +128,7 @@ void* js::GetNativeStackBaseImpl() { + # elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) + /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ + pthread_attr_get_np(thread, &sattr); ++# elif defined(__sun) + # else + /* + * FIXME: this function is non-portable; diff --git a/www/firefox78/patches/patch-js_src_vm_ArrayBufferObject.cpp b/www/firefox78/patches/patch-js_src_vm_ArrayBufferObject.cpp new file mode 100644 index 000000000000..c6094899877f --- /dev/null +++ b/www/firefox78/patches/patch-js_src_vm_ArrayBufferObject.cpp @@ -0,0 +1,24 @@ +$NetBSD: patch-js_src_vm_ArrayBufferObject.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +PaX MPROTECT safety for NetBSD. + +--- js/src/vm/ArrayBufferObject.cpp.orig 2020-10-27 23:48:08.000000000 +0000 ++++ js/src/vm/ArrayBufferObject.cpp +@@ -165,9 +165,17 @@ void* js::MapBufferMemory(size_t mappedS + return nullptr; + } + #else // XP_WIN ++ ++#ifdef PROT_MPROTECT ++ void* data = ++ MozTaggedAnonymousMmap(nullptr, mappedSize, ++ PROT_MPROTECT(PROT_EXEC | PROT_WRITE | PROT_READ), ++ MAP_PRIVATE | MAP_ANON, -1, 0, "wasm-reserved"); ++#else + void* data = + MozTaggedAnonymousMmap(nullptr, mappedSize, PROT_NONE, + MAP_PRIVATE | MAP_ANON, -1, 0, "wasm-reserved"); ++#endif + if (data == MAP_FAILED) { + return nullptr; + } diff --git a/www/firefox78/patches/patch-media_ffvpx_libavutil_arm_bswap.h b/www/firefox78/patches/patch-media_ffvpx_libavutil_arm_bswap.h new file mode 100644 index 000000000000..b472aa325faf --- /dev/null +++ b/www/firefox78/patches/patch-media_ffvpx_libavutil_arm_bswap.h @@ -0,0 +1,22 @@ +$NetBSD: patch-media_ffvpx_libavutil_arm_bswap.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix NetBSD aarch64 build. + +--- media/ffvpx/libavutil/arm/bswap.h.orig 2019-10-30 17:35:56.000000000 +0000 ++++ media/ffvpx/libavutil/arm/bswap.h +@@ -23,6 +23,8 @@ + #include "config.h" + #include "libavutil/attributes.h" + ++#ifndef __aarch64__ ++ + #ifdef __ARMCC_VERSION + + #if HAVE_ARMV6 +@@ -64,4 +66,6 @@ static av_always_inline av_const uint32_ + + #endif /* __ARMCC_VERSION */ + ++#endif /* __aarch64__ */ ++ + #endif /* AVUTIL_ARM_BSWAP_H */ diff --git a/www/firefox78/patches/patch-media_libcubeb_src_cubeb__alsa.c b/www/firefox78/patches/patch-media_libcubeb_src_cubeb__alsa.c new file mode 100644 index 000000000000..98928919890a --- /dev/null +++ b/www/firefox78/patches/patch-media_libcubeb_src_cubeb__alsa.c @@ -0,0 +1,12 @@ +$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +--- media/libcubeb/src/cubeb_alsa.c.orig 2019-12-02 12:23:28.000000000 +0000 ++++ media/libcubeb/src/cubeb_alsa.c +@@ -7,6 +7,7 @@ + #undef NDEBUG + #define _DEFAULT_SOURCE + #define _BSD_SOURCE ++#define _NETBSD_SOURCE + #define _XOPEN_SOURCE 500 + #include + #include diff --git a/www/firefox78/patches/patch-media_libcubeb_src_moz.build b/www/firefox78/patches/patch-media_libcubeb_src_moz.build new file mode 100644 index 000000000000..d5d0e7581bd9 --- /dev/null +++ b/www/firefox78/patches/patch-media_libcubeb_src_moz.build @@ -0,0 +1,19 @@ +$NetBSD: patch-media_libcubeb_src_moz.build,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Add Sun audio support + +--- media/libcubeb/src/moz.build.orig 2020-04-03 19:35:03.000000000 +0000 ++++ media/libcubeb/src/moz.build +@@ -23,6 +23,12 @@ if CONFIG['MOZ_ALSA']: + ] + DEFINES['USE_ALSA'] = True + ++if CONFIG['MOZ_SUNAUDIO']: ++ SOURCES += [ ++ 'cubeb_sun.c', ++ ] ++ DEFINES['USE_SUN'] = True ++ + if CONFIG['MOZ_PULSEAUDIO'] or CONFIG['MOZ_JACK']: + SOURCES += [ + 'cubeb_resampler.cpp', diff --git a/www/firefox78/patches/patch-media_libpng_pngpriv.h b/www/firefox78/patches/patch-media_libpng_pngpriv.h new file mode 100644 index 000000000000..0e5af8ad1442 --- /dev/null +++ b/www/firefox78/patches/patch-media_libpng_pngpriv.h @@ -0,0 +1,17 @@ +$NetBSD: patch-media_libpng_pngpriv.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix _POSIX_SOURCE on SunOS. + +--- media/libpng/pngpriv.h.orig 2018-06-05 19:47:32.000000000 +0000 ++++ media/libpng/pngpriv.h +@@ -36,8 +36,10 @@ + * still required (as of 2011-05-02.) + */ + #ifndef _POSIX_SOURCE ++#if !defined(__sun) || (__STDC_VERSION__-0 < 199901L) + # define _POSIX_SOURCE 1 /* Just the POSIX 1003.1 and C89 APIs */ + #endif ++#endif + + #ifndef PNG_VERSION_INFO_ONLY + /* Standard library headers not required by png.h: */ diff --git a/www/firefox78/patches/patch-media_libtheora_lib_info.c b/www/firefox78/patches/patch-media_libtheora_lib_info.c new file mode 100644 index 000000000000..69b620ffc4a6 --- /dev/null +++ b/www/firefox78/patches/patch-media_libtheora_lib_info.c @@ -0,0 +1,19 @@ +$NetBSD: patch-media_libtheora_lib_info.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix undefined behavior when calling functions with illegal values. + +media/libtheora/lib/info.c:32:8: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] + +https://bugzilla.mozilla.org/show_bug.cgi?id=1642081 + +--- media/libtheora/lib/info.c.orig 2020-05-07 18:34:12.000000000 +0000 ++++ media/libtheora/lib/info.c +@@ -29,7 +29,7 @@ + static int oc_tagcompare(const char *_s1,const char *_s2,int _n){ + int c; + for(c=0;c<_n;c++){ +- if(toupper(_s1[c])!=toupper(_s2[c]))return !0; ++ if(toupper((unsigned char)_s1[c])!=toupper((unsigned char)_s2[c]))return !0; + } + return _s1[c]!='='; + } diff --git a/www/firefox78/patches/patch-media_libvorbis_lib_vorbis__info.c b/www/firefox78/patches/patch-media_libvorbis_lib_vorbis__info.c new file mode 100644 index 000000000000..1bc1bea954d5 --- /dev/null +++ b/www/firefox78/patches/patch-media_libvorbis_lib_vorbis__info.c @@ -0,0 +1,19 @@ +$NetBSD: patch-media_libvorbis_lib_vorbis__info.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix undefined behavior when calling functions with illegal values. + +media/libvorbis/lib/vorbis_info.c:81:8: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] + +https://bugzilla.mozilla.org/show_bug.cgi?id=1642081 + +--- media/libvorbis/lib/vorbis_info.c.orig 2020-05-07 18:34:46.000000000 +0000 ++++ media/libvorbis/lib/vorbis_info.c +@@ -78,7 +78,7 @@ void vorbis_comment_add_tag(vorbis_comme + static int tagcompare(const char *s1, const char *s2, int n){ + int c=0; + while(c < n){ +- if(toupper(s1[c]) != toupper(s2[c])) ++ if(toupper((unsigned char) s1[c]) != toupper((unsigned char) s2[c])) + return !0; + c++; + } diff --git a/www/firefox78/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc b/www/firefox78/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc new file mode 100644 index 000000000000..bea4d923d3e3 --- /dev/null +++ b/www/firefox78/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc @@ -0,0 +1,22 @@ +$NetBSD: patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.3 2021/12/28 20:05:49 nia Exp $ + +NetBSD videoio lacks V4L2_CAP_DEVICE_CAPS + +--- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig 2020-07-22 15:56:23.000000000 +0000 ++++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +@@ -385,11 +385,15 @@ bool DeviceInfoLinux::IsDeviceNameMatche + + bool DeviceInfoLinux::IsVideoCaptureDevice(struct v4l2_capability* cap) + { ++#ifdef V4L2_CAP_DEVICE_CAPS + if (cap->capabilities & V4L2_CAP_DEVICE_CAPS) { + return cap->device_caps & V4L2_CAP_VIDEO_CAPTURE; + } else { + return cap->capabilities & V4L2_CAP_VIDEO_CAPTURE; + } ++#else ++ return 1; ++#endif + } + + int32_t DeviceInfoLinux::FillCapabilities(int fd) { diff --git a/www/firefox78/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c b/www/firefox78/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c new file mode 100644 index 000000000000..650e2b6f5dc2 --- /dev/null +++ b/www/firefox78/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c @@ -0,0 +1,110 @@ +$NetBSD: patch-nsprpub_pr_src_pthreads_ptsynch.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +firefox: Workaround broken pthread_equal() usage + +Switch to an internal version of pthread_equal() without sanity checks. + +Problems detected on NetBSD 9.99.46. + +--- nsprpub/pr/src/pthreads/ptsynch.c.orig 2020-01-17 21:34:42.000000000 +0000 ++++ nsprpub/pr/src/pthreads/ptsynch.c +@@ -25,6 +25,13 @@ static pthread_condattr_t _pt_cvar_attr; + extern PTDebug pt_debug; /* this is shared between several modules */ + #endif /* defined(DEBUG) */ + ++/* XXX, pthread_equal() is misused to compare non-valid thread pointers */ ++static int ++pt_pthread_equal(pthread_t t1, pthread_t t2) ++{ ++ return t1 == t2; ++} ++ + #if defined(FREEBSD) + /* + * On older versions of FreeBSD, pthread_mutex_trylock returns EDEADLK. +@@ -197,9 +204,9 @@ PR_IMPLEMENT(PRStatus) PR_Unlock(PRLock + PR_ASSERT(lock != NULL); + PR_ASSERT(_PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex)); + PR_ASSERT(PR_TRUE == lock->locked); +- PR_ASSERT(pthread_equal(lock->owner, self)); ++ PR_ASSERT(pt_pthread_equal(lock->owner, self)); + +- if (!lock->locked || !pthread_equal(lock->owner, self)) { ++ if (!lock->locked || !pt_pthread_equal(lock->owner, self)) { + return PR_FAILURE; + } + +@@ -225,7 +232,7 @@ PR_IMPLEMENT(void) PR_AssertCurrentThrea + * to the correctness of PR_AssertCurrentThreadOwnsLock(), but + * this particular order makes the assertion more likely to + * catch errors. */ +- PR_ASSERT(lock->locked && pthread_equal(lock->owner, pthread_self())); ++ PR_ASSERT(lock->locked && pt_pthread_equal(lock->owner, pthread_self())); + } + + /**************************************************************/ +@@ -281,7 +288,7 @@ static void pt_PostNotifyToCvar(PRCondVa + _PT_Notified *notified = &cvar->lock->notified; + + PR_ASSERT(PR_TRUE == cvar->lock->locked); +- PR_ASSERT(pthread_equal(cvar->lock->owner, pthread_self())); ++ PR_ASSERT(pt_pthread_equal(cvar->lock->owner, pthread_self())); + PR_ASSERT(_PT_PTHREAD_MUTEX_IS_LOCKED(cvar->lock->mutex)); + + while (1) +@@ -369,7 +376,7 @@ PR_IMPLEMENT(PRStatus) PR_WaitCondVar(PR + PR_ASSERT(_PT_PTHREAD_MUTEX_IS_LOCKED(cvar->lock->mutex)); + PR_ASSERT(PR_TRUE == cvar->lock->locked); + /* and it better be by us */ +- PR_ASSERT(pthread_equal(cvar->lock->owner, pthread_self())); ++ PR_ASSERT(pt_pthread_equal(cvar->lock->owner, pthread_self())); + + if (_PT_THREAD_INTERRUPTED(thred)) { + goto aborted; +@@ -582,7 +589,7 @@ PR_IMPLEMENT(PRIntn) PR_GetMonitorEntryC + + rv = pthread_mutex_lock(&mon->lock); + PR_ASSERT(0 == rv); +- if (pthread_equal(mon->owner, self)) { ++ if (pt_pthread_equal(mon->owner, self)) { + count = mon->entryCount; + } + rv = pthread_mutex_unlock(&mon->lock); +@@ -598,7 +605,7 @@ PR_IMPLEMENT(void) PR_AssertCurrentThrea + rv = pthread_mutex_lock(&mon->lock); + PR_ASSERT(0 == rv); + PR_ASSERT(mon->entryCount != 0 && +- pthread_equal(mon->owner, pthread_self())); ++ pt_pthread_equal(mon->owner, pthread_self())); + rv = pthread_mutex_unlock(&mon->lock); + PR_ASSERT(0 == rv); + #endif +@@ -614,7 +621,7 @@ PR_IMPLEMENT(void) PR_EnterMonitor(PRMon + PR_ASSERT(0 == rv); + if (mon->entryCount != 0) + { +- if (pthread_equal(mon->owner, self)) { ++ if (pt_pthread_equal(mon->owner, self)) { + goto done; + } + while (mon->entryCount != 0) +@@ -646,8 +653,8 @@ PR_IMPLEMENT(PRStatus) PR_ExitMonitor(PR + PR_ASSERT(0 == rv); + /* the entries should be > 0 and we'd better be the owner */ + PR_ASSERT(mon->entryCount > 0); +- PR_ASSERT(pthread_equal(mon->owner, self)); +- if (mon->entryCount == 0 || !pthread_equal(mon->owner, self)) ++ PR_ASSERT(pt_pthread_equal(mon->owner, self)); ++ if (mon->entryCount == 0 || !pt_pthread_equal(mon->owner, self)) + { + rv = pthread_mutex_unlock(&mon->lock); + PR_ASSERT(0 == rv); +@@ -695,7 +702,7 @@ PR_IMPLEMENT(PRStatus) PR_Wait(PRMonitor + /* the entries better be positive */ + PR_ASSERT(mon->entryCount > 0); + /* and it better be owned by us */ +- PR_ASSERT(pthread_equal(mon->owner, pthread_self())); ++ PR_ASSERT(pt_pthread_equal(mon->owner, pthread_self())); + + /* tuck these away 'till later */ + saved_entries = mon->entryCount; diff --git a/www/firefox78/patches/patch-security_nss_lib_freebl_mpi_mpi.c b/www/firefox78/patches/patch-security_nss_lib_freebl_mpi_mpi.c new file mode 100644 index 000000000000..1aed5502a467 --- /dev/null +++ b/www/firefox78/patches/patch-security_nss_lib_freebl_mpi_mpi.c @@ -0,0 +1,35 @@ +$NetBSD: patch-security_nss_lib_freebl_mpi_mpi.c,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix undefined behavior when calling functions with illegal values. + +security/nss/lib/freebl/mpi/mpi.c:4565:15: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] + xch = toupper(ch); + +security/nss/lib/freebl/mpi/mpi.c:4611:14: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts] + ch = tolower(ch); + +https://bugzilla.mozilla.org/show_bug.cgi?id=1642081 + +--- security/nss/lib/freebl/mpi/mpi.c.orig 2020-05-07 18:35:01.000000000 +0000 ++++ security/nss/lib/freebl/mpi/mpi.c +@@ -4560,9 +4560,9 @@ s_mp_tovalue(char ch, int r) + int val, xch; + + if (r > 36) +- xch = ch; ++ xch = (unsigned char) ch; + else +- xch = toupper(ch); ++ xch = toupper((unsigned char) ch); + + if (isdigit(xch)) + val = xch - '0'; +@@ -4608,7 +4608,7 @@ s_mp_todigit(mp_digit val, int r, int lo + ch = s_dmap_1[val]; + + if (r <= 36 && low) +- ch = tolower(ch); ++ ch = tolower((unsigned char) ch); + + return ch; + diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_.cargo-checksum.json b/www/firefox78/patches/patch-third__party_rust_authenticator_.cargo-checksum.json new file mode 100644 index 000000000000..0de3412e419c --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_.cargo-checksum.json @@ -0,0 +1,15 @@ +$NetBSD: patch-third__party_rust_authenticator_.cargo-checksum.json,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/.cargo-checksum.json.orig 2020-07-08 21:55:03.000000000 +0000 ++++ third_party/rust/authenticator/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"Cargo.lock":"4e90be1a6ead1f94b74ab22da0ad669e69bb7c112849d0e43e8942b83ca5ba7b","Cargo.toml":"31b25c3aadc79a147603253dee37c7fcd74e1a20bb62dd3d3b506e097b555fa2","LICENSE":"e866c8f5864d4cacfe403820e722e9dc03fe3c7565efa5e4dad9051d827bb92a","README.md":"f7b1f971632873f3d3c322c2f5cf980fbcd0116786efb580b89fe6ddac07fc07","build.rs":"bc308b771ae9741d775370e3efe45e9cca166fd1d0335f4214b00497042ccc55","examples/main.rs":"7af9e288b1836fb9362589b6bf54c1f1d277bdf64df60c1caccef98c1bfe792c","rustfmt.toml":"de4e1daab481c1572805aed3e51e72c5dc1b3e5af757bc675e1717b251c6e922","src/capi.rs":"99f0d0742bf102451698c7e32db0fc4941b8ac10bec2fb309f41e7e5d99b05bd","src/consts.rs":"4c34980f94d1017e5e75e29b26750c1678e0609c9227296951ffbb9e180a5adf","src/freebsd/device.rs":"914ac446ff24cc3fc050732372e286e1fedf8341a8d4754e392bc9f38393b142","src/freebsd/mod.rs":"42dcb57fbeb00140003a8ad39acac9b547062b8f281a3fa5deb5f92a6169dde6","src/freebsd/monitor.rs":"3683370931b15f05403d240a788a87b1bea801284ee74b849e1f330a4a231dd0","src/freebsd/transaction.rs":"e3615cfdd7f23e9a80a53c32e0fa2a5ae290a432b009bed2b2e74e0df77f8266","src/freebsd/uhid.rs":"d19ade6e808e63981ba5f93d482d676ffa9dff29cb2b7011486591f69ddbbdcd","src/hidproto.rs":"9de8d86509d706e3a0ade2b5a57eec7730afd4073d9cdd99aa8ca1376be37f83","src/lib.rs":"4b43ad18b4eae9356ba6d7954542a38f3015ab8a72ab1fde28169aaf343721d8","src/linux/device.rs":"2271fbb8d176ec01f83a899c0c8194a954465fdd8670a9b136ab88baaba2ee48","src/linux/hidraw.rs":"0d5804d1cd99e7c30c8bde3089f8ed98d7d683d3cd487821e29b133b1ee90228","src/linux/hidwrapper.h":"72785db3a9b27ea72b6cf13a958fee032af54304522d002f56322473978a20f9","src/linux/hidwrapper.rs":"4be65676cf3220929700bf4906938dcbd1538ba53d40c60b08f9ba8890c910f6","src/linux/ioctl_aarch64le.rs":"f482a967c8006d0c34c03e9f2aeca4c4f426c5c27f7f930f3230129caf176060","src/linux/ioctl_armle.rs":"f482a967c8006d0c34c03e9f2aeca4c4f426c5c27f7f930f3230129caf176060","src/linux/ioctl_mips64le.rs":"fbda309934ad8bda689cd4fb5c0ca696fe26dedb493fe9d5a5322c3047d474fd","src/linux/ioctl_powerpc64be.rs":"fbda309934ad8bda689cd4fb5c0ca696fe26dedb493fe9d5a5322c3047d474fd","src/linux/ioctl_powerpc64le.rs":"0d50afd0bf094b5146d65d263544cba141ff248e487d90d6c03559e9b3c2fd55","src/linux/ioctl_powerpcbe.rs":"0d50afd0bf094b5146d65d263544cba141ff248e487d90d6c03559e9b3c2fd55","src/linux/ioctl_s390xbe.rs":"2d8b265cd39a9f46816f83d5a5df0701c13eb842bc609325bad42ce50add3bf0","src/linux/ioctl_x86.rs":"f482a967c8006d0c34c03e9f2aeca4c4f426c5c27f7f930f3230129caf176060","src/linux/ioctl_x86_64.rs":"f482a967c8006d0c34c03e9f2aeca4c4f426c5c27f7f930f3230129caf176060","src/linux/mod.rs":"446e435126d2a58f167f648dd95cba28e8ac9c17f1f799e1eaeab80ea800fc57","src/linux/monitor.rs":"57890c5f000829c5c0f44032fe5364126e60451605d517c79ba4d4fe4fd6c94b","src/linux/transaction.rs":"92b47d064c1fa5fe2674f65d06c519601480fc1c2b03667ade19a186a6ec9d13","src/macos/device.rs":"29863c88f851a957ec754f16aae6f789b300b00fcfe9a6c198a7cdcf1c9fcfe4","src/macos/iokit.rs":"a0fd818224718e96ad5d106dfc235f4bc9218a59f5114b9f9825abe3ee62bce7","src/macos/mod.rs":"333e561554fc901d4f6092f6e4c85823e2b0c4ff31c9188d0e6d542b71a0a07c","src/macos/monitor.rs":"d3a1dadfbfb5bfd665d75493d72bfbca3da9c43692262230f10d5feadb928e62","src/macos/transaction.rs":"cf2e67530401b0ef18e978557f470aa2661b3a5f4ef64cd3053d6e11f2f19b2b","src/manager.rs":"7428fc23038b004841936d8f27f8dc33234d5c06361efa75b73c7a5c035dae75","src/openbsd/device.rs":"b5de51a8b3ae0e542373a2064cff1ae6e1f91ac78e1406805d9ca8a05ce758c9","src/openbsd/mod.rs":"514274d414042ff84b3667a41a736e78581e22fda87ccc97c2bc05617e381a30","src/openbsd/monitor.rs":"953800ab8fd6adf5d70633059b20d2cf0f5a2701d92e58a06d1ec33208983bc4","src/openbsd/transaction.rs":"10be1ce983c72513fec57baaa6869ef02b9cdbd8ea66bb2dfe24d857faf054f5","src/statemachine.rs":"28477fba601f5086b85e911da1e4f04af3f0060329e6e0e1172b960f9c52fd41","src/stub/device.rs":"32e134fc8826667d16b02fe32831fc29f4d52d0a7a065d7d649c4a1c5faa0dcc","src/stub/mod.rs":"6a7fec504a52d403b0241b18cd8b95088a31807571f4c0a67e4055afc74f4453","src/stub/transaction.rs":"8655bc37b69c318ff0bc69a62fcb31820eb6ad7921a53e0cecffa15e80d97630","src/u2fhid-capi.h":"fc2575f720ab8f6bc0c523c57310f35c464576bd5150c3c2b1873d3abde5909b","src/u2fprotocol.rs":"77b6d5005d8b3d98cd96e480013c1e97155da5df3cf5e19819ee82ac8e3b6c7d","src/u2ftypes.rs":"cf972d805b15a95f4c18d556aa01660ce451f1d3bce1516b0ce73d17e73199aa","src/util.rs":"c517750c9bf00f44fb63cada8c40d0227a4d3765488499a1f4d3c0f01daa67a7","src/windows/device.rs":"86a6ecc239608977a963f375336780746e90e95c3eb9ff303347beb983c40ab6","src/windows/mod.rs":"218e7f2fe91ecb390c12bba5a5ffdad2c1f0b22861c937f4d386262e5b3dd617","src/windows/monitor.rs":"d8e8316e5bd9fc6ebed737bd8d6e0713c99287aca04f392f6319cdfd8576f754","src/windows/transaction.rs":"1b9a5af866048911ccaec8c94b698b28ae1b80e3d4842f9d6ed38462f459c796","src/windows/winapi.rs":"a4286fd5e8dcb178e37df512ba7752b2a3c38fe30e1176022767d2c05c242bf8"},"package":"ff593fb4dd388fe452c5e63d4d668699466bd46b571c4b852dfbca4bac8f0706"} +\ No newline at end of file ++{"files":{},"package":"ff593fb4dd388fe452c5e63d4d668699466bd46b571c4b852dfbca4bac8f0706"} +\ No newline at end of file diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_lib.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_lib.rs new file mode 100644 index 000000000000..67b81c5b0557 --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_lib.rs @@ -0,0 +1,38 @@ +$NetBSD: patch-third__party_rust_authenticator_src_lib.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/lib.rs.orig 2020-07-08 19:27:16.000000000 +0000 ++++ third_party/rust/authenticator/src/lib.rs +@@ -5,7 +5,7 @@ + #[macro_use] + mod util; + +-#[cfg(any(target_os = "linux", target_os = "freebsd"))] ++#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "netbsd"))] + pub mod hidproto; + + #[cfg(any(target_os = "linux"))] +@@ -22,6 +22,10 @@ extern crate devd_rs; + #[path = "freebsd/mod.rs"] + pub mod platform; + ++#[cfg(any(target_os = "netbsd"))] ++#[path = "netbsd/mod.rs"] ++pub mod platform; ++ + #[cfg(any(target_os = "openbsd"))] + #[path = "openbsd/mod.rs"] + pub mod platform; +@@ -41,6 +45,7 @@ pub mod platform; + target_os = "linux", + target_os = "freebsd", + target_os = "openbsd", ++ target_os = "netbsd", + target_os = "macos", + target_os = "windows" + )))] diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs new file mode 100644 index 000000000000..39cdc9f8d864 --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs @@ -0,0 +1,145 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_device.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/device.rs.orig 2020-07-15 16:29:34.208835297 +0000 ++++ third_party/rust/authenticator/src/netbsd/device.rs +@@ -0,0 +1,134 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++extern crate libc; ++ ++use std::mem; ++use std::io::Read; ++use std::io::Write; ++use std::io; ++ ++use consts::CID_BROADCAST; ++use consts::HID_RPT_SIZE; ++use platform::fd::Fd; ++use platform::uhid; ++use u2ftypes::U2FDevice; ++use util::io_err; ++ ++#[derive(Debug)] ++pub struct Device { ++ fd: Fd, ++ cid: [u8; 4], ++} ++ ++impl Device { ++ pub fn new(fd: Fd) -> io::Result { ++ Ok(Self { fd, cid: CID_BROADCAST }) ++ } ++ ++ pub fn is_u2f(&mut self) -> bool { ++ if !uhid::is_u2f_device(&self.fd) { ++ return false; ++ } ++ // This step is not strictly necessary -- NetBSD puts fido ++ // devices into raw mode automatically by default, but in ++ // principle that might change, and this serves as a test to ++ // verify that we're running on a kernel with support for raw ++ // mode at all so we don't get confused issuing writes that try ++ // to set the report descriptor rather than transfer data on ++ // the output interrupt pipe as we need. ++ match uhid::hid_set_raw(&self.fd, true) { ++ Ok(_) => (), ++ Err(_) => return false, ++ } ++ if let Err(_) = self.ping() { ++ return false; ++ } ++ true ++ } ++ ++ fn ping(&mut self) -> io::Result<()> { ++ for i in 0..10 { ++ let mut buf = vec![0u8; 1 + HID_RPT_SIZE]; ++ ++ buf[0] = 0; // report number ++ buf[1] = 0xff; // CID_BROADCAST ++ buf[2] = 0xff; ++ buf[3] = 0xff; ++ buf[4] = 0xff; ++ buf[5] = 0x81; // ping ++ buf[6] = 0; ++ buf[7] = 1; // one byte ++ ++ self.write(&buf[..])?; ++ ++ // Wait for response ++ let mut pfd: libc::pollfd = unsafe { mem::zeroed() }; ++ pfd.fd = self.fd.fileno; ++ pfd.events = libc::POLLIN; ++ let nfds = unsafe { libc::poll(&mut pfd, 1, 100) }; ++ if nfds == -1 { ++ return Err(io::Error::last_os_error()); ++ } ++ if nfds == 0 { ++ debug!("device timeout {}", i); ++ continue; ++ } ++ ++ // Read response ++ self.read(&mut buf[..])?; ++ ++ return Ok(()); ++ } ++ ++ Err(io_err("no response from device")) ++ } ++} ++ ++impl PartialEq for Device { ++ fn eq(&self, other: &Device) -> bool { ++ self.fd == other.fd ++ } ++} ++ ++impl Read for Device { ++ fn read(&mut self, buf: &mut [u8]) -> io::Result { ++ let bufp = buf.as_mut_ptr() as *mut libc::c_void; ++ let nread = unsafe { libc::read(self.fd.fileno, bufp, buf.len()) }; ++ if nread == -1 { ++ return Err(io::Error::last_os_error()); ++ } ++ Ok(nread as usize) ++ } ++} ++ ++impl Write for Device { ++ fn write(&mut self, buf: &[u8]) -> io::Result { ++ // Always skip the first byte (report number) ++ let data = &buf[1..]; ++ let data_ptr = data.as_ptr() as *const libc::c_void; ++ let nwrit = unsafe { ++ libc::write(self.fd.fileno, data_ptr, data.len()) ++ }; ++ if nwrit == -1 { ++ return Err(io::Error::last_os_error()); ++ } ++ // Pretend we wrote the report number byte ++ Ok(nwrit as usize + 1) ++ } ++ ++ fn flush(&mut self) -> io::Result<()> { ++ Ok(()) ++ } ++} ++ ++impl U2FDevice for Device { ++ fn get_cid<'a>(&'a self) -> &'a [u8; 4] { ++ &self.cid ++ } ++ ++ fn set_cid(&mut self, cid: [u8; 4]) { ++ self.cid = cid; ++ } ++} diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs new file mode 100644 index 000000000000..f4d2ec992c56 --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs @@ -0,0 +1,58 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_fd.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/fd.rs.orig 2020-07-15 16:29:34.209237373 +0000 ++++ third_party/rust/authenticator/src/netbsd/fd.rs +@@ -0,0 +1,47 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++extern crate libc; ++ ++use std::ffi::CString; ++use std::io; ++use std::mem; ++use std::os::raw::c_int; ++use std::os::unix::io::RawFd; ++ ++#[derive(Debug)] ++pub struct Fd { ++ pub fileno: RawFd, ++} ++ ++impl Fd { ++ pub fn open(path: &str, flags: c_int) -> io::Result { ++ let cpath = CString::new(path.as_bytes())?; ++ let rv = unsafe { libc::open(cpath.as_ptr(), flags) }; ++ if rv == -1 { ++ return Err(io::Error::last_os_error()); ++ } ++ Ok(Fd { fileno: rv }) ++ } ++} ++ ++impl Drop for Fd { ++ fn drop(&mut self) { ++ unsafe { libc::close(self.fileno) }; ++ } ++} ++ ++impl PartialEq for Fd { ++ fn eq(&self, other: &Fd) -> bool { ++ let mut st: libc::stat = unsafe { mem::zeroed() }; ++ let mut sto: libc::stat = unsafe { mem::zeroed() }; ++ if unsafe { libc::fstat(self.fileno, &mut st) } == -1 { ++ return false; ++ } ++ if unsafe { libc::fstat(other.fileno, &mut sto) } == -1 { ++ return false; ++ } ++ (st.st_dev == sto.st_dev) & (st.st_ino == sto.st_ino) ++ } ++} diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs new file mode 100644 index 000000000000..6459eb4581fb --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs @@ -0,0 +1,21 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_mod.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/mod.rs.orig 2020-07-15 16:29:34.210141360 +0000 ++++ third_party/rust/authenticator/src/netbsd/mod.rs +@@ -0,0 +1,10 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++pub mod device; ++pub mod transaction; ++ ++mod fd; ++mod monitor; ++mod uhid; diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs new file mode 100644 index 000000000000..a5ed327ba678 --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs @@ -0,0 +1,100 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_monitor.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/monitor.rs.orig 2020-07-15 16:29:34.210607689 +0000 ++++ third_party/rust/authenticator/src/netbsd/monitor.rs +@@ -0,0 +1,89 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++use std::collections::HashMap; ++use std::ffi::OsString; ++use std::io; ++use std::sync::Arc; ++use std::thread; ++use std::time::Duration; ++ ++use runloop::RunLoop; ++ ++use platform::fd::Fd; ++ ++// XXX Should use drvctl, but it doesn't do pubsub properly yet so ++// DRVGETEVENT requires write access to /dev/drvctl. Instead, for now, ++// just poll every 500ms. ++const POLL_TIMEOUT: u64 = 500; ++ ++pub struct Monitor ++where ++ F: Fn(Fd, &dyn Fn() -> bool) + Send + Sync + 'static, ++{ ++ runloops: HashMap, ++ new_device_cb: Arc, ++} ++ ++impl Monitor ++where ++ F: Fn(Fd, &dyn Fn() -> bool) + Send + Sync + 'static, ++{ ++ pub fn new(new_device_cb: F) -> Self { ++ Self { ++ runloops: HashMap::new(), ++ new_device_cb: Arc::new(new_device_cb), ++ } ++ } ++ ++ pub fn run(&mut self, alive: &dyn Fn() -> bool) -> io::Result<()> { ++ while alive() { ++ for n in 0..100 { ++ let uhidpath = format!("/dev/uhid{}", n); ++ match Fd::open(&uhidpath, libc::O_RDWR | libc::O_CLOEXEC) { ++ Ok(uhid) => { ++ self.add_device(uhid, OsString::from(&uhidpath)); ++ }, ++ Err(ref err) => { ++ match err.raw_os_error() { ++ Some(libc::EBUSY) => continue, ++ Some(libc::ENOENT) => break, ++ _ => self.remove_device(OsString::from(&uhidpath)), ++ } ++ }, ++ } ++ } ++ thread::sleep(Duration::from_millis(POLL_TIMEOUT)); ++ } ++ self.remove_all_devices(); ++ Ok(()) ++ } ++ ++ fn add_device(&mut self, fd: Fd, path: OsString) { ++ let f = self.new_device_cb.clone(); ++ ++ let runloop = RunLoop::new(move |alive| { ++ if alive() { ++ f(fd, alive); ++ } ++ }); ++ ++ if let Ok(runloop) = runloop { ++ self.runloops.insert(path.clone(), runloop); ++ } ++ } ++ ++ fn remove_device(&mut self, path: OsString) { ++ if let Some(runloop) = self.runloops.remove(&path) { ++ runloop.cancel(); ++ } ++ } ++ ++ fn remove_all_devices(&mut self) { ++ while !self.runloops.is_empty() { ++ let path = self.runloops.keys().next().unwrap().clone(); ++ self.remove_device(path); ++ } ++ } ++} diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs new file mode 100644 index 000000000000..128c58bad1be --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs @@ -0,0 +1,61 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_transaction.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/transaction.rs.orig 2020-07-15 16:29:34.212621486 +0000 ++++ third_party/rust/authenticator/src/netbsd/transaction.rs +@@ -0,0 +1,50 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++use runloop::RunLoop; ++use util::OnceCallback; ++ ++use platform::fd::Fd; ++use platform::monitor::Monitor; ++ ++pub struct Transaction { ++ // Handle to the thread loop. ++ thread: Option, ++} ++ ++impl Transaction { ++ pub fn new( ++ timeout: u64, ++ callback: OnceCallback, ++ new_device_cb: F, ++ ) -> Result ++ where ++ F: Fn(Fd, &dyn Fn() -> bool) + Sync + Send + 'static, ++ T: 'static, ++ { ++ let thread = RunLoop::new_with_timeout( ++ move |alive| { ++ // Create a new device monitor. ++ let mut monitor = Monitor::new(new_device_cb); ++ ++ // Start polling for new devices. ++ try_or!(monitor.run(alive), |_| callback.call(Err(::Error::Unknown))); ++ ++ // Send an error, if the callback wasn't called already. ++ callback.call(Err(::Error::NotAllowed)); ++ }, ++ timeout, ++ ) ++ .map_err(|_| ::Error::Unknown)?; ++ ++ Ok(Self { ++ thread: Some(thread), ++ }) ++ } ++ ++ pub fn cancel(&mut self) { ++ // This must never be None. ++ self.thread.take().unwrap().cancel(); ++ } ++} diff --git a/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs new file mode 100644 index 000000000000..52b05b5fbefc --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs @@ -0,0 +1,90 @@ +$NetBSD: patch-third__party_rust_authenticator_src_netbsd_uhid.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Add NetBSD support for U2F. + +Submitted upstream: + +https://github.com/mozilla/authenticator-rs/pull/116 + +--- third_party/rust/authenticator/src/netbsd/uhid.rs.orig 2020-07-15 16:29:34.213005315 +0000 ++++ third_party/rust/authenticator/src/netbsd/uhid.rs +@@ -0,0 +1,79 @@ ++/* This Source Code Form is subject to the terms of the Mozilla Public ++ * License, v. 2.0. If a copy of the MPL was not distributed with this ++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ++ ++extern crate libc; ++ ++use std::io; ++use std::mem; ++use std::os::raw::c_int; ++use std::os::raw::c_uchar; ++ ++use hidproto::ReportDescriptor; ++use hidproto::has_fido_usage; ++use platform::fd::Fd; ++use util::io_err; ++ ++/* sys/ioccom.h */ ++ ++const IOCPARM_MASK: u32 = 0x1fff; ++const IOCPARM_SHIFT: u32 = 16; ++const IOCGROUP_SHIFT: u32 = 8; ++ ++//const IOC_VOID: u32 = 0x20000000; ++const IOC_OUT: u32 = 0x40000000; ++const IOC_IN: u32 = 0x80000000; ++//const IOC_INOUT: u32 = IOC_IN|IOC_OUT; ++ ++macro_rules! ioctl { ++ ($dir:expr, $name:ident, $group:expr, $nr:expr, $ty:ty) => { ++ unsafe fn $name(fd: libc::c_int, val: *mut $ty) ++ -> io::Result { ++ let ioc = ($dir as u32) ++ | ((mem::size_of::<$ty>() as u32 & IOCPARM_MASK) ++ << IOCPARM_SHIFT) ++ | (($group as u32) << IOCGROUP_SHIFT) ++ | ($nr as u32); ++ let rv = libc::ioctl(fd, ioc as libc::c_ulong, val); ++ if rv == -1 { ++ return Err(io::Error::last_os_error()); ++ } ++ Ok(rv) ++ } ++ }; ++} ++ ++#[allow(non_camel_case_types)] ++#[repr(C)] ++struct usb_ctl_report_desc { ++ ucrd_size: c_int, ++ ucrd_data: [c_uchar; 1024], ++} ++ ++ioctl!(IOC_OUT, usb_get_report_desc, b'U', 21, usb_ctl_report_desc); ++ ++fn read_report_descriptor(fd: &Fd) -> io::Result { ++ let mut desc = unsafe { mem::zeroed() }; ++ unsafe { usb_get_report_desc(fd.fileno, &mut desc) }?; ++ if desc.ucrd_size < 0 { ++ return Err(io_err("negative report descriptor size")); ++ } ++ let size = desc.ucrd_size as usize; ++ let value = Vec::from(&desc.ucrd_data[..size]); ++ Ok(ReportDescriptor { value }) ++} ++ ++pub fn is_u2f_device(fd: &Fd) -> bool { ++ match read_report_descriptor(fd) { ++ Ok(desc) => has_fido_usage(desc), ++ Err(_) => false, ++ } ++} ++ ++ioctl!(IOC_IN, usb_hid_set_raw_ioctl, b'h', 2, c_int); ++ ++pub fn hid_set_raw(fd: &Fd, raw: bool) -> io::Result<()> { ++ let mut raw_int: c_int = if raw { 1 } else { 0 }; ++ unsafe { usb_hid_set_raw_ioctl(fd.fileno, &mut raw_int) }?; ++ Ok(()) ++} diff --git a/www/firefox78/patches/patch-third__party_rust_getrandom_src_lib.rs b/www/firefox78/patches/patch-third__party_rust_getrandom_src_lib.rs new file mode 100644 index 000000000000..feadacd495ac --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_getrandom_src_lib.rs @@ -0,0 +1,24 @@ +$NetBSD: patch-third__party_rust_getrandom_src_lib.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +https://github.com/rust-random/getrandom/pull/115 + +--- third_party/rust/getrandom/src/lib.rs.orig 2020-06-02 23:37:31.000000000 +0000 ++++ third_party/rust/getrandom/src/lib.rs +@@ -17,7 +17,7 @@ + //! | macOS, iOS | [`SecRandomCopyBytes`][4] + //! | FreeBSD | [`kern.arandom`][5] + //! | OpenBSD, Bitrig | [`getentropy`][6] +-//! | NetBSD | [`/dev/urandom`][7] after reading from `/dev/random` once ++//! | NetBSD | [`kern.arandom`][5] + //! | Dragonfly BSD | [`/dev/random`][8] + //! | Solaris, illumos | [`getrandom`][9] system call if available, otherwise [`/dev/random`][10] + //! | Fuchsia OS | [`cprng_draw`][11] +@@ -184,7 +184,7 @@ mod_use!(cfg(target_os = "illumos"), sol + mod_use!(cfg(target_os = "ios"), macos); + mod_use!(cfg(target_os = "linux"), linux_android); + mod_use!(cfg(target_os = "macos"), macos); +-mod_use!(cfg(target_os = "netbsd"), use_file); ++mod_use!(cfg(target_os = "netbsd"), freebsd); + mod_use!(cfg(target_os = "openbsd"), openbsd_bitrig); + mod_use!(cfg(target_os = "redox"), use_file); + mod_use!(cfg(target_os = "solaris"), solaris_illumos); diff --git a/www/firefox78/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs b/www/firefox78/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs new file mode 100644 index 000000000000..d7b2942cf966 --- /dev/null +++ b/www/firefox78/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs @@ -0,0 +1,78 @@ +$NetBSD: patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Based on: https://bugzilla.mozilla.org/show_bug.cgi?id=1594342 + +--- third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig 2020-01-03 18:58:20.000000000 +0000 ++++ third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs +@@ -1,6 +1,7 @@ + pub type clock_t = ::c_uint; + pub type suseconds_t = ::c_int; + pub type dev_t = u64; ++pub type key_t = c_long; + pub type blksize_t = i32; + pub type fsblkcnt_t = u64; + pub type fsfilcnt_t = u64; +@@ -282,6 +283,30 @@ s_no_extra_traits! { + } + + #[repr(packed)] ++ pub struct ipc_perm { ++ pub cuid: ::uid_t, ++ pub cgid: ::gid_t, ++ pub uid: ::uid_t, ++ pub gid: ::gid_t, ++ pub mode: ::mode_t, ++ pub seq: ::c_ushort, ++ pub key: ::key_t, ++ } ++ ++ #[repr(packed)] ++ pub struct shmid_ds { ++ pub shm_perm: ::ipc_perm, ++ pub shm_segsz: ::size_t, ++ pub shm_lpid: ::pid_t, ++ pub shm_cpid: ::pid_t, ++ pub shm_nattch: ::c_short, ++ pub shm_atime: ::time_t, ++ pub shm_dtime: ::time_t, ++ pub shm_ctime: ::time_t, ++ pub shm_internal: *mut ::c_void, ++ } ++ ++ #[repr(packed)] + pub struct in_addr { + pub s_addr: ::in_addr_t, + } +@@ -907,11 +932,18 @@ pub const SCM_CREDS: ::c_int = 0x10; + + pub const O_DSYNC : ::c_int = 0x10000; + ++pub const MAP_ANONYMOUS : ::c_int = 0x1000; + pub const MAP_RENAME : ::c_int = 0x20; + pub const MAP_NORESERVE : ::c_int = 0x40; + pub const MAP_HASSEMAPHORE : ::c_int = 0x200; + pub const MAP_WIRED: ::c_int = 0x800; + ++pub const IPC_PRIVATE: ::key_t = 0; ++pub const IPC_CREAT: ::c_int = 0x1000; ++pub const IPC_EXCL: ::c_int = 0x2000; ++pub const IPC_NOWAIT: ::c_int = 0x4000; ++pub const IPC_RMID: ::c_int = 0; ++ + pub const DCCP_TYPE_REQUEST: ::c_int = 0; + pub const DCCP_TYPE_RESPONSE: ::c_int = 1; + pub const DCCP_TYPE_DATA: ::c_int = 2; +@@ -1583,6 +1615,13 @@ extern { + pid: ::pid_t, + addr: *mut ::c_void, + data: ::c_int) -> ::c_int; ++ pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; ++ pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void, ++ shmflg: ::c_int) -> *mut ::c_void; ++ pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int; ++ #[cfg_attr(target_os = "netbsd", link_name = "__shmctl50")] ++ pub fn shmctl(shmid: ::c_int, cmd: ::c_int, ++ buf: *mut ::shmid_ds) -> ::c_int; + pub fn pthread_setname_np(t: ::pthread_t, + name: *const ::c_char, + arg: *mut ::c_void) -> ::c_int; diff --git a/www/firefox78/patches/patch-toolkit_components_terminator_nsTerminator.cpp b/www/firefox78/patches/patch-toolkit_components_terminator_nsTerminator.cpp new file mode 100644 index 000000000000..d4a5f21e533e --- /dev/null +++ b/www/firefox78/patches/patch-toolkit_components_terminator_nsTerminator.cpp @@ -0,0 +1,27 @@ +$NetBSD: patch-toolkit_components_terminator_nsTerminator.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Fix segfault on exit under NetBSD + +--- toolkit/components/terminator/nsTerminator.cpp.orig 2020-05-21 22:38:09.000000000 +0000 ++++ toolkit/components/terminator/nsTerminator.cpp +@@ -36,7 +36,7 @@ + #if defined(XP_WIN) + # include + #else +-# include ++# include + #endif + + #include "mozilla/ArrayUtils.h" +@@ -180,7 +180,10 @@ void RunWatchdog(void* arg) { + #if defined(XP_WIN) + Sleep(1000 /* ms */); + #else +- usleep(1000000 /* usec */); ++ struct timespec tickd; ++ tickd.tv_sec = 1; ++ tickd.tv_nsec = 0; ++ nanosleep(&tickd, NULL); + #endif + if (gHeartbeat++ < timeToLive) { + #if !defined(MOZ_VALGRIND) || !defined(MOZ_CODE_COVERAGE) diff --git a/www/firefox78/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js b/www/firefox78/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js new file mode 100644 index 000000000000..55824a1df323 --- /dev/null +++ b/www/firefox78/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js @@ -0,0 +1,26 @@ +$NetBSD: patch-toolkit_modules_subprocess_subprocess__shared__unix.js,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Fix broken native messaging on NetBSD and possibly other BSDs too: +https://bugzilla.mozilla.org/show_bug.cgi?id=1543602 + +Please remove this patch when the upstream issue is resolved. + +--- toolkit/modules/subprocess/subprocess_shared_unix.js.orig 2019-07-06 01:49:01.000000000 +0000 ++++ toolkit/modules/subprocess/subprocess_shared_unix.js +@@ -12,7 +12,15 @@ + + const LIBC = OS.Constants.libc; + +-const LIBC_CHOICES = ["libc.so", "libSystem.B.dylib", "a.out"]; ++/* libc.so isn't meant to be dlopen'ed. On Linux it's usually an ld ++ * script so one cannot dlopen it. On NetBSD (and possibly other ++ * BSDs too) dlopen'ing libc.so will succeed, but some global symbols, ++ * especially environ(7), are pointing to unused memory regions ++ * because they are meant to be overridden by the main executable. ++ * So the most portable way to access libc symbols is to do it through ++ * the NULL handle, i.e. the one which NSPR calls "a.out". ++ */ ++const LIBC_CHOICES = ["a.out"]; + + const unix = { + pid_t: ctypes.int32_t, diff --git a/www/firefox78/patches/patch-toolkit_moz.configure b/www/firefox78/patches/patch-toolkit_moz.configure new file mode 100644 index 000000000000..3a2e555d588e --- /dev/null +++ b/www/firefox78/patches/patch-toolkit_moz.configure @@ -0,0 +1,23 @@ +$NetBSD: patch-toolkit_moz.configure,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* skia part: support bigendian architectures + +--- toolkit/moz.configure.orig 2018-05-03 16:58:41.000000000 +0000 ++++ toolkit/moz.configure +@@ -932,11 +932,11 @@ include('nss.configure') + # ============================================================== + option('--disable-skia', help='Disable use of Skia') + +-@depends('--disable-skia') +-def skia(value): +- if not value: +- die('--disable-skia is not supported anymore') +- else: ++@depends('--disable-skia', target) ++def skia(value, target): ++ if value.origin == 'default' and target.endianness == 'big': ++ return None ++ if value: + return True + + set_config('MOZ_ENABLE_SKIA', skia) diff --git a/www/firefox78/patches/patch-toolkit_mozapps_installer_packager.mk b/www/firefox78/patches/patch-toolkit_mozapps_installer_packager.mk new file mode 100644 index 000000000000..2b4e6609fa15 --- /dev/null +++ b/www/firefox78/patches/patch-toolkit_mozapps_installer_packager.mk @@ -0,0 +1,15 @@ +$NetBSD: patch-toolkit_mozapps_installer_packager.mk,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Symbolic link to lib/firefox/firefox causes 'Couldn't load XPCOM.' error. + +--- toolkit/mozapps/installer/packager.mk.orig 2020-01-29 07:05:13.000000000 +0000 ++++ toolkit/mozapps/installer/packager.mk +@@ -145,7 +145,7 @@ endif + (cd $(DESTDIR)$(installdir) && tar -xf -) + $(NSINSTALL) -D $(DESTDIR)$(bindir) + $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) +- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) ++ #ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) + + upload: + $(PYTHON3) -u $(MOZILLA_DIR)/build/upload.py --base-path $(DIST) $(UPLOAD_FILES) diff --git a/www/firefox78/patches/patch-widget_gtk_WaylandDMABufSurface.cpp b/www/firefox78/patches/patch-widget_gtk_WaylandDMABufSurface.cpp new file mode 100644 index 000000000000..6c0f925acf25 --- /dev/null +++ b/www/firefox78/patches/patch-widget_gtk_WaylandDMABufSurface.cpp @@ -0,0 +1,32 @@ +$NetBSD: patch-widget_gtk_WaylandDMABufSurface.cpp,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Fix build under NetBSD. + +--- widget/gtk/WaylandDMABufSurface.cpp.orig 2020-06-19 02:17:05.000000000 +0000 ++++ widget/gtk/WaylandDMABufSurface.cpp +@@ -18,7 +18,9 @@ + #include + #include + #include ++#if !defined(__NetBSD__) + #include ++#endif + #include + + #include "mozilla/widget/gbm.h" +@@ -91,6 +93,7 @@ void WaylandDMABufSurface::GlobalRefAdd( + } + + void WaylandDMABufSurface::GlobalRefCountCreate() { ++#if !defined(__NetBSD__) + MOZ_ASSERT(!mGlobalRefCountFd); + mGlobalRefCountFd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK | EFD_SEMAPHORE); + if (mGlobalRefCountFd < 0) { +@@ -98,6 +101,7 @@ void WaylandDMABufSurface::GlobalRefCoun + mGlobalRefCountFd = 0; + return; + } ++#endif + } + + void WaylandDMABufSurface::GlobalRefCountImport(int aFd) { diff --git a/www/firefox78/patches/patch-xpcom_base_nscore.h b/www/firefox78/patches/patch-xpcom_base_nscore.h new file mode 100644 index 000000000000..6cdfb016309f --- /dev/null +++ b/www/firefox78/patches/patch-xpcom_base_nscore.h @@ -0,0 +1,15 @@ +$NetBSD: patch-xpcom_base_nscore.h,v 1.3 2021/12/28 20:05:49 nia Exp $ + +* Support llvm/clang + +--- xpcom/base/nscore.h.orig 2019-03-07 16:53:44.000000000 +0000 ++++ xpcom/base/nscore.h +@@ -76,7 +76,7 @@ + * NS_HIDDEN_(int) NS_FASTCALL func2(char *foo); + */ + +-#if defined(__i386__) && defined(__GNUC__) ++#if defined(__i386__) && defined(__GNUC__) && !(defined(__clang__) && __clang_major__ == 3 && __clang_minor__ == 4 && __clang_patchlevel__ == 0) + # define NS_FASTCALL __attribute__((regparm(3), stdcall)) + # define NS_CONSTRUCTOR_FASTCALL __attribute__((regparm(3), stdcall)) + #elif defined(XP_WIN) && !defined(_WIN64) diff --git a/www/firefox78/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build b/www/firefox78/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build new file mode 100644 index 000000000000..bc53cdd3da22 --- /dev/null +++ b/www/firefox78/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build @@ -0,0 +1,15 @@ +$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.3 2021/12/28 20:05:49 nia Exp $ + +Make NetBSD/sparc64 use the same xptcall bindings as all other sparc64 ports + +--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2019-07-06 01:49:01.000000000 +0000 ++++ xpcom/reflect/xptcall/md/unix/moz.build +@@ -217,7 +217,7 @@ if CONFIG['OS_ARCH'] == 'OpenBSD' and CO + 'xptcstubs_sparc_openbsd.cpp', + ] + +-if CONFIG['OS_ARCH'] in ('OpenBSD', 'FreeBSD', 'Linux', 'SunOS') and CONFIG['CPU_ARCH'] == 'sparc64': ++if CONFIG['OS_ARCH'] in ('OpenBSD', 'FreeBSD', 'NetBSD', 'Linux', 'SunOS') and CONFIG['CPU_ARCH'] == 'sparc64': + SOURCES += [ + 'xptcinvoke_asm_sparc64_openbsd.s', + 'xptcinvoke_sparc64_openbsd.cpp', diff --git a/www/firefox91-l10n/Makefile b/www/firefox91-l10n/Makefile index dbf16d852599..2b9494b188af 100644 --- a/www/firefox91-l10n/Makefile +++ b/www/firefox91-l10n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/12/10 14:32:07 nia Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/22 16:05:28 nia Exp $ -FIREFOX_VER= 91.4.0esr +FIREFOX_VER= 91.4.1esr PKGNAME= firefox91-l10n-${FIREFOX_VER:S/esr//} DISTNAME= # empty CATEGORIES= www diff --git a/www/firefox91-l10n/distinfo b/www/firefox91-l10n/distinfo index a6f7eecbe9de..e30fd6c27261 100644 --- a/www/firefox91-l10n/distinfo +++ b/www/firefox91-l10n/distinfo @@ -1,278 +1,278 @@ -$NetBSD: distinfo,v 1.7 2021/12/10 14:32:07 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/12/22 16:05:28 nia Exp $ -BLAKE2s (firefox91-l10n-91.4.0/ach.xpi) = 32368d4f86421df0d9c36ceea097167958f80865439501e6bee0f81dcb3f31e7 -SHA512 (firefox91-l10n-91.4.0/ach.xpi) = 42be3bdc43b561b2148fcc08be8c4645c6ec15ebc1d689489f922c31234df2a88fa1dd481b7d8122c822b8487e2d1cd4e7a546909000603cc1d056afa83ff5e5 -Size (firefox91-l10n-91.4.0/ach.xpi) = 451228 bytes -BLAKE2s (firefox91-l10n-91.4.0/af.xpi) = d45cfafe8dd05a4fe6524f58ac5058621bb595620d59e4c111d8569d8fb655c1 -SHA512 (firefox91-l10n-91.4.0/af.xpi) = 1a82f635d36a646973b0f08b1746bd476283f6e807ac31ef9fef48e59130367c7e138ba92038f7f2778c8f4455f9d6726871bbb9d563495b68b0e3f72cf1bd02 -Size (firefox91-l10n-91.4.0/af.xpi) = 425096 bytes -BLAKE2s (firefox91-l10n-91.4.0/an.xpi) = bba964a579e604f8f4e834b6b213321520bee351043a397d46a0c9048505b20e -SHA512 (firefox91-l10n-91.4.0/an.xpi) = 35da11f247f7180e2c5e720a1989d57bf575c7c8844b231c38b598c0df166891b9fbc86360fe7865908eee7f4119c037664f74002093a056e601fc65634361cb -Size (firefox91-l10n-91.4.0/an.xpi) = 497865 bytes -BLAKE2s (firefox91-l10n-91.4.0/ar.xpi) = bafd107a10a6bd3fa43200779066f1919929503b719f9e8bfb80837cc122793d -SHA512 (firefox91-l10n-91.4.0/ar.xpi) = cc5e9e60cc65314fef7c6b001a773f8ae7763342ba2979606dc4ef3efeab2af5cfe0443c953dd0796a2cc4f5bcd4671a6223fb921559d455794ac3c2606751fd -Size (firefox91-l10n-91.4.0/ar.xpi) = 557243 bytes -BLAKE2s (firefox91-l10n-91.4.0/ast.xpi) = 41d1daeb0ae3fa8878803b93af86a68c457ce2b6cc1eb0baafe551cc7b5c5c48 -SHA512 (firefox91-l10n-91.4.0/ast.xpi) = 619f8f5d96d325a068cd27589de9cf230be74b613d8cb983e4833cfc59641b5e716a3d7f1ea69027e1baea4ab5a34f21f836141e5bfc4d8257c8d81077c29804 -Size (firefox91-l10n-91.4.0/ast.xpi) = 496964 bytes -BLAKE2s (firefox91-l10n-91.4.0/az.xpi) = e6131ed1b081cf619b232d19618097593fbd55765caffed4a3489966d61cbcee -SHA512 (firefox91-l10n-91.4.0/az.xpi) = ea239697a214b6756e091655608514f3746a6ac0661cabe0241004d90854baf7d0f3191de361216dec70db00534bdd432495fc45531c1ba1162bf61d35ad4e5f -Size (firefox91-l10n-91.4.0/az.xpi) = 487259 bytes -BLAKE2s (firefox91-l10n-91.4.0/be.xpi) = bbb490bc5f54d92702f87d4357a9d1469b9363d672e90dcf88bdc45cbd920c44 -SHA512 (firefox91-l10n-91.4.0/be.xpi) = 848d39d99f72bdc0b470c9e0a9a347edc3a661a43342e68085c33974bbac0d7085548fadb391fa4eec12aa24d4e577e670899d503a70bcbd02d83032b4d6c8b3 -Size (firefox91-l10n-91.4.0/be.xpi) = 617852 bytes -BLAKE2s (firefox91-l10n-91.4.0/bg.xpi) = bc6be7b80a0932c8f8d5e3ff8e4b24ca38704f6a69272828fd1534e81f850a5d -SHA512 (firefox91-l10n-91.4.0/bg.xpi) = e964a9ca742de974334b5f9a54dc3a0e6d7488a181ae7696a6130e2307d85cf1d39307ee4442bc663dab7a9a4d1850117a5eaac22e670852cedde4a18d2e0c46 -Size (firefox91-l10n-91.4.0/bg.xpi) = 566071 bytes -BLAKE2s (firefox91-l10n-91.4.0/bn.xpi) = ac610a3a4844eb7b4272130b6f4914b7d88d3bac368ee6ba4613839d1d086f6e -SHA512 (firefox91-l10n-91.4.0/bn.xpi) = 95bed68b2e1c2954a8447cf5d782c9e650bd06e522163341890aa7e751ebd906404dfa8fa68e66749c0a69e5a1a17fabec827ecc0fac2bcd3db5ed4cb423346f -Size (firefox91-l10n-91.4.0/bn.xpi) = 554437 bytes -BLAKE2s (firefox91-l10n-91.4.0/br.xpi) = 5d05d62897d7abafe8cb60470b91100bac39110916ab57c480704fa4a5e53a31 -SHA512 (firefox91-l10n-91.4.0/br.xpi) = f4a4a21ccb7b7609dd7050f5fac57834b3806916ae2fe5a8d46dfea43715a80387ae776edc84cd151b2913ba0b3250896b2e0667dbcde5501873512a9897db26 -Size (firefox91-l10n-91.4.0/br.xpi) = 522501 bytes -BLAKE2s (firefox91-l10n-91.4.0/bs.xpi) = 0fcdad537bf8a430fe36383dbff6cd5ec4f0cbb3f5434266ef5707e83f2c170f -SHA512 (firefox91-l10n-91.4.0/bs.xpi) = 98227011b4167c3635507c1d3984854e049bc12f7d9ac27678bcc8c3db2c00df461d1b937c30e0ccade7fb90cff10ca354be84050f63730b05e6261bedc18c5e -Size (firefox91-l10n-91.4.0/bs.xpi) = 461651 bytes -BLAKE2s (firefox91-l10n-91.4.0/ca.xpi) = ea234815e6f94b16f85c55a274a962b6dd20d73f5bbf90f689081113b2c755a6 -SHA512 (firefox91-l10n-91.4.0/ca.xpi) = 2abef3037ba8d26669d64c710acb681136794e9d51c47f25dcc8d668e8cae65b708b072569379d6c272a54ba6027212696ac31777d79421eca3acd0fcbc75b91 -Size (firefox91-l10n-91.4.0/ca.xpi) = 527631 bytes -BLAKE2s (firefox91-l10n-91.4.0/cak.xpi) = 43cd376e7f193603c3f24894a9aebc64567f48a65ae5f6863d4d7667340a8474 -SHA512 (firefox91-l10n-91.4.0/cak.xpi) = 86b021881ebc4bb1855cfc52509b16f864314947d7122da415ce057dc7daf7a3d4aa9621ed668152302f9eda1250c7426a8df9a717d92f7d1591097c4aea6c55 -Size (firefox91-l10n-91.4.0/cak.xpi) = 550924 bytes -BLAKE2s (firefox91-l10n-91.4.0/cs.xpi) = 07ca2b3ea72d9303afa0d0daa91712e14c2b1cb6edc1c86f5a6aac33ac942655 -SHA512 (firefox91-l10n-91.4.0/cs.xpi) = 2a706df50f8245863b9d66265055c83ebe2fd8e19e2ec7f203aff4036025411a7c9163cf60b6f37e042d3f11cb5b4b3de920de2b26db9559525339261212201b -Size (firefox91-l10n-91.4.0/cs.xpi) = 559274 bytes -BLAKE2s (firefox91-l10n-91.4.0/cy.xpi) = b31b94f8967967314361e8f8f3b42764cd765f3082dccf6127d725990a3a204a -SHA512 (firefox91-l10n-91.4.0/cy.xpi) = 3a4fa4f2a52bf028ba8b2bf370eea3ae0a0a50fe98e42eae8eed8aa0d5c828aabbf72b21a70dc99ccef3b6ce59956e01a0970b44bc9cd82cf3f7d30f48f9a898 -Size (firefox91-l10n-91.4.0/cy.xpi) = 538234 bytes -BLAKE2s (firefox91-l10n-91.4.0/da.xpi) = 33c73d1094adece521a30037ee4003e82d2f8b16d0a3c811de38a81b9048d9cb -SHA512 (firefox91-l10n-91.4.0/da.xpi) = 1feafd2c5af269318109e11f47bd1dc30c28027b02deeb2910c21e84ca988c0ef6e5b85adead7aa73581bcdc861445899996e61b370a039355bf15d63ea3309f -Size (firefox91-l10n-91.4.0/da.xpi) = 530228 bytes -BLAKE2s (firefox91-l10n-91.4.0/de.xpi) = e8caa12d9a1db99b0b1068847d71d43a475b79a1a617605c161a8c0c3a444edd -SHA512 (firefox91-l10n-91.4.0/de.xpi) = badfc5b13084cb6938a08e403fafbe128fe62f3eb799754b89037204f72a254601073d46b10d614f120ee9ae834cbac63ef6d2b2e632a1dbd29d8ba466f6a00e -Size (firefox91-l10n-91.4.0/de.xpi) = 549363 bytes -BLAKE2s (firefox91-l10n-91.4.0/dsb.xpi) = 924c0f9f05ebc9d636d33461139e62fe86529d1ff549dc965291c4835c1c6b68 -SHA512 (firefox91-l10n-91.4.0/dsb.xpi) = bf46da14c7539d4e69a2a4ae9e11949b9013798587ed99d15831ba8e654d1d623dcbd26150668839b06196e24999b7ff6cc8f31c0c664b6d338e8423b813a26b -Size (firefox91-l10n-91.4.0/dsb.xpi) = 562054 bytes -BLAKE2s (firefox91-l10n-91.4.0/el.xpi) = ac3a8fb38ee536903f13365ad3ec1546a9e1d43310d1355f850c556bd476ab63 -SHA512 (firefox91-l10n-91.4.0/el.xpi) = 433003408c24815a5e05e0595a21fb6b5f1710cd672b343f9a708299e8c61f621d0b01cd9895610fd87214b6108ccbe9efbf8053a687b669d60864f69c45b2df -Size (firefox91-l10n-91.4.0/el.xpi) = 634551 bytes -BLAKE2s (firefox91-l10n-91.4.0/en-CA.xpi) = 01f214fe73fefb979856df7f6623ae7d190248837e93041b04516923a3f5ed55 -SHA512 (firefox91-l10n-91.4.0/en-CA.xpi) = 79db782768da33dbdf707d8e67d0fa361fd7651576b7fce5ba55fcea9d5b36b20961eb5564ca9f54dbf5dd8d21f8b106d1b7fcbe7b6e6c4704d54f9c0190e579 -Size (firefox91-l10n-91.4.0/en-CA.xpi) = 506461 bytes -BLAKE2s (firefox91-l10n-91.4.0/en-GB.xpi) = 9679615f54aefe5e68ad848fc3125bca8a6509fad4ace42be53e8c103d65f5c0 -SHA512 (firefox91-l10n-91.4.0/en-GB.xpi) = 53cf821d5413f60c13e50cdaf9244b80c4f4783cd6bfe7c7c340b99c0d4f1f479950affcabca33db1d28da3302e30b157e78e972384b1d56eba06043c06d6d64 -Size (firefox91-l10n-91.4.0/en-GB.xpi) = 507019 bytes -BLAKE2s (firefox91-l10n-91.4.0/en-US.xpi) = 77e3ac4e53c377faf7c46ed34200ab85ae9be4b1da4004cbd0e1c1bb769052eb -SHA512 (firefox91-l10n-91.4.0/en-US.xpi) = 0ff3e30aafa2423e359b4e104a25b2fee4f22d4020d0d011c8614ef42320cf6307a6e7db81b93d5daecb894edbd83d93ad153893f82b073473e144ddcc00d52f -Size (firefox91-l10n-91.4.0/en-US.xpi) = 489817 bytes -BLAKE2s (firefox91-l10n-91.4.0/eo.xpi) = 461e9f1d1e03a65d4e262288abc16c2b10206dfdee8e20f1d2827780477c74bc -SHA512 (firefox91-l10n-91.4.0/eo.xpi) = 4c93457f3276f66d442321454d9ee020ab24966552ceafa980212638379a15da213f9bd08dfacab104803ab1258f3e3fa92c6f4a81548c7ee973871151900175 -Size (firefox91-l10n-91.4.0/eo.xpi) = 528486 bytes -BLAKE2s (firefox91-l10n-91.4.0/es-AR.xpi) = 80d3861b0c82c915732b2eb9d4d823cd8cc555f2665a20f5984ca52ee1b60e8a -SHA512 (firefox91-l10n-91.4.0/es-AR.xpi) = cd7d4c39b4b010dd8c17497450297b7c3f8ccbbad1bc5b598700b88e4432c8c6a4c07652fe4f818b6c58028fa243bbfd987436ea9749303fe6e33da5756c68d6 -Size (firefox91-l10n-91.4.0/es-AR.xpi) = 542781 bytes -BLAKE2s (firefox91-l10n-91.4.0/es-CL.xpi) = c9d6f1e09d8fad4f58073bf979244c46b00202f43b400de3ec416f9581484b79 -SHA512 (firefox91-l10n-91.4.0/es-CL.xpi) = 1df5c356c657bf009c0702d178c0a97ca6425350aefe46246d585bc914f9e957d45be2b8f098c79aeb6802c715879faa3c9ebda96ce1a1855151d0f031ff9c27 -Size (firefox91-l10n-91.4.0/es-CL.xpi) = 542423 bytes -BLAKE2s (firefox91-l10n-91.4.0/es-ES.xpi) = ec5c1f714b73a08f1cf0c5d5d0b7ef3e4fca0cbd0955acfc06a0838727a01fde -SHA512 (firefox91-l10n-91.4.0/es-ES.xpi) = 4920c49813d2b996ca832f452d51226365bb39a44ac62645e3418749fbdd08e8e5ec8091eb9108e9039206d434091be570aa71cbb9732516752cf616b4465dc5 -Size (firefox91-l10n-91.4.0/es-ES.xpi) = 533117 bytes -BLAKE2s (firefox91-l10n-91.4.0/es-MX.xpi) = f0b141ea2a247f43bfcb4e014239108268e93afc0ae1f22b713eac60b0f27f6e -SHA512 (firefox91-l10n-91.4.0/es-MX.xpi) = 79b184125aae7311195d268af0d97aa274c9d26d8fd1d8b557db9860dd8e5cb17a5307a39a22be150fec18adc69649dae5e76922e9c46fe29cb32a6bfef8b46b -Size (firefox91-l10n-91.4.0/es-MX.xpi) = 541516 bytes -BLAKE2s (firefox91-l10n-91.4.0/et.xpi) = 02ddf68054841c3fcc2eff464195bb74b3a9f39241736c0331d763082a51229f -SHA512 (firefox91-l10n-91.4.0/et.xpi) = d86bee23f2a22a09b8cd331a3f1ba3a17a3509c1941af64111d604895e8ae48c0ed36daaa72610037aacd039d2e1ae80a08182014163cb054a57bb4bd3c99029 -Size (firefox91-l10n-91.4.0/et.xpi) = 480346 bytes -BLAKE2s (firefox91-l10n-91.4.0/eu.xpi) = f2ed43d0b9ad8a9009f9455548172b82a10c7fe4e6bb6343e851c99561fd4224 -SHA512 (firefox91-l10n-91.4.0/eu.xpi) = c1cbafc7a7f2c462d7c2f43b830397dd02f9b6e12c01e45be154105b36cb62e56d18f662086dbe4127d91927dd5980157dc90dd4a8bbae8a663beb42dacc7a47 -Size (firefox91-l10n-91.4.0/eu.xpi) = 532520 bytes -BLAKE2s (firefox91-l10n-91.4.0/fa.xpi) = 8515f116f5b447047ac51511c73fb87a7d873da8abedf46a1c3a294599369062 -SHA512 (firefox91-l10n-91.4.0/fa.xpi) = 6c0d5114943d27b4d8b50a99235d6e85e6674a810e95c1999cd2061cdb9a7f1f63444857fe69d893a864a3f083ecd86fc4641d59edb9b15ec6f1287feb2a13ff -Size (firefox91-l10n-91.4.0/fa.xpi) = 553970 bytes -BLAKE2s (firefox91-l10n-91.4.0/ff.xpi) = dd86544b2e45bab1d27a5d68413c6487eef7f9ed9c92e37a02d5f58e73a3e72e -SHA512 (firefox91-l10n-91.4.0/ff.xpi) = 3250d9e7c14370ad5379b081dfc4831ec5c4db6361cee3014f1c31d0b963d82da8cc5895ee8793d383fc508e0d78fb289f592f8dc1f75e1e70b61ffb6218111e -Size (firefox91-l10n-91.4.0/ff.xpi) = 469973 bytes -BLAKE2s (firefox91-l10n-91.4.0/fi.xpi) = 17c5b59a1ab5c5686924f112985389a54151c6e7daee90b5bad38a9bf7f0abc1 -SHA512 (firefox91-l10n-91.4.0/fi.xpi) = 38d6d9d1243ff26fc588b984114f8669136ac7e78e421d1dec0ea6bd12116ae49d85de5f3b559f21b0510c01a203cb8acc19f625047e13fd5d79238832a2af94 -Size (firefox91-l10n-91.4.0/fi.xpi) = 526622 bytes -BLAKE2s (firefox91-l10n-91.4.0/fr.xpi) = 0dc51acc77e78e51fdaed11a086ec1ae46bd51601199dc98223a176ca7167730 -SHA512 (firefox91-l10n-91.4.0/fr.xpi) = fef38c360e58008da3ecfb261fc8cfc904fb4512159d4367e7e3d08173c1e675d2fd9a5ee0db5cf440f2eae18314998515a0fa1e78c855ec2b45cc95f70376fb -Size (firefox91-l10n-91.4.0/fr.xpi) = 553503 bytes -BLAKE2s (firefox91-l10n-91.4.0/fy-NL.xpi) = 237169bf138d773db1bd273f5c19c8c709ec9d9bcadf84a542c61be2e5db4715 -SHA512 (firefox91-l10n-91.4.0/fy-NL.xpi) = 062d45aa56fda9e7e77d0badde5a519190fdc804dee5d648d9d2ea75174ec6412395784992b50ac58e79d821492b248e6757f2c99c63a5649bd5bc52de74973a -Size (firefox91-l10n-91.4.0/fy-NL.xpi) = 539366 bytes -BLAKE2s (firefox91-l10n-91.4.0/ga-IE.xpi) = eac37549a8693533e131aa1d8b813ced9f2cc9b38d9bebb5773d6801c30b2679 -SHA512 (firefox91-l10n-91.4.0/ga-IE.xpi) = e5aeb011f6e6b5adea4c04b01f994a6d4e3b4d368fd8a1efefd48fb631fca757463a71f2c3b519af7216ef42d540367fae3423e6e2dea038e51075c10b4c7b33 -Size (firefox91-l10n-91.4.0/ga-IE.xpi) = 457892 bytes -BLAKE2s (firefox91-l10n-91.4.0/gd.xpi) = c1992ff01f32944ef2989dcc475f3791bfa058380f72be2bee13f226884ebbe3 -SHA512 (firefox91-l10n-91.4.0/gd.xpi) = 62222ade8a1ab7a60168040c25929155f5e9a6a769d40885b7f6471bfdd523457e09cd4810227dee5dc97092fe2862a66af62843a18a17be8cd0cb4d09116e6b -Size (firefox91-l10n-91.4.0/gd.xpi) = 529204 bytes -BLAKE2s (firefox91-l10n-91.4.0/gl.xpi) = 902e55e42b00927063aada5486e808db3e93c4c3fe891330da5ffaef96dea724 -SHA512 (firefox91-l10n-91.4.0/gl.xpi) = 1f3177618c182cec06c9c9d69efb016dd09ca80dcd1a809a5308c32e32737a3c18170de3f9f88b04f71a42b2090051c6c62f8578ad55488c5322e9667a0b1301 -Size (firefox91-l10n-91.4.0/gl.xpi) = 537265 bytes -BLAKE2s (firefox91-l10n-91.4.0/gn.xpi) = 57884c2d7726b0fd3890c4e139eeabf7a810e8871181d1f9158307d6cc8a09d0 -SHA512 (firefox91-l10n-91.4.0/gn.xpi) = 306e3474f30cd22e52e17a7f338f1ce28b2aa03cc8129eda8b24cf379d686068bc93cfe9c3cbbddf4e60fcb278a5c0c9cfa443fd4f34bd4b6bff3f924a6cee1c -Size (firefox91-l10n-91.4.0/gn.xpi) = 554090 bytes -BLAKE2s (firefox91-l10n-91.4.0/gu-IN.xpi) = 00a6709758c8b28a5f173dae5f5c60df4497f04a93c1c966f86f961b73233caa -SHA512 (firefox91-l10n-91.4.0/gu-IN.xpi) = ff631f7094c1d3d496a18bfc9279424f8165f2d3c0e9eb40a723e1f586e32602d9cd387cc4eadd6bb0e7a80996b94e5e9a774e4f2b010427cd26efcacd4fa947 -Size (firefox91-l10n-91.4.0/gu-IN.xpi) = 527245 bytes -BLAKE2s (firefox91-l10n-91.4.0/he.xpi) = 5626f424d1093768f4810aab3e7bbcb9a83aa7d43b7df894395bd6ac8f98a6c7 -SHA512 (firefox91-l10n-91.4.0/he.xpi) = 70e5125db74d1427d70cbb5e68c34520a960874897299eb35ef2846123ab82b737fd71d32adc92e7d04f632e4ee8b64a154aa0f8357a9ece277ab7669df717be -Size (firefox91-l10n-91.4.0/he.xpi) = 553037 bytes -BLAKE2s (firefox91-l10n-91.4.0/hi-IN.xpi) = 7236a2ff74ff50f712306c0a975901a133c12ad73725035d16837cba57b34555 -SHA512 (firefox91-l10n-91.4.0/hi-IN.xpi) = 315fd73b64538eaa6c83bd32afe47a64eb16c3cac4c8710b79cbeb38b8e6de1d6e14b678e4d078b8a39735694a21add2695720f7bdcd96f7b5f41438b66bd6c4 -Size (firefox91-l10n-91.4.0/hi-IN.xpi) = 554560 bytes -BLAKE2s (firefox91-l10n-91.4.0/hr.xpi) = 5285505d3c64c2cc183fcdbc49f11ca6afec4350f5e19b73e0959481393c7c84 -SHA512 (firefox91-l10n-91.4.0/hr.xpi) = d25661ee98fe4dd552a98d5cf9d2a315551a6ef80e4a36418486967e0a85e7f09c26e3d01d4d692e57c12f10336898d854f57ed6d8b4576a7cd43da641b1817a -Size (firefox91-l10n-91.4.0/hr.xpi) = 528149 bytes -BLAKE2s (firefox91-l10n-91.4.0/hsb.xpi) = bf183bd4994e103a6b15beee9f7c18d5583051fa5641d486b9627a535f4e1a2f -SHA512 (firefox91-l10n-91.4.0/hsb.xpi) = d79e612ab8b21ead195298493b6e97cc38a648b66da8653032483c7cb4b481efb08bcd4aee6197a69c5d8692fcb1c85dff88a3e28b327e85855598ddb7d5207a -Size (firefox91-l10n-91.4.0/hsb.xpi) = 558158 bytes -BLAKE2s (firefox91-l10n-91.4.0/hu.xpi) = 3a1eacaddadd6297935b105229d35f95de6d08c8f52b6d7685331a28e2c6daa3 -SHA512 (firefox91-l10n-91.4.0/hu.xpi) = 05fbbc80885d2fe40d4e2dc8b8b95ad3495a979c9b69a223cf38b67a3cb55dfae636bd63e051cbcea777085173797a075b8c37ca626984b7bf5165267e9c8485 -Size (firefox91-l10n-91.4.0/hu.xpi) = 561985 bytes -BLAKE2s (firefox91-l10n-91.4.0/hy-AM.xpi) = 32eb278e3c692e0d9fc65b6ce786211f89dcfdc0aa26eb67db158d6581ccf97d -SHA512 (firefox91-l10n-91.4.0/hy-AM.xpi) = 1f233daad38800c7adce495053bc76ed5a101893b1d0187b73062bd45e96b3cebe83eb435c44da7b374ea0a76e00bfa78e3d816b050492497c1e254f25ab7708 -Size (firefox91-l10n-91.4.0/hy-AM.xpi) = 576131 bytes -BLAKE2s (firefox91-l10n-91.4.0/ia.xpi) = 53b4684a01b5e88467d9f9ecf28d13ab42194dfe6cdc34c69533cbd5c0c03564 -SHA512 (firefox91-l10n-91.4.0/ia.xpi) = e345f378dd823b2e11a6efc4e9d9301d8eb5368e32d1a3b8e27ed9379c2c311214e67099f3ea6ef19c86eb40cf80f46eee0333e5e1d787f2c1c529a79797f323 -Size (firefox91-l10n-91.4.0/ia.xpi) = 528328 bytes -BLAKE2s (firefox91-l10n-91.4.0/id.xpi) = e4398e1805e0174a4cdaeeb7c4ebac9f79d63db35e0f0cf0a37f6b9140d0c1da -SHA512 (firefox91-l10n-91.4.0/id.xpi) = a2974e9ecd45c4615164eaf55cebc7f01737f5dfdaf3547add722f33d215b013f4fe18546259dfb2943e08707ac196c74a5c5ecb6d2e931142b2874220b97e72 -Size (firefox91-l10n-91.4.0/id.xpi) = 517718 bytes -BLAKE2s (firefox91-l10n-91.4.0/is.xpi) = c3d7ff2fca08f5fce856332ec50c0560fdced13c7a7bd975f4dfa21fe4bd2ba4 -SHA512 (firefox91-l10n-91.4.0/is.xpi) = 293295d4dc560beb034fe565ecb828f80a1bac7486e297b315c0aa452ecf5ba759017e61f9a3edcebd8bdf2a6a02b5c7c8a3ea4db119d19cce76ca8df5eed197 -Size (firefox91-l10n-91.4.0/is.xpi) = 467919 bytes -BLAKE2s (firefox91-l10n-91.4.0/it.xpi) = c8d0f6983ae56c01efd3db0d61caf46f688fe31099d9c13fa8f4c4906226f5aa -SHA512 (firefox91-l10n-91.4.0/it.xpi) = 6b517797d0df3d163fec14137184ae112c948c3146c271806546d9288e424797cbc8d664346d02e3eb702c1c920ee67d084015815da45457ff317bd4d4c060b9 -Size (firefox91-l10n-91.4.0/it.xpi) = 455746 bytes -BLAKE2s (firefox91-l10n-91.4.0/ja.xpi) = b8b421210af6e4ad237a540ee925582196f2f7740643f30137b24d363de2a1c0 -SHA512 (firefox91-l10n-91.4.0/ja.xpi) = d82eeb7df6274d12e53b48a6a5c5687dfaf963b9a41173eac1d7dbd1cb0d620f33f3551682f4e07343dc97ac9bb3d5993ee5c26978798522a8972b655426f908 -Size (firefox91-l10n-91.4.0/ja.xpi) = 584266 bytes -BLAKE2s (firefox91-l10n-91.4.0/ka.xpi) = d638c5662956cd37de4861fd3937d7beaaf415afbc9140afae552403d9320a24 -SHA512 (firefox91-l10n-91.4.0/ka.xpi) = e867e77a3817c23104dde4f989cd0590d78cdf278d0b8ceffd5189e6b7bf37e86394fa246b444b86f1a8e79a627f02c316aa1a891c6caf33d791021004a3c890 -Size (firefox91-l10n-91.4.0/ka.xpi) = 582191 bytes -BLAKE2s (firefox91-l10n-91.4.0/kab.xpi) = 7b2e4a29eb5a98c9bcc143acf1c7e1f6112726a5e3cbd43d664d35be2418107a -SHA512 (firefox91-l10n-91.4.0/kab.xpi) = b114aa5f922a831e3fea8f2ad25ae54dbfb0840fb3979a55d72ce2b3ca59644e14075ef0da57c6b465603d51edf4ae81cdfd926f9ac0e428b09523d9e47a09ed -Size (firefox91-l10n-91.4.0/kab.xpi) = 541441 bytes -BLAKE2s (firefox91-l10n-91.4.0/kk.xpi) = 4d8a7e4ed0502bc9b409fc4bc9b873580347fe98638e744b0d05ae0b013a8f8b -SHA512 (firefox91-l10n-91.4.0/kk.xpi) = 81d163e25d069de9fd14440219f96ac5dde744458bea87bb906b2bdad21dcdf749b1639c6e3bae54e9cf50ff13f4425d07cd861c2890bb5c1b4cf902ec3c3aed -Size (firefox91-l10n-91.4.0/kk.xpi) = 602422 bytes -BLAKE2s (firefox91-l10n-91.4.0/km.xpi) = ce81af7aea215cd83d808f5bffcd876c377e376c5adb69934e0edd16bf090654 -SHA512 (firefox91-l10n-91.4.0/km.xpi) = d7e5e2b75885c03631154de1dba4bce1e605805751a2d34a2beaa50232e4af51a7c7069454be077ce65555903fabc5009195bb37978bb0fbc8d7ac976e5b52d1 -Size (firefox91-l10n-91.4.0/km.xpi) = 531026 bytes -BLAKE2s (firefox91-l10n-91.4.0/kn.xpi) = 059053f99da3e42da9b1f383b6546e0e3597518d24bfd58e886b20231ec1ae48 -SHA512 (firefox91-l10n-91.4.0/kn.xpi) = 6185590550c9d78444c96f0f66fe6a7ef2ef46cc0220e485ddc8a9fedcaff2d779e2096dcced729c5d19732b7bb7408ea2550d87c66f5f94afddcedacb4eaaad -Size (firefox91-l10n-91.4.0/kn.xpi) = 496518 bytes -BLAKE2s (firefox91-l10n-91.4.0/ko.xpi) = c6d4da663cf791c5b194882e31981beed58560ab7b7f6290764b8f3c9f0d91f8 -SHA512 (firefox91-l10n-91.4.0/ko.xpi) = 40ccea4f669d3d559837b0196fc1688d75e02aa39162e02913cb0d9c19a1d57d4705ba789d53c38f4cd2afcc888eb153e2ef79a0c618e04460b90f3ea95f329a -Size (firefox91-l10n-91.4.0/ko.xpi) = 574828 bytes -BLAKE2s (firefox91-l10n-91.4.0/lij.xpi) = b52390b8f3cd65ef8856ac0ec3304fd960e8be46f92f0de264d6c7e2f0cf0dce -SHA512 (firefox91-l10n-91.4.0/lij.xpi) = c1e27148d9e18eaf972ab2e12ef6474afdce88f0eda7e81d20326bcc5f815b78fa60cf79c9bbb5483902141d8b46c048c94e06230ce5d13526f1aa56985f6885 -Size (firefox91-l10n-91.4.0/lij.xpi) = 468276 bytes -BLAKE2s (firefox91-l10n-91.4.0/lt.xpi) = e01080320783a8e038e287eaaa327aef87d6c1381a9451704b144630391faf93 -SHA512 (firefox91-l10n-91.4.0/lt.xpi) = 99dc34d152d48d544059f5e2c5e070dba68f6278de804a82b82919058a3308858fa00556f306fa67ec9e2dbf73b8bad7ad6eb29c415b34cca191271d7d3b4bd1 -Size (firefox91-l10n-91.4.0/lt.xpi) = 556483 bytes -BLAKE2s (firefox91-l10n-91.4.0/lv.xpi) = 3be271d3fe1f9cbc6cd13ea927f89e11d39879808b0bf17548d61fcd933b6e5d -SHA512 (firefox91-l10n-91.4.0/lv.xpi) = 8f2506be64284e762b90f5c4771730f627110aac5377281ea17647d1bcf61e2911d0ec3d7664a7f6d3d7799e0a18f72422117d9cee36d8b18188da729bcffbcb -Size (firefox91-l10n-91.4.0/lv.xpi) = 460155 bytes -BLAKE2s (firefox91-l10n-91.4.0/mk.xpi) = 54bbbc982fdcd897550eee8fabfa067410ba9b40d8a46e2cbe425c1bd7d49f28 -SHA512 (firefox91-l10n-91.4.0/mk.xpi) = 8fdc6e67a9ddf65281ca2e90942a3eff163eaddb694abf01672f1f2e5e7845d49543079e396ccc8a2403a2189143dda32f9053873c5e1927c3b09b7b7fc0cef9 -Size (firefox91-l10n-91.4.0/mk.xpi) = 463732 bytes -BLAKE2s (firefox91-l10n-91.4.0/mr.xpi) = 92b5ad5e6d338b7de6e29e93e6b59236b639565d6027d747d909180405276e8b -SHA512 (firefox91-l10n-91.4.0/mr.xpi) = 0f489e4036ab4ccf7e07262f9253882505c0bba20f1e07f57e0fbedfc6e98c430e847e1d95285999fbde16be0d0757127447ed20c83fbecb0500df1f1b1c529b -Size (firefox91-l10n-91.4.0/mr.xpi) = 529969 bytes -BLAKE2s (firefox91-l10n-91.4.0/ms.xpi) = e251ab8f5b03fd81c17b9253254e2af9568b3f40b1b2215dc32ee5e7e9c0a258 -SHA512 (firefox91-l10n-91.4.0/ms.xpi) = 8b0b4c4050cb7343b1bf13495c712352f244dd746f126fc4ffa620ce29cbf4bddfd3f02d822626e01c7a200f025073ccc918c7a759133bc772c2158edfe52bf3 -Size (firefox91-l10n-91.4.0/ms.xpi) = 445085 bytes -BLAKE2s (firefox91-l10n-91.4.0/my.xpi) = 925196795f9c49369dddf1125408a7d1cd5f5fa35b0760ffd1c15a75b670c114 -SHA512 (firefox91-l10n-91.4.0/my.xpi) = 5906da191e64af4273b077d49eb518d00ed96d13e54839e9b5f2a283f548b825d1c1331076644ca7791dc4cf3beec0e43b59331c741ef0a760281430a10d93a8 -Size (firefox91-l10n-91.4.0/my.xpi) = 514591 bytes -BLAKE2s (firefox91-l10n-91.4.0/nb-NO.xpi) = 3ad6c82c7ff90b209f4b3fb7c62c33776f4aba5f557e7b27ac089da88f7e19ee -SHA512 (firefox91-l10n-91.4.0/nb-NO.xpi) = 900267d676c41c0f83ba866139851a193f0267fbd531d0524f0e21b356763dc898f5777081870f6f3e4c69fc64653a93631c085bf4b6a420895b23e0032b0630 -Size (firefox91-l10n-91.4.0/nb-NO.xpi) = 525627 bytes -BLAKE2s (firefox91-l10n-91.4.0/ne-NP.xpi) = 2e1ef6b03fa867e96d780e0ba027b1a22dc4a12e3d0fe1aafebc0c621d3470d8 -SHA512 (firefox91-l10n-91.4.0/ne-NP.xpi) = 3412c5be0a63dcc86831a9c85cd744528fc4d009c01295984e9b1fb9f8498abc17bab6dcd2a6dd5770d390bb6fcb9b934c2c367d71270f272fac222924bc01fc -Size (firefox91-l10n-91.4.0/ne-NP.xpi) = 474185 bytes -BLAKE2s (firefox91-l10n-91.4.0/nl.xpi) = 5a1c09784e382471789981fc4a6f3ac08e1ed773942e5fbd6ff80565ee4561ba -SHA512 (firefox91-l10n-91.4.0/nl.xpi) = 6a156e7ee152273bfdd49d5af28d26b3733bbbd7c8b4d448d0413cd1dce0d086dbff1246c7464ca7925a502a71bcdb85b7346ff25888f3bd891fa76a59c94d30 -Size (firefox91-l10n-91.4.0/nl.xpi) = 533414 bytes -BLAKE2s (firefox91-l10n-91.4.0/nn-NO.xpi) = 4005119bed13b9a90632deb40dbf1e727446fe0ee7873d16f1c0805be3902021 -SHA512 (firefox91-l10n-91.4.0/nn-NO.xpi) = bf95f24d1d226fed9e75fc027166a6cfda3e691748fd06b132953d56c31e42ad8ed261264d5e225b7de32c138876873e40a8e67b564f507a50f80851d44f2784 -Size (firefox91-l10n-91.4.0/nn-NO.xpi) = 527058 bytes -BLAKE2s (firefox91-l10n-91.4.0/oc.xpi) = b25305044c56052651de59bd8ec5fb3a8d15928e3490c610b7a36108d6b86ce0 -SHA512 (firefox91-l10n-91.4.0/oc.xpi) = 27a72e76cb3b51589dc460b6995ee57fcfcf4f8e579a95edba87e0ab18ae857d289061933127968bde3aa29df3ed4f2772bc44105068019c0c74e453e7473e56 -Size (firefox91-l10n-91.4.0/oc.xpi) = 548919 bytes -BLAKE2s (firefox91-l10n-91.4.0/pa-IN.xpi) = c1fd39ae111cef5c57f0c855e5b9d9b6e75db392cd35e75a5716f4430f1270ae -SHA512 (firefox91-l10n-91.4.0/pa-IN.xpi) = da19812759622e3e76d02ea54c7431aea15293af2029817ef3005aa58421c7da1a144fe93905eb078653ccfce0436cc107039ccbed15d562ef5ce091d98f6d6a -Size (firefox91-l10n-91.4.0/pa-IN.xpi) = 589463 bytes -BLAKE2s (firefox91-l10n-91.4.0/pl.xpi) = 7a775edc197af7c4f0e0bf41384dc1da5cd42815cdf0afc2f5f14efc7890e334 -SHA512 (firefox91-l10n-91.4.0/pl.xpi) = 8bc536bb7f45f6571cc625cae8178db182382846f49bb14d3c840f21c3fe778c396b1ad5ffa05bcaa53aca017cd8b9e3a1fc921024a88f67ddd497f76fc19bbf -Size (firefox91-l10n-91.4.0/pl.xpi) = 552660 bytes -BLAKE2s (firefox91-l10n-91.4.0/pt-BR.xpi) = a1ad62199ad0fb7d0d7aefe35401d595e318336a6127fdc865c889ab619e772d -SHA512 (firefox91-l10n-91.4.0/pt-BR.xpi) = c04526f15cad1e32371d3e1d95fe8975614cf3295f3a80299a7a0b921c2746ce4c4df0392d7e3e24926516aa5eaec0f48460601d3154ad2abe230b7b20502a84 -Size (firefox91-l10n-91.4.0/pt-BR.xpi) = 538494 bytes -BLAKE2s (firefox91-l10n-91.4.0/pt-PT.xpi) = 21d554753c62b9710c57e85e6bd02ab785a3acea187f20e56d2b46a475f354d1 -SHA512 (firefox91-l10n-91.4.0/pt-PT.xpi) = cb5741451651dcd8720f79297c632b410ff22b9a4fcecc6c12359fd03e06ed414b87a07ddaafad5b49da4582068ad268b0bade8cd51ddd2bcdca3fca007cf3f9 -Size (firefox91-l10n-91.4.0/pt-PT.xpi) = 542430 bytes -BLAKE2s (firefox91-l10n-91.4.0/rm.xpi) = 72f84234501f6c623608b131d4605453fdb98ace2c2f156153938a115347f593 -SHA512 (firefox91-l10n-91.4.0/rm.xpi) = 1e6fd16b476a6440af3754411071ed0c5d3b483ea1b3dd1bab921175042f4ab7d894a308839e3d1cf67efa78884249f1589bab85892f46520196badc8c5dd928 -Size (firefox91-l10n-91.4.0/rm.xpi) = 533244 bytes -BLAKE2s (firefox91-l10n-91.4.0/ro.xpi) = d55087e1b5e386c96f9b0a722a39e209b84f89a2c917188547a382254c25c241 -SHA512 (firefox91-l10n-91.4.0/ro.xpi) = a8f003cb9d935bf5528291e9b9175183036e069cd8f71b0d8aa13a2d387b9446c743b958f212141c956e4b52074c3d49b7839e6b1c7708c9d9d66bfa68504763 -Size (firefox91-l10n-91.4.0/ro.xpi) = 526985 bytes -BLAKE2s (firefox91-l10n-91.4.0/ru.xpi) = 1cdfc90c835cc707c86c2db3fc1b73e03a33dde8de4fa4e6901592ef4641db40 -SHA512 (firefox91-l10n-91.4.0/ru.xpi) = c8dbcec0fdd628d5ee2aa7bd35df9d000ae4639d767125f9e60bb706718acc3f3c827c2da8bda592847ec180208c4f4a01499d92414b10e9a101cdfe5540d137 -Size (firefox91-l10n-91.4.0/ru.xpi) = 622479 bytes -BLAKE2s (firefox91-l10n-91.4.0/si.xpi) = 4aea9e48f714ecdc651768079bf34edb22693b82aba96a40914c50c75b821c77 -SHA512 (firefox91-l10n-91.4.0/si.xpi) = 3c0696368d4fe4963ff6ee4f4fa7ca15e4464eee567801e0ca10781095ca4d8a4128b0e393a1de6748492a001a941b3c9a072f07d3f4d020699f13dccbd36125 -Size (firefox91-l10n-91.4.0/si.xpi) = 485754 bytes -BLAKE2s (firefox91-l10n-91.4.0/sk.xpi) = 17ba95f6763ed3135acaf6f4f8ca9674fcb066066de813a6df3d8fad3a72ff16 -SHA512 (firefox91-l10n-91.4.0/sk.xpi) = dc3a49b3845ac78e6317a1651b072ea24c0c4e7aa68e2b61f0365d188e42cd6785cbdb1ae201b179d3a01fc3ef97f524b5fde1fd6649a3a86337a4db28a33c0d -Size (firefox91-l10n-91.4.0/sk.xpi) = 562099 bytes -BLAKE2s (firefox91-l10n-91.4.0/sl.xpi) = 508ef037e459566822fc53c74cb9fa448c99a7ea5d377177824e97dcacb06c04 -SHA512 (firefox91-l10n-91.4.0/sl.xpi) = f1d61aa23c06a165c93c15455f11e27a9fc77629fdf6615297f258999c4e7a1fd6ff6ea89efc6694252acb3215e6c752d2fb1d2b1ccc1e1a4dea9f1c61f064c3 -Size (firefox91-l10n-91.4.0/sl.xpi) = 529903 bytes -BLAKE2s (firefox91-l10n-91.4.0/son.xpi) = 6b3d368e50d5f2331a0b8b8db35c33d7072211a47bc83653b25378a3f4951671 -SHA512 (firefox91-l10n-91.4.0/son.xpi) = d397eab0f3e5ea3d9a7637f64bc1464f67adf76700a775524859d7e0833d1d4f7f9e1168e41a9e8283f8529c071128c5555ec4d270041dae1ce7113909d5b7d5 -Size (firefox91-l10n-91.4.0/son.xpi) = 424145 bytes -BLAKE2s (firefox91-l10n-91.4.0/sq.xpi) = b8968a7451cc6becd3be4cffbb246e47fe2a99624d63559da78a9b7f6902c3ca -SHA512 (firefox91-l10n-91.4.0/sq.xpi) = 23a606954e4d205aed77efef69eb509e5fe95326398932e0a8af36bde2fc3cf67b08b9a967be1f1b2d9901c7969aa0d1872f6f631df5642ff56c689fba743db7 -Size (firefox91-l10n-91.4.0/sq.xpi) = 544586 bytes -BLAKE2s (firefox91-l10n-91.4.0/sr.xpi) = 7985e596440c173fa210e52e75a1e2c2d79aea231d8e30123f5cb4c893281a1e -SHA512 (firefox91-l10n-91.4.0/sr.xpi) = e8a9173c91738364e0ef4e9e8a42a5d9b75995ad10be60261407948404df0f31824c5dd93fb92e34b3f0a68ca7e41b51883b2e5eb45894d164ae8ea55d80dc20 -Size (firefox91-l10n-91.4.0/sr.xpi) = 583086 bytes -BLAKE2s (firefox91-l10n-91.4.0/sv-SE.xpi) = 518f7619d63cdbf259fc51bd1bee09318381730e1cb657ef2d80e1bcd1eedead -SHA512 (firefox91-l10n-91.4.0/sv-SE.xpi) = 0be654894191d685a4ba9b4659d85b6ecdc1891687c10bfb89412f15ab8da4df07a1a9f64283efca4895b9c11413b9955283aa2bf3e088171e0e8f6ab5d5efb4 -Size (firefox91-l10n-91.4.0/sv-SE.xpi) = 536058 bytes -BLAKE2s (firefox91-l10n-91.4.0/ta.xpi) = 89f1009653e7d9eb94666014552d4b2bffe1d6d94f6128717cdc99513e57d2a9 -SHA512 (firefox91-l10n-91.4.0/ta.xpi) = 7492d64b776f6c187d186eb7479a2362da725be88c7ea6bf1d8b4914acd4f8130bbe9bc7b192770982645d2484ee0fcdb9b05356a5cdb416af208df583f6e590 -Size (firefox91-l10n-91.4.0/ta.xpi) = 510667 bytes -BLAKE2s (firefox91-l10n-91.4.0/te.xpi) = 66d8e878f126bf4cfba0a0717883858b1b285097542a7441a24c4575085145b6 -SHA512 (firefox91-l10n-91.4.0/te.xpi) = 8b85b5d1beecac77167ad9abced138a2f0e8cc3b68b2188fb80dfe1852fc299705d32e150c1f8e250929c7af10d787fb2477d1e731683d954ac48a6e9995d075 -Size (firefox91-l10n-91.4.0/te.xpi) = 547906 bytes -BLAKE2s (firefox91-l10n-91.4.0/th.xpi) = 8a35d1c7ad7860be515ccb41d391dd05811af19a13baafb6cb9f2fa2e4bd92ca -SHA512 (firefox91-l10n-91.4.0/th.xpi) = e3665e291f71f2b4d11c974c255eeb9e7fb079b705e1f70451e45ce3aa206ecd0ec5b28207b57cf56a84cd5175bb8a8b0735fc23825fb1dbf93635574ea40f4c -Size (firefox91-l10n-91.4.0/th.xpi) = 597694 bytes -BLAKE2s (firefox91-l10n-91.4.0/tr.xpi) = 231242f410d5cb324b96a526174b655658905c3b74df8f504a2a85516ccfbc31 -SHA512 (firefox91-l10n-91.4.0/tr.xpi) = 70fd852fa95f8adadb8a1c7feb3d67700598b720cc49a01e133c16213a92f9afd8238816150f79b2f15f24168f7839dc7e00ea9afb7b2453e446e0f375995260 -Size (firefox91-l10n-91.4.0/tr.xpi) = 548362 bytes -BLAKE2s (firefox91-l10n-91.4.0/uk.xpi) = 1375e7874f0e08b8b49d658ecf269599abfb09598e9d1fe6871521d801dd0dc5 -SHA512 (firefox91-l10n-91.4.0/uk.xpi) = ad06e287b5c96bb990621b410d9c45db92bc3bfd9c5c204acfbea22c4f4aa09ee9e0b4366ce1c5bf174fc38c7ee664c5cfbeac3fe38ac874007499b3553931cc -Size (firefox91-l10n-91.4.0/uk.xpi) = 615983 bytes -BLAKE2s (firefox91-l10n-91.4.0/uz.xpi) = b4e892ef541e54bca2ee55ddf2c49b39678f58d8fd06625a1d48b8e9292f179d -SHA512 (firefox91-l10n-91.4.0/uz.xpi) = d38a60af12c379c3b4d0d24b478b3a964dc31afad481d3303a7cbf39555c29ef7fa33465203b632f88c586a4afac97da6d74a3ad1fe431d919133206c11ba439 -Size (firefox91-l10n-91.4.0/uz.xpi) = 465013 bytes -BLAKE2s (firefox91-l10n-91.4.0/vi.xpi) = 5b87d0eaa416bb3da8616d99e4a1be9d6b4589909c5b0c7e8f9e27641e979717 -SHA512 (firefox91-l10n-91.4.0/vi.xpi) = e33542cba623880b69ff11551380e893f6e6485c13855a9c4121bc88c1037c22510ab12efdc47737e3b389f6bbe278957c8fdc9ff8ad2f3c7e831db9de328ce8 -Size (firefox91-l10n-91.4.0/vi.xpi) = 569116 bytes -BLAKE2s (firefox91-l10n-91.4.0/xh.xpi) = 3891ce91c63554b85f715f9e8a880afdf32dca9f3d97bfc3c348aaaa17867e53 -SHA512 (firefox91-l10n-91.4.0/xh.xpi) = 08ef35e0bd42451280acf8b6d4c2c27b1c0b32fc070dd289d6405122f423e55b6eceb0b1235f865b5f95a0f257afb037f6cee48407014f7b435f712d7cd30867 -Size (firefox91-l10n-91.4.0/xh.xpi) = 426318 bytes -BLAKE2s (firefox91-l10n-91.4.0/zh-CN.xpi) = 1433c1608d87e9824d355090e85f054b19313711a92be2052617ec90f6890de3 -SHA512 (firefox91-l10n-91.4.0/zh-CN.xpi) = db04703780fe73b23025a984511f3e55189de663b563ed1c9dfb95de98e648842a623e5deac341fac9afd568b33f48ae574af8f5a49cbf808158551448deeaa8 -Size (firefox91-l10n-91.4.0/zh-CN.xpi) = 571363 bytes -BLAKE2s (firefox91-l10n-91.4.0/zh-TW.xpi) = 6608b6bb48f1374ff48064014be64b0c19f0ec50a8d7b97474e04288201f6103 -SHA512 (firefox91-l10n-91.4.0/zh-TW.xpi) = e279a726a6014b6c473c275c8c3a786714757ca63d6311637f42787f2c5bc2778b36bf46302b932ee1a9cf478ac6a8e29382a389d84c29621d62642365b07360 -Size (firefox91-l10n-91.4.0/zh-TW.xpi) = 572071 bytes +BLAKE2s (firefox91-l10n-91.4.1/ach.xpi) = 0f7c1dff1402bef4d70d2b1660252e5b196844a6cd104739c9d78188f792bd01 +SHA512 (firefox91-l10n-91.4.1/ach.xpi) = 81e5c3771c56bba4d70e07c0c41413e3e94483425c846db0d11aa7bb802294da7dd4c247fca347a5f692fe36e979cc41dcd3ee6a2d5ae3b386bb85136b14527f +Size (firefox91-l10n-91.4.1/ach.xpi) = 451225 bytes +BLAKE2s (firefox91-l10n-91.4.1/af.xpi) = 7c9b5a9bf3640f1d0c16116e9e2c307b3312f1c72a0e3aab953976ba8f0e48ba +SHA512 (firefox91-l10n-91.4.1/af.xpi) = 7e323ade83a642e920f76945c1e7860b358b4e89ad7693233fe73daedb95d98cf6a535e488cf56657c3964d4fec5b5cee3990ae63a7cb0f6baef99e1fd44b60f +Size (firefox91-l10n-91.4.1/af.xpi) = 425093 bytes +BLAKE2s (firefox91-l10n-91.4.1/an.xpi) = 8310cc47cc814c9628a8f175f48728a78af05b4086fb4bb26013501bcc676701 +SHA512 (firefox91-l10n-91.4.1/an.xpi) = 06810b258f9a9d705ac7497edc73642ae77ef6776f4553c095cacd844d0fb7a6f624b80f5468013434ee508f143e123c75414df5301fbacf8ac7fc9a21c50ff6 +Size (firefox91-l10n-91.4.1/an.xpi) = 497865 bytes +BLAKE2s (firefox91-l10n-91.4.1/ar.xpi) = 9f11d69500987905650c44ea506b6d2dc3c8c36bc423a24d38111041665f334b +SHA512 (firefox91-l10n-91.4.1/ar.xpi) = 9fa286a0e1f35d426bd997eb27903e2b16628b706ae1c1e4264fae8e28deea38956ff3b8e382b17fa14d3e2b8aff1a7580e2ccb62aafcedbee8ca228558f3527 +Size (firefox91-l10n-91.4.1/ar.xpi) = 557239 bytes +BLAKE2s (firefox91-l10n-91.4.1/ast.xpi) = 48d848d4ad6855aaf2d0a82c5321684a60c8d7a91cb5eb1c02bfb7ab4d168318 +SHA512 (firefox91-l10n-91.4.1/ast.xpi) = 69d7809a6d364ebe5130a2eb1f98d794ea7881e925ea14db4e506b4882f57937f67fecdf32eb3569b498ff6750076b316d8ff66d6282c0a70465ca42f6b34d10 +Size (firefox91-l10n-91.4.1/ast.xpi) = 496966 bytes +BLAKE2s (firefox91-l10n-91.4.1/az.xpi) = 534c5cd0f36cd8a9e18898a11165cb92edd03fb6e6391e34c53de4773a6e962b +SHA512 (firefox91-l10n-91.4.1/az.xpi) = 9cf0faf47a074f8a4c8f2da708c2a9bae52022a50f5c5e232040f973c3368a4fcdbec9a62e6a60b8e5c8226cb5712c2883f1966c7d19320d55a2e06e956aa9d9 +Size (firefox91-l10n-91.4.1/az.xpi) = 487251 bytes +BLAKE2s (firefox91-l10n-91.4.1/be.xpi) = 5a89e80ed5a77bddd6630eb9731392cd21c7778c376dd5a7f00eef29f1b1f7b8 +SHA512 (firefox91-l10n-91.4.1/be.xpi) = 3ce570347e83f4263e1c7bb3c7eaf37fab3c9446da37875d35bfe0a2d815a886d8216c153230fe2d64e5da3961bee83d600f5481a2205e11b6d5c318d87c0524 +Size (firefox91-l10n-91.4.1/be.xpi) = 617845 bytes +BLAKE2s (firefox91-l10n-91.4.1/bg.xpi) = 21e047836269ca0cf9cf918b46196c150174dc026c2697f454b7b0f1f098a65e +SHA512 (firefox91-l10n-91.4.1/bg.xpi) = 1c263020658f4633d18e1cd519906ee7563ad9b0d80caaedbe9ca54883df54d9296991ae9e18cc62131e0e03e3a037e19a58e4c717d9135a79a792480e4820e2 +Size (firefox91-l10n-91.4.1/bg.xpi) = 566054 bytes +BLAKE2s (firefox91-l10n-91.4.1/bn.xpi) = 0b63833d1e003760b19e25bb471ef618f254cc4e8ecc06e50211b71d2adabafe +SHA512 (firefox91-l10n-91.4.1/bn.xpi) = 5b40a64c42ce9ced232501ec9bf4adc68b760696815cfbb89da53bf8eb74d4bfd05eb5123b0898047d71274498f79492b3c5a778c9f315e1686961bdb1a2deeb +Size (firefox91-l10n-91.4.1/bn.xpi) = 554440 bytes +BLAKE2s (firefox91-l10n-91.4.1/br.xpi) = 4089a276e1cffb07aa220c01219ced2b9102dce63d43dca57393c4c41a332865 +SHA512 (firefox91-l10n-91.4.1/br.xpi) = 4eb273aaede223b5ee1729eaeea005db937a2a68da077e266153b24abbda3246cbd88cfd38483237b6f1e7ef8bdefe26d12b981c187dbd516bc64b9581f9f7c8 +Size (firefox91-l10n-91.4.1/br.xpi) = 522494 bytes +BLAKE2s (firefox91-l10n-91.4.1/bs.xpi) = c2d178f7b1b3e5f56a8241f852b1642c0ca0674ce2d414f08b915fcb5a0a7d10 +SHA512 (firefox91-l10n-91.4.1/bs.xpi) = 82f3618a889c1a9836570f04f25dc55669d830055f022238b7b7ef5d074444cd8e700178beeeccfcda1ee6b8de65a69f93bba7d9d8aaa5b5dae895ffda323867 +Size (firefox91-l10n-91.4.1/bs.xpi) = 461653 bytes +BLAKE2s (firefox91-l10n-91.4.1/ca.xpi) = 642fd94fb7f7e5a9319d76d47170320da4b468387a72027b1fbed343c46cdfec +SHA512 (firefox91-l10n-91.4.1/ca.xpi) = 0d44d6fa1f694102153d3cd3832b7292bc82782e9e3629af550e52578900ca2010777be119d8dc36cef442e2174f567856c2bf6c444b8be2ff9db992fe035635 +Size (firefox91-l10n-91.4.1/ca.xpi) = 527627 bytes +BLAKE2s (firefox91-l10n-91.4.1/cak.xpi) = bd4e167211b9816e9085760424b7bc85ac1c3c13a1d66f28e15dbd3a84f74a05 +SHA512 (firefox91-l10n-91.4.1/cak.xpi) = 394311131bef7da828c5e7f8d5343449497b5f0a973b67f2a11e1f16d38c42032182fd1972b4a6952e5b2f68ccc2bd694150156986d32544dffb380ff8d61ee5 +Size (firefox91-l10n-91.4.1/cak.xpi) = 550925 bytes +BLAKE2s (firefox91-l10n-91.4.1/cs.xpi) = 255dca40968bdd67d79e49ebf2471e4682815d2a2979f79c7649d5a7c0a72f5c +SHA512 (firefox91-l10n-91.4.1/cs.xpi) = 060be4be07d9c01ad2b37af674f2f13322e6f9d69fdb3043127546d21e92297970d33b1e6266962bde64db0471c4fa41512301b4782150a9690ef26dcf5e6780 +Size (firefox91-l10n-91.4.1/cs.xpi) = 559277 bytes +BLAKE2s (firefox91-l10n-91.4.1/cy.xpi) = 13dd01592e56043ff3ede6bed274922f75f5651ad2108f18cc6053125475d779 +SHA512 (firefox91-l10n-91.4.1/cy.xpi) = 340717f3d8a9599bb9f12786f928c64dfcd2bec865ccd0985266cf255f52e11c63f27f09365fa3a727f42f5138e4707cc441557d6cf7b7fc6729b26e8ae3ebf9 +Size (firefox91-l10n-91.4.1/cy.xpi) = 538226 bytes +BLAKE2s (firefox91-l10n-91.4.1/da.xpi) = 201e830136aff4f18f0b9e419f9bebc00b23b62e47a5572b8c318ffa8f31c661 +SHA512 (firefox91-l10n-91.4.1/da.xpi) = a2acbc84f987281b435bc77323cc351b8b16e5860cd91df9ff915c7eb09d4b39171bd79dd2c23afbc51b0392910c74e0ae6dd03b994e82f351debf1c19a5da37 +Size (firefox91-l10n-91.4.1/da.xpi) = 530233 bytes +BLAKE2s (firefox91-l10n-91.4.1/de.xpi) = 6e4d89265c92ad5c5b15c569f852b1a511b1a65fdd219b80056fe32c73fe2cef +SHA512 (firefox91-l10n-91.4.1/de.xpi) = 926df7c9886f70dc35a06c9fc28e6d4222035ee587b75d571e43ec491b23c4ad417a11db4f84713dbbdca0a3ef14fdd915a5021ba470d99c16b7eae9a98071ed +Size (firefox91-l10n-91.4.1/de.xpi) = 549366 bytes +BLAKE2s (firefox91-l10n-91.4.1/dsb.xpi) = 72ae390874d1ec6f23cfc707e03762d3cb53c0f5a98a13bfa63fb60e11554db9 +SHA512 (firefox91-l10n-91.4.1/dsb.xpi) = fccde5310f09a5cdd377b9fec8c6aa20db133ca594ef534b4a8b517f3f36eb8c2430d882aa0fcffe593be3a3576cb760c0f4f084aa8075ce9dbc5a048ba9c9d7 +Size (firefox91-l10n-91.4.1/dsb.xpi) = 562051 bytes +BLAKE2s (firefox91-l10n-91.4.1/el.xpi) = d527d023724233db86400b0b1c074e630fe45ea76e6acdf47d41084113ce06ef +SHA512 (firefox91-l10n-91.4.1/el.xpi) = dbde8f21eaf90564f91fcdb9911488ae17a747495e996ecfa8eb5cd340423cf2602e86e1cbbe0452947bbfd7dee0a8ce2fd7bebb622237c628b2f88d295dae4f +Size (firefox91-l10n-91.4.1/el.xpi) = 634557 bytes +BLAKE2s (firefox91-l10n-91.4.1/en-CA.xpi) = dae38f97b0a22a99b8f88239c575f3e87e73f187ae39250293a6f735a7476f69 +SHA512 (firefox91-l10n-91.4.1/en-CA.xpi) = 0b42fc467f791c10917c5351e1f6ca69679d1cce1fde527fa78f474389b597ca99f50d86f0eaf5ffb333d6fc2b2bbf6af92c16a7703f185b5a01ef74f2169e84 +Size (firefox91-l10n-91.4.1/en-CA.xpi) = 506467 bytes +BLAKE2s (firefox91-l10n-91.4.1/en-GB.xpi) = 677ea9f56e90d11296434a9cc1b79bec0a870434689c42d8c97ccc2e9d6a5f18 +SHA512 (firefox91-l10n-91.4.1/en-GB.xpi) = 12c743545830a632020a48c3b3e0bc57b435d51a8abbd958863c4cf27fb33e51946c6773ffeee4341f38778c5b26ddd6a0a68a1ba98007fb3bed7ced8d29a85d +Size (firefox91-l10n-91.4.1/en-GB.xpi) = 507026 bytes +BLAKE2s (firefox91-l10n-91.4.1/en-US.xpi) = 100dd4b03579beac305941ab469fed35f36824f6e74021dc787c3147601c5791 +SHA512 (firefox91-l10n-91.4.1/en-US.xpi) = f51a9bc933403af3ef089b246783e6e39e5275570394ef73640e97e5764d8b0a0d51830993cf8831b4a7683af9bdfdf91cde42e6d7da36b239968253019fb558 +Size (firefox91-l10n-91.4.1/en-US.xpi) = 489823 bytes +BLAKE2s (firefox91-l10n-91.4.1/eo.xpi) = fdbcb364dd9865b4331fcc77441b86dae970516516bf6dc1be8a5ae389029c3b +SHA512 (firefox91-l10n-91.4.1/eo.xpi) = fd78a7f1ba551492504dac94e3793c66163e5ce592d4fce9b7905e644d5e8ce9c9aa60c279046c299b94930c65664471b5c6dc444b875e4769454ccf50fe4a17 +Size (firefox91-l10n-91.4.1/eo.xpi) = 528491 bytes +BLAKE2s (firefox91-l10n-91.4.1/es-AR.xpi) = d8d7a11d45d375a9b3b28584184e26c743edd19da28438d39f6a8feb7628cb8a +SHA512 (firefox91-l10n-91.4.1/es-AR.xpi) = 82c29d43395d7cc66d79421c2ab0912a074b48663e132f59864b58aa977704d0ea26b9536a65865a2b59d4910e62008ff249cfad6933b365296c1cee273a7dc1 +Size (firefox91-l10n-91.4.1/es-AR.xpi) = 542775 bytes +BLAKE2s (firefox91-l10n-91.4.1/es-CL.xpi) = 6da1eaa2ee73eda54f64eab405bdc7f2e44a396661a4499de491ca3431e57525 +SHA512 (firefox91-l10n-91.4.1/es-CL.xpi) = a0f580aeeddc061b2833ed1a1a3c558fd79d51e22239542cf98a1b99b3ed2e188e41ddcfb40d4fda61561c8b030a38c3602b7975c893ca70c5620fd3711672ea +Size (firefox91-l10n-91.4.1/es-CL.xpi) = 542414 bytes +BLAKE2s (firefox91-l10n-91.4.1/es-ES.xpi) = 66eb572fa664398e93ef7e3360f0c5949dc57909d7e46b4fd64cfa20fe147c31 +SHA512 (firefox91-l10n-91.4.1/es-ES.xpi) = 2f6a91523c99123001e44f376085aba1ba200db2916661e128469f9803e5f2cbeb6fea0b88ffd924c93ba1c3f21249d58d506af31fcaf56c0f5deb129680d662 +Size (firefox91-l10n-91.4.1/es-ES.xpi) = 533123 bytes +BLAKE2s (firefox91-l10n-91.4.1/es-MX.xpi) = c5a989be48abbae11d6fe9fb51267eb25b912cfe55681d2c948c9ca7e773b43c +SHA512 (firefox91-l10n-91.4.1/es-MX.xpi) = cd6e406fd9f37da4ca36eb482a08fbd713fd6f56fec536564e2c963c5aef7970c8901e20cf7f66fea80de5eccadf4e131ebeb5a2a0abe7fa7e75b9848eb37c1e +Size (firefox91-l10n-91.4.1/es-MX.xpi) = 541519 bytes +BLAKE2s (firefox91-l10n-91.4.1/et.xpi) = 9866d75e1e20d160cd52eeef1ebf4addf35a3cfa64d376c8d5140433d619c713 +SHA512 (firefox91-l10n-91.4.1/et.xpi) = 8de76e13e2643aea8259ef0e6170151ff0d4d156c5b09821d945b3620dd423398018c91b23e23a5298fc1c1cfd8b4e711a027165503913f326af811f311643d2 +Size (firefox91-l10n-91.4.1/et.xpi) = 480342 bytes +BLAKE2s (firefox91-l10n-91.4.1/eu.xpi) = d767fb121b398784aa9b67aff6468a0e33b11cc10ca3b0ef1ff5ff825644fa7a +SHA512 (firefox91-l10n-91.4.1/eu.xpi) = a56f564c493869e5701a6fd94a246848e7a2f955e503834ef4219583f074ce47473e8796673b14efccb7e1b77d6a9288c4dd7511777b5dab6a9915a3c3d224c7 +Size (firefox91-l10n-91.4.1/eu.xpi) = 532519 bytes +BLAKE2s (firefox91-l10n-91.4.1/fa.xpi) = cab34a554ca58cc04d8d5946f27a4523687c238f83663b0c66d1aa8d16416466 +SHA512 (firefox91-l10n-91.4.1/fa.xpi) = 123324da784e3c963ab175a43452cd73a1c7e0d772928fb4b5920f34c0d2d2f13645182559b9cc9a61833b78fdb1e5c14517ea7d6e1cff8a0cfcb394796059fb +Size (firefox91-l10n-91.4.1/fa.xpi) = 553969 bytes +BLAKE2s (firefox91-l10n-91.4.1/ff.xpi) = ba289872fd1f92d702940c280ee7d5ab53a7093e260e30dd957b98980981c68c +SHA512 (firefox91-l10n-91.4.1/ff.xpi) = b1e3b0cd413cc15b914c5424aa78e66e196c63ec4160dc8d17248680dc269720c9b2ab52e135676787ed93334ee8e5ba1310f1fafd6ad3daa9e7e9158c110e4e +Size (firefox91-l10n-91.4.1/ff.xpi) = 469977 bytes +BLAKE2s (firefox91-l10n-91.4.1/fi.xpi) = 807ff00bc02b194554024dd9cf58e1abb2256e514f3231b85662f0fd1adb01cb +SHA512 (firefox91-l10n-91.4.1/fi.xpi) = 6167d34a9e40344cdaa83865490bbc0a55aecb73c0a10b3557cdb2d19200b6e739829c6ec2f2b47f821e3454a4612d66c8a61006adeeeae7f3bb552c2909fe0f +Size (firefox91-l10n-91.4.1/fi.xpi) = 526627 bytes +BLAKE2s (firefox91-l10n-91.4.1/fr.xpi) = 7af8c1047a4d9eac4d3a71085ccd85a59f5d918d4c544f429159de25ebdf25a1 +SHA512 (firefox91-l10n-91.4.1/fr.xpi) = 3c2fb70f235287dd7554be302a9c3c3b99cdf3c56ca04500c5072437c93563c5668f9497fabffe1c1454d728ef8b8b3a3fe3f95bfc9993d3dd821905ba51bdf5 +Size (firefox91-l10n-91.4.1/fr.xpi) = 553506 bytes +BLAKE2s (firefox91-l10n-91.4.1/fy-NL.xpi) = 850450bdddf8ea66769eb59cf05c3174f3f42349067184f7e9446be0cf1aacb3 +SHA512 (firefox91-l10n-91.4.1/fy-NL.xpi) = ef38d78011247e8dd05dea0202f53b1034ed60f6893724fac4633ad9c9c57d2c5cf016b1447615cfd91a1a8449fcd5f38e4c1acfcf96c6886c3dfdaa92250c3e +Size (firefox91-l10n-91.4.1/fy-NL.xpi) = 539361 bytes +BLAKE2s (firefox91-l10n-91.4.1/ga-IE.xpi) = 3a20bacc5992e7c7f532c154bab3bb1b32e62ac434be21ff6f46048d5a29b9d2 +SHA512 (firefox91-l10n-91.4.1/ga-IE.xpi) = 1e5253991cf48879d0c76e3fa46da8b6e42e9197cd3a28af1ac215a60f287353204ab26f2869656032697fb2c4d027a9c2947f096aa53d832afd79e90dad033d +Size (firefox91-l10n-91.4.1/ga-IE.xpi) = 457888 bytes +BLAKE2s (firefox91-l10n-91.4.1/gd.xpi) = 4a8c370f479e25a8cde21ea185a91757ede515ca57f898f0107a074d3627c126 +SHA512 (firefox91-l10n-91.4.1/gd.xpi) = 33ebc004e0aa2790250641fedebdbdb8004273e07faadecdb8f8711c25de92c37287fe7cb86110b081b7fb37c9e613531d9f1f4a577b518675f16b90c38c6223 +Size (firefox91-l10n-91.4.1/gd.xpi) = 529198 bytes +BLAKE2s (firefox91-l10n-91.4.1/gl.xpi) = 0dd8876969d73ec665ed25e538d2cfce99cfdd6b2d4ed12c69de1048dd0511a7 +SHA512 (firefox91-l10n-91.4.1/gl.xpi) = 3b2c5153dbc2e5660cce38e15342d4c837412a4aed8bd9059247e2b5ba5dfb109805e113d19b1f91ea1a63db7a0d9234dce9bb404a25f897b1b7bf99c43991bf +Size (firefox91-l10n-91.4.1/gl.xpi) = 537267 bytes +BLAKE2s (firefox91-l10n-91.4.1/gn.xpi) = 5a9d035c8920eadde057795858ef5ea5048a897dc248222d15d5a52ce604fdd9 +SHA512 (firefox91-l10n-91.4.1/gn.xpi) = 913caeed7014a6e6fb61baa186e5b26e650a18d1d9c6e51e3c30b8d0564d1a39844b2aadfa94eb4141224852ea54874095e55e4cbfe9fe8d770a682ed470e0ce +Size (firefox91-l10n-91.4.1/gn.xpi) = 554085 bytes +BLAKE2s (firefox91-l10n-91.4.1/gu-IN.xpi) = 419fe052b2ba6cfdb04150b0c74df1996c8c0068e91c537d7f26934e0352ec46 +SHA512 (firefox91-l10n-91.4.1/gu-IN.xpi) = 3ff62a5b1108bbbedd928ce71c52e8296f2157de234a936ce8b8bcece7e92189536e2e9a1b161bc63f1532d52ae0c01efb107143c6a9fb1a88ea6fe8c776bffa +Size (firefox91-l10n-91.4.1/gu-IN.xpi) = 527250 bytes +BLAKE2s (firefox91-l10n-91.4.1/he.xpi) = 9522eefb6958f7f774fa63a6574209d6282d3a2af5aaba2125c259f45af18e74 +SHA512 (firefox91-l10n-91.4.1/he.xpi) = 58fc4bbdad5e0455cfcd3eca16223cb6ab481c91edd1dc43d0920426f696720e84867fc22281cdf5257b40c18587a605985a09b8adbcd139e0633a3165b11ac4 +Size (firefox91-l10n-91.4.1/he.xpi) = 553050 bytes +BLAKE2s (firefox91-l10n-91.4.1/hi-IN.xpi) = c10d4c5c89dd0eeda8feee1da9a8c3b68ed5ee8e3b866638dd0325e57e20f08d +SHA512 (firefox91-l10n-91.4.1/hi-IN.xpi) = 4eb27c46753c8591119cbfe849c5c3c5754a836d62c9e3eb5321a0aaa37623d5657509c3352e27b76190e4e398a83041db75addd9f761ffe093c529f41388f86 +Size (firefox91-l10n-91.4.1/hi-IN.xpi) = 554567 bytes +BLAKE2s (firefox91-l10n-91.4.1/hr.xpi) = 4986e031ea639c6e2d20c810899579cbe581b658a1029af424314b143d85e8db +SHA512 (firefox91-l10n-91.4.1/hr.xpi) = 9b7a33514b688465a20902652432d2f07614f3ad4ed1c64bc105747d5c25cd0f098a40759eb056e3f123f0fc2633b4be92f46d7ec3911eb654488f8df2362e14 +Size (firefox91-l10n-91.4.1/hr.xpi) = 528156 bytes +BLAKE2s (firefox91-l10n-91.4.1/hsb.xpi) = dbb65be39064bacb4c69dc044e9a9391955d7b75ea62121c22f934ab6bb57291 +SHA512 (firefox91-l10n-91.4.1/hsb.xpi) = 595f3809d380f1e6c0d8ae145ac89f3735c473b9601fd5151cf767443f5b2f934a9d5677851816a15ce2dc72f7dabe8cbdd5bce4bfc83cd555b56299c14dc846 +Size (firefox91-l10n-91.4.1/hsb.xpi) = 558163 bytes +BLAKE2s (firefox91-l10n-91.4.1/hu.xpi) = 7ea8e0fc5f70e1816cff8b7ea098813e7b64fda5141ea858561b3bd1c51eb7e5 +SHA512 (firefox91-l10n-91.4.1/hu.xpi) = 753c9224588213e6b85b05b733d1dd7877c1b5353794f90e093cc99a07150dae8b479a26fae4affd118975c8ebab904df63ad2c980538e1b24cf027f6380d5a8 +Size (firefox91-l10n-91.4.1/hu.xpi) = 561991 bytes +BLAKE2s (firefox91-l10n-91.4.1/hy-AM.xpi) = 8b9d4c815e8eaf8608809a46846633f729188b8e435a284b5aaf494cacfc5e74 +SHA512 (firefox91-l10n-91.4.1/hy-AM.xpi) = 0df1cbe942057ec303a8aca4ca1c67709b9d4e3bcd99a3196e3420e37ac87fe1afc02c05ca7daf3a2bf6abc6c6e4092e14e1c44ce040c8465855fcd87ac2e951 +Size (firefox91-l10n-91.4.1/hy-AM.xpi) = 576136 bytes +BLAKE2s (firefox91-l10n-91.4.1/ia.xpi) = 8ddc4a5261dd3eb4854a1df46248355dcbe90a0e4bde9f0c0d827b638109c55e +SHA512 (firefox91-l10n-91.4.1/ia.xpi) = 4017b2669db66a42e345536ce1b855ce4f7464eb53442d2166f23f4aa0402fc065396d0fc3c3c3581933d6a288fd72805edcb904f28cec1bfe21522bd5751ac0 +Size (firefox91-l10n-91.4.1/ia.xpi) = 528327 bytes +BLAKE2s (firefox91-l10n-91.4.1/id.xpi) = 7ddfdd73329a6453d0d38f303dabc18c4e00c41b9731154ce0c8afd38cd1c83a +SHA512 (firefox91-l10n-91.4.1/id.xpi) = 474d5af2fe119a873da5019291809cdbdf44e4b2db829a2214796cd8611067d23cbb026aa1946284cd27d03f62d94d0a35bddbf669f92edbf732de68f5714a5a +Size (firefox91-l10n-91.4.1/id.xpi) = 517715 bytes +BLAKE2s (firefox91-l10n-91.4.1/is.xpi) = 1ef8ed0d1a4a36bad6a14e5197f8a782aace049168161982db46f9a58e607d0c +SHA512 (firefox91-l10n-91.4.1/is.xpi) = 6a6f3b77611e6e471308337ba7970c429470f6a11d08e93d0be8622b8c17cab029e0f1718133a1387780074b1acf9d0c68350aa8bd1d457455bd8d2d645192ad +Size (firefox91-l10n-91.4.1/is.xpi) = 467909 bytes +BLAKE2s (firefox91-l10n-91.4.1/it.xpi) = d2321d7b370615d64b1efd0b88a69519d6a2eb8193b906b4eb370188d5354fca +SHA512 (firefox91-l10n-91.4.1/it.xpi) = 3e2633aea296a4c6c50242d4999e7831030243a84168434b5213a2173c65260c148e2abadb8f2e2ebf37040cd54b486cfe8e1cd6a5cd186b6f0aabf194835cd0 +Size (firefox91-l10n-91.4.1/it.xpi) = 455742 bytes +BLAKE2s (firefox91-l10n-91.4.1/ja.xpi) = eeccb2b902740a7365834dafff812121da1296810d29353c212e22bb9811744f +SHA512 (firefox91-l10n-91.4.1/ja.xpi) = e60cfad2f9712e8eda6c8ece00cd8dcc12561b0ff4ff40c2cebdcbd241426506f690926b6d892985740f66e726727bb721e78de9faada64211b61e4852efb456 +Size (firefox91-l10n-91.4.1/ja.xpi) = 584274 bytes +BLAKE2s (firefox91-l10n-91.4.1/ka.xpi) = 2c256de6c3e30da56829964de75ecc5fd468cb5b2f531f404e44ecc2ce4e13e1 +SHA512 (firefox91-l10n-91.4.1/ka.xpi) = 0e4733a07ca67644d450a59c63d5012fb325d5f5b2f211fba140aa27661f1ac4c9c6ad7f8d8dbf2d0a5504c847608f1bb4e60620289d07d251fa30dd01aad590 +Size (firefox91-l10n-91.4.1/ka.xpi) = 582194 bytes +BLAKE2s (firefox91-l10n-91.4.1/kab.xpi) = 60adf1250154e72997bfc30a915c525b2f852e374bd7407a4a8c55fde61c48f8 +SHA512 (firefox91-l10n-91.4.1/kab.xpi) = 742560d65b13788c9efd506bd16b010e340ad9e3e59520b6abd380eef0c8432b352c3b0e4837ebb7b03e910e8727ec726e1f388ef8904acc4611d2ab849fa7d2 +Size (firefox91-l10n-91.4.1/kab.xpi) = 541438 bytes +BLAKE2s (firefox91-l10n-91.4.1/kk.xpi) = 350ac9b8178114ef31f8ee57311aa043b20f692d58d3a77bfbf0cc971c4a9f2f +SHA512 (firefox91-l10n-91.4.1/kk.xpi) = 5683dafb44532a4f6f0efc48a6344e800b422bb5c8fb41596bd671d5a1f14d7d1949a0a16ca9e2d6bcf72a6e668f7ad7fa1effe18eb48fed176eba14c5b07354 +Size (firefox91-l10n-91.4.1/kk.xpi) = 602425 bytes +BLAKE2s (firefox91-l10n-91.4.1/km.xpi) = f32088752e9a7042eafec6db281c7d90d5b1cfe5113ac91dd9bcd0d1fb90a952 +SHA512 (firefox91-l10n-91.4.1/km.xpi) = db709151ea957d1b4e065401a9ff80b09dededd29022db2a4c2612028bbb580fc470352658378c8581f370513feade335cc96368b7735bea579837413658f682 +Size (firefox91-l10n-91.4.1/km.xpi) = 531026 bytes +BLAKE2s (firefox91-l10n-91.4.1/kn.xpi) = 9b3a7c9db009e6aa55817503bb8e495b6f93451f3e6e768b3048a02ef0f3f17b +SHA512 (firefox91-l10n-91.4.1/kn.xpi) = 9774be994f5d8fb970f9b02da62902d366b920cf71c593f886f40367acd92df09424bbc43e652c38b7a1c9b887eb43dcd6ad96fb35b35e6babae273d5af4760d +Size (firefox91-l10n-91.4.1/kn.xpi) = 496515 bytes +BLAKE2s (firefox91-l10n-91.4.1/ko.xpi) = 3b10ae80432e7ce7bf09baf4dd8c9eb244a940ea25e14b9d59cff47a376dd29b +SHA512 (firefox91-l10n-91.4.1/ko.xpi) = 5fb6e4883d0fcd8bcccd5b06161bd02ba320b574bbb9fe4b80073891394a623933a5523da54de93a4ca199ec53fd57efd151491ad986d8a0e88a99f667d64828 +Size (firefox91-l10n-91.4.1/ko.xpi) = 574822 bytes +BLAKE2s (firefox91-l10n-91.4.1/lij.xpi) = 4f4d08f7305749604031e6360728f6dd69fc0f7ce41ba13167b9a0c1c896eb24 +SHA512 (firefox91-l10n-91.4.1/lij.xpi) = b707898711d110f850e15e1f0241ed5d4848d82b840e115fbbdf4e03e40b76fd81fed62f33fd4b7f560eb7d79d3bb7bf2d58a9f4b05d7700ade49644ccd58758 +Size (firefox91-l10n-91.4.1/lij.xpi) = 468272 bytes +BLAKE2s (firefox91-l10n-91.4.1/lt.xpi) = 3ee3c33981525ea34a9f372277fbfb55027bf51c884594db5e4350369d4a7e10 +SHA512 (firefox91-l10n-91.4.1/lt.xpi) = 5e8d9061ec05352792d9a91cd430f9b69f583efd1cafbca921100773c2a20d916d1f33aa812abbca56ed12b33b657153caf2ae35ca0544a4240d1f8969ff73f8 +Size (firefox91-l10n-91.4.1/lt.xpi) = 556480 bytes +BLAKE2s (firefox91-l10n-91.4.1/lv.xpi) = 1c9f376abd35b479eaf0a225260c23602d20969a22f491f904aa62d63fc45e4c +SHA512 (firefox91-l10n-91.4.1/lv.xpi) = 8db2e8cc76f9c3ffc449144de0e1ec1334728edb5cbcf9b5eb5cffead752a1c54a42f20efc7a4c685bb6747d9ceb78d5e6ef93cb01656b2146eeba532426ea95 +Size (firefox91-l10n-91.4.1/lv.xpi) = 460150 bytes +BLAKE2s (firefox91-l10n-91.4.1/mk.xpi) = a5ca7db326ebece8618b36b8c077b44c2bf0930abe262873245f4e45040ff3c7 +SHA512 (firefox91-l10n-91.4.1/mk.xpi) = 6833c057763dd11f445043080a5892046ea271ab7fcb7a862fa877c9cee7166c3569888488c8b4056eed5e49b85b56edc31d035d3f37ee55bbf535f60a7ff162 +Size (firefox91-l10n-91.4.1/mk.xpi) = 463733 bytes +BLAKE2s (firefox91-l10n-91.4.1/mr.xpi) = b50cd5a61ceb1446108726eb96c79faad73fb02408936fdb654f44327cba0c63 +SHA512 (firefox91-l10n-91.4.1/mr.xpi) = 3d81790fdcd29668436e0fa1ef615d6ee953b8b131a012612bae55226fb304d4b506c283844edfa0a23bdc0946e452a09292a726c135f25fb034be7dc0342cad +Size (firefox91-l10n-91.4.1/mr.xpi) = 529965 bytes +BLAKE2s (firefox91-l10n-91.4.1/ms.xpi) = 7b2214ae8c2ee46c3b7d7fd8bf34d049bf2d34dc1186d87e5e5ff82d866b15de +SHA512 (firefox91-l10n-91.4.1/ms.xpi) = fd5f86d2f8f6b0f5920b0b0f8d824cdbc574f736738736b92433c1b3cf547d54667ced29dd24e5f0a1dadfe1ea3d8d10399c0a6d805fa1291b8645bb6664da44 +Size (firefox91-l10n-91.4.1/ms.xpi) = 445083 bytes +BLAKE2s (firefox91-l10n-91.4.1/my.xpi) = d138a69da9ea58d7b54bf9299580e1acacc46667a09dee8b0e2b2ea0e1a207ab +SHA512 (firefox91-l10n-91.4.1/my.xpi) = 854fd209f0929c42780ecd8f503e2717a4d4445bd67cc61b1aca1724f223dcd5fef7776e8140437ca091838de20ba0ae75641ca8d6b553e6be1dec78f4cb8444 +Size (firefox91-l10n-91.4.1/my.xpi) = 514595 bytes +BLAKE2s (firefox91-l10n-91.4.1/nb-NO.xpi) = 2093bc8906a68a163c4920e80affd4ce8acec72cd59ced323b792b1d815948e9 +SHA512 (firefox91-l10n-91.4.1/nb-NO.xpi) = aec9aeb6d5a16f47d8d291460a8c439178312cb29c54f348f50c5265cc48f31288c19caf7166aa76edccf7029e5d1716d7a18a978c4313916221ce32612a51dd +Size (firefox91-l10n-91.4.1/nb-NO.xpi) = 525619 bytes +BLAKE2s (firefox91-l10n-91.4.1/ne-NP.xpi) = ee0c8048859208e349ed982a00fe2432e374b923fc7a9c17e0302c24fa9e637c +SHA512 (firefox91-l10n-91.4.1/ne-NP.xpi) = 06e7f56f9ae63e80f750847d435df0e1cb05ca5ceaaf78447111c0752026060ccf76bb10a45ed9edd8b79c4402fe1102ac8ebb4e5700a4ac2049527d64477644 +Size (firefox91-l10n-91.4.1/ne-NP.xpi) = 474188 bytes +BLAKE2s (firefox91-l10n-91.4.1/nl.xpi) = c8cff93612bcdde5d041fcdefc94705ae45e3d3aee2afd60e0a396769bf65421 +SHA512 (firefox91-l10n-91.4.1/nl.xpi) = 60a5589e878435c4ffa86def6527da8314f440c724c184c8b7a77679c371ec0d92564fc6b6d2532a15a38d8313d1c11a4c8706ff722b3864b2835ba023033d7f +Size (firefox91-l10n-91.4.1/nl.xpi) = 533409 bytes +BLAKE2s (firefox91-l10n-91.4.1/nn-NO.xpi) = 39362cfb5a12ea70d5c723a2f3ce7f1127fd9108f15265d2d02a386f46bd59bc +SHA512 (firefox91-l10n-91.4.1/nn-NO.xpi) = 76568262768b22b2f23247a7df0c7e07575b6a8f65bae7b85685e0fca385e038c36173ca2024a2bd07b5cd8914b96ad59aaffcb4f3425dfce1b306976205b054 +Size (firefox91-l10n-91.4.1/nn-NO.xpi) = 527068 bytes +BLAKE2s (firefox91-l10n-91.4.1/oc.xpi) = f81c0be20abe92e2743f59b3aafdc7e1e4b11de12456edc8e7ac0a44ef06e07a +SHA512 (firefox91-l10n-91.4.1/oc.xpi) = 3f187c3e0799a626b1b56401e3805514466523f26551464bf2c5a7116274855abca927e16fa25d66371100c489d726def5d90768ade5daa0a4011d2e1a15ed9b +Size (firefox91-l10n-91.4.1/oc.xpi) = 548916 bytes +BLAKE2s (firefox91-l10n-91.4.1/pa-IN.xpi) = 969a56f7c68fb95cbb9f100f08a5270e1ac2fed737d66c148f221446762988db +SHA512 (firefox91-l10n-91.4.1/pa-IN.xpi) = 14cd20b71208ecaca16d5c7cce0e1eb049c28f4308067f52f165b175c1b5fcffac28dbf1498e916ca3f994b4f630476c85d5010e01149708882c07917845e934 +Size (firefox91-l10n-91.4.1/pa-IN.xpi) = 589464 bytes +BLAKE2s (firefox91-l10n-91.4.1/pl.xpi) = a84cb6fe10ec6ca0aa1178752e7d6a87965d77697dcb5d1ea3b83c98140a5665 +SHA512 (firefox91-l10n-91.4.1/pl.xpi) = e76adf285f027122a6428700984cf005b7a0faa928e2576a9ad89177809fe5fded6502d4d7b9bb7710651342d24ad4921f971d12869a8bcee1d3be7309f3cd58 +Size (firefox91-l10n-91.4.1/pl.xpi) = 552658 bytes +BLAKE2s (firefox91-l10n-91.4.1/pt-BR.xpi) = d3431262eda881d34b24abde85c4350c38c896c9fee0d31c3448ebec17564f1a +SHA512 (firefox91-l10n-91.4.1/pt-BR.xpi) = ba0a48901aa02b38d969242d19045a246cbf936f40eea10bf2c2e222d8238183ecb7993eb9b099c5dcc40d3fd0712316e4248c45da94665c7ad02516f53c0310 +Size (firefox91-l10n-91.4.1/pt-BR.xpi) = 538495 bytes +BLAKE2s (firefox91-l10n-91.4.1/pt-PT.xpi) = 63f5abef3ef09c9da32a069ea9e972ffb7e810d23bfa968a3a82dce388a74c40 +SHA512 (firefox91-l10n-91.4.1/pt-PT.xpi) = f310d5513342a5dc8b6b05d0ebb9e5050047f7dbfb6d80db3f21b32a1c7272427dcf50e68c0cb717ddbb1e8ce9216c574fe1460e4f1194ff67e3d7c32494b7ac +Size (firefox91-l10n-91.4.1/pt-PT.xpi) = 542436 bytes +BLAKE2s (firefox91-l10n-91.4.1/rm.xpi) = e727c21a529620202e161b9419d860eb2fe2bd522262cc1dc74d3fc2b2ceb7ea +SHA512 (firefox91-l10n-91.4.1/rm.xpi) = 6c7f2ceb7bafab7cd83932808f764b9215857b1ecc493c88a79b06b558fcf956f4a36f386094f4e760549edd57ce6de767297913b69a41f6563618ba40711161 +Size (firefox91-l10n-91.4.1/rm.xpi) = 533244 bytes +BLAKE2s (firefox91-l10n-91.4.1/ro.xpi) = f7e82d03bcf45896c1cb5f784379409ad524ff3ea496687c10b3457a5657ee48 +SHA512 (firefox91-l10n-91.4.1/ro.xpi) = 0abbfad19a14f7c64e45c0dd7d4bf3a89cfe849fb1843723801a2e9723bda6f3986fee298a4539f67e4a1ba467aa4a07b295ea0b79f69b9884800aa36d4755db +Size (firefox91-l10n-91.4.1/ro.xpi) = 526976 bytes +BLAKE2s (firefox91-l10n-91.4.1/ru.xpi) = 29904938bfe740c2c02d4c0dbc688ee68c2e14f3aa4d958cc27676531df107d7 +SHA512 (firefox91-l10n-91.4.1/ru.xpi) = 300269c7060af52c13b114de51ee183fc368396382a8501f107a4dd16553465e8d4cb163e92221449c47192d60f3b7dd57495204a09197ee97f3e00609d7b5fb +Size (firefox91-l10n-91.4.1/ru.xpi) = 622483 bytes +BLAKE2s (firefox91-l10n-91.4.1/si.xpi) = a52e6d3bf2ce050e54ae8591bcefedf435fbf4584ef0c44b5a4202bc73a2a160 +SHA512 (firefox91-l10n-91.4.1/si.xpi) = 11eebd5877fa07f2abfe7a4fc3b743ff5c1af5bbf8512097721458211dbc96fb521a55c2ef1a51d12556309e1d1dfc50fcbbf48f1c12b4c7129f8c1da2ae6302 +Size (firefox91-l10n-91.4.1/si.xpi) = 485756 bytes +BLAKE2s (firefox91-l10n-91.4.1/sk.xpi) = bb636818ea66cd63885bdb6e4c47eb74edcbef8b2ed2da0b4b2a8d90a3d4a4e1 +SHA512 (firefox91-l10n-91.4.1/sk.xpi) = 66d9d2744ebc2407c198f35c0636a0aa37c27bbe42eebcaf48500e4d1b5b8459d083e0f8998913542b80f0e0f28b4556fe61f4a75f0ec0c59050b405c9c899c8 +Size (firefox91-l10n-91.4.1/sk.xpi) = 562096 bytes +BLAKE2s (firefox91-l10n-91.4.1/sl.xpi) = b8ab5388fb194a041b5109b16d7517b9474d44ebd10b7dfc35e64e0803bba47f +SHA512 (firefox91-l10n-91.4.1/sl.xpi) = 73586ac095e9831fe8ca600532d5eb0b54d2112f56a4312527c311e6f6975ab54a5da3fce480c246091545c70abe66c7fa6b7d0225b83f994812d299fd966a20 +Size (firefox91-l10n-91.4.1/sl.xpi) = 529892 bytes +BLAKE2s (firefox91-l10n-91.4.1/son.xpi) = e79a251ec71f165d111ee4e8929cb3b8c1ded2dfa954e650e5a915c005c92d8b +SHA512 (firefox91-l10n-91.4.1/son.xpi) = 1f399b43220aaf1f7f6f917a194251aa4eca42ffa2029ac397018929cdb7d0dd46f2893dc2f1438eab15f6f2818a3b370b010d15dda30e1aa858b66d50b99a7b +Size (firefox91-l10n-91.4.1/son.xpi) = 424134 bytes +BLAKE2s (firefox91-l10n-91.4.1/sq.xpi) = 4481792ec95ba68f5beaf9dabf64cf2776900ba1b0615b9c81c0c511a62ed80d +SHA512 (firefox91-l10n-91.4.1/sq.xpi) = 6813869835b99bc1a9fde88c9bc26dd9b0b95db240000036129188b7ce843d9c7a2a222f67ebf4d2c408a9dd8521a8ff9f956190486ee0c6e6d10857e5b53947 +Size (firefox91-l10n-91.4.1/sq.xpi) = 544587 bytes +BLAKE2s (firefox91-l10n-91.4.1/sr.xpi) = 24aac188b13c41a17f7a618f0e2ac3d3b3d76f7d6651131afcd60adc2dc84d9c +SHA512 (firefox91-l10n-91.4.1/sr.xpi) = f4c8a4f4a6f1fb530e1385bddad4e82d08a11af4731438db3b28b36aa2886d4c7977150e12513cacb05e9c07f4f51e15f0143563a0e69896a24cb241333fad07 +Size (firefox91-l10n-91.4.1/sr.xpi) = 583090 bytes +BLAKE2s (firefox91-l10n-91.4.1/sv-SE.xpi) = 7339a216bffbdeeaf7bd2eae9c8b92c9180eb83aa925d39ce5a399f59b706270 +SHA512 (firefox91-l10n-91.4.1/sv-SE.xpi) = ab568e1a0aea7b0120bfdb69b49beb8eefa7db6816d13a62d6b9ef769f94095209005b75dddc78ad1c6315fdf94b0be02cb23ae0523e79df8300bc39b7dc8392 +Size (firefox91-l10n-91.4.1/sv-SE.xpi) = 536058 bytes +BLAKE2s (firefox91-l10n-91.4.1/ta.xpi) = 5ac70260696d0db69946dab84248eb7fc2f910937a0e67e6193292147fb13cb9 +SHA512 (firefox91-l10n-91.4.1/ta.xpi) = 7a23c2583d5b7b1c2d33aa23c3f69acc565a00b05a74d6a04b43ec564f2dd78a67c2b43632b44495565c0df796d97fedd69fa2b9c19b7cab25adc17c22a89817 +Size (firefox91-l10n-91.4.1/ta.xpi) = 510667 bytes +BLAKE2s (firefox91-l10n-91.4.1/te.xpi) = 0d2f3f5aac49b08fe202685e7f27c753ad5d6e54693bb8e65938b00c164167a1 +SHA512 (firefox91-l10n-91.4.1/te.xpi) = 422ff4143ee11ec3bd60942f62e650125745f9b5564c37d8282363e8073328a1c7985a49f329e8fcd39a6aa6117e4bc6d4387bf5503fce0df92ac701ed09a9cc +Size (firefox91-l10n-91.4.1/te.xpi) = 547911 bytes +BLAKE2s (firefox91-l10n-91.4.1/th.xpi) = 150bcb2b4d154486bb3dccce936f607d58ad2b5675f8a157b98333691666a791 +SHA512 (firefox91-l10n-91.4.1/th.xpi) = 45e504cf7f0e314efb2777d3711b5e680ad109ff48911c823680bd31933293c1f165a133cc87da4fd4bdef493c5d326fc47e0d77dba9a75f2691664465767db3 +Size (firefox91-l10n-91.4.1/th.xpi) = 597693 bytes +BLAKE2s (firefox91-l10n-91.4.1/tr.xpi) = c5eb8a4f6aedca4fdb0503c8fc3d7573a98e75ed597078d34d2a7d96cf810e8b +SHA512 (firefox91-l10n-91.4.1/tr.xpi) = c85dab8399f4143957dd95fcec9c440d8e0fec8a156c4410ec40ae8f3e3bcc7f4ec704f11802d4de0d159949a62102910e019bb45e14befdaac8453e9d6d8441 +Size (firefox91-l10n-91.4.1/tr.xpi) = 548356 bytes +BLAKE2s (firefox91-l10n-91.4.1/uk.xpi) = 2554283f88ae9d1bc9eedb9859f8c54e52d2532db0a20099ea824c112f7f866f +SHA512 (firefox91-l10n-91.4.1/uk.xpi) = 970a374d7b0388da49b56785f1289dc6e504f19f2a5a84dd0935f3d8a1479f766a59121effde1735cf8ca038764fc3b1d7cba471f39b7ccefcc9a4ab58382568 +Size (firefox91-l10n-91.4.1/uk.xpi) = 615988 bytes +BLAKE2s (firefox91-l10n-91.4.1/uz.xpi) = 58c8bc7d871db99a8f23f803c4f053c089d37d2df48129157dcac4b4551d762d +SHA512 (firefox91-l10n-91.4.1/uz.xpi) = 063a04e0c24de345309caa5dc938e88858b3ad03dd70f772877d421865cbb3cb24e77f7b4b857cd2c6d3235855f4a09be10a6175c150f1f10987cc339e240eb7 +Size (firefox91-l10n-91.4.1/uz.xpi) = 465012 bytes +BLAKE2s (firefox91-l10n-91.4.1/vi.xpi) = 69d5bb97577261eef5974c992beba6df42c71edcf618b35e00450bbb4a622381 +SHA512 (firefox91-l10n-91.4.1/vi.xpi) = 05f875ae38cd1e5748d2911f4e4caa79d26562540c7953b998e28a3a82ec1a4f1471a0bb11c7a3a154c30132bb693538e9dd289aa486beac8ddfa4c500a51b96 +Size (firefox91-l10n-91.4.1/vi.xpi) = 569116 bytes +BLAKE2s (firefox91-l10n-91.4.1/xh.xpi) = 47c22d817cbe7071c45d82942bdedc315e0116a395febaf4cfab1066da4a1344 +SHA512 (firefox91-l10n-91.4.1/xh.xpi) = 471ffed61ec5e61423eeccea25872c7c586232cf86888ac929158fb74477d6bc72c0d970c3eac52285f46ac23317f3448622ebe31b49653e76747854946dba76 +Size (firefox91-l10n-91.4.1/xh.xpi) = 426308 bytes +BLAKE2s (firefox91-l10n-91.4.1/zh-CN.xpi) = 943456d5af48e50cc1bb5d913e7be88b0e450604c44bbe5647657a7a50af41be +SHA512 (firefox91-l10n-91.4.1/zh-CN.xpi) = b2429baa5ea22d146c1fec44c1eb18e0c4a33e59c23941c2e9bfc2e2dc5a3947887af844f8181d72305fe11c1b01e5e8fdf3cf6ef7f23cc8a3fc490e4a74b2b3 +Size (firefox91-l10n-91.4.1/zh-CN.xpi) = 571374 bytes +BLAKE2s (firefox91-l10n-91.4.1/zh-TW.xpi) = 91c078144419ff33433c6ee8b190cfd0a31a46003840921ea4ac1ec1ce9af429 +SHA512 (firefox91-l10n-91.4.1/zh-TW.xpi) = 2a3dd3dd0f8731b8cae04129557056e2281d604aa55e3f0d1b0e7018fb99b919ef2cbe952e19925a06ff340b31981f1397d68010a4d5bf4b83824f68199696f8 +Size (firefox91-l10n-91.4.1/zh-TW.xpi) = 572076 bytes diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile index 18edc0bbab2b..b1edbeac7af9 100644 --- a/www/firefox91/Makefile +++ b/www/firefox91/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2021/12/10 14:32:07 nia Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/22 16:05:28 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.4 -MOZ_BRANCH_MINOR= .0esr +MOZ_BRANCH_MINOR= .1esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox91-/} diff --git a/www/firefox91/distinfo b/www/firefox91/distinfo index 893c34507ae2..a2b516ec8b63 100644 --- a/www/firefox91/distinfo +++ b/www/firefox91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2021/12/10 14:32:07 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/12/22 16:05:28 nia Exp $ -BLAKE2s (firefox-91.4.0esr.source.tar.xz) = 118220baddff72c0ba80893bab5957f82c9d45744797dba16f117867fc9711d1 -SHA512 (firefox-91.4.0esr.source.tar.xz) = 781bf62a0e1215cad7d90de7c822978997bfeaf71bde4e7124a732921d130762c6654417c708a299726039d1603ff5e0796106118ad4b2ddef4e9dac84887765 -Size (firefox-91.4.0esr.source.tar.xz) = 379759164 bytes +BLAKE2s (firefox-91.4.1esr.source.tar.xz) = 8fa00028b395eba1bf823a828aab7d5741928e7f221dc73bf404dd63d15b43f3 +SHA512 (firefox-91.4.1esr.source.tar.xz) = 1b9f17c4e58e3753f8507754bba93e3b7f76df5b6845d6173719fbdd98b70af2a90242df42fe274217f56d0280e5dbae17962f5b6bf111421260790f770f5337 +Size (firefox-91.4.1esr.source.tar.xz) = 378159528 bytes BLAKE2s (nodejs-output-91.0.tgz) = 5007b8d20d6264a4cd573b465643cff83c2adc75ad7dd9fba97ff5fcae787c9f SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c Size (nodejs-output-91.0.tgz) = 201061 bytes diff --git a/www/py-pywebdav/DESCR b/www/py-pywebdav/DESCR deleted file mode 100644 index 4326d742829c..000000000000 --- a/www/py-pywebdav/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Python WebDAV implementation (level 1 and 2) that features a library that -enables you to integrate WebDAV server capabilities to your application. - -A fully working example on how to use the library is included. You can find a -server in the DAVServer package. This server is fully functional and can even -be run as daemon. diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile deleted file mode 100644 index 8f0c26b13aeb..000000000000 --- a/www/py-pywebdav/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:01 adam Exp $ - -VERSION= 0.9.8 -DISTNAME= PyWebDAV-${VERSION} -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -CATEGORIES= www python -MASTER_SITES= http://pywebdav.googlecode.com/files/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/PyWebDAV/ -COMMENT= Standards compliant Python WebDAV server and library -LICENSE= gnu-gpl-v2 - -DOCDIR= share/doc/${PKGBASE} - -PLIST_SUBST+= DOCDIR=${DOCDIR:Q} - -INSTALLATION_DIRS+= ${DOCDIR} - -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.8 - -post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/VERSION ${DESTDIR}${PREFIX}/${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/${DOCDIR} - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/py-pywebdav/PLIST b/www/py-pywebdav/PLIST deleted file mode 100644 index 9011c83c7564..000000000000 --- a/www/py-pywebdav/PLIST +++ /dev/null @@ -1,89 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2013/07/08 05:44:21 richard Exp $ -bin/davserver -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/pywebdav/__init__.py -${PYSITELIB}/pywebdav/__init__.pyc -${PYSITELIB}/pywebdav/__init__.pyo -${PYSITELIB}/pywebdav/lib/AuthServer.py -${PYSITELIB}/pywebdav/lib/AuthServer.pyc -${PYSITELIB}/pywebdav/lib/AuthServer.pyo -${PYSITELIB}/pywebdav/lib/INI_Parse.py -${PYSITELIB}/pywebdav/lib/INI_Parse.pyc -${PYSITELIB}/pywebdav/lib/INI_Parse.pyo -${PYSITELIB}/pywebdav/lib/WebDAVServer.py -${PYSITELIB}/pywebdav/lib/WebDAVServer.pyc -${PYSITELIB}/pywebdav/lib/WebDAVServer.pyo -${PYSITELIB}/pywebdav/lib/__init__.py -${PYSITELIB}/pywebdav/lib/__init__.pyc -${PYSITELIB}/pywebdav/lib/__init__.pyo -${PYSITELIB}/pywebdav/lib/constants.py -${PYSITELIB}/pywebdav/lib/constants.pyc -${PYSITELIB}/pywebdav/lib/constants.pyo -${PYSITELIB}/pywebdav/lib/davcmd.py -${PYSITELIB}/pywebdav/lib/davcmd.pyc -${PYSITELIB}/pywebdav/lib/davcmd.pyo -${PYSITELIB}/pywebdav/lib/davcopy.py -${PYSITELIB}/pywebdav/lib/davcopy.pyc -${PYSITELIB}/pywebdav/lib/davcopy.pyo -${PYSITELIB}/pywebdav/lib/davmove.py -${PYSITELIB}/pywebdav/lib/davmove.pyc -${PYSITELIB}/pywebdav/lib/davmove.pyo -${PYSITELIB}/pywebdav/lib/dbconn.py -${PYSITELIB}/pywebdav/lib/dbconn.pyc -${PYSITELIB}/pywebdav/lib/dbconn.pyo -${PYSITELIB}/pywebdav/lib/delete.py -${PYSITELIB}/pywebdav/lib/delete.pyc -${PYSITELIB}/pywebdav/lib/delete.pyo -${PYSITELIB}/pywebdav/lib/errors.py -${PYSITELIB}/pywebdav/lib/errors.pyc -${PYSITELIB}/pywebdav/lib/errors.pyo -${PYSITELIB}/pywebdav/lib/iface.py -${PYSITELIB}/pywebdav/lib/iface.pyc -${PYSITELIB}/pywebdav/lib/iface.pyo -${PYSITELIB}/pywebdav/lib/locks.py -${PYSITELIB}/pywebdav/lib/locks.pyc -${PYSITELIB}/pywebdav/lib/locks.pyo -${PYSITELIB}/pywebdav/lib/propfind.py -${PYSITELIB}/pywebdav/lib/propfind.pyc -${PYSITELIB}/pywebdav/lib/propfind.pyo -${PYSITELIB}/pywebdav/lib/report.py -${PYSITELIB}/pywebdav/lib/report.pyc -${PYSITELIB}/pywebdav/lib/report.pyo -${PYSITELIB}/pywebdav/lib/status.py -${PYSITELIB}/pywebdav/lib/status.pyc -${PYSITELIB}/pywebdav/lib/status.pyo -${PYSITELIB}/pywebdav/lib/utils.py -${PYSITELIB}/pywebdav/lib/utils.pyc -${PYSITELIB}/pywebdav/lib/utils.pyo -${PYSITELIB}/pywebdav/server/__init__.py -${PYSITELIB}/pywebdav/server/__init__.pyc -${PYSITELIB}/pywebdav/server/__init__.pyo -${PYSITELIB}/pywebdav/server/daemonize.py -${PYSITELIB}/pywebdav/server/daemonize.pyc -${PYSITELIB}/pywebdav/server/daemonize.pyo -${PYSITELIB}/pywebdav/server/fileauth.py -${PYSITELIB}/pywebdav/server/fileauth.pyc -${PYSITELIB}/pywebdav/server/fileauth.pyo -${PYSITELIB}/pywebdav/server/fshandler.py -${PYSITELIB}/pywebdav/server/fshandler.pyc -${PYSITELIB}/pywebdav/server/fshandler.pyo -${PYSITELIB}/pywebdav/server/mysqlauth.py -${PYSITELIB}/pywebdav/server/mysqlauth.pyc -${PYSITELIB}/pywebdav/server/mysqlauth.pyo -${PYSITELIB}/pywebdav/server/server.py -${PYSITELIB}/pywebdav/server/server.pyc -${PYSITELIB}/pywebdav/server/server.pyo -${DOCDIR}/ARCHITECTURE -${DOCDIR}/Changes -${DOCDIR}/INSTALL -${DOCDIR}/LICENSE -${DOCDIR}/README -${DOCDIR}/TODO -${DOCDIR}/VERSION -${DOCDIR}/interface_class -${DOCDIR}/walker diff --git a/www/py-pywebdav/distinfo b/www/py-pywebdav/distinfo deleted file mode 100644 index 3a347952d424..000000000000 --- a/www/py-pywebdav/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:30:46 nia Exp $ - -BLAKE2s (PyWebDAV-0.9.8.tar.gz) = 42edc8de6b20e90efedea214c6370231d38518e468b1b4c524d09413ab08738e -SHA512 (PyWebDAV-0.9.8.tar.gz) = a920e63f1241e41acd7cf02f342fc81e321c50866b103690eee3352de3b0d51c0c9473079bb639d65402719158c6c8113b2c1b7e0bfdc0b863ceb290bcde0145 -Size (PyWebDAV-0.9.8.tar.gz) = 52605 bytes diff --git a/www/py-trytond-web-user/PLIST b/www/py-trytond-web-user/PLIST index 262af8bacb0b..831bc10c19ad 100644 --- a/www/py-trytond-web-user/PLIST +++ b/www/py-trytond-web-user/PLIST @@ -1,27 +1,36 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:09 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/23 16:12:45 mef Exp $ ${PYSITELIB}/trytond/modules/web_user/__init__.py ${PYSITELIB}/trytond/modules/web_user/__init__.pyc ${PYSITELIB}/trytond/modules/web_user/__init__.pyo ${PYSITELIB}/trytond/modules/web_user/email_reset_password.html ${PYSITELIB}/trytond/modules/web_user/email_validation.html +${PYSITELIB}/trytond/modules/web_user/ir.py +${PYSITELIB}/trytond/modules/web_user/ir.pyc +${PYSITELIB}/trytond/modules/web_user/ir.pyo ${PYSITELIB}/trytond/modules/web_user/locale/bg.po ${PYSITELIB}/trytond/modules/web_user/locale/ca.po ${PYSITELIB}/trytond/modules/web_user/locale/cs.po ${PYSITELIB}/trytond/modules/web_user/locale/de.po ${PYSITELIB}/trytond/modules/web_user/locale/es.po ${PYSITELIB}/trytond/modules/web_user/locale/es_419.po +${PYSITELIB}/trytond/modules/web_user/locale/et.po +${PYSITELIB}/trytond/modules/web_user/locale/fa.po +${PYSITELIB}/trytond/modules/web_user/locale/fi.po ${PYSITELIB}/trytond/modules/web_user/locale/fr.po -${PYSITELIB}/trytond/modules/web_user/locale/hu_HU.po -${PYSITELIB}/trytond/modules/web_user/locale/it_IT.po -${PYSITELIB}/trytond/modules/web_user/locale/ja_JP.po +${PYSITELIB}/trytond/modules/web_user/locale/hu.po +${PYSITELIB}/trytond/modules/web_user/locale/id.po +${PYSITELIB}/trytond/modules/web_user/locale/it.po ${PYSITELIB}/trytond/modules/web_user/locale/lo.po ${PYSITELIB}/trytond/modules/web_user/locale/lt.po ${PYSITELIB}/trytond/modules/web_user/locale/nl.po ${PYSITELIB}/trytond/modules/web_user/locale/pl.po -${PYSITELIB}/trytond/modules/web_user/locale/pt_BR.po +${PYSITELIB}/trytond/modules/web_user/locale/pt.po +${PYSITELIB}/trytond/modules/web_user/locale/ro.po ${PYSITELIB}/trytond/modules/web_user/locale/ru.po ${PYSITELIB}/trytond/modules/web_user/locale/sl.po +${PYSITELIB}/trytond/modules/web_user/locale/tr.po ${PYSITELIB}/trytond/modules/web_user/locale/zh_CN.po +${PYSITELIB}/trytond/modules/web_user/message.xml ${PYSITELIB}/trytond/modules/web_user/party.py ${PYSITELIB}/trytond/modules/web_user/party.pyc ${PYSITELIB}/trytond/modules/web_user/party.pyo diff --git a/www/py-trytond-web-user/distinfo b/www/py-trytond-web-user/distinfo index e0e0b951653e..6dcfb50d8f3d 100644 --- a/www/py-trytond-web-user/distinfo +++ b/www/py-trytond-web-user/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:30:49 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/22 22:54:56 mef Exp $ -BLAKE2s (tryton-4.2/trytond_web_user-4.2.0.tar.gz) = 6d29c7ba3e13be9f4f1c1fc9f92600cafcc70374242bfae4dee2cf473375b3e0 -SHA512 (tryton-4.2/trytond_web_user-4.2.0.tar.gz) = 335a1049fe16754252cf3214000a593623d4083706e603c2345f93b2bbdec99a7f61e225c10b79c0826262810788a95f4cedcb4f5819fdbdefbe6e3692af2602 -Size (tryton-4.2/trytond_web_user-4.2.0.tar.gz) = 29167 bytes +BLAKE2s (tryton-6.2/trytond_web_user-6.2.0.tar.gz) = 9c165883722f1880fc46db6fedbd81e061039b747d9eefee8cd6e4251d63afc3 +SHA512 (tryton-6.2/trytond_web_user-6.2.0.tar.gz) = 5f4d1c2b4e519866a8a02a41db2ee3bdce9c0d694da7e0c1efba4419529a506e27f4bf55e3baba874b96a0cc76ce5e8d1b23343b9a980fc6e398c0ac74d2beba +Size (tryton-6.2/trytond_web_user-6.2.0.tar.gz) = 36986 bytes diff --git a/www/py-trytond-webdav/ALTERNATIVES b/www/py-trytond-webdav/ALTERNATIVES deleted file mode 100644 index 521f6b3b784c..000000000000 --- a/www/py-trytond-webdav/ALTERNATIVES +++ /dev/null @@ -1 +0,0 @@ -bin/trytond-webdav @PREFIX@/bin/trytond-webdav@PYVERSSUFFIX@ diff --git a/www/py-trytond-webdav/DESCR b/www/py-trytond-webdav/DESCR deleted file mode 100644 index 64bfe1777b67..000000000000 --- a/www/py-trytond-webdav/DESCR +++ /dev/null @@ -1 +0,0 @@ -The webdav module of the Tryton application platform. diff --git a/www/py-trytond-webdav/Makefile b/www/py-trytond-webdav/Makefile deleted file mode 100644 index fdef191f8bc0..000000000000 --- a/www/py-trytond-webdav/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2020/03/13 20:20:50 wiz Exp $ -TRYTON_MODULE_NAME= trytond_webdav -.include "../../devel/py-trytond/Makefile.common" -CATEGORIES= python www - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.tryton.org/ -COMMENT= Webdav module of the Tryton application platform -LICENSE= gnu-gpl-v3 - -DEPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav -DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond - -PYTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav - -REPLACE_PYTHON+= tests/test_webdav.py - -post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/trytond-webdav \ - ${DESTDIR}${PREFIX}/bin/trytond-webdav${PYVERSSUFFIX} || ${TRUE} - -.include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/py-trytond-webdav/PLIST b/www/py-trytond-webdav/PLIST deleted file mode 100644 index e69568acecf6..000000000000 --- a/www/py-trytond-webdav/PLIST +++ /dev/null @@ -1,53 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:09 rodent Exp $ -bin/trytond-webdav${PYVERSSUFFIX} -${PYSITELIB}/trytond/modules/webdav/__init__.py -${PYSITELIB}/trytond/modules/webdav/__init__.pyc -${PYSITELIB}/trytond/modules/webdav/__init__.pyo -${PYSITELIB}/trytond/modules/webdav/locale/bg.po -${PYSITELIB}/trytond/modules/webdav/locale/ca.po -${PYSITELIB}/trytond/modules/webdav/locale/cs.po -${PYSITELIB}/trytond/modules/webdav/locale/de.po -${PYSITELIB}/trytond/modules/webdav/locale/es.po -${PYSITELIB}/trytond/modules/webdav/locale/es_419.po -${PYSITELIB}/trytond/modules/webdav/locale/fr.po -${PYSITELIB}/trytond/modules/webdav/locale/hu_HU.po -${PYSITELIB}/trytond/modules/webdav/locale/it_IT.po -${PYSITELIB}/trytond/modules/webdav/locale/ja_JP.po -${PYSITELIB}/trytond/modules/webdav/locale/lo.po -${PYSITELIB}/trytond/modules/webdav/locale/lt.po -${PYSITELIB}/trytond/modules/webdav/locale/nl.po -${PYSITELIB}/trytond/modules/webdav/locale/pl.po -${PYSITELIB}/trytond/modules/webdav/locale/pt_BR.po -${PYSITELIB}/trytond/modules/webdav/locale/ru.po -${PYSITELIB}/trytond/modules/webdav/locale/sl.po -${PYSITELIB}/trytond/modules/webdav/locale/zh_CN.po -${PYSITELIB}/trytond/modules/webdav/protocol.py -${PYSITELIB}/trytond/modules/webdav/protocol.pyc -${PYSITELIB}/trytond/modules/webdav/protocol.pyo -${PYSITELIB}/trytond/modules/webdav/server.py -${PYSITELIB}/trytond/modules/webdav/server.pyc -${PYSITELIB}/trytond/modules/webdav/server.pyo -${PYSITELIB}/trytond/modules/webdav/tests/__init__.py -${PYSITELIB}/trytond/modules/webdav/tests/__init__.pyc -${PYSITELIB}/trytond/modules/webdav/tests/__init__.pyo -${PYSITELIB}/trytond/modules/webdav/tests/test_webdav.py -${PYSITELIB}/trytond/modules/webdav/tests/test_webdav.pyc -${PYSITELIB}/trytond/modules/webdav/tests/test_webdav.pyo -${PYSITELIB}/trytond/modules/webdav/tryton.cfg -${PYSITELIB}/trytond/modules/webdav/view/attachment_form.xml -${PYSITELIB}/trytond/modules/webdav/view/collection_form.xml -${PYSITELIB}/trytond/modules/webdav/view/collection_list.xml -${PYSITELIB}/trytond/modules/webdav/view/collection_tree.xml -${PYSITELIB}/trytond/modules/webdav/view/share_form.xml -${PYSITELIB}/trytond/modules/webdav/view/share_list.xml -${PYSITELIB}/trytond/modules/webdav/webdav.py -${PYSITELIB}/trytond/modules/webdav/webdav.pyc -${PYSITELIB}/trytond/modules/webdav/webdav.pyo -${PYSITELIB}/trytond/modules/webdav/webdav.xml -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/www/py-trytond-webdav/distinfo b/www/py-trytond-webdav/distinfo deleted file mode 100644 index 657c2d82442e..000000000000 --- a/www/py-trytond-webdav/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:30:49 nia Exp $ - -BLAKE2s (tryton-4.2/trytond_webdav-4.2.0.tar.gz) = 29f061f6de10119591e443a85f729d0f0347ed5dc7ddc754f73398ac8dbb9640 -SHA512 (tryton-4.2/trytond_webdav-4.2.0.tar.gz) = ad437af4131248d38fbbec2a490bd90ef399d31aa3ca77abd180c9da0171f2f13b1c79f4032741ff2cda2450e43fe8decf83b48547f35757a0872cbd29f047bc -Size (tryton-4.2/trytond_webdav-4.2.0.tar.gz) = 36199 bytes diff --git a/www/ruby-padrino-contrib/Makefile b/www/ruby-padrino-contrib/Makefile index d00b21cfc3b0..46f1b3dce1a0 100644 --- a/www/ruby-padrino-contrib/Makefile +++ b/www/ruby-padrino-contrib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2017/09/19 16:36:07 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/28 14:39:55 taca Exp $ DISTNAME= padrino-contrib-0.2.0 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-padrino-contrib/distinfo b/www/ruby-padrino-contrib/distinfo index 4bfbc0d1e2d1..324de6ee35cf 100644 --- a/www/ruby-padrino-contrib/distinfo +++ b/www/ruby-padrino-contrib/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:31:01 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/28 14:39:55 taca Exp $ BLAKE2s (padrino-contrib-0.2.0.gem) = 1ed1811b168267aafe6009ecbd47403e3a597e35637a4522aa44a3edbbcc2959 SHA512 (padrino-contrib-0.2.0.gem) = 759191530f0dc2c5e13388617659938f07ac786eca552768ff568d4ae6cf62cc6d5c95439f9e17e351d669b62b8383bc733b6d0b34fbaf311005f6226345f276 Size (padrino-contrib-0.2.0.gem) = 17920 bytes +SHA1 (patch-lib_padrino-contrib_helpers_breadcrumbs.rb) = dc965d21997671bf4beaa44c925b609b733f6d36 diff --git a/www/ruby-padrino-contrib/patches/patch-lib_padrino-contrib_helpers_breadcrumbs.rb b/www/ruby-padrino-contrib/patches/patch-lib_padrino-contrib_helpers_breadcrumbs.rb new file mode 100644 index 000000000000..38f899e45098 --- /dev/null +++ b/www/ruby-padrino-contrib/patches/patch-lib_padrino-contrib_helpers_breadcrumbs.rb @@ -0,0 +1,25 @@ +$NetBSD: patch-lib_padrino-contrib_helpers_breadcrumbs.rb,v 1.1 2021/12/28 14:39:55 taca Exp $ + +Fix for CVE-2019-16145 from upstream commit: +662616162265a74da5a35b55c10f85d8168fc635. + +--- lib/padrino-contrib/helpers/breadcrumbs.rb.orig 2021-12-28 14:30:14.586323532 +0000 ++++ lib/padrino-contrib/helpers/breadcrumbs.rb +@@ -37,7 +37,7 @@ module Padrino + def set_home(url, caption, options = {}) + self.home = { + :url => url.to_s, +- :caption => caption.to_s.humanize.html_safe, ++ :caption => caption.to_s.humanize, + :name => :home, + :options => options + } +@@ -96,7 +96,7 @@ module Padrino + items << { + :name => name.to_sym, + :url => url.to_s, +- :caption => caption.to_s.humanize.html_safe, ++ :caption => caption.to_s.humanize, + :options => options + } + end diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index 1eb052727a54..b13e7c8bbd87 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/11/07 16:04:51 pin Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/29 05:52:31 pin Exp $ -DISTNAME= wiki-tui-0.4.2 +DISTNAME= wiki-tui-0.4.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=Builditluc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/wiki-tui/distinfo b/www/wiki-tui/distinfo index 5730f39aead8..0cc0fe0fccf5 100644 --- a/www/wiki-tui/distinfo +++ b/www/wiki-tui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2021/11/07 16:04:51 pin Exp $ +$NetBSD: distinfo,v 1.5 2021/12/29 05:52:31 pin Exp $ BLAKE2s (addr2line-0.16.0.crate) = 24e229c429a7ffc5c9010ec4c102ab2fc3f9982cfa9897b42709fd96b8f83dc7 SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c @@ -597,9 +597,9 @@ Size (wasmer_enumset_derive-0.5.0.crate) = 5657 bytes BLAKE2s (web-sys-0.3.49.crate) = f4a0299a0dee099893de50d089dff882af61df259964713a7979e122d0582470 SHA512 (web-sys-0.3.49.crate) = b77c4b473b849bef87325c14bb48f08a52145812fef35e81e854ac0631264253a4b8c50bafab8578f79832414a081a929ca71426cd9c90529e5f319e52e58451 Size (web-sys-0.3.49.crate) = 649549 bytes -BLAKE2s (wiki-tui-0.4.2.tar.gz) = 171ce736f8c7f91680bba82cc91fda6b5ab7e4c76b20793fa2198d986eecde45 -SHA512 (wiki-tui-0.4.2.tar.gz) = 494b8f7c4077b69fe43714c88d776b100a9b1a1e3f3b377dc80ff7ecc77a9acd2464be64e74577efb8b395b328a1c2a6391fb5988acb168c30c1062fa6859a24 -Size (wiki-tui-0.4.2.tar.gz) = 54551 bytes +BLAKE2s (wiki-tui-0.4.3.tar.gz) = 62a332d784ceeb3863e218930e56c896e6f185ee39985b17ddd62b81e15bfa8c +SHA512 (wiki-tui-0.4.3.tar.gz) = f193dba38c9d818a172c43ddaaaa9d277bc4ca3bead2a00c1d837dc84063a0a21862bf8b82deb6f56bbc32876449b8a3c4925d638b6dfd67396017037dc2ca2c +Size (wiki-tui-0.4.3.tar.gz) = 56991 bytes BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 Size (winapi-0.3.9.crate) = 1200382 bytes diff --git a/x11/Makefile b/x11/Makefile index 560c08997a5b..478cb13b30b4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.947 2021/12/19 21:38:12 pin Exp $ +# $NetBSD: Makefile,v 1.948 2021/12/26 18:21:44 gutteridge Exp $ # COMMENT= Packages to support the X Window System @@ -247,7 +247,6 @@ SUBDIR+= libunique3 SUBDIR+= libxcb SUBDIR+= libxcvt SUBDIR+= libxdg-basedir -SUBDIR+= libxfce4gui SUBDIR+= libxfce4ui SUBDIR+= libxfce4util SUBDIR+= libxkbcommon diff --git a/x11/citron/Makefile b/x11/citron/Makefile index 85b27d1a2f1f..59b14e0d86a4 100644 --- a/x11/citron/Makefile +++ b/x11/citron/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/12/12 22:17:44 pin Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/27 09:13:06 pin Exp $ -DISTNAME= citron-0.5.0 +DISTNAME= citron-0.6.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=grtcdr/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/x11/citron/cargo-depends.mk b/x11/citron/cargo-depends.mk index 83430b007f3d..08690ef8cf60 100644 --- a/x11/citron/cargo-depends.mk +++ b/x11/citron/cargo-depends.mk @@ -1,26 +1,25 @@ -# $NetBSD: cargo-depends.mk,v 1.3 2021/12/12 22:17:44 pin Exp $ +# $NetBSD: cargo-depends.mk,v 1.4 2021/12/27 09:13:06 pin Exp $ CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18 CARGO_CRATE_DEPENDS+= ansi_term-0.12.1 -CARGO_CRATE_DEPENDS+= anyhow-1.0.51 CARGO_CRATE_DEPENDS+= arrayref-0.3.6 CARGO_CRATE_DEPENDS+= arrayvec-0.5.2 CARGO_CRATE_DEPENDS+= atty-0.2.14 CARGO_CRATE_DEPENDS+= autocfg-1.0.1 CARGO_CRATE_DEPENDS+= base64-0.13.0 -CARGO_CRATE_DEPENDS+= bitflags-1.3.2 +CARGO_CRATE_DEPENDS+= bitflags-1.2.1 +CARGO_CRATE_DEPENDS+= bitvec-0.19.6 CARGO_CRATE_DEPENDS+= blake2b_simd-0.5.11 CARGO_CRATE_DEPENDS+= block-0.1.6 -CARGO_CRATE_DEPENDS+= byte-unit-4.0.13 CARGO_CRATE_DEPENDS+= byteorder-1.4.3 CARGO_CRATE_DEPENDS+= bytesize-1.1.0 CARGO_CRATE_DEPENDS+= cc-1.0.72 +CARGO_CRATE_DEPENDS+= cfg-if-0.1.10 CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 CARGO_CRATE_DEPENDS+= chrono-0.4.19 CARGO_CRATE_DEPENDS+= chrono-tz-0.6.1 CARGO_CRATE_DEPENDS+= chrono-tz-build-0.0.2 CARGO_CRATE_DEPENDS+= clap-2.34.0 -CARGO_CRATE_DEPENDS+= colored-2.0.0 CARGO_CRATE_DEPENDS+= const-sha1-0.2.0 CARGO_CRATE_DEPENDS+= constant_time_eq-0.1.5 CARGO_CRATE_DEPENDS+= core-foundation-0.9.2 @@ -33,61 +32,60 @@ CARGO_CRATE_DEPENDS+= dirs-1.0.5 CARGO_CRATE_DEPENDS+= dirs-4.0.0 CARGO_CRATE_DEPENDS+= dirs-sys-0.3.6 CARGO_CRATE_DEPENDS+= either-1.6.1 -CARGO_CRATE_DEPENDS+= enum-iterator-0.7.0 -CARGO_CRATE_DEPENDS+= enum-iterator-derive-0.7.0 +CARGO_CRATE_DEPENDS+= file-locker-1.0.5 CARGO_CRATE_DEPENDS+= foreign-types-0.3.2 CARGO_CRATE_DEPENDS+= foreign-types-shared-0.1.1 -CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 +CARGO_CRATE_DEPENDS+= freedesktop_entry_parser-1.2.0 +CARGO_CRATE_DEPENDS+= funty-1.1.0 CARGO_CRATE_DEPENDS+= gethostname-0.2.1 CARGO_CRATE_DEPENDS+= getrandom-0.1.16 CARGO_CRATE_DEPENDS+= getrandom-0.2.3 -CARGO_CRATE_DEPENDS+= getset-0.1.2 -CARGO_CRATE_DEPENDS+= git2-0.13.25 CARGO_CRATE_DEPENDS+= heck-0.3.3 CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19 -CARGO_CRATE_DEPENDS+= idna-0.2.3 -CARGO_CRATE_DEPENDS+= if-addrs-0.6.7 -CARGO_CRATE_DEPENDS+= if-addrs-sys-0.3.2 +CARGO_CRATE_DEPENDS+= home-0.5.3 +CARGO_CRATE_DEPENDS+= if-addrs-0.7.0 CARGO_CRATE_DEPENDS+= itertools-0.10.3 -CARGO_CRATE_DEPENDS+= jobserver-0.1.24 CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 -CARGO_CRATE_DEPENDS+= libc-0.2.109 +CARGO_CRATE_DEPENDS+= lexical-core-0.7.6 +CARGO_CRATE_DEPENDS+= libc-0.2.112 CARGO_CRATE_DEPENDS+= libdbus-sys-0.2.2 -CARGO_CRATE_DEPENDS+= libgit2-sys-0.12.26+1.3.0 -CARGO_CRATE_DEPENDS+= libmacchina-4.0.0 -CARGO_CRATE_DEPENDS+= libz-sys-1.1.3 +CARGO_CRATE_DEPENDS+= libmacchina-5.0.3 +CARGO_CRATE_DEPENDS+= linicon-2.2.0 CARGO_CRATE_DEPENDS+= local-ip-address-0.4.4 CARGO_CRATE_DEPENDS+= log-0.4.14 CARGO_CRATE_DEPENDS+= mac-notification-sys-0.3.0 CARGO_CRATE_DEPENDS+= mach-0.3.2 CARGO_CRATE_DEPENDS+= malloc_buf-0.0.6 -CARGO_CRATE_DEPENDS+= matches-0.1.9 CARGO_CRATE_DEPENDS+= memalloc-0.1.0 CARGO_CRATE_DEPENDS+= memchr-2.4.1 +CARGO_CRATE_DEPENDS+= memmap2-0.2.3 CARGO_CRATE_DEPENDS+= memoffset-0.6.5 CARGO_CRATE_DEPENDS+= neli-0.5.3 -CARGO_CRATE_DEPENDS+= nix-0.22.0 -CARGO_CRATE_DEPENDS+= nix-0.23.0 +CARGO_CRATE_DEPENDS+= nix-0.17.0 +CARGO_CRATE_DEPENDS+= nix-0.22.2 +CARGO_CRATE_DEPENDS+= nix-0.23.1 +CARGO_CRATE_DEPENDS+= nom-6.1.2 CARGO_CRATE_DEPENDS+= notify-rust-4.5.5 CARGO_CRATE_DEPENDS+= num-integer-0.1.44 CARGO_CRATE_DEPENDS+= num-traits-0.2.14 -CARGO_CRATE_DEPENDS+= num_cpus-1.13.0 +CARGO_CRATE_DEPENDS+= num_cpus-1.13.1 CARGO_CRATE_DEPENDS+= objc-0.2.7 CARGO_CRATE_DEPENDS+= objc-foundation-0.1.1 CARGO_CRATE_DEPENDS+= objc_id-0.1.1 CARGO_CRATE_DEPENDS+= os-release-0.1.0 +CARGO_CRATE_DEPENDS+= owo-colors-3.2.0 CARGO_CRATE_DEPENDS+= parse-zoneinfo-0.3.0 -CARGO_CRATE_DEPENDS+= percent-encoding-2.1.0 -CARGO_CRATE_DEPENDS+= phf-0.10.0 +CARGO_CRATE_DEPENDS+= phf-0.10.1 CARGO_CRATE_DEPENDS+= phf_codegen-0.10.0 CARGO_CRATE_DEPENDS+= phf_generator-0.10.0 CARGO_CRATE_DEPENDS+= phf_shared-0.10.0 -CARGO_CRATE_DEPENDS+= pkg-config-0.3.23 +CARGO_CRATE_DEPENDS+= pkg-config-0.3.24 CARGO_CRATE_DEPENDS+= ppv-lite86-0.2.15 CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.4 CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.4 -CARGO_CRATE_DEPENDS+= proc-macro2-1.0.33 +CARGO_CRATE_DEPENDS+= proc-macro2-1.0.34 CARGO_CRATE_DEPENDS+= quote-1.0.10 +CARGO_CRATE_DEPENDS+= radium-0.5.3 CARGO_CRATE_DEPENDS+= rand-0.8.4 CARGO_CRATE_DEPENDS+= rand_chacha-0.3.1 CARGO_CRATE_DEPENDS+= rand_core-0.6.3 @@ -99,44 +97,38 @@ CARGO_CRATE_DEPENDS+= redox_users-0.4.0 CARGO_CRATE_DEPENDS+= regex-1.5.4 CARGO_CRATE_DEPENDS+= regex-syntax-0.6.25 CARGO_CRATE_DEPENDS+= rust-argon2-0.8.3 -CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 -CARGO_CRATE_DEPENDS+= rustversion-1.0.6 +CARGO_CRATE_DEPENDS+= ryu-1.0.9 CARGO_CRATE_DEPENDS+= same-file-1.0.6 -CARGO_CRATE_DEPENDS+= semver-1.0.4 -CARGO_CRATE_DEPENDS+= serde-1.0.130 -CARGO_CRATE_DEPENDS+= serde_derive-1.0.130 +CARGO_CRATE_DEPENDS+= serde-1.0.132 +CARGO_CRATE_DEPENDS+= serde_derive-1.0.132 CARGO_CRATE_DEPENDS+= siphasher-0.3.7 CARGO_CRATE_DEPENDS+= sqlite-0.26.0 CARGO_CRATE_DEPENDS+= sqlite3-src-0.3.0 CARGO_CRATE_DEPENDS+= sqlite3-sys-0.13.0 +CARGO_CRATE_DEPENDS+= static_assertions-1.1.0 CARGO_CRATE_DEPENDS+= strsim-0.8.0 CARGO_CRATE_DEPENDS+= structopt-0.3.25 CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18 CARGO_CRATE_DEPENDS+= strum-0.22.0 CARGO_CRATE_DEPENDS+= strum_macros-0.22.0 -CARGO_CRATE_DEPENDS+= syn-1.0.82 +CARGO_CRATE_DEPENDS+= syn-1.0.84 CARGO_CRATE_DEPENDS+= sysctl-0.4.3 +CARGO_CRATE_DEPENDS+= tap-1.0.1 CARGO_CRATE_DEPENDS+= textwrap-0.11.0 CARGO_CRATE_DEPENDS+= thiserror-1.0.30 CARGO_CRATE_DEPENDS+= thiserror-impl-1.0.30 CARGO_CRATE_DEPENDS+= time-0.1.44 -CARGO_CRATE_DEPENDS+= tinyvec-1.5.1 -CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.0 CARGO_CRATE_DEPENDS+= uncased-0.9.6 -CARGO_CRATE_DEPENDS+= unicode-bidi-0.3.7 -CARGO_CRATE_DEPENDS+= unicode-normalization-0.1.19 CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0 CARGO_CRATE_DEPENDS+= unicode-width-0.1.9 CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 -CARGO_CRATE_DEPENDS+= url-2.2.2 -CARGO_CRATE_DEPENDS+= utf8-width-0.1.5 -CARGO_CRATE_DEPENDS+= vcpkg-0.2.15 CARGO_CRATE_DEPENDS+= vec_map-0.8.2 -CARGO_CRATE_DEPENDS+= vergen-5.2.0 CARGO_CRATE_DEPENDS+= version_check-0.9.3 +CARGO_CRATE_DEPENDS+= void-1.0.2 CARGO_CRATE_DEPENDS+= walkdir-2.3.2 CARGO_CRATE_DEPENDS+= wasi-0.9.0+wasi-snapshot-preview1 CARGO_CRATE_DEPENDS+= wasi-0.10.0+wasi-snapshot-preview1 +CARGO_CRATE_DEPENDS+= which-4.2.2 CARGO_CRATE_DEPENDS+= widestring-0.5.1 CARGO_CRATE_DEPENDS+= winapi-0.3.9 CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0 @@ -145,20 +137,21 @@ CARGO_CRATE_DEPENDS+= winapi-wsapoll-0.1.1 CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CRATE_DEPENDS+= windows-0.18.0 CARGO_CRATE_DEPENDS+= windows-0.24.0 -CARGO_CRATE_DEPENDS+= windows-0.26.0 -CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.26.0 +CARGO_CRATE_DEPENDS+= windows-0.29.0 +CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.29.0 CARGO_CRATE_DEPENDS+= windows_gen-0.18.0 CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.24.0 -CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.26.0 +CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.29.0 CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.24.0 -CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.26.0 +CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.29.0 CARGO_CRATE_DEPENDS+= windows_macros-0.18.0 CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.24.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.26.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.29.0 CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.24.0 -CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.26.0 +CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.29.0 CARGO_CRATE_DEPENDS+= winreg-0.10.1 CARGO_CRATE_DEPENDS+= winrt-notification-0.5.0 CARGO_CRATE_DEPENDS+= wmi-0.9.2 +CARGO_CRATE_DEPENDS+= wyz-0.2.0 CARGO_CRATE_DEPENDS+= x11rb-0.9.0 CARGO_CRATE_DEPENDS+= xml-rs-0.8.4 diff --git a/x11/citron/distinfo b/x11/citron/distinfo index 2f097e86eece..3fb8a972ca5a 100644 --- a/x11/citron/distinfo +++ b/x11/citron/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2021/12/12 22:17:44 pin Exp $ +$NetBSD: distinfo,v 1.4 2021/12/27 09:13:06 pin Exp $ BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 @@ -6,9 +6,6 @@ Size (aho-corasick-0.7.18.crate) = 112923 bytes BLAKE2s (ansi_term-0.12.1.crate) = 9d7961fca7b2680f17660048cf2d6171faa0def807ea66b5b5b9110f0623a12f SHA512 (ansi_term-0.12.1.crate) = b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 Size (ansi_term-0.12.1.crate) = 24838 bytes -BLAKE2s (anyhow-1.0.51.crate) = f628a2e79e801b4a6827890497cb384370690f90453fe7eb409b2c4715502f5c -SHA512 (anyhow-1.0.51.crate) = e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c -Size (anyhow-1.0.51.crate) = 44100 bytes BLAKE2s (arrayref-0.3.6.crate) = 6fc7fdf8ba0d9faceedc6ea045d2dfe51ba316bf8368756a54892e3edc1fa244 SHA512 (arrayref-0.3.6.crate) = 368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f Size (arrayref-0.3.6.crate) = 10035 bytes @@ -24,18 +21,18 @@ Size (autocfg-1.0.1.crate) = 12908 bytes BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151 Size (base64-0.13.0.crate) = 62070 bytes -BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415 -SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -Size (bitflags-1.3.2.crate) = 23021 bytes +BLAKE2s (bitflags-1.2.1.crate) = d88eaeb22f47d784119fe5d2ecd3e09ef458afb28b23c53a23566144e1ee218d +SHA512 (bitflags-1.2.1.crate) = ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b +Size (bitflags-1.2.1.crate) = 16745 bytes +BLAKE2s (bitvec-0.19.6.crate) = dcff24292656698ae66f9b02e505a78976a679f184d439c916bd39063aebbb22 +SHA512 (bitvec-0.19.6.crate) = b0ff49814a0197e7be7dda7b0781fecf9b02e7ba0301769a89cf236c981736236263bdb5872afc711731d2c84cf8fe696b0dc4e284d24d399675f4ecc6ab7ea4 +Size (bitvec-0.19.6.crate) = 147956 bytes BLAKE2s (blake2b_simd-0.5.11.crate) = 158e78ae978c36720f63b708dd28ebc08a323a01674489a2ee54e3dafea61e3e SHA512 (blake2b_simd-0.5.11.crate) = 4a7657db637869465637cb9a65cb82e7a119c554bd4d532aaf84f9cc77a494fda07d07db89c73e92e5bf4844bb1be53062fc61120e839e414e938e487e7f2257 Size (blake2b_simd-0.5.11.crate) = 34096 bytes BLAKE2s (block-0.1.6.crate) = 5482bb36f2842a3fe4fcac084ae4762392ac429ee1f5c30298465df08c610235 SHA512 (block-0.1.6.crate) = c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 Size (block-0.1.6.crate) = 4077 bytes -BLAKE2s (byte-unit-4.0.13.crate) = bc234e724e2bf811c82c7d37bd395c4618cfc2438cd6d7671850b8dd3711db24 -SHA512 (byte-unit-4.0.13.crate) = d100207e25d2a6e7a1677ba13703518bf157aef3a641020f9b569546fcf7d0405d73b8a9aaedcba812584537c0ee5d94a048e04673f49458626bd63274afe197 -Size (byte-unit-4.0.13.crate) = 10846 bytes BLAKE2s (byteorder-1.4.3.crate) = 980d5e4ac6d39901b2368959edd7a811f91dbd5bcf899699f3885a5c5e492491 SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa Size (byteorder-1.4.3.crate) = 22512 bytes @@ -45,6 +42,9 @@ Size (bytesize-1.1.0.crate) = 9370 bytes BLAKE2s (cc-1.0.72.crate) = d7c813ce55ba3261f533abd6ff1428db11b296901bef18e733f859452d7705f9 SHA512 (cc-1.0.72.crate) = e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d Size (cc-1.0.72.crate) = 57495 bytes +BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225 +SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339 +Size (cfg-if-0.1.10.crate) = 7933 bytes BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff Size (cfg-if-1.0.0.crate) = 7934 bytes @@ -57,15 +57,12 @@ Size (chrono-tz-0.6.1.crate) = 585749 bytes BLAKE2s (chrono-tz-build-0.0.2.crate) = 419463aac7986219f79fb88e022a586f6b6dc36eff2314151e0656c0f417a740 SHA512 (chrono-tz-build-0.0.2.crate) = 9ce99c60a61e97d987a84b367832cbc239cd13e2da5f8af8661afce16fcf6fa927fa1f3a03f002a82261fc693999832b705d62ce1dbba33bb11a0a7a8c38c521 Size (chrono-tz-build-0.0.2.crate) = 5840 bytes -BLAKE2s (citron-0.5.0.tar.gz) = b6eec22fb22a6bca83a26d862c9db5dfc2eb6fbb4a23b4a6705b930c352a2d15 -SHA512 (citron-0.5.0.tar.gz) = ffa74d435df8f860fa4f4d4732af45736214e56190b78076df9b9963b43b0a99ac5b99cc5e134e0e5ac9fc279fd02179e371e598cb903b20b64b01f176da72dc -Size (citron-0.5.0.tar.gz) = 54869 bytes +BLAKE2s (citron-0.6.4.tar.gz) = 8bbc6aaf807e2a4c9987d5b79fcbf6027eed5c456318cabebd21f923da53f822 +SHA512 (citron-0.6.4.tar.gz) = fa8390ca00d5974a9b65f04c75e53c6aea023946ba0f50861fba570121f1c784901864969e75df2c77b215845b9421af43450d62c69ff535db3b174391764ee4 +Size (citron-0.6.4.tar.gz) = 52876 bytes BLAKE2s (clap-2.34.0.crate) = 91ff2fb5743d3909808214f12ff8daee40fe089653558e9d390acc6ee56956c1 SHA512 (clap-2.34.0.crate) = c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 Size (clap-2.34.0.crate) = 202210 bytes -BLAKE2s (colored-2.0.0.crate) = d662d4cff2fde6538fe02524b0e763f1928411c0dfb593c90c8dd6a6616389ec -SHA512 (colored-2.0.0.crate) = c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a -Size (colored-2.0.0.crate) = 21619 bytes BLAKE2s (const-sha1-0.2.0.crate) = a00ce5861a06a2541e1ec0954f55fffd447294adcc6447fdeafe124fbeafd9df SHA512 (const-sha1-0.2.0.crate) = 9dde193471e608cab47ab391c3b5a07f7cf4de4e285047bc7278e357b45b964f260094e906c59d214c3b29300b097e0acb78e75b93383fc492d0f40384df338b Size (const-sha1-0.2.0.crate) = 9079 bytes @@ -102,21 +99,21 @@ Size (dirs-sys-0.3.6.crate) = 10626 bytes BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf Size (either-1.6.1.crate) = 13641 bytes -BLAKE2s (enum-iterator-0.7.0.crate) = 1f38edf3b77ff64b19cd7810531ed51d46910b61d50c8a283ad4ee785be1d89a -SHA512 (enum-iterator-0.7.0.crate) = 92db2d8e39111384e682187d83a8c3fba299b359db5a293f4ad617121e0e71e13003ab27600efc5afe6dd2b211261b3bcfad29d721b71cdcac13a909884e748c -Size (enum-iterator-0.7.0.crate) = 1783 bytes -BLAKE2s (enum-iterator-derive-0.7.0.crate) = e3e1281d679ecc17fd39c7acf13dea4f90bc51a289f03a516bda6eb6aa1f54fa -SHA512 (enum-iterator-derive-0.7.0.crate) = 6e91db7cb3777f620242903f2543b478324877d1a1613f1820574301949ad9f170b4d9b6bad3bc8da0205fba38ec0063c61e0fc01066b3071761344ea88c4ac3 -Size (enum-iterator-derive-0.7.0.crate) = 2431 bytes +BLAKE2s (file-locker-1.0.5.crate) = 51ec1d728b4a176968c412ee8da5a895aeb12206405e46459415ff43feb83309 +SHA512 (file-locker-1.0.5.crate) = 01b6bb2cd98d9a39abecca9aef05e34b10bbf0395a5e18b39e837462ab328e736316ea844d58157f484d44b067a4dbc30ef4a0794039fbb22c1cc1148e2c9497 +Size (file-locker-1.0.5.crate) = 5188 bytes BLAKE2s (foreign-types-0.3.2.crate) = d6fbfbaaa345e5df7be5b4c09a69174fb43c8ab6b79a989c599f7a8c576d78ba SHA512 (foreign-types-0.3.2.crate) = bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232 Size (foreign-types-0.3.2.crate) = 7504 bytes BLAKE2s (foreign-types-shared-0.1.1.crate) = acecc39ec60d64e3ee3bab184a55ec2af2884c99435a2ebbc78bd7b3d9ae0fea SHA512 (foreign-types-shared-0.1.1.crate) = bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a Size (foreign-types-shared-0.1.1.crate) = 5672 bytes -BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 -SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 -Size (form_urlencoded-1.0.1.crate) = 8773 bytes +BLAKE2s (freedesktop_entry_parser-1.2.0.crate) = 85e5949156f457c9a416bd315d9c7f1a4fd0410a6cd838a550ac10c92bcca8dd +SHA512 (freedesktop_entry_parser-1.2.0.crate) = 2910e9a2de270e4920126d7b47663e65b99344e2c0b3f4962d33c92354584f9795088a7f71de9e9153cfac11071fe0c08e771229eebe40f3e01d286c6065a18d +Size (freedesktop_entry_parser-1.2.0.crate) = 16268 bytes +BLAKE2s (funty-1.1.0.crate) = 3f355e61e1f98e80f8ecaf5c490150261802eb035fdf3d29d3b812d0eb3a64a0 +SHA512 (funty-1.1.0.crate) = 771f42f601a0349a8e9344c8df552491c64af350b18eacc99463e972335d4a4c95416704ebf49e904503fb2d6f78bf201c8cb82fa20bfbf460ab1e7ed9f94a9e +Size (funty-1.1.0.crate) = 11631 bytes BLAKE2s (gethostname-0.2.1.crate) = 9d3e9f4823d0139cde7145eec62f1880cc0afd83edc3d254a838ccd95d982ff9 SHA512 (gethostname-0.2.1.crate) = 66a65ee64283b2aa7755f0e94e628650308dbf3fd0b564ec79bb0a934a820810fe401ca90afd476ec5806b487057affabaf6866f3e95f7f570e902b9ceb3c852 Size (gethostname-0.2.1.crate) = 8988 bytes @@ -126,51 +123,39 @@ Size (getrandom-0.1.16.crate) = 25077 bytes BLAKE2s (getrandom-0.2.3.crate) = c451e4c9701d09c79572625708c12711e2a0a14a925b614b8be72f231a601f18 SHA512 (getrandom-0.2.3.crate) = e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d Size (getrandom-0.2.3.crate) = 26261 bytes -BLAKE2s (getset-0.1.2.crate) = ba395ed2558961c343afd6a9049c424aace4aea3870eb5f93e3e2f227e711092 -SHA512 (getset-0.1.2.crate) = 54f162d0d072253abcf26c8779a9d8eb423db9df85716da13a785edb4c61757cf0c03f3563dde5de4534be9d4d50498c03b8337dcaafeaefc29c9c836dff1371 -Size (getset-0.1.2.crate) = 8831 bytes -BLAKE2s (git2-0.13.25.crate) = 06a23afdbc5a83abfc443e2d72d268a5843bdeea9ffbde7ceb3566666d3e7fae -SHA512 (git2-0.13.25.crate) = 666f11464f34d82abd994f00a0b81e960551c4c524b4f00d28e5c728172dfa894fec65050767cc96d18d1d5de57f1e901154fe8d70e2e31b93b93790bce021ab -Size (git2-0.13.25.crate) = 194192 bytes BLAKE2s (heck-0.3.3.crate) = ad67e9fc1dc80c1a47e13e4e30cd2644118f8135c22c5c6462ed254cf6374d84 SHA512 (heck-0.3.3.crate) = b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f Size (heck-0.3.3.crate) = 10260 bytes BLAKE2s (hermit-abi-0.1.19.crate) = c731a42a9056a75a3ba26b5ab02c7c60c1fa2f21635d4152de66dc2eb407e097 SHA512 (hermit-abi-0.1.19.crate) = 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a Size (hermit-abi-0.1.19.crate) = 9979 bytes -BLAKE2s (idna-0.2.3.crate) = ab46cafcffb3e0d08ac1b12bdcfd56376fef089009965b6f36b1b0edd546a7de -SHA512 (idna-0.2.3.crate) = 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f -Size (idna-0.2.3.crate) = 271023 bytes -BLAKE2s (if-addrs-0.6.7.crate) = 0a7c59387132e80ebc2235aca119a4a710a2c3e0bea8c04e45035b37c9d39b30 -SHA512 (if-addrs-0.6.7.crate) = dde551c0dde4ef6c8ff646fb1fe23070ce9dc9805d58a5d0e3c17c0876423d47b375168fd333fc70a5ff67813bc42accc72ba152fe904940b112bf18250f34ae -Size (if-addrs-0.6.7.crate) = 9842 bytes -BLAKE2s (if-addrs-sys-0.3.2.crate) = 1c18ab777ae4ead68f4447391ece8e11c27543b70f25d2322d9a17fa0c2b2760 -SHA512 (if-addrs-sys-0.3.2.crate) = e06ec03d5a0dc6958d0060dfe39229c6969f979b076455755634b2a32f811298e8e1ce7b58fef20c98559f10c7829648f697b42d9a18964c0219b3b653f50194 -Size (if-addrs-sys-0.3.2.crate) = 6778 bytes +BLAKE2s (home-0.5.3.crate) = 37c8635242e1ed708e3eb6968ead981bacd0058b5385e650ee38ad280c387980 +SHA512 (home-0.5.3.crate) = cb3b7b24db30a8b29f36f90a0d345b2e187f9e76f22203e142a77c8308dcc62e97b5714fb0ed890210b31375cf30d3362b8d740fe189079a6d3a095be50dcb0b +Size (home-0.5.3.crate) = 7890 bytes +BLAKE2s (if-addrs-0.7.0.crate) = 270775bdf296ce6873bf5a8ea2fa1f265fa28ce4b52fbb68fb7d725682d5d09e +SHA512 (if-addrs-0.7.0.crate) = ea82e01a21e70395c239eee1bf94aabd42fb291e932a787e7b340962ed6c4e618dcc0fd3c66bdb846c1231dac59732a0a28c3c308a33ff55017ccdd22b5961ba +Size (if-addrs-0.7.0.crate) = 9632 bytes BLAKE2s (itertools-0.10.3.crate) = 000d14e57a2cd5705c26f5bfe471fae0ad8d7682bebf54ddcb5ecd4278d9f0cb SHA512 (itertools-0.10.3.crate) = 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 Size (itertools-0.10.3.crate) = 118661 bytes -BLAKE2s (jobserver-0.1.24.crate) = b0b568975ec4717e12f16289654bbcde31bc69b7d949171a843cee36d0f44106 -SHA512 (jobserver-0.1.24.crate) = 0feade0f1f0a458bdbcedafce8fc39f44adeb56772ea94a59f16f038a743f506db1405a7c8deae65a6a5c1695bfb363c19aeea1c82c41c7f4d1101469f32e42e -Size (jobserver-0.1.24.crate) = 21303 bytes BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 Size (lazy_static-1.4.0.crate) = 10443 bytes -BLAKE2s (libc-0.2.109.crate) = 070d311abf228f9e8958467481af616551bb81b12e9a083c947cb255f8088c25 -SHA512 (libc-0.2.109.crate) = ecc5cff60ef7ef4febae95cb3ea4fc130b1844ee20d046332ea0738c85ce1c0afe9239d9ad5b1a50236918aa1166eed04b5a91ece76e49099e4a5415bde881a4 -Size (libc-0.2.109.crate) = 570506 bytes +BLAKE2s (lexical-core-0.7.6.crate) = bbeb8094100b12eff00ace901c365193a7f1ce61f7852cb045e80f97b890a6be +SHA512 (lexical-core-0.7.6.crate) = fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172 +Size (lexical-core-0.7.6.crate) = 494385 bytes +BLAKE2s (libc-0.2.112.crate) = 09606c79a810802b6d71f0d5dfb6fb903c9dd4af7ebe7ef837c2d6705657a11c +SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f +Size (libc-0.2.112.crate) = 571445 bytes BLAKE2s (libdbus-sys-0.2.2.crate) = 7a2b4e3db49dad16a89c2b3d1790dfcee132f93c83949946d6365a63c151932d SHA512 (libdbus-sys-0.2.2.crate) = 70bd8d4705172af1e3eaa76472c78cf90fb6aa45d1cc4b5e93869d21f27eea519582498eac51c4f06d3a17a9a4ecd8607c3b1b3415a1de8aa3f662c7d2012a97 Size (libdbus-sys-0.2.2.crate) = 10990 bytes -BLAKE2s (libgit2-sys-0.12.26+1.3.0.crate) = e06d2fd75375aeccc6cd953b15370574733e713bad99f653669f8c68cc59ed3a -SHA512 (libgit2-sys-0.12.26+1.3.0.crate) = de30865b3d4ab0288e090381e5646e3e8028c341fac93014168fcfa5f166f7fbad9fc4ebd285919247cc6bac178658eb936ea1fdf168068248be07ad34ecc54d -Size (libgit2-sys-0.12.26+1.3.0.crate) = 1476836 bytes -BLAKE2s (libmacchina-4.0.0.crate) = f7163bec61750319063ee40b3eaf910afb161e3a13f2cc574fa1090e3846892c -SHA512 (libmacchina-4.0.0.crate) = b586cfbb736032e3fc3b95e1091af2f2dfd0d50afc0bb4006a6cb38e14b51941b229200b5e0873dc6b911c2cdcca2d538ba2437f70d383bd719af70adff086c3 -Size (libmacchina-4.0.0.crate) = 33006 bytes -BLAKE2s (libz-sys-1.1.3.crate) = 7f7b7ae67a2839af4d8824c2f9ff3f1e8b63794723fb3d984374f232b09b41a0 -SHA512 (libz-sys-1.1.3.crate) = 9ad3ac88cb3c436ba046a55123b7a3c96c56a8ae2a1b85a3eb39339e84441b16c82d35630e9aad1d51db83943f2d08cf0bd45e212b7284c224de451a0f0c30bb -Size (libz-sys-1.1.3.crate) = 1341394 bytes +BLAKE2s (libmacchina-5.0.3.crate) = 5434c1cbce7d50fa58d31b48bef6f2512112d0989737af7b6fcc664d30a9953c +SHA512 (libmacchina-5.0.3.crate) = fe3a0f9424b318b995cfd462ff2433326fffa9a0ced8accaf605b08c85bcb9c62be11ab286fb16ea24af1fc8b615577cd59aca151f599f8ed62fe5f9aa72b559 +Size (libmacchina-5.0.3.crate) = 33132 bytes +BLAKE2s (linicon-2.2.0.crate) = e87e99a18649cc9b2d512a8dc41b1ce4d1d08bc819d327e85697a8f696418031 +SHA512 (linicon-2.2.0.crate) = d7328517d47dc6cc2ed4acb0f6cb0b1b1b858b1420946d93d2af9126028f895bd67d9323f1b0f7d364a128d7a46cf711b0d03ef8fd2d84f254aa8a3a22688763 +Size (linicon-2.2.0.crate) = 22448 bytes BLAKE2s (local-ip-address-0.4.4.crate) = ba034f125ab6765da248159d3d2cdadd0c0bdf27e191f274a1c168e90f854096 SHA512 (local-ip-address-0.4.4.crate) = 7e96b3f4fa38b63410321878a1aca7067a209da8a6d4866576f3785dc3875d9899154438162f7a926f4a90c3b344c230b8d9a5090d44250170545ecd1d44e55c Size (local-ip-address-0.4.4.crate) = 16868 bytes @@ -186,27 +171,33 @@ Size (mach-0.3.2.crate) = 19611 bytes BLAKE2s (malloc_buf-0.0.6.crate) = fa2e78c89cf38b987feb7cc9114dedf22a0d8ea5611e9a44f8dd55b4b79adc7c SHA512 (malloc_buf-0.0.6.crate) = 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed Size (malloc_buf-0.0.6.crate) = 1239 bytes -BLAKE2s (matches-0.1.9.crate) = d657fb7534ee934ab693dc86433fc23db4c6fd1fd46efe2e55a13c23a3d1d0b8 -SHA512 (matches-0.1.9.crate) = 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 -Size (matches-0.1.9.crate) = 2246 bytes BLAKE2s (memalloc-0.1.0.crate) = 3aa333c37c16195c7bc6cfae1570e1a00b71a49c970caceea1a90ae256f62ce7 SHA512 (memalloc-0.1.0.crate) = 666a30ad179b9387a534337bb13d1b7fa13130fac972acc652520fd83c284721f27bf899a3ed5a6e6ca87e388fe6de163b4043546503baca25cc39085f6043ed Size (memalloc-0.1.0.crate) = 2410 bytes BLAKE2s (memchr-2.4.1.crate) = ba88561df42c7b9212f8ffd8a3267f5d5dffdc0636703bfb27765c7f57a351e6 SHA512 (memchr-2.4.1.crate) = d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 Size (memchr-2.4.1.crate) = 64977 bytes +BLAKE2s (memmap2-0.2.3.crate) = 91732c4828d30bf05c6da882039d6b2b7ed11dbb560dc866eb5334e20cc9c1e6 +SHA512 (memmap2-0.2.3.crate) = 1f7869918606e90de2798497d20f7f6c36162d439278de22835478a1f21121558aea3804f3e07de0aef48e1ddb0a514ef24096185af76df9566c0f377b18df3a +Size (memmap2-0.2.3.crate) = 17669 bytes BLAKE2s (memoffset-0.6.5.crate) = 6d7634c95e5cdff4cf8017e0a0c26c7c33e7ac540bb37d2bc1812c874471f0a1 SHA512 (memoffset-0.6.5.crate) = 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f Size (memoffset-0.6.5.crate) = 7686 bytes BLAKE2s (neli-0.5.3.crate) = 95c69fa74c6cc9a910fea02c3623e323c8a3fe483c2082c9202c68a0e870d18f SHA512 (neli-0.5.3.crate) = 61a402fc0af63b0230afd97474ff43ee7f499bd937a21a57b06f272c3887d3fdf4a6dce0bc53841728294d995da9e98afdd1b5576e3a6939b89e00b6fc93b32e Size (neli-0.5.3.crate) = 49764 bytes -BLAKE2s (nix-0.22.0.crate) = ecd46d7f33f1fa71d5561f5e03209bfcc2177e4a029c0115ea4f79c0422131df -SHA512 (nix-0.22.0.crate) = 73e18e87814dc98bb77f99705c45537afeadb04790c3db54a55688b3e925d3df5e7911282e997244316e310d5286ac10880b00487f706f9c7babde9225a4a14f -Size (nix-0.22.0.crate) = 227091 bytes -BLAKE2s (nix-0.23.0.crate) = 48f60fdc0c1786a18a691f32d13109a7f8c6a4ad6d684ab710ec5ff0fbe4cf6b -SHA512 (nix-0.23.0.crate) = 0aa28f348b67eb79f6f36410e0be4a888294312350b67717ef462905fddb7cba4d81fc0748515629cfd617535c2244e651b05cb0600a054fdc40ec60346a8c8c -Size (nix-0.23.0.crate) = 185348 bytes +BLAKE2s (nix-0.17.0.crate) = 5ed9d49bba7b70dd643a3abee127692b3b419ccfe1f9e19147ab0f82a4b78d6c +SHA512 (nix-0.17.0.crate) = 3f2bc4f0e9dcb9753535aec9d626ad8126f0a9ea18f73760ba72be0f35d82542c659b4c443783010de133a318f423a16f71cd1f1dd5b5a1f4f71ff7bda247b63 +Size (nix-0.17.0.crate) = 195654 bytes +BLAKE2s (nix-0.22.2.crate) = 6a6a197d7e79c98d18e2abcad29507ffd4282df260c764ca302c64b9edaf8da6 +SHA512 (nix-0.22.2.crate) = 860c6cfe77117c28ea54fc5587a125e8ab14acec2dcf77f70d3e43ea574f5272ebb05999b266142616bd92aa613f8c2f60b026b95e758975601df9345a2dbf71 +Size (nix-0.22.2.crate) = 227371 bytes +BLAKE2s (nix-0.23.1.crate) = f2cc2a3e893a47f30d1623cd826559065d811604dcf64ca337299adfdc8a8f7b +SHA512 (nix-0.23.1.crate) = 23431030b094ebb027200d8cdc05d0ac1730fbb86ee088795a2314f1ba19b76ed5f24373c1aba8125575bf69f8e7d4d9c08344b9cb49a4ae3d8f7987b5f4e6b6 +Size (nix-0.23.1.crate) = 240531 bytes +BLAKE2s (nom-6.1.2.crate) = aae6737acf60a12b85060be96d8275e4cee36468df7ab0e21454243083e2c5b2 +SHA512 (nom-6.1.2.crate) = f9a12a6c523c1c3202f3c45a514d02c40c600c835b83a1f94fd8e51ab462fdb89de3b32ad11630813d8e3cf4c8bc76acc620781568dbf2eb12469dcd9d3d0b19 +Size (nom-6.1.2.crate) = 147539 bytes BLAKE2s (notify-rust-4.5.5.crate) = d033fecfd40fb09a1b1e9b7ab43fcecda42275bdc29c85b64051e7c45eb168d9 SHA512 (notify-rust-4.5.5.crate) = 7bbdf91c1bbcf9d9ca698659aceb1562880ed46fcfd1c37cefaaa45993a95356ceecada430fe74f09c6a73e3957499c24730eee52e7fd735da1ae4dae30b86da Size (notify-rust-4.5.5.crate) = 46299 bytes @@ -216,9 +207,9 @@ Size (num-integer-0.1.44.crate) = 22216 bytes BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e Size (num-traits-0.2.14.crate) = 45476 bytes -BLAKE2s (num_cpus-1.13.0.crate) = 9feb84c345e288846365e1ff29d95ee255a7792c11182ef39fd9b8c054359b14 -SHA512 (num_cpus-1.13.0.crate) = e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -Size (num_cpus-1.13.0.crate) = 14704 bytes +BLAKE2s (num_cpus-1.13.1.crate) = 62977ab8aa05325460f20f92921eb7952552495415936271fa5fdd1aff7ec9c7 +SHA512 (num_cpus-1.13.1.crate) = 91ffe0ec792228621d6c2d5cc544ef4744203d19fc9c86e0aad2610038c43aca0448b6c27d82979417a0f6c939ea73523303a44c28df0d1c1b8d09814d5306d9 +Size (num_cpus-1.13.1.crate) = 14752 bytes BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391 SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 Size (objc-0.2.7.crate) = 22036 bytes @@ -231,15 +222,15 @@ Size (objc_id-0.1.1.crate) = 3258 bytes BLAKE2s (os-release-0.1.0.crate) = 581465c56f02976eda2180ac22babc928202a86ed98d60d55b3eb073dfaa6d35 SHA512 (os-release-0.1.0.crate) = b0f403f0f2d3faeeadef8c11470cfed59435d7dcf5e0238cb6e00f2a8fce9f2f6d60f73d2c79e1850e4e3494f7aaf95e469b27d209ea74815607b391e2262844 Size (os-release-0.1.0.crate) = 3760 bytes +BLAKE2s (owo-colors-3.2.0.crate) = f5a11c5d9319e459da3a86a4f0f921bcc96a487ce382b7590eec64c20a250178 +SHA512 (owo-colors-3.2.0.crate) = bac9c5f653447d98a9c324c217b47d40e9df4990593f17a973ae8cf998290cf1ec078221b9608ae548a1ed9c8d2e88feba765a60e118ced946dc48ef6c9edcb1 +Size (owo-colors-3.2.0.crate) = 26928 bytes BLAKE2s (parse-zoneinfo-0.3.0.crate) = 7be9897e0a7b1d3691b3b8f978b58e8164e97c243384a33ff86463bcaf31efdc SHA512 (parse-zoneinfo-0.3.0.crate) = e87eb0feca1feda438bb44d92268779053feec9b0823a336ffc593f508fb6e918add1023d4abcb23fa334efe8a07ab41143f5fe841b4f62ac000feb23c6d840e Size (parse-zoneinfo-0.3.0.crate) = 76590 bytes -BLAKE2s (percent-encoding-2.1.0.crate) = 542ff6aaf4f75153656c4a30c8cbab03ae2f1bd09cb20379636114b9b4713a3f -SHA512 (percent-encoding-2.1.0.crate) = 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a -Size (percent-encoding-2.1.0.crate) = 9748 bytes -BLAKE2s (phf-0.10.0.crate) = c08b5173dd8391063270d186047fae21148a0b19c37b7fefaa8522f13e9f871d -SHA512 (phf-0.10.0.crate) = 4784c4acd49fb4de47aaa2484d6c018ff154094fe97199ce5fd3e6a67ab53efa454fc41b549a7addd2a02f32a096e4c541e4134f71d7bd78f77da23ab9502017 -Size (phf-0.10.0.crate) = 4675 bytes +BLAKE2s (phf-0.10.1.crate) = 89c720a3ed7642132481296062a4e715736f32c4fa81e5ac2ea78161fae4445f +SHA512 (phf-0.10.1.crate) = 84568d6d1baa7c4e6faf5f3ee09133e736977286d7cb7630a59a53fc8ea15d0d41b9242f8929184667ce576cc9946da55d1e8bc06e98824f163c91c6aa05e073 +Size (phf-0.10.1.crate) = 5406 bytes BLAKE2s (phf_codegen-0.10.0.crate) = a1cf3023cc98ffc2eac2ba2e85a273a9d153c5f17b60fc155898046745dd5570 SHA512 (phf_codegen-0.10.0.crate) = dab91b53c72a5b9b6c4773b9f16d2cd58f65bdd9fb975257b8d107d4509b44f5ce8b92ab59a60171207e025688cde54ef97c9973c4226a8765f10f35c4f6f1b1 Size (phf_codegen-0.10.0.crate) = 3402 bytes @@ -249,9 +240,9 @@ Size (phf_generator-0.10.0.crate) = 7525 bytes BLAKE2s (phf_shared-0.10.0.crate) = 631c38577a3d33382a4e75d7efffae8f4e508750fb2888ba70fa3637854cf993 SHA512 (phf_shared-0.10.0.crate) = f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 Size (phf_shared-0.10.0.crate) = 4095 bytes -BLAKE2s (pkg-config-0.3.23.crate) = 969242c7059cdb43a9a02ddc65d29b9909edcb578a5113e69554c33290ad4716 -SHA512 (pkg-config-0.3.23.crate) = f575394105e96f454609892785da1a105adef5b698ff83182818ccd414cd2a8fc9f2ed780099793172008ba0d64bc31d1d9a1aecbf2facff16a310ca7446f059 -Size (pkg-config-0.3.23.crate) = 16374 bytes +BLAKE2s (pkg-config-0.3.24.crate) = 30f728642a8760aeea0c11726e378d31e22e4fc7980a55a8278476c729e65a60 +SHA512 (pkg-config-0.3.24.crate) = be22c609b3d5a9a38bab1d30792cff397cc908f1c53fb2da68a9a7d1258e53ef64c1c5b26d840b0ed1d35b307c98ffb499c82e5796e88be0a6ecc0c6f3b5dbfb +Size (pkg-config-0.3.24.crate) = 16489 bytes BLAKE2s (ppv-lite86-0.2.15.crate) = 966d1647c63b7004793be583de185f91d5b3b238d389c42c1b07d01f169a82fb SHA512 (ppv-lite86-0.2.15.crate) = 6dac73153d244cca97ea00e429f783a7d03b48f10ee450cf6f8d77581010b28be5048f53322b0c888b425b5085f440b6ea90599ea00c55c641de6e29da42f0b3 Size (ppv-lite86-0.2.15.crate) = 22002 bytes @@ -261,12 +252,15 @@ Size (proc-macro-error-1.0.4.crate) = 25293 bytes BLAKE2s (proc-macro-error-attr-1.0.4.crate) = 3204ef6b947e06798ac6e978bd1a40f2f7e81de7d3079fd7b639242f8ed032a8 SHA512 (proc-macro-error-attr-1.0.4.crate) = 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 Size (proc-macro-error-attr-1.0.4.crate) = 7971 bytes -BLAKE2s (proc-macro2-1.0.33.crate) = 07a323152815b1597266f35a547bf5814a38cb15de9cc319e7d061dc32ac6ffd -SHA512 (proc-macro2-1.0.33.crate) = a4e0aaa92eae63c6e8dbafd2fbb7105e58b10f576863eee66e764c133ce5e3360da8486581b9df4379b7b3a101976a5962d4f648c416eb4c5979480232eed40e -Size (proc-macro2-1.0.33.crate) = 41040 bytes +BLAKE2s (proc-macro2-1.0.34.crate) = 493f5cc07078f31ad6a14a52b0eac4d37245a630f167473fda4ead51855b61a3 +SHA512 (proc-macro2-1.0.34.crate) = 960036a077c3869386ecb5c2019816adc70e9a9b32ceeacd4b14b39a91dbffe0b21764ead7237ab3aa553b26cb6732bbeccacbaf83c8dca9069b11b9a85dd1f8 +Size (proc-macro2-1.0.34.crate) = 41072 bytes BLAKE2s (quote-1.0.10.crate) = e9e1d8ab1339d53acc1847301ea98f79546b06b4360015009999a0ae6c54b6bf SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 Size (quote-1.0.10.crate) = 29960 bytes +BLAKE2s (radium-0.5.3.crate) = 72ee28c3e7e7f5f60673a337f84bdf5f7f6fe5779ee75022197a88cf899dcd0b +SHA512 (radium-0.5.3.crate) = f4af86cddec991b11d86b1d976e212bb19da8d7e5ae1d40ee812391c21d3fc855bdb2770395baf7efcfdb5b2029a99c9038702a28f8c9e925e1b23f03c0e717a +Size (radium-0.5.3.crate) = 7588 bytes BLAKE2s (rand-0.8.4.crate) = 1db1d01a23c907a2b38288078a433d5883e8e7da64357817315188a1dc91739c SHA512 (rand-0.8.4.crate) = 77ae0e988e31e12f7d3f2c40814f930eecbc94c4aced827c337be78eeeabf39fde2dc5c4fda059afdc01285ff4afe30393c32694377de004feff16207606558e Size (rand-0.8.4.crate) = 87406 bytes @@ -300,24 +294,18 @@ Size (regex-syntax-0.6.25.crate) = 293293 bytes BLAKE2s (rust-argon2-0.8.3.crate) = b6de7c7ad352ed9dc7aeec09489906d7a070d9f5e5a2e5f8276c8d23dac3df35 SHA512 (rust-argon2-0.8.3.crate) = f336dd3f90e1a49be107b641f9e9d513b6f8098dbdd1ab8aa2bd1fae329ce6840ad11a902b599922bef45d96ffb556d52b57d61218271bdccb7c85f9fe1da033 Size (rust-argon2-0.8.3.crate) = 28313 bytes -BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba -SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db -Size (rustc_version-0.4.0.crate) = 12175 bytes -BLAKE2s (rustversion-1.0.6.crate) = a82b3505b23caef2f581ce87720e125119abec4591214cd2ad8aa907eac62f03 -SHA512 (rustversion-1.0.6.crate) = fa9efca7e49eff6c510d062d02fc73d15341b1fe16d24dada86108202a4295d2e0519aecf3f1701540cd4d49a513c05e74d3d27e21e5eb3cb1aba46c70a992cc -Size (rustversion-1.0.6.crate) = 18380 bytes +BLAKE2s (ryu-1.0.9.crate) = 873737ecd578ee8636eabec493fd3ed4d18589f6a34793b872148bfb1755ba01 +SHA512 (ryu-1.0.9.crate) = 4e7c2c7ec73da1ddb32e18d36b8159cb4047b9f4feeb975361e7ba68135e671e11419bb7786df789f5d08e5895231d2c98e36035b515f2c64ac40474d08905cb +Size (ryu-1.0.9.crate) = 48391 bytes BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c Size (same-file-1.0.6.crate) = 10183 bytes -BLAKE2s (semver-1.0.4.crate) = f6cefa21c17314902c9c8678856c9de2115878bba334313ecdf5460023d32087 -SHA512 (semver-1.0.4.crate) = 82ef2b4a3533360de1c645dba02b57a2670fdc51709a07be4a63b94055335225764d42d70f9617ed3aeb4c4de121da24e73b0e2c5c781501e9ee32dff756ebd9 -Size (semver-1.0.4.crate) = 29375 bytes -BLAKE2s (serde-1.0.130.crate) = 6a4c338235c6efdd4b1ffdb5a07993342a925d473d2438d84d72be0de1570b3c -SHA512 (serde-1.0.130.crate) = e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 -Size (serde-1.0.130.crate) = 75305 bytes -BLAKE2s (serde_derive-1.0.130.crate) = 3bdf291c2a28a01eb45deddc78babdf6bb30da40462679f424f34949c1cdca23 -SHA512 (serde_derive-1.0.130.crate) = d3ca974bf8856ed8a73af4eaff69941b35eef187d7e348d6d2ef9ee79eccad893e66270c7d814ac3871e09e21e603d34d7d1f24b182d9b39e9219acd42a7baa8 -Size (serde_derive-1.0.130.crate) = 54703 bytes +BLAKE2s (serde-1.0.132.crate) = ecdceeb209885acb82dc8daa123475c5f5ac03b5160df28f6625a4bb95870c7a +SHA512 (serde-1.0.132.crate) = 8dac512547074a6934315ebae3e7540ef8baa225cdd58f11416b4565a1335ab317e659901fd626beffd6514c5dc6ec9fc705cc1d15e9cdd2051bd28649cca555 +Size (serde-1.0.132.crate) = 75364 bytes +BLAKE2s (serde_derive-1.0.132.crate) = 955fd24795c4da53498eb1f50e93a0f5727f0fa4c35e111d6f81f1bdcb81282f +SHA512 (serde_derive-1.0.132.crate) = 04f1a738b133de752fd1f4d70ffa35bbc144208bc3495ead56cda8ce65a72c501ea9c8e5e6d088cee94a878bf62509fc9f75dfadb320eb942042ee5ea80dc76a +Size (serde_derive-1.0.132.crate) = 54725 bytes BLAKE2s (siphasher-0.3.7.crate) = beaebc5bf78487d9206d15092bb79b742a9de5cd77bd266f0f87b7af0ff30295 SHA512 (siphasher-0.3.7.crate) = 4a8ef56085742de7ad638194b21ff3e315aef6de9b7590e736071859ffa2aa4a28cdea7e05ecfa781fa35a40505086a36d84bdb3ec40d679f9b83c2edffc4d3d Size (siphasher-0.3.7.crate) = 10097 bytes @@ -330,6 +318,9 @@ Size (sqlite3-src-0.3.0.crate) = 2416573 bytes BLAKE2s (sqlite3-sys-0.13.0.crate) = 891e8908370af430346180983506b4dd356c1af4cc87b3dcb11d8ff8268485d9 SHA512 (sqlite3-sys-0.13.0.crate) = e0d6f45ead0875a03709f887f969dbac2765a99e2439087fd276ed5a93fee177aad6523830c0bcee24f55cdbad17c1370412a87ba2cd2963fbcf32b335b44369 Size (sqlite3-sys-0.13.0.crate) = 10355 bytes +BLAKE2s (static_assertions-1.1.0.crate) = eb3218e3c4d41feda9dac8901108477074703c4ed397618b14cbe86bfb1ccbe6 +SHA512 (static_assertions-1.1.0.crate) = 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee +Size (static_assertions-1.1.0.crate) = 18480 bytes BLAKE2s (strsim-0.8.0.crate) = 4c57b0c1505fd1e6a962cf721ee33473997ba55c8638e53c92efc6c9cf7fcc91 SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 Size (strsim-0.8.0.crate) = 9309 bytes @@ -345,12 +336,15 @@ Size (strum-0.22.0.crate) = 5413 bytes BLAKE2s (strum_macros-0.22.0.crate) = ad1808a19b919a2aca8e6355d612d950f3a8b7bfe7221bfbc815e49eaa961612 SHA512 (strum_macros-0.22.0.crate) = 9410b30a06b2e20043e5baff6490ec00085932dcb51db447aa10849b6952d7e9f2eaecf5d9564e41746d27aa300c4df748c811837e8ac8b98fafbd42d4795354 Size (strum_macros-0.22.0.crate) = 16501 bytes -BLAKE2s (syn-1.0.82.crate) = aaa1114a2ca257b9610cc136a08a4aa696f5e819ad0177bdaa90ae3f103eb481 -SHA512 (syn-1.0.82.crate) = 9406f62404f1dec3ea37a5e583a8dd7daf646fd5a1b11359aea3004010b3b416a44e4457695ba5beb12b3cbb9fe437de6f73018faa364c4e48060f6aab8ada1d -Size (syn-1.0.82.crate) = 234316 bytes +BLAKE2s (syn-1.0.84.crate) = c8a29c47957d1f7266486e351067d4be198d71dddf9fe0e2cc44233b7170cc57 +SHA512 (syn-1.0.84.crate) = c1bfbe6896e8b7e414b2241462aefe9552a5292ba58214e5ee3c70ea54f9cb5d4c77dfc3ebf3b2809bf6fbf297222b4570f2e6e3eb91931cc686d28a58c7dffb +Size (syn-1.0.84.crate) = 235025 bytes BLAKE2s (sysctl-0.4.3.crate) = 753f74e5a62e2fcbe9a05a5a3f425746a896958fb77b1ca5f6b06d888c2a960b SHA512 (sysctl-0.4.3.crate) = a0443fb522f522527f3230835a8199dc08b1616794ecaa5d5ac1e139069c2236385a18ddb8b5d6d42ae6810ffebefd20a7be0c20e63e9d93a9e8f19b2c0d0ca7 Size (sysctl-0.4.3.crate) = 16621 bytes +BLAKE2s (tap-1.0.1.crate) = 53f99ee7163ca9302a9cd35c56302c86e113c8c1c27902da720035740dd6ea34 +SHA512 (tap-1.0.1.crate) = d69ff11a46e2fbc276212511878f48eb93640c0b147df6578ea057b23625f9366a7fc3926693fc3809688537af5ca919c91605beed364decf83c35a032310995 +Size (tap-1.0.1.crate) = 11316 bytes BLAKE2s (textwrap-0.11.0.crate) = aac1ca89e048f3559b66b2653332c7a880ffdd9d7e557c097334ed50099ae7af SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a Size (textwrap-0.11.0.crate) = 17322 bytes @@ -363,21 +357,9 @@ Size (thiserror-impl-1.0.30.crate) = 15230 bytes BLAKE2s (time-0.1.44.crate) = 79439180e7a2959f46d464b4db490554b4fa230c169516e7368e2b60853195e9 SHA512 (time-0.1.44.crate) = 736a38637be0193a06fa35d42b4873b04a0a35d84cd2af85b7f653a1b67b95078577134bb187b777730e73cce67f437b45ff5c72b8e3f1f8e2ed3420ea0324cf Size (time-0.1.44.crate) = 28885 bytes -BLAKE2s (tinyvec-1.5.1.crate) = 60cbb8e5e15e17f378e4c83b65ca583df647d9d8bea89b565f80ac829415087d -SHA512 (tinyvec-1.5.1.crate) = 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -Size (tinyvec-1.5.1.crate) = 44942 bytes -BLAKE2s (tinyvec_macros-0.1.0.crate) = 2951b7169bfce63db3ca0a9b5dbc68f530e664ffe2a59105d9c3cb68ca4d5603 -SHA512 (tinyvec_macros-0.1.0.crate) = d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 -Size (tinyvec_macros-0.1.0.crate) = 1817 bytes BLAKE2s (uncased-0.9.6.crate) = 711fcef6a75826bf1f094efb47d82082f8438f98f257ace018fe529f2f983ffe SHA512 (uncased-0.9.6.crate) = 8d0f29b60cf800afc92d08fc4d4b92f5ca80c6ad4f38c64c2cff88b959cdb7e59952eda1200c65eae1c379e3e3d55b946a8588c393e60938a776538492af9989 Size (uncased-0.9.6.crate) = 10413 bytes -BLAKE2s (unicode-bidi-0.3.7.crate) = 35877a9b5d35d0c75856b237e5be0c43f956064b9af25b8c3345134aa8c0a756 -SHA512 (unicode-bidi-0.3.7.crate) = 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -Size (unicode-bidi-0.3.7.crate) = 33759 bytes -BLAKE2s (unicode-normalization-0.1.19.crate) = c99955ee96cbd39b0c1bdfeeda9e45606da59ad93fb48e39edd8231cd1724927 -SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f -Size (unicode-normalization-0.1.19.crate) = 107353 bytes BLAKE2s (unicode-segmentation-1.8.0.crate) = 3b772fa911152efe0d4180cd3eade59bc10bb9629186c74a972863ef12d89b71 SHA512 (unicode-segmentation-1.8.0.crate) = f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 Size (unicode-segmentation-1.8.0.crate) = 94011 bytes @@ -387,24 +369,15 @@ Size (unicode-width-0.1.9.crate) = 16745 bytes BLAKE2s (unicode-xid-0.2.2.crate) = f490e112605a2f8c1245fe3eac08a20787a04af701715892031431425bba0ae3 SHA512 (unicode-xid-0.2.2.crate) = 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 Size (unicode-xid-0.2.2.crate) = 14955 bytes -BLAKE2s (url-2.2.2.crate) = da92f066a903f6e41cc3175d605393f0243ebd8c0a6ec8bfedf53ea619feac86 -SHA512 (url-2.2.2.crate) = f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 -Size (url-2.2.2.crate) = 68555 bytes -BLAKE2s (utf8-width-0.1.5.crate) = c3ebe2621b1d0d6e71735c7f322267cbbdbfad68a02e8918d7de26a573965126 -SHA512 (utf8-width-0.1.5.crate) = 9491b21ae7d516afc6015ce06fba94ba2916c4811bdb58b91b1d531603e978985473651abd56777285c58b8b0c7ed650a68fdab20423b623e0140aeab1bf3f6e -Size (utf8-width-0.1.5.crate) = 2941 bytes -BLAKE2s (vcpkg-0.2.15.crate) = 0ec9e97d0e23d59f0a4095773e1136e15f2054fb86bcceb309774638768ea8c4 -SHA512 (vcpkg-0.2.15.crate) = 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 -Size (vcpkg-0.2.15.crate) = 228735 bytes BLAKE2s (vec_map-0.8.2.crate) = a40b5b21f51fcfad8f2fa810b929af3cb20cd710bec9216e8750e973dc9ff59a SHA512 (vec_map-0.8.2.crate) = 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 Size (vec_map-0.8.2.crate) = 14466 bytes -BLAKE2s (vergen-5.2.0.crate) = a6092ed960536bcb1807b45d9e3b79a382ea966ae6ff5284721d25fdb1e19f21 -SHA512 (vergen-5.2.0.crate) = 17ad03a22e50ba69a50d46d0a85f8d7b4870f415b742e61de6ddf450f6785b12a04839770c74f39fe097d1ab714d4abeb26bdfe0d0faf1b7072326e82c2a92b0 -Size (vergen-5.2.0.crate) = 28293 bytes BLAKE2s (version_check-0.9.3.crate) = 4f560ca94e86f6c27f91488f46e33630816faa21057a43c5cc1e04390d768d2e SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd Size (version_check-0.9.3.crate) = 12547 bytes +BLAKE2s (void-1.0.2.crate) = d6c07810aca70dbba4c024a3746f5878a24da664c2fc62ea10f8e548f7516388 +SHA512 (void-1.0.2.crate) = 1cc7d282600dc0164d7e410aa895d5dc99de1174991549c6733c94cc2027026517f66797751d737869eae58c560fa26edbf43f36b3015eb2fd99828fe40e0aa1 +Size (void-1.0.2.crate) = 2356 bytes BLAKE2s (walkdir-2.3.2.crate) = 263ff268c90c765cb836aa4743eb2e30fb738a655b3e146e059f0dbad9e6bfc4 SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da Size (walkdir-2.3.2.crate) = 23516 bytes @@ -414,6 +387,9 @@ Size (wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 bytes BLAKE2s (wasi-0.9.0+wasi-snapshot-preview1.crate) = 2acd6dfc06609bf94db869be7d9c4ac09e3f3943d3a4090c4b07250b66883468 SHA512 (wasi-0.9.0+wasi-snapshot-preview1.crate) = dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 Size (wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 bytes +BLAKE2s (which-4.2.2.crate) = 90e579578fe94d624c08f0d7d7aaa377f52a256354c4d408f5807b80cbd26b15 +SHA512 (which-4.2.2.crate) = 25fe54f3703d865bdda04a26720839d6cf52300558e1abdf339eec985cc085fc983ea44a3b36767ef56748c865d432b0105a9fbe677f4b4deee8ec0af9dda59c +Size (which-4.2.2.crate) = 8589 bytes BLAKE2s (widestring-0.5.1.crate) = aed12a8c395318182cc5f033a8c5c9dea07edeeb42a3148643b9d43a3c717e2d SHA512 (widestring-0.5.1.crate) = ef39fc053cd98c070e502d0c53acf27965a06583805fb6d8b1228f76063ed343382500917ae33231470c5af3d2223070d36f394758bd6faf4e298cb981cbe3bb Size (widestring-0.5.1.crate) = 41338 bytes @@ -438,42 +414,42 @@ Size (windows-0.18.0.crate) = 32477 bytes BLAKE2s (windows-0.24.0.crate) = d4677c05f096aacdb468f33c0f6abeea3f19729343d7262839fa4920e90b2371 SHA512 (windows-0.24.0.crate) = 8b6dddb7ff21b288d1be7c7ba85d74a52181189898a3ce0be627ca16d1837fae00e51bf784964783159df2aeeb4255fa594e0c56eea024cbfcd42be75c0d5410 Size (windows-0.24.0.crate) = 12674875 bytes -BLAKE2s (windows-0.26.0.crate) = e30ed5567d23dc92651cb6872b443dfba0e5d54d378961847e0fb455cce48a67 -SHA512 (windows-0.26.0.crate) = 39d00470d4961ed93c626e915e4f5e038f66cf7d54cc0bdc769d644f67db59208a4c12ea95bbe1e10c7f657a1ef145c2709436f1c5403afb5fc8049197914319 -Size (windows-0.26.0.crate) = 12909823 bytes -BLAKE2s (windows_aarch64_msvc-0.26.0.crate) = e49bfb98eaf38a9a775b8c486363222a905c96e78c9ee0daa0933e896a4831ee -SHA512 (windows_aarch64_msvc-0.26.0.crate) = c914b6596b9af00ea6ca7c0eee3bd21dc5822c7cf961a5a29220d7d804f8f2724a5c51e4e0f64c586506972e56e6f3941971a2335fbab4dbc014f159f877f57f -Size (windows_aarch64_msvc-0.26.0.crate) = 669638 bytes +BLAKE2s (windows-0.29.0.crate) = 1252b1902166b8374638c7e83284c0f7a94727bff7ff579a880a6e0f407dde22 +SHA512 (windows-0.29.0.crate) = b5fcf436e6e1ec3d1a99f8aae059d5a85715c7f5018fae4de5615254da4e3ad47982710a288f708676d6d86eb06480392ad65c6a12587749996f16f4a3d75a5d +Size (windows-0.29.0.crate) = 10223369 bytes +BLAKE2s (windows_aarch64_msvc-0.29.0.crate) = 7b6f583b734b64b9f845709ca0fbc57edfb7e54fb76c8a8f0ab1bc27916f039a +SHA512 (windows_aarch64_msvc-0.29.0.crate) = 4a0cbbc44066737e110197efdb36cb770d8bd406299a15f48aef146f888b46bf715e19417639c39212cddaba34ce67a32b83f6a7251f2f30eb7328f6d3402183 +Size (windows_aarch64_msvc-0.29.0.crate) = 669639 bytes BLAKE2s (windows_gen-0.18.0.crate) = 49bb7661c169b7d312a209f25e23c90c7805c39ed3f248ab6a654fd9eff61d8a SHA512 (windows_gen-0.18.0.crate) = 39820624d9e4646e5ff70058bdfe557402cd07ddafaf6b6bd6ee8da2e40ce85c9a0e2dab86a10469054ab0f0564ac1017fc8dcc4466cca944c0c1f36cd4ef8c8 Size (windows_gen-0.18.0.crate) = 6098934 bytes BLAKE2s (windows_i686_gnu-0.24.0.crate) = 76dfe1c55145753948c0e25e71833539ea8c8eb2cf2d353f2982f812a8f23fc7 SHA512 (windows_i686_gnu-0.24.0.crate) = c6596d546db46198027d654d9986656da09c98150d7fa068773fc39bc85d6c20497278797153153c65f348432e99862ee216a766defa6ef41ccdda6540b73dac Size (windows_i686_gnu-0.24.0.crate) = 774447 bytes -BLAKE2s (windows_i686_gnu-0.26.0.crate) = 01efb368660edd344d91132ea9e9a66e88ccb04c0340eeec2d2e3609abb01397 -SHA512 (windows_i686_gnu-0.26.0.crate) = 597cf2aea66e1c1fc803251b1b94a0e2d040f4621f4d438a8a44b7a5b972ea7a32fdacdb0e377d39ea93d775d7478288939f30f114c30fbb6f9d4f2a73572853 -Size (windows_i686_gnu-0.26.0.crate) = 774446 bytes +BLAKE2s (windows_i686_gnu-0.29.0.crate) = 324d12696b2bb099d421e319e356bddb1132e8b0e38cc1a169794cf182486a81 +SHA512 (windows_i686_gnu-0.29.0.crate) = baee4f2a036002bc1add15a5ea13a0b06a089c206cb681e66781a456be20cecf0e72a9ba88b31143aefd4ddee4fa4a7213b74725d58c550905751eb4fc2e254d +Size (windows_i686_gnu-0.29.0.crate) = 774446 bytes BLAKE2s (windows_i686_msvc-0.24.0.crate) = 0ca15d80baaa46782e8f4be73c12453df83f9464a5507de3954258fee75b1e5d SHA512 (windows_i686_msvc-0.24.0.crate) = bd75573e84e42e2252bcd1cbbd576aa67b8159940a726f805e7a33891cf768457263aad1102d0c7d360f80718f331516952a34f2de9f1bfa11918e7e363a0cbb Size (windows_i686_msvc-0.24.0.crate) = 732279 bytes -BLAKE2s (windows_i686_msvc-0.26.0.crate) = f71b4272d681c01bfdeebb222f5bdec6a627065b0382b3bc9ff4a2b0078966ac -SHA512 (windows_i686_msvc-0.26.0.crate) = 519f5034ccb955a4d26d8580b86d83e9a50b73164d239975400587fa19b28aad2f654793c5522f8b0aaa813a060f8d5433e8340f809775f1a880b6b592ad9a49 -Size (windows_i686_msvc-0.26.0.crate) = 732278 bytes +BLAKE2s (windows_i686_msvc-0.29.0.crate) = 6c2396f8ee6d1af6f2f3f20402c98d7f294795dcab18a623564c336b1a394618 +SHA512 (windows_i686_msvc-0.29.0.crate) = 58812ddc06f3330812132e4604777b860a2bf067e07a58276948758f9c0a576dc30d256e8023578312d1e3a789c29dac932f404b164615b51e1cf3395ab01928 +Size (windows_i686_msvc-0.29.0.crate) = 732279 bytes BLAKE2s (windows_macros-0.18.0.crate) = 0429f6affad4d106d10ad73864e8c0cbd046f6502afd039160e9f3d0149d1932 SHA512 (windows_macros-0.18.0.crate) = a49e1f159715d42928ee5dff87260a5b437d105c423fc89f25be40793187245d935d66489a6a588d25a345db95bcd1171e05e0fae15fd62dc8780e6c70bb6b9a Size (windows_macros-0.18.0.crate) = 8112 bytes BLAKE2s (windows_x86_64_gnu-0.24.0.crate) = 4478438c73a0b29580072034e4afc707cc333b9f1521d2e093d38bad464d8d0a SHA512 (windows_x86_64_gnu-0.24.0.crate) = 4fbe999d1f89f1f691f786a752742c49b3e9fb57ae19dca54ecb1dd391fc733727455e5fe362d160d2ab4d230de370f4a6ba83045c0c4bfd1a99c9758598953a Size (windows_x86_64_gnu-0.24.0.crate) = 743223 bytes -BLAKE2s (windows_x86_64_gnu-0.26.0.crate) = cc1a78c7fbdb07a5db41b9b90a4c59caaa2cae0706d4033b9b506cdb17cade38 -SHA512 (windows_x86_64_gnu-0.26.0.crate) = b4d73f8a2735f4d3145aa4390999005f5b4fd12eb235deb1310ef2d868be640b7574aa194dabc7bb38860b2d6fecb1e998e449c0e3ef8278955310c1cea933d5 -Size (windows_x86_64_gnu-0.26.0.crate) = 743224 bytes +BLAKE2s (windows_x86_64_gnu-0.29.0.crate) = c035f9199abad37da54674a75c83057454033230475a803b26a166d6e3b2ec4a +SHA512 (windows_x86_64_gnu-0.29.0.crate) = 77bec6fdea32ab556988bcddd51e484f44ba9265a0e27c3cd2bfeea939e66858482affb2a1f2c37681167593d71379dfd4a1684648c5867d7c6f01eb089839d2 +Size (windows_x86_64_gnu-0.29.0.crate) = 743224 bytes BLAKE2s (windows_x86_64_msvc-0.24.0.crate) = 297835d80ca9884ff829edec705bd276c031de1f8785e2a21fd3d6357be84b3a SHA512 (windows_x86_64_msvc-0.24.0.crate) = d9393a55f2fe4bad0b2af356d153b5a75479f9a536231bd6124dad48a03fb78e7c96b7843548dfda779957593e63072eab0374dc62133f8e25139b859ed621bf Size (windows_x86_64_msvc-0.24.0.crate) = 668947 bytes -BLAKE2s (windows_x86_64_msvc-0.26.0.crate) = 733518c2970d45ed44321aed13842341fabcc724248626dbf3ec6adc0072eb98 -SHA512 (windows_x86_64_msvc-0.26.0.crate) = c47a8c040a87b9d9c370bb63a40a7c43338e9d3d0a54fe1cdca1383f7d20811ce91c0a314d8a2f9f98d916b76ef7be0709f4a5f860203af5d9970e68231f50b5 -Size (windows_x86_64_msvc-0.26.0.crate) = 668953 bytes +BLAKE2s (windows_x86_64_msvc-0.29.0.crate) = ded1ac051be263f1f21e812d3c62c0233297ea669ca204fe3b3765030290492b +SHA512 (windows_x86_64_msvc-0.29.0.crate) = 3a1126c58744f32af6ad96c2e524bbeacf2a809a4536d3013554d1366415f508d0ce4bda1f9d4758a17b04fa7232f77393a50aee08654e97212a1aeae18844ac +Size (windows_x86_64_msvc-0.29.0.crate) = 668947 bytes BLAKE2s (winreg-0.10.1.crate) = 6932ce51a190f71d7f3d28a5e2e11f3406b5e22f5933ec4e490783ffb67cccd5 SHA512 (winreg-0.10.1.crate) = 09f2d18f62c3c427ebed40d667b672bb778629502ad3c39541f324b2d5ac41f0822c98b7e5320314144130580da46f1e8e51928941850e7d4af28455a564360c Size (winreg-0.10.1.crate) = 25725 bytes @@ -483,6 +459,9 @@ Size (winrt-notification-0.5.0.crate) = 33779 bytes BLAKE2s (wmi-0.9.2.crate) = b2a8c141246036027f463ddecc5120e859bb019574f2cfb56a4fecc907d90527 SHA512 (wmi-0.9.2.crate) = cef04f103c8a79a0f8580b773808f640c58d0574ad4fc08da041224e25a0e515b7f9bd882c46fe02dab13e9c3dbb274c94237ad0f46775f3bbd9318749bb76a6 Size (wmi-0.9.2.crate) = 42678 bytes +BLAKE2s (wyz-0.2.0.crate) = 4a2b3fb089d0e2248c42ea50f2ec3e13207c2c7ff8fed9c6160f62148903158c +SHA512 (wyz-0.2.0.crate) = 3a16c3e81d3595ddf1e7816e698eb4d07c7455dec579fd5e97b5d8b77e626cda52f3cdaee71e234e5e500a7ac58b9d1d5f12b17264686f3f225d5e5b0d315de7 +Size (wyz-0.2.0.crate) = 12926 bytes BLAKE2s (x11rb-0.9.0.crate) = d0acc3f5421be6c095bec2ee757673dc25ee0657bf4e4c9ba4f0a145ee9c0d8f SHA512 (x11rb-0.9.0.crate) = 5b828c78150cc57f8107df3535a2bd8e5671bcfb64d79e6a66fd41ffd262c5a9e4314afa2b01f2556c2c3d5c8c71d8b0f3b68683ff4180c3ce6e87817bed9d12 Size (x11rb-0.9.0.crate) = 626092 bytes diff --git a/x11/libxfce4gui/DESCR b/x11/libxfce4gui/DESCR deleted file mode 100644 index 59b2d79f1e78..000000000000 --- a/x11/libxfce4gui/DESCR +++ /dev/null @@ -1 +0,0 @@ -Widget library for Xfce. diff --git a/x11/libxfce4gui/Makefile b/x11/libxfce4gui/Makefile deleted file mode 100644 index ff4d76dc3eff..000000000000 --- a/x11/libxfce4gui/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.72 2021/12/08 16:02:55 adam Exp $ - -PKGREVISION= 20 -.include "../../meta-pkgs/xfce4/Makefile.common" - -VERSION= 4.10.0 -DISTNAME= libxfcegui4-${VERSION} -PKGNAME= libxfce4gui-${VERSION} -CATEGORIES= x11 -MASTER_SITES= http://archive.xfce.org/src/archive/libxfcegui4/4.10/ - -COMMENT= Xfce widget library - -PKGCONFIG_OVERRIDE= libxfcegui4/libxfcegui4-1.0.pc.in - -HOMEPAGE= https://archive.xfce.org/src/archive/libxfcegui4/4.10/ -COMMENT= Xfce widget library - -.include "../../devel/libglade/buildlink3.mk" -.include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../x11/libxfce4util/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/x11/libxfce4gui/PLIST b/x11/libxfce4gui/PLIST deleted file mode 100644 index f0f80af1910c..000000000000 --- a/x11/libxfce4gui/PLIST +++ /dev/null @@ -1,149 +0,0 @@ -@comment $NetBSD: PLIST,v 1.22 2015/04/21 08:56:43 jperkin Exp $ -@comment $NetBSD: PLIST,v 1.22 2015/04/21 08:56:43 jperkin Exp $ -include/xfce4/libxfcegui4/dialogs.h -include/xfce4/libxfcegui4/gtk_style.h -include/xfce4/libxfcegui4/gtktoxevent.h -include/xfce4/libxfcegui4/gui-enum-types.h -include/xfce4/libxfcegui4/icons.h -include/xfce4/libxfcegui4/libnetk.h -include/xfce4/libxfcegui4/libxfcegui4-config.h -include/xfce4/libxfcegui4/libxfcegui4.h -include/xfce4/libxfcegui4/netk-application.h -include/xfce4/libxfcegui4/netk-class-group.h -include/xfce4/libxfcegui4/netk-enum-types.h -include/xfce4/libxfcegui4/netk-pager.h -include/xfce4/libxfcegui4/netk-screen.h -include/xfce4/libxfcegui4/netk-tasklist.h -include/xfce4/libxfcegui4/netk-trayicon.h -include/xfce4/libxfcegui4/netk-util.h -include/xfce4/libxfcegui4/netk-window-action-menu.h -include/xfce4/libxfcegui4/netk-window-menu.h -include/xfce4/libxfcegui4/netk-window.h -include/xfce4/libxfcegui4/netk-workspace.h -include/xfce4/libxfcegui4/preview_filesel.h -include/xfce4/libxfcegui4/session-client.h -include/xfce4/libxfcegui4/xfce-appmenuitem.h -include/xfce4/libxfcegui4/xfce-colorbutton.h -include/xfce4/libxfcegui4/xfce-exec.h -include/xfce4/libxfcegui4/xfce-filechooser.h -include/xfce4/libxfcegui4/xfce-gdk-extensions.h -include/xfce4/libxfcegui4/xfce-gtk-extensions.h -include/xfce4/libxfcegui4/xfce-heading.h -include/xfce4/libxfcegui4/xfce-icontheme.h -include/xfce4/libxfcegui4/xfce-startup-notification.h -include/xfce4/libxfcegui4/xfce-titled-dialog.h -include/xfce4/libxfcegui4/xfce-widget-helpers.h -include/xfce4/libxfcegui4/xfce_aboutdialog.h -include/xfce4/libxfcegui4/xfce_clock.h -include/xfce4/libxfcegui4/xfce_decorbutton.h -include/xfce4/libxfcegui4/xfce_decortoggle.h -include/xfce4/libxfcegui4/xfce_framebox.h -include/xfce4/libxfcegui4/xfce_iconbutton.h -include/xfce4/libxfcegui4/xfce_menubutton.h -include/xfce4/libxfcegui4/xfce_movehandler.h -include/xfce4/libxfcegui4/xfce_scaled_image.h -include/xfce4/libxfcegui4/xfce_systemtray.h -include/xfce4/libxfcegui4/xfce_togglebutton.h -include/xfce4/libxfcegui4/xinerama.h -lib/libglade/2.0/libxfce4.la -lib/libxfcegui4.la -lib/pkgconfig/libxfcegui4-1.0.pc -share/gtk-doc/html/libxfcegui4/XfceAboutDialog.html -share/gtk-doc/html/libxfcegui4/XfceAppMenuItem.html -share/gtk-doc/html/libxfcegui4/XfceFramebox.html -share/gtk-doc/html/libxfcegui4/XfceHeading.html -share/gtk-doc/html/libxfcegui4/XfceIconTheme.html -share/gtk-doc/html/libxfcegui4/XfceTitledDialog.html -share/gtk-doc/html/libxfcegui4/home.png -share/gtk-doc/html/libxfcegui4/index.html -share/gtk-doc/html/libxfcegui4/index.sgml -share/gtk-doc/html/libxfcegui4/left.png -share/gtk-doc/html/libxfcegui4/libxfcegui4-Standard-Macros.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-Xfce-Gdk-extensions.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-Xfce-Gtk+-extensions.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-XfceFileChooser.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-core.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-dialogs.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-fundamentals.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-netk.html -share/gtk-doc/html/libxfcegui4/libxfcegui4-xfce-exec.html -share/gtk-doc/html/libxfcegui4/libxfcegui4.devhelp2 -share/gtk-doc/html/libxfcegui4/reference.html -share/gtk-doc/html/libxfcegui4/right.png -share/gtk-doc/html/libxfcegui4/style.css -share/gtk-doc/html/libxfcegui4/up.png -share/icons/hicolor/48x48/apps/xfce-edit.png -share/icons/hicolor/48x48/apps/xfce-filemanager.png -share/icons/hicolor/48x48/apps/xfce-games.png -share/icons/hicolor/48x48/apps/xfce-graphics.png -share/icons/hicolor/48x48/apps/xfce-internet.png -share/icons/hicolor/48x48/apps/xfce-man.png -share/icons/hicolor/48x48/apps/xfce-multimedia.png -share/icons/hicolor/48x48/apps/xfce-printer.png -share/icons/hicolor/48x48/apps/xfce-schedule.png -share/icons/hicolor/48x48/apps/xfce-sound.png -share/icons/hicolor/48x48/apps/xfce-terminal.png -share/icons/hicolor/48x48/apps/xfce-unknown.png -share/icons/hicolor/48x48/apps/xfce-utils.png -share/icons/hicolor/scalable/apps/xfce-filemanager.svg -share/locale/am/LC_MESSAGES/libxfcegui4.mo -share/locale/ar/LC_MESSAGES/libxfcegui4.mo -share/locale/ast/LC_MESSAGES/libxfcegui4.mo -share/locale/be/LC_MESSAGES/libxfcegui4.mo -share/locale/bn_IN/LC_MESSAGES/libxfcegui4.mo -share/locale/ca/LC_MESSAGES/libxfcegui4.mo -share/locale/cs/LC_MESSAGES/libxfcegui4.mo -share/locale/cy/LC_MESSAGES/libxfcegui4.mo -share/locale/da/LC_MESSAGES/libxfcegui4.mo -share/locale/de/LC_MESSAGES/libxfcegui4.mo -share/locale/dz/LC_MESSAGES/libxfcegui4.mo -share/locale/el/LC_MESSAGES/libxfcegui4.mo -share/locale/en_GB/LC_MESSAGES/libxfcegui4.mo -share/locale/eo/LC_MESSAGES/libxfcegui4.mo -share/locale/es/LC_MESSAGES/libxfcegui4.mo -share/locale/et/LC_MESSAGES/libxfcegui4.mo -share/locale/eu/LC_MESSAGES/libxfcegui4.mo -share/locale/fa/LC_MESSAGES/libxfcegui4.mo -share/locale/fi/LC_MESSAGES/libxfcegui4.mo -share/locale/fr/LC_MESSAGES/libxfcegui4.mo -share/locale/gl/LC_MESSAGES/libxfcegui4.mo -share/locale/gu/LC_MESSAGES/libxfcegui4.mo -share/locale/he/LC_MESSAGES/libxfcegui4.mo -share/locale/hr/LC_MESSAGES/libxfcegui4.mo -share/locale/hu/LC_MESSAGES/libxfcegui4.mo -share/locale/hy/LC_MESSAGES/libxfcegui4.mo -share/locale/id/LC_MESSAGES/libxfcegui4.mo -share/locale/is/LC_MESSAGES/libxfcegui4.mo -share/locale/it/LC_MESSAGES/libxfcegui4.mo -share/locale/ja/LC_MESSAGES/libxfcegui4.mo -share/locale/ka/LC_MESSAGES/libxfcegui4.mo -share/locale/kk/LC_MESSAGES/libxfcegui4.mo -share/locale/ko/LC_MESSAGES/libxfcegui4.mo -share/locale/ku/LC_MESSAGES/libxfcegui4.mo -share/locale/lt/LC_MESSAGES/libxfcegui4.mo -share/locale/lv/LC_MESSAGES/libxfcegui4.mo -share/locale/mk/LC_MESSAGES/libxfcegui4.mo -share/locale/mr/LC_MESSAGES/libxfcegui4.mo -share/locale/nb/LC_MESSAGES/libxfcegui4.mo -share/locale/nl/LC_MESSAGES/libxfcegui4.mo -share/locale/nn/LC_MESSAGES/libxfcegui4.mo -share/locale/pa/LC_MESSAGES/libxfcegui4.mo -share/locale/pl/LC_MESSAGES/libxfcegui4.mo -share/locale/pt/LC_MESSAGES/libxfcegui4.mo -share/locale/pt_BR/LC_MESSAGES/libxfcegui4.mo -share/locale/ro/LC_MESSAGES/libxfcegui4.mo -share/locale/ru/LC_MESSAGES/libxfcegui4.mo -share/locale/si/LC_MESSAGES/libxfcegui4.mo -share/locale/sk/LC_MESSAGES/libxfcegui4.mo -share/locale/sq/LC_MESSAGES/libxfcegui4.mo -share/locale/sv/LC_MESSAGES/libxfcegui4.mo -share/locale/ta/LC_MESSAGES/libxfcegui4.mo -share/locale/te/LC_MESSAGES/libxfcegui4.mo -share/locale/tl_PH/LC_MESSAGES/libxfcegui4.mo -share/locale/tr/LC_MESSAGES/libxfcegui4.mo -share/locale/ug/LC_MESSAGES/libxfcegui4.mo -share/locale/uk/LC_MESSAGES/libxfcegui4.mo -share/locale/ur/LC_MESSAGES/libxfcegui4.mo -share/locale/ur_PK/LC_MESSAGES/libxfcegui4.mo -share/locale/zh_CN/LC_MESSAGES/libxfcegui4.mo -share/locale/zh_TW/LC_MESSAGES/libxfcegui4.mo diff --git a/x11/libxfce4gui/buildlink3.mk b/x11/libxfce4gui/buildlink3.mk deleted file mode 100644 index 552a35b9e784..000000000000 --- a/x11/libxfce4gui/buildlink3.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.64 2021/04/21 11:40:48 adam Exp $ - -BUILDLINK_TREE+= libxfce4gui - -.if !defined(LIBXFCE4GUI_BUILDLINK3_MK) -LIBXFCE4GUI_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.libxfce4gui+= libxfce4gui>=4.10.0 -BUILDLINK_ABI_DEPENDS.libxfce4gui?= libxfce4gui>=4.10.0nb19 -BUILDLINK_PKGSRCDIR.libxfce4gui?= ../../x11/libxfce4gui - -.include "../../devel/libglade/buildlink3.mk" -.include "../../x11/libxfce4util/buildlink3.mk" -.endif # LIBXFCE4GUI_BUILDLINK3_MK - -BUILDLINK_TREE+= -libxfce4gui diff --git a/x11/libxfce4gui/distinfo b/x11/libxfce4gui/distinfo deleted file mode 100644 index b438125a2609..000000000000 --- a/x11/libxfce4gui/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.22 2021/10/26 11:34:10 nia Exp $ - -BLAKE2s (libxfcegui4-4.10.0.tar.bz2) = a3ac5a2e77402b50e76182ccb6889d86a9fc4b013849d0fcbf811360b9548208 -SHA512 (libxfcegui4-4.10.0.tar.bz2) = 32fe3be287c84d1816154c7632a87025324c2cb9d9524ef3d7813c3b3619ca04e4b70aeb47a3e0fb59090e43e124476988774a0dc5186ebc1a0ccdfe635cbb45 -Size (libxfcegui4-4.10.0.tar.bz2) = 691012 bytes -SHA1 (patch-libxfcegui4_dialogs.c) = 60632a4ca1119a17f36ff0f2909ea3ab43dceb94 -SHA1 (patch-libxfcegui4_xfce-exec.c) = d38a0fb348560df9c4415c17963d84766d8eabe5 diff --git a/x11/libxfce4gui/patches/patch-libxfcegui4_dialogs.c b/x11/libxfce4gui/patches/patch-libxfcegui4_dialogs.c deleted file mode 100644 index 5e74b6aced21..000000000000 --- a/x11/libxfce4gui/patches/patch-libxfcegui4_dialogs.c +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-libxfcegui4_dialogs.c,v 1.1 2015/04/21 08:56:43 jperkin Exp $ - -Fix build for OS X. ---- libxfcegui4/dialogs.c.orig 2012-04-28 20:10:43.000000000 +0000 -+++ libxfcegui4/dialogs.c -@@ -64,6 +64,7 @@ - - #ifdef HAVE__NSGETENVIRON - /* for support under apple/darwin */ -+#include - #define environ (*_NSGetEnviron()) - #elif !HAVE_DECL_ENVIRON - /* try extern if environ is not defined in unistd.h */ diff --git a/x11/libxfce4gui/patches/patch-libxfcegui4_xfce-exec.c b/x11/libxfce4gui/patches/patch-libxfcegui4_xfce-exec.c deleted file mode 100644 index 0f5879e495a9..000000000000 --- a/x11/libxfce4gui/patches/patch-libxfcegui4_xfce-exec.c +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-libxfcegui4_xfce-exec.c,v 1.1 2015/04/21 08:56:43 jperkin Exp $ - -Fixes compiling with libxfce4util 4.11+ ---- libxfcegui4/xfce-exec.c.orig 2012-04-28 20:10:43.000000000 +0000 -+++ libxfcegui4/xfce-exec.c -@@ -59,6 +59,7 @@ - - #ifdef HAVE__NSGETENVIRON - /* for support under apple/darwin */ -+#include - #define environ (*_NSGetEnviron()) - #elif !HAVE_DECL_ENVIRON - /* try extern if environ is not defined in unistd.h */ -@@ -79,7 +80,7 @@ child_setup_sync(gpointer user_data) - #ifndef G_OS_WIN32 - gchar *dpyname = user_data; - -- xfce_setenv ("DISPLAY", dpyname, TRUE); -+ g_setenv ("DISPLAY", dpyname, TRUE); - #endif - } - diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index 8c3e5c3c885e..d8206d3e4678 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2021/03/08 08:13:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.41 2021/12/26 05:09:45 dholland Exp $ GITHUB_PROJECT= graphics DISTNAME= ocaml-${GITHUB_PROJECT}-2.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} diff --git a/x11/ocaml-graphics/distinfo b/x11/ocaml-graphics/distinfo index 5005d982a35d..50751e82e829 100644 --- a/x11/ocaml-graphics/distinfo +++ b/x11/ocaml-graphics/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:34:17 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/12/26 05:09:45 dholland Exp $ BLAKE2s (ocaml-graphics-2.0.0.tar.gz) = e4f7ce2c5d30344582a88274efa7c0e62c74b9ab28af70ec48fb28b68f4d892c SHA512 (ocaml-graphics-2.0.0.tar.gz) = 4cef7b44f21cb2b24845d662e238aea12d7ade26e10fbc58edda51ed2f6cc1eb8d5221b21983c52d9cd026b08d23042f489681b4257c5123846e89c26d8bf43f Size (ocaml-graphics-2.0.0.tar.gz) = 38043 bytes +SHA1 (patch-60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3) = 4437050712aeefac67fbff955ed6db0c4fddaca2 diff --git a/x11/ocaml-graphics/patches/patch-60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3 b/x11/ocaml-graphics/patches/patch-60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3 new file mode 100644 index 000000000000..d8c9d4b6afa4 --- /dev/null +++ b/x11/ocaml-graphics/patches/patch-60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3 @@ -0,0 +1,41 @@ +$NetBSD: patch-60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3,v 1.1 2021/12/26 05:09:45 dholland Exp $ + +https://github.com/xavierleroy/graphics/commit/60b5f91ebd7dd86f4c801f801e2e28bde1fd0cc3.diff + + Replace call to caml_process_pending_signals by explicit processing of events + + caml_process_pending_signals is a function from OCaml's runtime system + that disappeared in version 4.10. + + The reason this function was called in caml_gr_wait_event_poll + was to process pending X events and merge them in our event queue + before the results of the poll are determined. + + It should be just as good to explicitly purge pending X events instead. + +See https://github.com/ocaml/graphics/issues/14. + +diff --git a/src/unix/events.c b/src/unix/events.c +index b858b03..93f3fef 100644 +--- src/unix/events.c ++++ src/unix/events.c +@@ -157,13 +157,18 @@ static value caml_gr_wait_allocate_result(int mouse_x, int mouse_y, int button, + + static value caml_gr_wait_event_poll(void) + { ++ XEvent grevent; + int mouse_x, mouse_y, button, key, keypressed; + Window rootwin, childwin; + int root_x, root_y, win_x, win_y; + unsigned int modifiers; + unsigned int i; + +- caml_process_pending_signals (); ++ /* Process pending X events before polling */ ++ while (XCheckMaskEvent(caml_gr_display, -1 /*all events*/, &grevent)) { ++ caml_gr_handle_event(&grevent); ++ } ++ /* Poll the mouse state */ + if (XQueryPointer(caml_gr_display, caml_gr_window.win, + &rootwin, &childwin, + &root_x, &root_y, &win_x, &win_y, diff --git a/x11/xcolorsel/DESCR b/x11/xcolorsel/DESCR index 361742ac0f8d..538eb620c27d 100644 --- a/x11/xcolorsel/DESCR +++ b/x11/xcolorsel/DESCR @@ -1,5 +1,5 @@ This utility displays the contents of the rgb.txt file (usually found -as /usr/X11R6/lib/X11/rgb.txt) or a file with this format specified as +as /usr/X11R7/lib/X11/rgb.txt) or a file with this format specified as the optional [RgbTxtFile] parameter. Each line of this file consists of 3 integers (usu ally 0-255) representing the RGB values and a nickname for this color separated by spaces. The RGB values can be