From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/asymptote/binaries/i386-windows/README | 66 +++++++++++++++++++++ .../asymptote/binaries/i386-windows/cygwin1.dll | Bin 0 -> 3002325 bytes .../asymptote/binaries/i386-windows/texlive/README | 5 ++ 3 files changed, 71 insertions(+) create mode 100644 graphics/asymptote/binaries/i386-windows/README create mode 100755 graphics/asymptote/binaries/i386-windows/cygwin1.dll create mode 100644 graphics/asymptote/binaries/i386-windows/texlive/README (limited to 'graphics/asymptote/binaries/i386-windows') diff --git a/graphics/asymptote/binaries/i386-windows/README b/graphics/asymptote/binaries/i386-windows/README new file mode 100644 index 0000000000..77e7edfb59 --- /dev/null +++ b/graphics/asymptote/binaries/i386-windows/README @@ -0,0 +1,66 @@ + ASYMPTOTE + Copyright 2004-19 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: + +http://asymptote.sourceforge.net + +Bugs/Patches/Feature Requests can be submitted to + +https://github.com/vectorgraphics/asymptote/issues + +Questions and comments should be sent to the Asymptote Forum: + +http://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 . + +======================================================================== + +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.0.4 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 + +Uses OpenImageIO, which the source is available at +https://github.com/OpenImageIO/oiio. +Copyright 2008-2018 Larry Gritz et al. All Rights Reserved. \ No newline at end of file diff --git a/graphics/asymptote/binaries/i386-windows/cygwin1.dll b/graphics/asymptote/binaries/i386-windows/cygwin1.dll new file mode 100755 index 0000000000..b609c0425e Binary files /dev/null and b/graphics/asymptote/binaries/i386-windows/cygwin1.dll differ diff --git a/graphics/asymptote/binaries/i386-windows/texlive/README b/graphics/asymptote/binaries/i386-windows/texlive/README new file mode 100644 index 0000000000..8e4192121d --- /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, and other GPL libraries. The Asymptote +source itself is released under the GNU Lesser General Public License. + -- cgit v1.2.3