From cf3df5798feb63d379ec0588c35afde2e1e669ec Mon Sep 17 00:00:00 2001 From: Pau RE Date: Sun, 12 Jan 2025 18:34:28 +0100 Subject: [PATCH] Remove macos old dist files --- dist/macos/Makefile | 12 - dist/macos/Metadata/Distribution | 26 - dist/macos/Metadata/Resources/COPYING | 674 ------------------- dist/macos/Metadata/Resources/COPYING.LESSER | 165 ----- dist/macos/Metadata/Resources/iaito-logo.png | Bin 34013 -> 0 bytes dist/macos/Metadata/Resources/welcome.rtf | 13 - dist/macos/make-macos-app.sh | 88 --- dist/macos/make-macos-pkg.sh | 57 -- 8 files changed, 1035 deletions(-) delete mode 100644 dist/macos/Makefile delete mode 100644 dist/macos/Metadata/Distribution delete mode 100644 dist/macos/Metadata/Resources/COPYING delete mode 100644 dist/macos/Metadata/Resources/COPYING.LESSER delete mode 100644 dist/macos/Metadata/Resources/iaito-logo.png delete mode 100644 dist/macos/Metadata/Resources/welcome.rtf delete mode 100755 dist/macos/make-macos-app.sh delete mode 100755 dist/macos/make-macos-pkg.sh diff --git a/dist/macos/Makefile b/dist/macos/Makefile deleted file mode 100644 index 0fb81a79..00000000 --- a/dist/macos/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: - rm -f ../../build/iaito.dmg - cd ../../build && macdeployqt iaito.app -dmg && cp -f iaito.dmg ../dist/macos - -app: - $(SHELL) make-macos-app.sh - -pkg: - $(SHELL) make-macos-pkg.sh - -clean: - rm -rf macos-pkg tmp diff --git a/dist/macos/Metadata/Distribution b/dist/macos/Metadata/Distribution deleted file mode 100644 index 583da721..00000000 --- a/dist/macos/Metadata/Distribution +++ /dev/null @@ -1,26 +0,0 @@ - - - Iaito - - - - - - - - - - - - - - - - - - - - #iaito.pkg - - - diff --git a/dist/macos/Metadata/Resources/COPYING b/dist/macos/Metadata/Resources/COPYING deleted file mode 100644 index 94a9ed02..00000000 --- a/dist/macos/Metadata/Resources/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/dist/macos/Metadata/Resources/COPYING.LESSER b/dist/macos/Metadata/Resources/COPYING.LESSER deleted file mode 100644 index 65c5ca88..00000000 --- a/dist/macos/Metadata/Resources/COPYING.LESSER +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/dist/macos/Metadata/Resources/iaito-logo.png b/dist/macos/Metadata/Resources/iaito-logo.png deleted file mode 100644 index c3c6404d0341fabbc6e995e29b46fc4e97d34d82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34013 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 diff --git a/dist/macos/Metadata/Resources/welcome.rtf b/dist/macos/Metadata/Resources/welcome.rtf deleted file mode 100644 index 9b400c9f..00000000 --- a/dist/macos/Metadata/Resources/welcome.rtf +++ /dev/null @@ -1,13 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -\margl1440\margr1440\vieww10800\viewh6300\viewkind0 -\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural - -\f0\fs28 \cf0 \ -\ - You will be guided through the steps necessary to\ - install this software. This pkg requires radare2 to\ - be installed in your system. \ -\ - This will install Iaito in /usr/local} diff --git a/dist/macos/make-macos-app.sh b/dist/macos/make-macos-app.sh deleted file mode 100755 index 15f91afb..00000000 --- a/dist/macos/make-macos-app.sh +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/sh - -SKIPBUILD=0 -BUNDLE=1 - -SRC=/tmp/iaito-macos -PREFIX=/usr/local -DST="$(pwd)/tmp/iaito.unpkg" -if [ -n "$1" ]; then - VERSION="$1" -else - VERSION="`../../configure -qV`" - [ -z "${VERSION}" ] && VERSION=5.3.l -fi - -[ -z "${MAKE}" ] && MAKE=make - -while : ; do - [ -x "$PWD/configure" ] && break - [ "$PWD" = / ] && break - cd .. -done - -[ ! -x "$PWD/configure" ] && exit 1 - -pwd -if [ ! -d build/iaito.app ]; then - rm -rf "${SRC}" - ${MAKE} mrproper 2>/dev/null - # ${MAKE} -j4 || exit 1 -fi -export CFLAGS=-O2 -if [ "$SKIPBUILD" = 0 ]; then - ./configure --prefix="${PREFIX}" || exit 1 -fi -${MAKE} install install-translations PREFIX="${PREFIX}" DESTDIR=${SRC} || exit 1 -mkdir -p "${DST}" -echo "DST=$DST" -if [ -d "${SRC}" ]; then - ( # bundle - LIBS=`rabin2 -ql ${SRC}/usr/local/bin/iaito | grep -v System` - mkdir -p bundle - for a in $LIBS ; do - echo "LIB $a" - D="`basename '$a'`" - cp -f $a bundle - LIBS2=`rabin2 -ql ${a} | grep -v System` - for b in $LIBS2 ; do - D2="`basename '$a'`" - echo "$a $b" - cp $b bundle - done - done - # binary patch the binary - echo cp -f ${SRC}/usr/local/bin/iaito bundle/ - cp -f ${SRC}/usr/local/bin/iaito bundle/ - for a in bundle/* ; do - libs=`rabin2 -ql $a | grep -v System` - for b in $libs ; do - bn=`basename "$b"` - if ls bundle | grep -q "$bn" ; then - # its bundled - from="$b" - to="@executable_path/lib/$bn" - echo install_name_tool "$from" "$to" "$a" - install_name_tool -change "$from" "$to" "$a" - fi - done - done - rm -rf bundle/lib - mkdir -p bundle/lib - mv bundle/* bundle/lib - mv bundle/lib/iaito bundle/ - # cp -f ${SRC}/usr/local/bin/iaito bundle/ - exit 1 - ) - ( # massage - cd ${SRC} && find . - mv usr/local/share/iaito/translations Applications/iaito.app/Contents/Resources || exit 1 - cd Applications || exit 1 - rm -f /tmp/iaito-${VERSION}.zip - zip -r /tmp/iaito-${VERSION}.zip iaito.app - ) - mv /tmp/iaito-${VERSION}.zip dist/macos -else - echo "Failed install. DESTDIR is empty" - exit 1 -fi diff --git a/dist/macos/make-macos-pkg.sh b/dist/macos/make-macos-pkg.sh deleted file mode 100755 index 23762f26..00000000 --- a/dist/macos/make-macos-pkg.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# based on -# http://blog.coolaj86.com/articles/how-to-unpackage-and-repackage-pkg-macos.html - -# to uninstall: -# sudo pkgutil --forget org.radare.iaito -SKIPBUILD=0 - -SRC=/tmp/iaito-macos -PREFIX=/usr/local -DST="$(pwd)/tmp/iaito.unpkg" -if [ -n "$1" ]; then - VERSION="$1" -else - VERSION="`../../configure -qV`" - [ -z "${VERSION}" ] && VERSION=5.3.l -fi - -[ -z "${MAKE}" ] && MAKE=make - -while : ; do - [ -x "$PWD/configure" ] && break - [ "$PWD" = / ] && break - cd .. -done - -[ ! -x "$PWD/configure" ] && exit 1 - -pwd -if [ ! -d build/iaito.app ]; then - rm -rf "${SRC}" - ${MAKE} mrproper 2>/dev/null - # ${MAKE} -j4 || exit 1 -fi -export CFLAGS=-O2 -if [ "$SKIPBUILD" = 0 ]; then - ./configure --prefix="${PREFIX}" || exit 1 -fi -${MAKE} install install-translations PREFIX="${PREFIX}" DESTDIR=${SRC} || exit 1 -mkdir -p "${DST}" -echo "DST=$DST" -if [ -d "${SRC}" ]; then - ( - cd ${SRC} && \ - find . | cpio -o --format odc | gzip -c > "${DST}/Payload" - ) - echo mkbom "${SRC}" "${DST}/Bom" - mkbom "${SRC}" "${DST}/Bom" - cp -rf dist/macos/Metadata/* "${DST}" - pwd - # Repackage - pkgutil --flatten "${DST}" "${DST}/../../iaito-${VERSION}.pkg" -else - echo "Failed install. DESTDIR is empty" - exit 1 -fi