diff options
author | Norbert Preining <norbert@preining.info> | 2022-01-21 03:01:16 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-01-21 03:01:16 +0000 |
commit | 5d5f239204f5c0d1f7573c9ebc64b5ad1ae75b49 (patch) | |
tree | dd2a2d9a64fd0be0785bc558a4872a3c8185af23 /graphics/asymptote/binaries | |
parent | 217d27e597baa589f8e115e1b44eef51c7bb5dd0 (diff) |
CTAN sync 202201210301
Diffstat (limited to 'graphics/asymptote/binaries')
-rw-r--r-- | graphics/asymptote/binaries/i386-windows/README | 62 | ||||
-rwxr-xr-x | graphics/asymptote/binaries/i386-windows/cygwin1.dll | bin | 0 -> 3276463 bytes | |||
-rw-r--r-- | graphics/asymptote/binaries/i386-windows/texlive/README | 5 | ||||
-rw-r--r-- | graphics/asymptote/binaries/x86_64-windows/README | 2 |
4 files changed, 68 insertions, 1 deletions
diff --git a/graphics/asymptote/binaries/i386-windows/README b/graphics/asymptote/binaries/i386-windows/README new file mode 100644 index 0000000000..b8391e7b80 --- /dev/null +++ b/graphics/asymptote/binaries/i386-windows/README @@ -0,0 +1,62 @@ + ASYMPTOTE + Copyright 2004-22 Andy Hammerlindl, John Bowman, and Tom Prince + +Asymptote is a powerful descriptive vector graphics language for technical +drawing, inspired by MetaPost but with an improved C++-like +syntax. Asymptote provides for figures the same high-quality level of +typesetting that LaTeX does for scientific text. + +Installation instructions, documentation, binaries, and source code are +available at: + +https://asymptote.sourceforge.io + +Bugs/Patches/Feature Requests can be submitted to + +https://github.com/vectorgraphics/asymptote/issues + +Questions and comments should be sent to the Asymptote Forum: + +https://sourceforge.net/p/asymptote/discussion/409349 + +All source files in the Asymptote project, unless explicitly noted otherwise, +are released under version 3 (or later) of the GNU Lesser General Public +License (see the files LICENSE.LESSER and LICENSE in the top-level source +directory). + +======================================================================== + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser 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 Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +======================================================================== + +Note that the MSWindows executable version of Asymptote can only be +released under the GNU General Public License (GPL) as it is linked against +the GNU Scientific Library, GNU Readline library, and other GPL +libraries. This version of Asymptote also ships with the cygwin1.dll libraries +noted below. + +======================================================================== + +Source code for the x86_64 and i386 3.3.3 cygwin1.dll libraries is +available under the GPL license: +https://cygwin.com/snapshots/ + +Source for various icons is available under the MIT license from +https://github.com/driftyco/ionicons/archive/v2.0.1.zip +https://github.com/iconic/open-iconic/archive/master.zip +under the CC-BY-SA 4.0 license: +http://www.entypo.com/ +and under a CC license: +http://www.zondicons.com/zondicons.zip diff --git a/graphics/asymptote/binaries/i386-windows/cygwin1.dll b/graphics/asymptote/binaries/i386-windows/cygwin1.dll Binary files differnew file mode 100755 index 0000000000..1a4f38221e --- /dev/null +++ b/graphics/asymptote/binaries/i386-windows/cygwin1.dll diff --git a/graphics/asymptote/binaries/i386-windows/texlive/README b/graphics/asymptote/binaries/i386-windows/texlive/README new file mode 100644 index 0000000000..41576b36f4 --- /dev/null +++ b/graphics/asymptote/binaries/i386-windows/texlive/README @@ -0,0 +1,5 @@ +The Asymptote executable for MSWindows can only be released under the GNU +General Public License (GPL) as it is linked against the GNU Scientific +Library, GNU Readline library, WolfSSL, and other GPL libraries. The Asymptote +source itself is released under the GNU Lesser General Public License. + diff --git a/graphics/asymptote/binaries/x86_64-windows/README b/graphics/asymptote/binaries/x86_64-windows/README index 693b14efaa..b8391e7b80 100644 --- a/graphics/asymptote/binaries/x86_64-windows/README +++ b/graphics/asymptote/binaries/x86_64-windows/README @@ -1,5 +1,5 @@ ASYMPTOTE - Copyright 2004-21 Andy Hammerlindl, John Bowman, and Tom Prince + Copyright 2004-22 Andy Hammerlindl, John Bowman, and Tom Prince Asymptote is a powerful descriptive vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like |