├── .editorconfig ├── .gitattributes ├── LICENSE ├── build ├── SortMyQPKGs_220805.qpkg ├── SortMyQPKGs_220805.qpkg.md5 ├── SortMyQPKGs_220809.qpkg ├── SortMyQPKGs_220809.qpkg.md5 ├── SortMyQPKGs_220810.qpkg ├── SortMyQPKGs_220810.qpkg.md5 ├── SortMyQPKGs_221213.qpkg ├── SortMyQPKGs_221213.qpkg.md5 ├── SortMyQPKGs_230112.qpkg ├── SortMyQPKGs_230112.qpkg.md5 ├── SortMyQPKGs_230131.qpkg ├── SortMyQPKGs_230131.qpkg.md5 ├── SortMyQPKGs_230227.qpkg ├── SortMyQPKGs_230227.qpkg.md5 ├── SortMyQPKGs_230503.qpkg ├── SortMyQPKGs_230503.qpkg.md5 ├── SortMyQPKGs_230718.qpkg ├── SortMyQPKGs_230718.qpkg.md5 ├── SortMyQPKGs_230820.qpkg ├── SortMyQPKGs_230820.qpkg.md5 ├── SortMyQPKGs_230928.qpkg ├── SortMyQPKGs_230928.qpkg.md5 ├── SortMyQPKGs_231118.qpkg ├── SortMyQPKGs_231118.qpkg.md5 ├── SortMyQPKGs_240112.qpkg ├── SortMyQPKGs_240112.qpkg.md5 ├── SortMyQPKGs_240225.qpkg ├── SortMyQPKGs_240225.qpkg.md5 ├── SortMyQPKGs_240427.qpkg ├── SortMyQPKGs_240427.qpkg.md5 ├── SortMyQPKGs_240511.qpkg ├── SortMyQPKGs_240511.qpkg.md5 ├── SortMyQPKGs_240512.qpkg ├── SortMyQPKGs_240512.qpkg.md5 ├── SortMyQPKGs_240513.qpkg ├── SortMyQPKGs_240513.qpkg.md5 ├── SortMyQPKGs_240601.qpkg ├── SortMyQPKGs_240601.qpkg.md5 ├── SortMyQPKGs_240801.qpkg ├── SortMyQPKGs_240801.qpkg.md5 ├── SortMyQPKGs_240922.qpkg ├── SortMyQPKGs_240922.qpkg.md5 ├── SortMyQPKGs_241214.qpkg └── SortMyQPKGs_241214.qpkg.md5 ├── check.sh ├── docs ├── README.md ├── _config.yml ├── changelog.txt └── images │ └── sort-my-qpkgs.original.png ├── package_routines ├── qpkg.cfg ├── release.sh └── shared ├── .qpkg_icon.gif ├── .qpkg_icon_gray.gif ├── ALPHA.default ├── OMEGA.default └── sortmyqpkgs.sh /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | end_of_line = lf 5 | insert_final_newline = true 6 | 7 | [*.sh] 8 | charset = utf-8 9 | indent_style = tab 10 | indent_size = 4 11 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.sh linguist-language=bash 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | {one line to give the program's name and a brief idea of what it does.} 635 | Copyright (C) {year} {name of author} 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | {project} Copyright (C) {year} {fullname} 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_220805.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_220805.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_220805.qpkg.md5: -------------------------------------------------------------------------------- 1 | 21e5cb3f32bffdb405b505dea0aaee96 ./SortMyQPKGs_220805.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_220809.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_220809.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_220809.qpkg.md5: -------------------------------------------------------------------------------- 1 | c989f7a2584c31d3d874e7308bcf884e ./SortMyQPKGs_220809.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_220810.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_220810.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_220810.qpkg.md5: -------------------------------------------------------------------------------- 1 | 90edbf7add898e47e91aa4b5fe54e73f ./SortMyQPKGs_220810.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_221213.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_221213.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_221213.qpkg.md5: -------------------------------------------------------------------------------- 1 | 357470e3946fe46181a1b2af85e84ba9 ./SortMyQPKGs_221213.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230112.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230112.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230112.qpkg.md5: -------------------------------------------------------------------------------- 1 | 7857ee0d9fc487d9a6f6aadb03432f80 build/SortMyQPKGs_230112.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230131.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230131.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230131.qpkg.md5: -------------------------------------------------------------------------------- 1 | 48ea23ff0bf88b4b42c62255a822a9c2 build/SortMyQPKGs_230131.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230227.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230227.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230227.qpkg.md5: -------------------------------------------------------------------------------- 1 | 2fa79be955541a10384b9749e8a1baee build/SortMyQPKGs_230227.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230503.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230503.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230503.qpkg.md5: -------------------------------------------------------------------------------- 1 | 6aaf8bc333e2f6661dc10295a798e13e build/SortMyQPKGs_230503.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230718.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230718.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230718.qpkg.md5: -------------------------------------------------------------------------------- 1 | 089b92f4846d2522cecac4384c48bd4f build/SortMyQPKGs_230718.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230820.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230820.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230820.qpkg.md5: -------------------------------------------------------------------------------- 1 | 5b9a6adfdf4c935d30543bc0e0b5fae3 build/SortMyQPKGs_230820.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_230928.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_230928.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_230928.qpkg.md5: -------------------------------------------------------------------------------- 1 | e735bdbbdcf7ec0f38c790704aee7299 build/SortMyQPKGs_230928.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_231118.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_231118.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_231118.qpkg.md5: -------------------------------------------------------------------------------- 1 | 9caef9e8995e8f674f7b95c2f3c12b3b build/SortMyQPKGs_231118.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240112.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240112.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240112.qpkg.md5: -------------------------------------------------------------------------------- 1 | 0fa5518749bd72c76da040162a0be3d6 build/SortMyQPKGs_240112.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240225.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240225.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240225.qpkg.md5: -------------------------------------------------------------------------------- 1 | 44643edd1a10db13caa48a46f0a8d3c5 build/SortMyQPKGs_240225.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240427.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240427.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240427.qpkg.md5: -------------------------------------------------------------------------------- 1 | 9392283f02079fa586f8d03d96f0be17 build/SortMyQPKGs_240427.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240511.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240511.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240511.qpkg.md5: -------------------------------------------------------------------------------- 1 | 5b63caccf389738288b95000aab06651 build/SortMyQPKGs_240511.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240512.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240512.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240512.qpkg.md5: -------------------------------------------------------------------------------- 1 | 51a6c46ad70746481f94c9c44de9bd01 build/SortMyQPKGs_240512.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240513.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240513.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240513.qpkg.md5: -------------------------------------------------------------------------------- 1 | dba9b7432b92d3ce19c34b64eaeba366 build/SortMyQPKGs_240513.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240601.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240601.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240601.qpkg.md5: -------------------------------------------------------------------------------- 1 | e33aee086ad4e2171833c341cac92f6b build/SortMyQPKGs_240601.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240801.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240801.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240801.qpkg.md5: -------------------------------------------------------------------------------- 1 | 111031554f2417fd5bdc4c472fd34229 build/SortMyQPKGs_240801.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_240922.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_240922.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_240922.qpkg.md5: -------------------------------------------------------------------------------- 1 | a7ae99805f3b42e096cff923f2b8c836 build/SortMyQPKGs_240922.qpkg 2 | -------------------------------------------------------------------------------- /build/SortMyQPKGs_241214.qpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/build/SortMyQPKGs_241214.qpkg -------------------------------------------------------------------------------- /build/SortMyQPKGs_241214.qpkg.md5: -------------------------------------------------------------------------------- 1 | 514942d477a6334aa3b7433cfd8b2fd2 build/SortMyQPKGs_241214.qpkg 2 | -------------------------------------------------------------------------------- /check.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo -n 'checking ... ' 4 | 5 | fail=false 6 | 7 | if ! shellcheck --shell=bash --exclude=1117,2013,2018,2019,2120,2034,2119,2155,2181 ./shared/*.sh; then 8 | fail=true 9 | echo 10 | fi 11 | 12 | [[ $fail = true ]] && echo 'failed!' || echo 'passed!' 13 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | ![icon](images/sort-my-qpkgs.original.png) 2 | 3 | ## Description 4 | 5 | **SortMyQPKGs** is an automated sorter for installed QPKGs to ensure they launch in correct sequence when your NAS next powers-up. 6 | 7 | There are a few known packages need to launch sequentially (example: Qmono before QSonarr) but due to flaws in QNAP's package registration process, this may not occur. 8 | 9 | This package will automatically ensure the launch-order of your other QPKGs is correct. 10 | 11 | > [!IMPORTANT] 12 | > SortMyQPKGs is no-longer effective on QTS 5.2.0 or-later, as these QTS versions have been modified to start QPKGs asynchronously. I can't force QTS to load QPKGs in a specific order anymore. 13 | > 14 | > QPKGs must now make use of the 'Dependency' key. This requires QPKG developers to name any other QPKGs their QPKG depends-on and to set this key post-install with the other QPKG names as the key value. 15 | > 16 | > If you're running QTS 5.2.0 or-later, you can uninstall SortMyQPKGs. 17 | 18 | Every QPKG will fit into one of three possible groups: 19 | 20 | 1. **ALPHA** - must be launched *before* other packages, and in a specific order (these are high-level apps like command interpreters, virtual environments and the like), 21 | 22 | 2. **UNSPECIFIED** - the majority of QPKGs out there that are not explicitly named, but should be launched *after* ALPHA and *before* OMEGA packages, 23 | 24 | 3. **OMEGA** - packages that should be launched *after* everything else, and in a specific order. These are generally dependent on some other package. 25 | 26 | The order is hardcoded into this QPKG but can be modified on request by posting in the [forum topic](https://forum.qnap.com/viewtopic.php?f=320&t=133132). Please advise of new QPKGs to add and where on the current lists the new package should be placed. Only packages that *must* be placed correctly should be requested. 27 | 28 | This package was initially suggested by @father_mande & @zyxmon in [this thread](https://forum.qnap.com/viewtopic.php?f=351&t=130320), and is thanks to the research efforts of @zyxmon, @father_mande, myself and many other QNAP community members. Thank you to all who have contributed with feedback and suggestions. 29 | 30 | ## Installation 31 | 32 | - Download the latest QPKG [here](https://github.com/OneCDOnly/SortMyQPKGs/releases/latest). 33 | 34 | - Also available via [sherpa](https://github.com/OneCDOnly/sherpa). 35 | 36 | - And it's in the [myQNAP repository](https://www.myqnap.org/product/sortmyqpkgs). 37 | 38 | ## Notes 39 | 40 | - When the sorter is installed, there's not much to see. Find the package icon and click the 'Open' button to display the current log file - any changes made to your package order will be shown here. Sorting is automatically performed during each NAS shutdown. No need to run it manually. 41 | 42 | - The log is viewable via your web browser but is not a real web document, so it can change without your browser noticing. Whenever viewing the log, ensure you force a page refresh: CTRL+F5. 43 | 44 | - The current internal order preference list can be viewed with: 45 | 46 | ``` 47 | /etc/init.d/sortmyqpkgs.sh pref 48 | ``` 49 | 50 | - [Changelog](changelog.txt) 51 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-midnight 2 | 3 | -------------------------------------------------------------------------------- /docs/changelog.txt: -------------------------------------------------------------------------------- 1 | * Minor update: (241214) 2 | - add [MySQL9, DotNETSDK9, Apache84] to the ALPHA list. 3 | - package: set QTS 5.1.9 as max version. 4 | 5 | * Minor update: (240922) 6 | - package: set QTS 5.1.8 as max version. 7 | 8 | * Minor update: (240801) 9 | - code: improve message format, update actions for compatibility with sherpa, general code refresh. 10 | 11 | * Minor update: (240601) 12 | - add [qBitorrent2, Kapowarr82, Kapowarr83, Codex83] to the OMEGA list. 13 | 14 | * Minor update: (240512) 15 | - code: sort faster. 16 | 17 | * Minor update: (240511) 18 | - add [QJDK21] to the ALPHA list. 19 | - add [SortMyQPKGs] to the OMEGA list. 20 | - ensure line spacing between config blocks. 21 | - and a few code upgrades. 22 | 23 | * Minor update: (240427) 24 | - add [NodeJS16, NodeJS22] to the ALPHA list. 25 | 26 | * Minor update: (240225) 27 | - add [QPython312] to the ALPHA list. 28 | - add various QPKGs to the OMEGA list: 29 | - OSonarr 30 | - OLidarr 31 | - Readarr81 32 | - Readarr82 33 | - Readarr83 34 | - OReadarr 35 | - Prowlarr81 36 | - Prowlarr82 37 | - Prowlarr83 38 | - OTautulli 39 | - code: minor comment updates. 40 | 41 | * Minor update: (240112) 42 | - add various QPKGs to the OMEGA list: 43 | - SABnzbd83 44 | - qBittorrent 45 | - SonarrV481 46 | - SonarrV482 47 | - SonarrV483 48 | - RadarrDotNet81 49 | - RadarrDotNet82 50 | - Bazarr81 51 | - Bazarr82 52 | - Bazarr83 53 | - SickChill83 54 | - Medusa82 55 | - Medusa83 56 | - Mylar382 57 | - LidarrDotNET81 58 | - LidarrDotNET82 59 | 60 | * Minor update: (231118) 61 | - add [NodeJS20, DotNETSDK8, Apache83, PostgreSQL15, PostgreSQL16] to the ALPHA list. 62 | - add [RadarrDotNet83, LidarrDotNET83] to the OMEGA list. 63 | 64 | * Minor update: (230928) 65 | - add [sHTTPs] to the ALPHA list. 66 | - add [SABnzbd81, SABnzbd82] to the OMEGA list. 67 | 68 | * Minor update: (230820) 69 | - add [V2Ray, QPython311] to the ALPHA list. 70 | 71 | * Minor update: (230718) 72 | - add [IncreaseTimeouts, PG4admin82] to the ALPHA list. 73 | - add [OqBittorrent] to the OMEGA list. 74 | 75 | * Minor update: (230503) 76 | - code: add 'status' action. 77 | 78 | * Minor update: (230227) 79 | - code: update package icon. 80 | 81 | * Minor update: (230131) 82 | - code: always touch backupfile when running a backup: even when nothing is backed-up. 83 | 84 | * Minor update: (230112) 85 | - add [SickGear80, SickGear81, SickGear82, SickChill81, SickChill82] to the OMEGA list. 86 | - update internal package ref to myqnap.org 87 | 88 | * Minor update: (221213) 89 | - add [NodeJS18, Apache82, MongoDB] to the ALPHA list. 90 | - add [Medusa81, Mylar381] to the OMEGA list. 91 | 92 | * Minor update: (220810) 93 | - code: ensure operation status is created when running service script. 94 | 95 | * Minor update: (220809) 96 | - code: include service script operation status logging. 97 | 98 | * Minor update: (220805) 99 | - add [QJDK18, NGinX, InfluxDB2] to the ALPHA list. 100 | - add [Autobrr, Traefik] to the OMEGA list. 101 | 102 | * Minor update: (220322) 103 | - code: ensure 'autofix' doesn't run if QPKG is disabled. 104 | 105 | * Minor update: (220219) 106 | - add [QPython310] to the ALPHA list. 107 | 108 | * Minor update: (220210) 109 | - code: ensure sorter executes on shutdown. 110 | 111 | * Minor update: (211207) 112 | - add [QX11, QJDK17, Apache81] to the OMEGA list. 113 | - add [Sonarr3] to the OMEGA list. 114 | 115 | * Minor update: (211030) 116 | - add [MRadarr, SickChill80, MLidarr] to the OMEGA list. 117 | - code: renamed service script file from [sort-my-qpkgs.sh] to [sortmyqpkgs.sh]. 118 | 119 | * Minor update: (210926) 120 | - add [java-installer, FileBot, filebot-node] to the ALPHA list. 121 | 122 | * Minor update: (210924) 123 | - add [MustangUserDriver, TomCat10, MariaDB5, MariaDB10] to the ALPHA list. 124 | - add new 'device drivers' section. 125 | - code: fix a few ShellCheck pickups. 126 | 127 | * Minor update: (210708c) 128 | - code: ensure service script always returns 0. 129 | 130 | * Minor update: (210708b) 131 | - code: ensure both custom files can be backed-up without error. 132 | 133 | * Minor update: (210708) 134 | - add [Tailscale] to the ALPHA list. 135 | - add [OpenHab3] to the OMEGA list. 136 | - remove max QTS version. 137 | 138 | * Minor update: (210605) 139 | - add [MUSL_CROSS, QPython39] to the ALPHA list. 140 | - add [MTransmission3] to the OMEGA list. 141 | 142 | * Minor update: (210520) 143 | - re-enable sorting for OMEGA packages (broken due to mods in 210413). 144 | - add [QJDK16] to the ALPHA list. 145 | 146 | * Minor update: (210502) 147 | - re-enable sorting operations (broken due to mods in 210413). 148 | 149 | * Minor update: (210413) 150 | - add 'backup', 'restore' and 'reset' operations for custom lists. 151 | 152 | * Minor update: (210328) 153 | - open sorting log in a new QTS window instead of a new page. 154 | 155 | * Minor update: (210323) 156 | - add [V4LDrivers, RltkWifi2b, RltkWifi1c, Erlang, QuestDB, Dolt] to the ALPHA list. 157 | 158 | * Minor update: (201228) 159 | - add [PostgreSQLPremium13] to the ALPHA list. 160 | - include fix to enable App Center icon in QTS 4.5.1. 161 | 162 | * Minor update: (201206) 163 | - add [Apache80] to the ALPHA list. 164 | 165 | * Minor update: (201116) 166 | - add [QKVM] to the ALPHA list. 167 | 168 | * Minor update: (201106) 169 | - add [QSickChill3, PyMedusa3] to the OMEGA list. 170 | - create a symlink to main log in /var/log/ 171 | - code: minor fixes for better readability. 172 | 173 | * Minor update: (200903) 174 | - add [Deluge-server, Deluge-web, RadarrDotNet, Mylar3, LidarrDotNET] to the OMEGA list. 175 | 176 | * Minor update: (200812) 177 | - add [HandBrake_CLI, Komga] to the ALPHA list. 178 | - add [QSabNZBd3] to the OMEGA list. 179 | 180 | * Minor update: (200811) 181 | - add [OTransmission, OSickGear, LazyLibrarian] to the OMEGA list. 182 | - move the malware detection packages from loading first to (almost) last. These are not "live" scanners, so makes more sense to load them after everything else. 183 | 184 | * Minor update: (200724) 185 | - add [AcronisK, JRE_ARM, QJDK14, CACert, Teamspeak3] to the ALPHA list. 186 | - add [TransmissionWC, Ombi4] to the OMEGA list. 187 | 188 | * Minor update: (200610) 189 | - add [NMAP, Qemu] to the ALPHA list. 190 | - add [SABnzbd, QTransmission3] to the OMEGA list. 191 | - code: make constants readonly, remove a few extra characters. 192 | 193 | * Minor update: (200418) 194 | - add [QMultimedia] to the ALPHA list. 195 | - code: use only QTS binaries. 196 | 197 | * Minor update: (191222) 198 | - add [ELFx31, Apache74] to the ALPHA list. 199 | 200 | * Minor update: (190929) 201 | - add [USBSerialdrivers, TomCat9, postgresql, OpenPlexTheatre] to the ALPHA list. 202 | - disabled [AirSonic, QMadSonic, QSubSonic] in the ALPHA list. 203 | - add [NZBGet] to the OMEGA list. 204 | 205 | * Minor update: (190919) 206 | - add new 'malware detection and removal' section with [MalwareRemover, MCAFEE_QNAP] to the ALPHA list. 207 | - add [NvKernelDriver, MultimediaConsole, QuMagieCore, qumagie] to the ALPHA list. 208 | 209 | * Minor update: (190417) 210 | - add [Apache73, XTeve] to the ALPHA list. 211 | 212 | * Minor update: (190303) 213 | - add [MediaInfoCLI, MediaInfoShared, pmp] to the ALPHA list. 214 | 215 | * Minor update: (190211) 216 | - add [PostgreSQLPremium] to the ALPHA list. 217 | - minor code cleanup - no changes to functionality. 218 | 219 | * Minor update: (190205) 220 | - add [HideThatBanner] to the ALPHA list. 221 | - add [QBazarr, OWatcher3] to the OMEGA list. 222 | 223 | * Minor update: (181217) 224 | - add [QJDK11, PlexPlayer, Windscribe] to the ALPHA list. 225 | - add [RunLast] to the OMEGA list. 226 | - move source list display location. 227 | 228 | * Minor update: (181113) 229 | - add [netmgr] to the ALPHA list. 230 | - small processing speed improvements. 231 | - use shorter log messages. 232 | 233 | * Minor update: (181111) 234 | - add [MySQL8, Brook] to the ALPHA list. 235 | 236 | * Minor update: (181109) 237 | - prefer custom package lists if found. [ALPHA.custom] will be used in place of [ALPHA.default], same for OMEGA. 238 | - include 'completed' after each logged operation. 239 | 240 | * Minor update: (181022) 241 | - add [Neo4J, WireGuard] to the ALPHA list. 242 | - add [SonarrTrackTV, QSonarr3, SickChill, QSickChill] to the OMEGA list. 243 | 244 | * Minor update: (180909) 245 | - add [DotNETSDK, firebird] to the ALPHA list. 246 | 247 | * Minor update: (180808) 248 | - move 'package managers' section ahead of [NVIDIA_GPU_DRV] in the ALPHA list. 249 | 250 | * Minor update: (180706) 251 | - add [QJDK10] to the ALPHA list. 252 | 253 | * Minor update: (180630) 254 | - add new 'multimedia tools' section with [ffmpeg, Qffmpeg] to the ALPHA list. 255 | - add [Deluge, QBittorrent, QBittorrent4, rtorrent] to the OMEGA list. 256 | 257 | * Minor update: (180620) 258 | - add [InfluxDB, QOpenVPN, TincVPN] to the ALPHA list. 259 | - move [QHeadPhones] to load after [Headphones] in the OMEGA list. 260 | 261 | * Minor update: (180617) 262 | - add [HybridBackup] to the ALPHA list. 263 | - add [HappyGet2] to the OMEGA list. 264 | - move [linux-station] to load after [container-station] in the ALPHA list. 265 | 266 | * Minor update: (180615) 267 | - move [Qsirch] to load after [JRE] in the ALPHA list. 268 | 269 | * Minor update: (180612) 270 | - add [PostgreSQL, QPostgreSQL] to the ALPHA list. 271 | 272 | * Minor update: (180606) 273 | - add new 'databases' section with [QMongoDB QMariaDB CubeSQL PimCore] to the ALPHA list. 274 | - add [Caddy] to the ALPHA list. 275 | - add [Lidarr] to the OMEGA list. 276 | 277 | * Minor update: (180422) 278 | - add [Qsirch, NVIDIA_GPU_DRV, nodejsv6, nodejsv8, QVS, linux-station] to the ALPHA list. 279 | 280 | * Minor update: (180320) 281 | - add [Entware] to the ALPHA list. 282 | 283 | ** Major update: (180224) 284 | - will not perform a sort when installing or updating this package. If another package is updated or installed at the same time, this could create a corrupt [qpkg.conf] file. To mitigate this risk, SortMyQPKGs will now only sort on shutdown, or when manually requested at the CLI. 285 | - add [AirSonic, QMadSonic] to the ALPHA list. 286 | 287 | * Minor update: (180221) 288 | - remove [DownloadStation] from the ALPHA list. 289 | - add [QSubSonic] to the ALPHA list. 290 | 291 | * Minor update: (180128) 292 | - add [container-station] to the ALPHA list. 293 | - add [OMedusa] to the OMEGA list. 294 | 295 | * Minor update: (180122) 296 | - add [QJDK9] to the ALPHA list. 297 | 298 | * Minor update: (180116) 299 | - add [Medusa, Mylar] to the OMEGA list. 300 | - move torrent downloaders ahead of search apps. 301 | 302 | * Minor update: (180110) 303 | - include input file list processing which allows for new features like line comments, comment lines and empty lines. 304 | - include list group headers for ALPHA & OMEGA. 305 | - slight reshuffle to group [HD_Station] with other virtual environments. Moved [nodejs, nodejsv4, NodeJS, ruby, QRuby, Go] to load before package installers. 306 | - record sort operations into NAS system log. 307 | 308 | * Minor update: (180107) 309 | - add [QVPN, VyprVPN] to the ALPHA list. 310 | - add [QHeadPhones, Transmission, QTransmission] to the OMEGA list. 311 | 312 | * Minor update: (180105) 313 | - add [git, Nginx, PlexMediaServer] to the ALPHA list. 314 | - log is now trimmed so only the last 10 operations are kept. This will only work with recent SortMyQPKGs builds, but once a recent build has executed 10 times, log should look fine. 315 | - Record package script version in log operations. 316 | - add a nice separator line to the beginning of each operation. 317 | - remove '#' char mark from display. We can already see which list a package belongs to. 318 | 319 | * Minor update: (180104.1) 320 | - move [SABnzbd, QSabNZBdPlus] ahead of [Sonarr], so Sonarr can find an operational downloader as it starts. 321 | 322 | * Minor update: (180104) 323 | - sort operations will now be prepended to the log (instead of appended), so the most recent will be shown first in the web GUI. This means the log will look a little bit odd for a while. 324 | - add [SickGear] to the OMEGA list. 325 | 326 | * Minor update: (180102) 327 | - manual 'fix' operations are now logged. 328 | - remove the coloured display text during manual execution. Packages are now marked with a hash character "#" instead. 329 | 330 | * Minor update: (180101) 331 | - shift the ALPHA and OMEGA lists into external files. 332 | 333 | * Minor update: (171224) 334 | - add [NodeJS, QRuby, Go, Phlex, HD_Station] to the ALPHA list. 335 | - move [QNginx, ruby] within the ALPHA list. 336 | - remove [Par2, Par2cmdline-MT] from the ALPHA list. 337 | - add [QSabNZBdPlus, QSickBeard, QSickRage, MovieGrabber, CouchPotato2, QCouchPotato, Watcher3, Ombi, Ombi3] to the OMEGA list. 338 | 339 | ** Major update: (171220) 340 | - new package name! I've changed the package name from 'sort-my-qpkgs' to 'SortMyQPKGs'. Because the name has changed, your NAS should see this as a completely different package. This means all existing installations with the old name should be manually uninstalled, then the new package installed in it's place. Apologies - I chose to use the script name as the package name when creating the QPKG some time back, and I've regretted it ever since. This change finally corrects this error. 341 | - reverted (--fix|--pref) back to (fix|pref). It didn't make sense for these two ops to be the only ones requiring a prefix. 342 | 343 | * Minor update: (171209) 344 | - change the method used to backup qpkg.conf. The sorter now performs a 'logrotate'-like backup and only keeps the last 10 copies. All (qpkg.conf.prev) files will be removed. 345 | 346 | * Minor update: (171207) 347 | - add [QNginx] to the ALPHA list. 348 | - fix package finder so it only sees lines starting with '[' as a package name. 349 | 350 | * Minor update: (171115) 351 | - add [Emby, EmbyServer] to the ALPHA list. 352 | 353 | * Minor update: (171022) 354 | - created this project on GitHub. 355 | 356 | * Minor update: (171011) 357 | - QPKG is now available in the QNAP Club store! Thanks to Stephane for the idea, and to Christophe from the QNAP Club for setting up the account. 358 | 359 | * Minor update: (171010) 360 | - add [DotNET] to the ALPHA list. 361 | 362 | * Minor update: (170624) 363 | - click the 'Open' button in the App Center to display the log file in a new web-page. 364 | - eill now run an 'autofix' when first installed. 365 | 366 | * Minor update: (170618) 367 | - small display fixes. 368 | - add [sort-my-qpkgs] to the end of the OMEGA list. 369 | - reintroduced parameter naming as (--fix|--pref) instead of (fix|pref). 370 | 371 | ** Major update: (170617) 372 | - changed from a script-only to a QPKG. 373 | 374 | * Minor update: (170603) 375 | - display now uses Greek symbols to identify the installed packages. This should help if anyone has to post their display output on the forum (the displayed colours cannot be seen without screen-shots). 376 | - changed default action from fix to display-only. Use '--fix' to peform re-sorting. 377 | 378 | * Minor update: (170602) 379 | - changed things a bit so that higher-level packages (with many dependent packages) like Entware, Mono and JDK are moved to the start of qpkg.conf. This should hopefully negate the need to specify all dependent packages individually. 380 | - various programming interpreters (Python, Perl, Ruby, etc...) will now launch early too. 381 | 382 | * Initial release: (170601) 383 | - first public script release. 384 | -------------------------------------------------------------------------------- /docs/images/sort-my-qpkgs.original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/docs/images/sort-my-qpkgs.original.png -------------------------------------------------------------------------------- /package_routines: -------------------------------------------------------------------------------- 1 | ###################################################################### 2 | # List of available definitions (it's not necessary to uncomment them) 3 | ###################################################################### 4 | ###### Command definitions ##### 5 | #CMD_AWK="/bin/awk" 6 | #CMD_CAT="/bin/cat" 7 | #CMD_CHMOD="/bin/chmod" 8 | #CMD_CHOWN="/bin/chown" 9 | #CMD_CP="/bin/cp" 10 | #CMD_CUT="/bin/cut" 11 | #CMD_DATE="/bin/date" 12 | #CMD_ECHO="/bin/echo" 13 | #CMD_EXPR="/usr/bin/expr" 14 | #CMD_FIND="/usr/bin/find" 15 | #CMD_GETCFG="/sbin/getcfg" 16 | #CMD_GREP="/bin/grep" 17 | #CMD_GZIP="/bin/gzip" 18 | #CMD_HOSTNAME="/bin/hostname" 19 | #CMD_LN="/bin/ln" 20 | #CMD_LOG_TOOL="/sbin/log_tool" 21 | #CMD_MD5SUM="/bin/md5sum" 22 | #CMD_MKDIR="/bin/mkdir" 23 | #CMD_MV="/bin/mv" 24 | #CMD_RM="/bin/rm" 25 | #CMD_RMDIR="/bin/rmdir" 26 | #CMD_SED="/bin/sed" 27 | #CMD_SETCFG="/sbin/setcfg" 28 | #CMD_SLEEP="/bin/sleep" 29 | #CMD_SORT="/usr/bin/sort" 30 | #CMD_SYNC="/bin/sync" 31 | #CMD_TAR="/bin/tar" 32 | #CMD_TOUCH="/bin/touch" 33 | #CMD_WGET="/usr/bin/wget" 34 | #CMD_WLOG="/sbin/write_log" 35 | #CMD_XARGS="/usr/bin/xargs" 36 | #CMD_7Z="/usr/local/sbin/7z" 37 | # 38 | ###### System definitions ##### 39 | #SYS_EXTRACT_DIR="$(pwd)" 40 | #SYS_CONFIG_DIR="/etc/config" 41 | #SYS_INIT_DIR="/etc/init.d" 42 | #SYS_STARTUP_DIR="/etc/rcS.d" 43 | #SYS_SHUTDOWN_DIR="/etc/rcK.d" 44 | #SYS_RSS_IMG_DIR="/home/httpd/RSS/images" 45 | #SYS_QPKG_DATA_FILE_GZIP="./data.tar.gz" 46 | #SYS_QPKG_DATA_FILE_BZIP2="./data.tar.bz2" 47 | #SYS_QPKG_DATA_FILE_7ZIP="./data.tar.7z" 48 | #SYS_QPKG_DATA_CONFIG_FILE="./conf.tar.gz" 49 | #SYS_QPKG_DATA_MD5SUM_FILE="./md5sum" 50 | #SYS_QPKG_DATA_PACKAGES_FILE="./Packages.gz" 51 | #SYS_QPKG_CONFIG_FILE="$SYS_CONFIG_DIR/qpkg.conf" 52 | #SYS_QPKG_CONF_FIELD_QPKGFILE="QPKG_File" 53 | #SYS_QPKG_CONF_FIELD_NAME="Name" 54 | #SYS_QPKG_CONF_FIELD_VERSION="Version" 55 | #SYS_QPKG_CONF_FIELD_ENABLE="Enable" 56 | #SYS_QPKG_CONF_FIELD_DATE="Date" 57 | #SYS_QPKG_CONF_FIELD_SHELL="Shell" 58 | #SYS_QPKG_CONF_FIELD_INSTALL_PATH="Install_Path" 59 | #SYS_QPKG_CONF_FIELD_CONFIG_PATH="Config_Path" 60 | #SYS_QPKG_CONF_FIELD_WEBUI="WebUI" 61 | #SYS_QPKG_CONF_FIELD_WEBPORT="Web_Port" 62 | #SYS_QPKG_CONF_FIELD_SERVICEPORT="Service_Port" 63 | #SYS_QPKG_CONF_FIELD_SERVICE_PIDFILE="Pid_File" 64 | #SYS_QPKG_CONF_FIELD_AUTHOR="Author" 65 | #SYS_QPKG_CONF_FIELD_RC_NUMBER="RC_Number" 66 | ## The following variables are assigned values at run-time. 67 | #SYS_HOSTNAME=$($CMD_HOSTNAME) 68 | ## Data file name (one of SYS_QPKG_DATA_FILE_GZIP, SYS_QPKG_DATA_FILE_BZIP2, 69 | ## or SYS_QPKG_DATA_FILE_7ZIP) 70 | #SYS_QPKG_DATA_FILE= 71 | ## Base location. 72 | #SYS_QPKG_BASE="" 73 | ## Base location of QPKG installed packages. 74 | #SYS_QPKG_INSTALL_PATH="" 75 | ## Location of installed software. 76 | #SYS_QPKG_DIR="" 77 | ## If the QPKG should be enabled or disabled after the installation/upgrade. 78 | #SYS_QPKG_SERVICE_ENABLED="" 79 | ## Architecture of the device the QPKG is installed on. 80 | #SYS_CPU_ARCH="" 81 | ## Name and location of system shares 82 | #SYS_PUBLIC_SHARE="" 83 | #SYS_PUBLIC_PATH="" 84 | #SYS_DOWNLOAD_SHARE="" 85 | #SYS_DOWNLOAD_PATH="" 86 | #SYS_MULTIMEDIA_SHARE="" 87 | #SYS_MULTIMEDIA_PATH="" 88 | #SYS_RECORDINGS_SHARE="" 89 | #SYS_RECORDINGS_PATH="" 90 | #SYS_USB_SHARE="" 91 | #SYS_USB_PATH="" 92 | #SYS_WEB_SHARE="" 93 | #SYS_WEB_PATH="" 94 | ## Path to ipkg or opkg package tool if installed. 95 | #CMD_PKG_TOOL="/opt/bin/ipkg" 96 | # 97 | ###################################################################### 98 | # All package specific functions shall call 'err_log MSG' if an error 99 | # is detected that shall terminate the installation. 100 | ###################################################################### 101 | # 102 | ###################################################################### 103 | # Define any package specific operations that shall be performed when 104 | # the package is removed. 105 | ###################################################################### 106 | PKG_PRE_REMOVE="{ 107 | 108 | /etc/init.d/sortmyqpkgs.sh remove 109 | 110 | }" 111 | ###################################################################### 112 | # Define any package specific operations that shall be performed when 113 | # the package is installed. 114 | ###################################################################### 115 | pkg_post_install() 116 | { 117 | 118 | /etc/init.d/sortmyqpkgs.sh install 119 | $CMD_SETCFG -f $SYS_QPKG_CONFIG_FILE $QPKG_NAME Web_Port $($CMD_GETCFG System "Web Access Port") 120 | 121 | } 122 | -------------------------------------------------------------------------------- /qpkg.cfg: -------------------------------------------------------------------------------- 1 | QPKG_NAME="SortMyQPKGs" 2 | QPKG_VER="241214" 3 | QPKG_AUTHOR="OneCD" 4 | QPKG_RC_NUM="500" 5 | QPKG_SERVICE_PROGRAM="sortmyqpkgs.sh" 6 | QTS_MINI_VERSION="4.0.0" 7 | QTS_MAX_VERSION="5.1.9" 8 | QPKG_WEBUI="/SortMyQPKGs.log" 9 | QPKG_DISPLAY_NAME="SortMyQPKGs (OS)" 10 | QPKG_LICENSE="GPLV3" 11 | 12 | # Optional. 1 means to open the QPKG's Web UI on QTS desktop. 13 | QPKG_DESKTOP_APP="1" 14 | -------------------------------------------------------------------------------- /release.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | package_name=SortMyQPKGs 4 | main_path=~/scripts/nas/$package_name 5 | 6 | [[ -d $main_path ]] || exit 7 | 8 | release_build=$(grep '^QPKG_VER=' $main_path/qpkg.cfg | cut -d '"' -f2) 9 | asset_pathfile=$main_path/build/${package_name}_${release_build}.qpkg 10 | 11 | [[ -e $asset_pathfile ]] || exit 12 | 13 | git tag "v${release_build}" 14 | git push --tags 15 | 16 | gh release create "v${release_build}" --generate-notes "$asset_pathfile" 17 | -------------------------------------------------------------------------------- /shared/.qpkg_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/shared/.qpkg_icon.gif -------------------------------------------------------------------------------- /shared/.qpkg_icon_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OneCDOnly/SortMyQPKGs/0acc1785cf99b5bb2fb5aa579c35663ac934f76e/shared/.qpkg_icon_gray.gif -------------------------------------------------------------------------------- /shared/ALPHA.default: -------------------------------------------------------------------------------- 1 | # assorted packages 2 | IncreaseTimeouts # load very-early so it can MITM the 'qpkg_service' utility 3 | HideThatBanner # load early in-case App Center is opened immediately after bootup 4 | MUSL_CROSS 5 | 6 | # device drivers 7 | USBSerialdrivers 8 | V4LDrivers 9 | RltkWifi1c 10 | RltkWifi2b 11 | ELFx31 12 | MustangUserDriver # load before container-station 13 | 14 | # package managers 15 | Optware 16 | Optware-NG 17 | Entware-ng 18 | Entware-3x 19 | Entware # load before NVIDIA_GPU_DRV - affects Resource Monitor metrics if loaded after 20 | 21 | # assorted packages 22 | update_qpkg_conf 23 | NvKernelDriver # load before NVIDIA_GPU_DRV 24 | NVIDIA_GPU_DRV # load before HD_Station & linux-station 25 | netmgr # 'Network & Virtual Switch' 26 | NMAP # load before WMAP 27 | AcronisK # load before AcronisAgent 28 | QX11 # 'Virtual Remote Desktop Window Manager' 29 | V2Ray # 'Project V - V2ray Core' - load before V2rayA 30 | 31 | # high-level language interpreters 32 | Python 33 | QPython2 34 | Python3 35 | QPython3 36 | QPython39 37 | QPython310 38 | QPython311 39 | QPython312 40 | Perl 41 | QPerl 42 | nodejs 43 | nodejsv4 44 | nodejsv6 45 | nodejsv8 46 | NodeJS # 'NodeJS v14' 47 | NodeJS16 48 | NodeJS18 49 | NodeJS20 50 | NodeJS22 51 | ruby 52 | QRuby 53 | Go 54 | Erlang 55 | 56 | # version control systems 57 | git 58 | QGit 59 | 60 | # virtual environments 61 | Mono 62 | Qmono 63 | DotNET 64 | DotNETSDK 65 | DotNETSDK8 66 | DotNETSDK9 67 | JRE 68 | JRE_ARM 69 | QJDK7 70 | QJDK8 71 | QJDK9 72 | QJDK10 73 | QJDK11 74 | QJDK14 75 | QJDK16 76 | QJDK17 77 | QJDK18 78 | QJDK21 79 | java-installer # available in the FileBot repo 80 | QVS # old 'Virtualization Station' 81 | QKVM # new 'Virtualization Station' 82 | HD_Station # note: 'HD Station' or 'Linux Station' - only one can be enabled at any time 83 | container-station 84 | linux-station # load after container-station 85 | Qemu 86 | 87 | # certificate management 88 | CACert # load after QPerl and before Qapache 89 | 90 | # web servers 91 | Qapache 92 | Tomcat 93 | Tomcat8 94 | TomCat9 95 | TomCat10 # load after QJDK8 96 | Nginx # v1.12.2 97 | NGinX # v1.21.2.0 98 | QNginx 99 | Caddy 100 | Apache73 101 | Apache74 102 | Apache80 103 | Apache81 104 | Apache82 105 | Apache83 106 | Apache84 107 | sHHTPs 108 | 109 | # databases 110 | QMongoDB 111 | MongoDB 112 | QMariaDB 113 | MariaDB5 114 | MariaDB10 115 | CubeSQL 116 | PimCore 117 | postgresql 118 | PostgreSQL 119 | QPostgreSQL # load before QOdOO, QOdoo11 120 | PostgreSQLPremium # load after Qapache 121 | PostgreSQLPremium13 # load after Apache80 122 | PostgreSQL15 123 | PostgreSQL16 124 | PG4admin82 125 | MySQL8 126 | MySQL9 # Unsure of internal name, could also be MySQL91 - trying to confirm this. 127 | InfluxDB # load before Chronograf 128 | InfluxDB2 129 | firebird 130 | Neo4J 131 | QuestDB 132 | Dolt 133 | 134 | # multimedia tools 135 | ffmpeg # load before FileBot, DigitalMediaServer, Soundscape 136 | Qffmpeg # load before FileBot, QBubbleUPnP 137 | MediaInfoShared # load before FileBot 138 | MediaInfoCLI 139 | MultimediaConsole 140 | QuMagieCore # 'QNAP AI Core' - load after container-station and MultimediaConsole 141 | qumagie # load after QuMagieCore 142 | QMultimedia 143 | HandBrake_CLI # load before Tdarr 144 | FileBot # load before filebot-node 145 | filebot-node # load after NodeJS and FileBot 146 | 147 | # media servers 148 | XTeve 149 | Plex 150 | PlexMediaServer # load before PlexRequests 151 | PlexPlayer 152 | Phlex 153 | OpenPlexTheatre 154 | pmp 155 | Emby 156 | EmbyServer 157 | TeamSpeak3 # load before Sinusbot 158 | Komga # load after QJDK8 159 | 160 | # VPN # load all these before DownloadStation 161 | QVPN 162 | QOpenVPN 163 | VyprVPN 164 | TincVPN 165 | WireGuard 166 | Brook 167 | Windscribe 168 | Tailscale 169 | 170 | # assorted QNAP packages 171 | Qsirch # load after JRE and before Qfiling 172 | HybridBackup # load before CloudBackup 173 | -------------------------------------------------------------------------------- /shared/OMEGA.default: -------------------------------------------------------------------------------- 1 | # NZB downloaders 2 | NZBGet 3 | QNZBGet 4 | SABnzbdplus 5 | QSabNZBdPlus 6 | SABnzbd 7 | QSabNZBd3 8 | SABnzbd81 9 | SABnzbd82 10 | SABnzbd83 11 | 12 | # torrent downloaders 13 | Transmission 14 | QTransmission 15 | QTransmission3 # load before TransmissionWC 16 | TransmissionWC # load after QTransmission3 17 | OTransmission 18 | MTransmission3 # load after MUSL_CROSS 19 | Deluge 20 | Deluge-server 21 | Deluge-web 22 | qBittorrent 23 | QBittorrent 24 | QBittorrent4 25 | rtorrent 26 | OqBittorrent 27 | qBittorrent2 28 | 29 | # searchers 30 | SonarrTrackTV # load before QSonarr 31 | QSonarr 32 | QSonarr3 33 | Sonarr3 34 | SonarrV481 35 | SonarrV482 36 | SonarrV483 37 | OSonarr 38 | Radarr 39 | RadarrDotNet 40 | RadarrDotNet81 41 | RadarrDotNet82 42 | RadarrDotNet83 43 | MRadarr # load after MUSL_CROSS 44 | QBazarr # load after Sonarr & Radarr 45 | Bazarr81 46 | Bazarr82 47 | Bazarr83 48 | SickBeard 49 | QSickBeard 50 | SickBeard-TVRage 51 | SickRage 52 | QSickRage 53 | SickGear 54 | SickGear80 55 | SickGear81 56 | SickGear82 57 | OSickGear 58 | SickChill 59 | SickChill80 # load after Apache80 60 | SickChill81 61 | SickChill82 62 | SickChill83 63 | QSickChill 64 | QSickChill3 65 | Medusa 66 | Medusa81 67 | Medusa82 68 | Medusa83 69 | OMedusa 70 | PyMedusa3 71 | Headphones 72 | QHeadPhones 73 | Mylar 74 | Mylar3 75 | Mylar381 76 | Mylar382 77 | MovieGrabber 78 | CouchPotato2 79 | QCouchPotato 80 | Watcher3 81 | OWatcher3 82 | Ombi 83 | Ombi3 84 | Ombi4 85 | Lidarr 86 | LidarrDotNET 87 | LidarrDotNET81 88 | LidarrDotNET82 89 | LidarrDotNET83 90 | MLidarr # load after MUSL_CROSS 91 | OLidarr 92 | LazyLibrarian 93 | Readarr81 94 | Readarr82 95 | Readarr83 96 | OReadarr 97 | Prowlarr81 98 | Prowlarr82 99 | Prowlarr83 100 | Kapowarr82 101 | Kapowarr83 102 | Codex83 103 | Autobrr # load after all torrent downloaders 104 | 105 | # management 106 | OTautulli 107 | 108 | # malware detection and removal (these are not "live" scanners) 109 | MalwareRemover 110 | MCAFEE_QNAP 111 | 112 | # assorted packages 113 | HappyGet2 # load after MusicStation & Python3 114 | SurveillanceStation # load late due to long startup time 115 | OpenHab3 # load late due to long startup time 116 | NotificationCenter # give netmgr more time to start 117 | Traefik # load after all web services 118 | SortMyQPKGs 119 | 120 | # only run after everything else... 121 | RunLast 122 | -------------------------------------------------------------------------------- /shared/sortmyqpkgs.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | ############################################################################ 3 | # sortmyqpkgs.sh 4 | # copyright 2017-2024 OneCD 5 | # 6 | # Contact: 7 | # one.cd.only@gmail.com 8 | # 9 | # This script is part of the 'SortMyQPKGs' package 10 | # 11 | # Available in the MyQNAP store: https://www.myqnap.org/product/sortmyqpkgs 12 | # Project source: https://github.com/OneCDOnly/SortMyQPKGs 13 | # Community forum: https://forum.qnap.com/viewtopic.php?t=133132 14 | # 15 | # This program is free software: you can redistribute it and/or modify it under 16 | # the terms of the GNU General Public License as published by the Free Software 17 | # Foundation, either version 3 of the License, or (at your option) any later 18 | # version. 19 | # 20 | # This program is distributed in the hope that it will be useful, but WITHOUT 21 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 22 | # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 23 | # details. 24 | # 25 | # You should have received a copy of the GNU General Public License along with 26 | # this program. If not, see http://www.gnu.org/licenses/ 27 | ############################################################################ 28 | 29 | set -o nounset -o pipefail 30 | shopt -s extglob 31 | ln -fns /proc/self/fd /dev/fd # KLUDGE: `/dev/fd` isn't always created by QTS. 32 | 33 | readonly USER_ARGS_RAW=$* 34 | 35 | Init() 36 | { 37 | 38 | readonly QPKG_NAME=SortMyQPKGs 39 | 40 | # KLUDGE: mark QPKG installation as complete. 41 | /sbin/setcfg "$QPKG_NAME" Status complete -f /etc/config/qpkg.conf 42 | 43 | # KLUDGE: 'clean' the QTS 4.5.1+ App Center notifier status. 44 | [[ -e /sbin/qpkg_cli ]] && /sbin/qpkg_cli --clean "$QPKG_NAME" > /dev/null 2>&1 45 | 46 | local actual_alpha_pathfile='' 47 | local actual_omega_pathfile='' 48 | 49 | local -r BACKUP_PATH=$(/sbin/getcfg SHARE_DEF defVolMP -f /etc/config/def_share.info)/.qpkg_config_backup 50 | readonly BACKUP_PATHFILE=$BACKUP_PATH/$QPKG_NAME.config.tar.gz 51 | readonly LOG_GUI_PATHFILE=/home/httpd/$QPKG_NAME.log 52 | readonly LOG_LINK_PATHFILE=/var/log/$QPKG_NAME.log 53 | readonly QPKG_PATH=$(/sbin/getcfg "$QPKG_NAME" Install_Path -f /etc/config/qpkg.conf) 54 | readonly CUSTOM_ALPHA_PATHFILE=$QPKG_PATH/ALPHA.custom 55 | readonly CUSTOM_OMEGA_PATHFILE=$QPKG_PATH/OMEGA.custom 56 | local -r DEFAULT_ALPHA_PATHFILE=$QPKG_PATH/ALPHA.default 57 | local -r DEFAULT_OMEGA_PATHFILE=$QPKG_PATH/OMEGA.default 58 | readonly LOG_REAL_PATHFILE=$QPKG_PATH/$QPKG_NAME.log 59 | readonly LOG_TEMP_PATHFILE=$LOG_REAL_PATHFILE.tmp 60 | readonly QPKG_VERSION=$(/sbin/getcfg $QPKG_NAME Version -f /etc/config/qpkg.conf) 61 | readonly SERVICE_ACTION_PATHFILE=/var/log/$QPKG_NAME.action 62 | readonly SERVICE_RESULT_PATHFILE=/var/log/$QPKG_NAME.result 63 | readonly SHUTDOWN_PATHFILE=/etc/init.d/shutdown_check.sh 64 | 65 | [[ -e $LOG_REAL_PATHFILE ]] || /bin/touch "$LOG_REAL_PATHFILE" 66 | [[ ! -e $LOG_TEMP_PATHFILE ]] || rm -f "$LOG_TEMP_PATHFILE" 67 | [[ -L $LOG_GUI_PATHFILE ]] || /bin/ln -s "$LOG_REAL_PATHFILE" "$LOG_GUI_PATHFILE" 68 | [[ -L $LOG_LINK_PATHFILE ]] || /bin/ln -s "$LOG_REAL_PATHFILE" "$LOG_LINK_PATHFILE" 69 | 70 | if [[ -e $CUSTOM_ALPHA_PATHFILE ]]; then 71 | actual_alpha_pathfile=$CUSTOM_ALPHA_PATHFILE 72 | source_alpha=custom 73 | elif [[ -e $DEFAULT_ALPHA_PATHFILE ]]; then 74 | actual_alpha_pathfile=$DEFAULT_ALPHA_PATHFILE 75 | source_alpha=default 76 | else 77 | echo 'ALPHA package list file not found' 78 | exit 1 79 | fi 80 | 81 | if [[ -e $CUSTOM_OMEGA_PATHFILE ]]; then 82 | actual_omega_pathfile=$CUSTOM_OMEGA_PATHFILE 83 | source_omega=custom 84 | elif [[ -e $DEFAULT_OMEGA_PATHFILE ]]; then 85 | actual_omega_pathfile=$DEFAULT_OMEGA_PATHFILE 86 | source_omega=default 87 | else 88 | echo 'OMEGA package list file not found' 89 | exit 1 90 | fi 91 | 92 | while read -r package_ref comment; do 93 | [[ -n $package_ref && $package_ref != \#* ]] || continue 94 | PKGS_ALPHA_ORDERED+=("$package_ref") 95 | done < "$actual_alpha_pathfile" 96 | 97 | while read -r package_ref comment; do 98 | [[ -n $package_ref && $package_ref != \#* ]] || continue 99 | PKGS_OMEGA_ORDERED+=("$package_ref") 100 | done < "$actual_omega_pathfile" 101 | 102 | } 103 | 104 | StartQPKG() 105 | { 106 | 107 | if IsNotQPKGEnabled; then 108 | echo -e "This QPKG is disabled. Please enable it first with:\n\tqpkg_service enable $QPKG_NAME" 109 | return 1 110 | else 111 | AddHook 112 | fi 113 | 114 | } 115 | 116 | Fix() 117 | { 118 | 119 | RecordOperationRequest fix 120 | ShowSources | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 121 | Upshift /etc/config/qpkg.conf 122 | ShowPackagesBefore | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 123 | SortPackages 124 | ShowPackagesAfter | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 125 | RecordOperationComplete fix 126 | CommitLog 127 | echo -e '\nPackages will be started in this order during next boot-up.\n' 128 | 129 | } 130 | 131 | AutoFix() 132 | { 133 | 134 | RecordOperationRequest autofix 135 | ShowSources >> "$LOG_TEMP_PATHFILE" 136 | Upshift /etc/config/qpkg.conf 137 | ShowPackagesBefore >> "$LOG_TEMP_PATHFILE" 138 | SortPackages 139 | ShowPackagesAfter >> "$LOG_TEMP_PATHFILE" 140 | RecordOperationComplete autofix 141 | CommitLog 142 | 143 | } 144 | 145 | StatusQPKG() 146 | { 147 | 148 | if /bin/grep -q 'sortmyqpkgs.sh' "$SHUTDOWN_PATHFILE"; then 149 | echo active 150 | exit 0 151 | else 152 | echo inactive 153 | exit 1 154 | fi 155 | 156 | } 157 | 158 | BackupConfig() 159 | { 160 | 161 | local a='' 162 | local z=0 163 | 164 | RecordOperationRequest backup 165 | 166 | if [[ -e $CUSTOM_ALPHA_PATHFILE ]]; then 167 | a=$(/usr/bin/basename "$CUSTOM_ALPHA_PATHFILE") 168 | fi 169 | 170 | if [[ -e $CUSTOM_OMEGA_PATHFILE ]]; then 171 | [[ -n $a ]] && a+=' ' 172 | a+=$(/usr/bin/basename "$CUSTOM_OMEGA_PATHFILE") 173 | fi 174 | 175 | if [[ -z $a ]]; then 176 | /bin/touch "$BACKUP_PATHFILE" 177 | echo 'nothing to backup' | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 178 | z=1 179 | else 180 | /bin/tar --create --gzip --file="$BACKUP_PATHFILE" --directory="$QPKG_PATH" "$a" | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 181 | fi 182 | 183 | RecordOperationComplete backup 184 | CommitLog 185 | 186 | return $z 187 | 188 | } 189 | 190 | RestoreConfig() 191 | { 192 | 193 | local z=0 194 | 195 | RecordOperationRequest restore 196 | 197 | if [[ ! -s $BACKUP_PATHFILE ]]; then 198 | echo 'unable to restore: backup file is unusable!' | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 199 | 200 | RecordOperationComplete restore 201 | CommitLog 202 | z=1 203 | else 204 | /bin/tar --extract --gzip --file="$BACKUP_PATHFILE" --directory="$QPKG_PATH" | /usr/bin/tee -a "$LOG_TEMP_PATHFILE" 205 | RecordOperationComplete restore 206 | CommitLog 207 | fi 208 | 209 | return $z 210 | 211 | } 212 | 213 | ResetConfig() 214 | { 215 | 216 | RecordOperationRequest reset 217 | rm -f "$CUSTOM_ALPHA_PATHFILE" "$CUSTOM_OMEGA_PATHFILE" 218 | RecordOperationComplete reset 219 | CommitLog 220 | 221 | } 222 | 223 | AddHook() 224 | { 225 | 226 | if ! /bin/grep -q 'sortmyqpkgs.sh' $SHUTDOWN_PATHFILE; then 227 | findtext='#backup logs' 228 | inserttext='/etc/init.d/sortmyqpkgs.sh autofix' 229 | /bin/sed -i "s|$findtext|$inserttext\n$findtext|" "$SHUTDOWN_PATHFILE" 230 | echo 'shutdown hook has been added' 231 | fi 232 | 233 | } 234 | 235 | RemoveHook() 236 | { 237 | 238 | if /bin/grep -q 'sortmyqpkgs.sh' "$SHUTDOWN_PATHFILE"; then 239 | /bin/sed -i '/sortmyqpkgs.sh/d' "$SHUTDOWN_PATHFILE" 240 | echo 'shutdown hook has been removed' 241 | fi 242 | 243 | } 244 | 245 | ShowTitle() 246 | { 247 | 248 | echo "$(ShowAsTitleName) $(ShowAsVersion)" 249 | 250 | } 251 | 252 | ShowAsTitleName() 253 | { 254 | 255 | TextBrightWhite $QPKG_NAME 256 | 257 | } 258 | 259 | ShowAsVersion() 260 | { 261 | 262 | printf '%s' "v$QPKG_VERSION" 263 | 264 | } 265 | 266 | ShowAsUsage() 267 | { 268 | 269 | echo -e "\nUsage: $0 {backup|fix|pref|reset|restart|restore|status}\n" 270 | ShowSources 271 | ShowPackagesCurrent 272 | echo -e "\nTo re-order packages:\n\t$0 fix" 273 | 274 | } 275 | 276 | ShowPreferredList() 277 | { 278 | 279 | ShowSectionTitle 'Preferred order' 280 | echo -e "< installed packages are indicated with '#' >\n" 281 | ShowListsMarked 282 | 283 | } 284 | 285 | ShowPackagesBefore() 286 | { 287 | 288 | ShowSectionTitle 'Original order' 289 | ShowPackagesUnmarked 290 | 291 | } 292 | 293 | ShowPackagesCurrent() 294 | { 295 | 296 | ShowSectionTitle 'Existing order' 297 | ShowPackagesUnmarked 298 | 299 | } 300 | 301 | ShowPackagesAfter() 302 | { 303 | 304 | ShowSectionTitle 'New order' 305 | ShowPackagesUnmarked 306 | 307 | } 308 | 309 | ShowListsMarked() 310 | { 311 | 312 | local a='' 313 | local -i n=0 314 | 315 | for pref in "${PKGS_ALPHA_ORDERED[@]}"; do 316 | ((n++)); printf -v a '%03d' "$n" 317 | 318 | if (/bin/grep -qF "[$pref]" /etc/config/qpkg.conf); then 319 | ShowLineMarked "$a" A "$pref" 320 | else 321 | ShowLineUnmarked "$a" A "$pref" 322 | fi 323 | done 324 | 325 | echo 326 | ((n++)); printf -v a '%03d' "$n"; ShowLineUnmarked "$a" Φ '< existing unspecified packages go here >' 327 | echo 328 | 329 | for pref in "${PKGS_OMEGA_ORDERED[@]}"; do 330 | ((n++)); printf -v a '%03d' "$n" 331 | 332 | if (/bin/grep -qF "[$pref]" /etc/config/qpkg.conf); then 333 | ShowLineMarked "$a" Ω "$pref" 334 | else 335 | ShowLineUnmarked "$a" Ω "$pref" 336 | fi 337 | done 338 | 339 | } 340 | 341 | ShowPackagesUnmarked() 342 | { 343 | 344 | local a='' 345 | local b='' 346 | local c='' 347 | local d='' 348 | local e='' 349 | local -i n=0 350 | 351 | for a in $(/bin/grep '^\[.*\]$' /etc/config/qpkg.conf); do 352 | b=${a//[\[\]]} 353 | ((n++)); printf -v c '%02d' "$n" 354 | d=$(ShowLineUnmarked "$c" Φ "$b") 355 | 356 | for e in "${PKGS_ALPHA_ORDERED[@]}"; do 357 | [[ $b = "$e" ]] || continue 358 | d=$(ShowLineUnmarked "$c" A "$b") 359 | break 360 | done 361 | 362 | for e in "${PKGS_OMEGA_ORDERED[@]}"; do 363 | [[ $b = "$e" ]] || continue 364 | d=$(ShowLineUnmarked "$c" Ω "$b") 365 | break 366 | done 367 | 368 | echo -e "$d" 369 | done 370 | 371 | } 372 | 373 | ShowSources() 374 | { 375 | 376 | echo "ALPHA=$source_alpha, OMEGA=$source_omega" 377 | 378 | } 379 | 380 | SortPackages() 381 | { 382 | 383 | local a='' 384 | local -i i=0 385 | 386 | echo -ne '\nsorting packages ... ' 387 | 388 | # Read 'ALPHA' packages in-reverse and prepend each to /etc/config/qpkg.conf 389 | for ((i=${#PKGS_ALPHA_ORDERED[@]}-1; i>=0; i--)); do 390 | a=${PKGS_ALPHA_ORDERED[$i]} 391 | /bin/grep -q "^\[$a\]" /etc/config/qpkg.conf && MoveConfigToTop "$a" 392 | done 393 | 394 | # Now, read 'OMEGA' packages and append each to /etc/config/qpkg.conf 395 | for a in "${PKGS_OMEGA_ORDERED[@]}"; do 396 | /bin/grep -q "^\[$a\]" /etc/config/qpkg.conf && MoveConfigToBottom "$a" 397 | done 398 | 399 | echo 'done' 400 | 401 | } 402 | 403 | MoveConfigToTop() 404 | { 405 | 406 | # Move $1 to the top of /etc/config/qpkg.conf 407 | 408 | [[ -n ${1:-} ]] || return 409 | 410 | local a='' 411 | 412 | a=$(GetConfigBlock "$1") 413 | [[ -n $a ]] || return 414 | 415 | /sbin/rmcfg "$1" -f /etc/config/qpkg.conf 416 | echo -e "$a" > /tmp/qpkg.conf.tmp 417 | /bin/cat /etc/config/qpkg.conf >> /tmp/qpkg.conf.tmp 418 | mv /tmp/qpkg.conf.tmp /etc/config/qpkg.conf 419 | 420 | } 421 | 422 | MoveConfigToBottom() 423 | { 424 | 425 | # Move $1 to the bottom of /etc/config/qpkg.conf 426 | 427 | [[ -n ${1:-} ]] || return 428 | 429 | local a='' 430 | 431 | a=$(GetConfigBlock "$1") 432 | [[ -n $a ]] || return 433 | 434 | /sbin/rmcfg "$1" -f /etc/config/qpkg.conf 435 | echo -e "\n${a}" >> /etc/config/qpkg.conf 436 | 437 | } 438 | 439 | GetConfigBlock() 440 | { 441 | 442 | # Return the config block for the QPKG name specified as $1 443 | 444 | [[ -n ${1:-} ]] || return 445 | 446 | local -i sl=0 # line number: start of specified config block 447 | local -i ll=0 # line number: last line in file 448 | local -i bl=0 # total lines in specified config block 449 | local -i el=0 # line number: end of specified config block 450 | 451 | sl=$(/bin/grep -n "^\[$1\]" /etc/config/qpkg.conf | /usr/bin/cut -f1 -d':') 452 | [[ -n $sl ]] || return 453 | 454 | ll=$(/usr/bin/wc -l < /etc/config/qpkg.conf | /bin/tr -d ' ') 455 | bl=$(/usr/bin/tail -n$((ll-sl)) < /etc/config/qpkg.conf | /bin/grep -n '^\[' | /usr/bin/head -n1 | /usr/bin/cut -f1 -d':') 456 | 457 | [[ $bl -ne 0 ]] && el=$((sl+bl-1)) || el=$ll 458 | [[ -n $el ]] || return 459 | 460 | echo -e "$(/bin/sed -n "$sl,${el}p" /etc/config/qpkg.conf)" # Output this with 'echo' to strip trailing LFs from config block. 461 | 462 | } 463 | 464 | Upshift() 465 | { 466 | 467 | # Move specified existing filename by incrementing extension value (upshift extension). 468 | # If extension is not a number, then create new extension of '1' and copy file. 469 | 470 | # $1 = pathfilename to upshift 471 | 472 | [[ -n $1 ]] || return 473 | [[ -e $1 ]] || return 474 | 475 | local ext='' 476 | local dest='' 477 | local -i rotate_limit=10 478 | 479 | # Keep count of recursive calls. 480 | local rec_limit=$((rotate_limit*2)) 481 | local rec_count=0 482 | local rec_track_file=/tmp/${FUNCNAME[0]}.count 483 | [[ -e $rec_track_file ]] && rec_count=$(<"$rec_track_file") 484 | ((rec_count++)) 485 | 486 | if [[ $rec_count -gt $rec_limit ]]; then 487 | echo 'recursive limit reached!' 488 | rm "$rec_track_file" 489 | exit 1 490 | fi 491 | 492 | echo "$rec_count" > "$rec_track_file" 493 | 494 | ext=${1##*.} 495 | case $ext in 496 | *[!0-9]*) # Specified file extension is not a number so add number and copy it. 497 | dest="$1.1" 498 | [[ -e $dest ]] && Upshift "$dest" 499 | cp "$1" "$dest" 500 | ;; 501 | *) # Extension IS a number, so move it if possible. 502 | if [[ $ext -lt $((rotate_limit-1)) ]]; then 503 | ((ext++)); dest="${1%.*}.$ext" 504 | [[ -e $dest ]] && Upshift "$dest" 505 | mv "$1" "$dest" 506 | else 507 | rm "$1" 508 | fi 509 | esac 510 | 511 | [[ -e $rec_track_file ]] && { rec_count=$(<"$rec_track_file"); ((rec_count--)); echo "$rec_count" > "$rec_track_file" ;} 512 | 513 | } 514 | 515 | TrimLog() 516 | { 517 | 518 | local -i max_ops=10 519 | local op_lines='' 520 | local -i op_count=0 521 | local -i last_op_line_num=0 522 | 523 | op_lines=$(/bin/grep -n '^──' "$LOG_REAL_PATHFILE") 524 | op_count=$(/usr/bin/wc -l <<< "$op_lines") 525 | 526 | if [[ $op_count -gt $max_ops ]]; then 527 | last_op_line_num=$(echo "$op_lines" | /usr/bin/head -n$((max_ops+1)) | /usr/bin/tail -n1 | /usr/bin/cut -f1 -d:) 528 | /usr/bin/head -n"${last_op_line_num}" "$LOG_REAL_PATHFILE" > "$LOG_TEMP_PATHFILE" 529 | mv "$LOG_TEMP_PATHFILE" "$LOG_REAL_PATHFILE" 530 | fi 531 | 532 | } 533 | 534 | ShowLineUnmarked() 535 | { 536 | 537 | # $1 = number 538 | # $2 = symbol 539 | # $3 = name 540 | 541 | printf '(%s) (%s) %s\n' "$1" "$2" "$3" 542 | 543 | } 544 | 545 | ShowLineMarked() 546 | { 547 | 548 | # $1 = number 549 | # $2 = symbol 550 | # $3 = name 551 | 552 | printf '(%s)#(%s) %s\n' "$1" "$2" "$3" 553 | 554 | } 555 | 556 | RecordOperationRequest() 557 | { 558 | 559 | # $1 = Operation. 560 | 561 | local a='' 562 | local -i b=0 563 | local c='' 564 | 565 | a="[$(/bin/date)] '$1' requested" 566 | b=${#a} 567 | printf -v c "%${b}s" 568 | 569 | echo -e "${c// /─}\n$QPKG_NAME ($(/sbin/getcfg "$QPKG_NAME" Build -f /etc/config/qpkg.conf))\n$a" >> "$LOG_TEMP_PATHFILE" 570 | 571 | LogWrite "'$1' requested" 0 572 | 573 | } 574 | 575 | RecordOperationComplete() 576 | { 577 | 578 | # $1 = Operation. 579 | 580 | echo -e "[$(/bin/date)] '$1' completed" >> "$LOG_TEMP_PATHFILE" 581 | 582 | LogWrite "'$1' completed" 0 583 | 584 | } 585 | 586 | ShowSectionTitle() 587 | { 588 | 589 | # $1 = Description. 590 | 591 | printf '\n * %s *\n' "$1" 592 | 593 | } 594 | 595 | CommitLog() 596 | { 597 | 598 | echo -e "$(<"$LOG_TEMP_PATHFILE")\n$(<"$LOG_REAL_PATHFILE")" > "$LOG_REAL_PATHFILE" 599 | 600 | TrimLog 601 | 602 | } 603 | 604 | LogWrite() 605 | { 606 | 607 | # $1 = Message to write into NAS system log. 608 | # $2 = Event type: 609 | # 0 : Information 610 | # 1 : Warning 611 | # 2 : Error 612 | 613 | log_tool --append "[$QPKG_NAME] $1" --type "$2" 614 | 615 | } 616 | 617 | IsQPKGEnabled() 618 | { 619 | 620 | # input: 621 | # $1 = (optional) package name to check. If unspecified, default is $QPKG_NAME 622 | 623 | # output: 624 | # $? = 0 : true 625 | # $? = 1 : false 626 | 627 | [[ $(Lowercase "$(/sbin/getcfg "${1:-$QPKG_NAME}" Enable -d false -f /etc/config/qpkg.conf)") = true ]] 628 | 629 | } 630 | 631 | IsNotQPKGEnabled() 632 | { 633 | 634 | # input: 635 | # $1 = (optional) package name to check. If unspecified, default is $QPKG_NAME 636 | 637 | # output: 638 | # $? = 0 : true 639 | # $? = 1 : false 640 | 641 | ! IsQPKGEnabled "${1:-$QPKG_NAME}" 642 | 643 | } 644 | 645 | SetServiceAction() 646 | { 647 | 648 | service_action=${1:-none} 649 | CommitServiceAction 650 | SetServiceResultAsInProgress 651 | 652 | } 653 | 654 | SetServiceResultAsOK() 655 | { 656 | 657 | service_result=ok 658 | CommitServiceResult 659 | 660 | } 661 | 662 | SetServiceResultAsFailed() 663 | { 664 | 665 | service_result=failed 666 | CommitServiceResult 667 | 668 | } 669 | 670 | SetServiceResultAsInProgress() 671 | { 672 | 673 | # Selected action is in-progress and hasn't generated a result yet. 674 | 675 | service_result=in-progress 676 | CommitServiceResult 677 | 678 | } 679 | 680 | CommitServiceAction() 681 | { 682 | 683 | echo "$service_action" > "$SERVICE_ACTION_PATHFILE" 684 | 685 | } 686 | 687 | CommitServiceResult() 688 | { 689 | 690 | echo "$service_result" > "$SERVICE_RESULT_PATHFILE" 691 | 692 | } 693 | 694 | TextBrightWhite() 695 | { 696 | 697 | [[ -n ${1:-} ]] || return 698 | 699 | printf '\033[1;97m%s\033[0m' "$1" 700 | 701 | } 702 | 703 | Lowercase() 704 | { 705 | 706 | /bin/tr 'A-Z' 'a-z' <<< "$1" 707 | 708 | } 709 | 710 | Init 711 | 712 | user_arg=${USER_ARGS_RAW%% *} # Only process first argument. 713 | 714 | case $user_arg in 715 | autofix) 716 | AutoFix 717 | ;; 718 | ?(-)b|?(--)backup) 719 | SetServiceAction backup 720 | 721 | if BackupConfig; then 722 | SetServiceResultAsOK 723 | else 724 | SetServiceResultAsFailed 725 | fi 726 | ;; 727 | ?(--)fix) 728 | Fix 729 | ;; 730 | init|?(--)stop) # Ignore these. 731 | /bin/sleep 1 732 | ;; 733 | ?(--)restart) 734 | SetServiceAction restart 735 | 736 | if RemoveHook && StartQPKG; then 737 | SetServiceResultAsOK 738 | else 739 | SetServiceResultAsFailed 740 | fi 741 | ;; 742 | ?(--)pref) 743 | ShowSources 744 | ShowPreferredList 745 | echo -e "\nTo re-order packages: $0 fix\n" 746 | ;; 747 | remove) 748 | RemoveHook 749 | ;; 750 | ?(--)reset) 751 | ResetConfig 752 | ;; 753 | ?(--)restore) 754 | SetServiceAction restore 755 | 756 | if RestoreConfig; then 757 | SetServiceResultAsOK 758 | else 759 | SetServiceResultAsFailed 760 | fi 761 | ;; 762 | install) 763 | SetServiceAction install 764 | RecordOperationRequest install 765 | 766 | if StartQPKG; then 767 | SetServiceResultAsOK 768 | CommitLog 769 | else 770 | SetServiceResultAsFailed 771 | fi 772 | 773 | RecordOperationComplete install 774 | ;; 775 | ?(--)start) 776 | SetServiceAction start 777 | 778 | if StartQPKG; then 779 | SetServiceResultAsOK 780 | else 781 | SetServiceResultAsFailed 782 | fi 783 | ;; 784 | ?(-)s|?(--)status) 785 | StatusQPKG 786 | ;; 787 | *) 788 | ShowTitle 789 | ShowAsUsage 790 | esac 791 | 792 | rm -f "$LOG_TEMP_PATHFILE" 793 | 794 | exit 0 795 | --------------------------------------------------------------------------------