Skip to content

Commit

Permalink
asy 2.88 sources
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70500 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Mar 8, 2024
1 parent 611cacc commit a656c52
Show file tree
Hide file tree
Showing 51 changed files with 2,585 additions and 2,505 deletions.
2 changes: 1 addition & 1 deletion utils/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Public domain. Originally written 2005 by Karl Berry.
Extra utilities we (optionally) compile for TeX Live.
See comments in ../texk/README.

asymptote 2.87 - checked 27feb24 + patch@28feb24
asymptote 2.88 - checked 8mar24
update to TL from CTAN, to include prebuilt doc.
see https://tug.org/texlive/build.html#asymptote
and tlpkg/bin/tl-update-asy
Expand Down
54 changes: 54 additions & 0 deletions utils/asymptote/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
commit 710f205a8f251c206c0204492fb54255f17feaf9
Author: John Bowman <bowman@ualberta.ca>
Date: Fri Mar 8 00:13:46 2024 -0800

Rename HAVE_RPC_RPC_H to HAVE_LIBTIRPC; add --enable-xdr[=yes] configuration option.

commit fa488f4aaf9f72687355855dd7e1db9415b8a29b
Author: John Bowman <bowman@ualberta.ca>
Date: Thu Mar 7 23:09:23 2024 -0800

Support --enable-static again; allow static builds of libtirpc.

commit 0e369f784e14183f99c82b63251579bd7c3e3d4d
Author: John Bowman <bowman@ualberta.ca>
Date: Thu Mar 7 22:13:46 2024 -0800

Resolve ambiguity in statistics.h.

commit 49eb2e457ad48228415ad596714bfdf19f4c8b30
Author: John Bowman <bowman@ualberta.ca>
Date: Wed Mar 6 10:30:48 2024 -0800

Remove unused declarations.

commit 8e1d621208c054b4a53c05fbc2fd906b3827729c
Author: John Bowman <bowman@ualberta.ca>
Date: Tue Mar 5 11:38:11 2024 -0800

Optimize dvisvgm output by default.

commit 89ed2013c4d6fa715adc2067da2116166626ef7b
Author: John Bowman <bowman@ualberta.ca>
Date: Tue Mar 5 09:41:06 2024 -0800

Specify PDF 1.5 instead of 1.4.

commit cd07b1d33a9a500e7a4a5835ad39168621ed255f
Author: John Bowman <bowman@ualberta.ca>
Date: Wed Feb 28 11:31:53 2024 -0800

Fix documentation.

commit b2d7d303271d137e77886bd071749bbbbbbe9c58
Author: John Bowman <bowman@ualberta.ca>
Date: Wed Feb 28 11:26:37 2024 -0800

Disable dvisvgm optimization by default.

commit 39a6232364a8cf27778224ec60327bfd8d9588e7
Author: John Bowman <bowman@ualberta.ca>
Date: Mon Feb 26 18:06:22 2024 -0800

Increment version to 2.88.

commit 1826b3b38064170d2484af6d9a5e5ac2abce9b77
Author: John Bowman <bowman@ualberta.ca>
Date: Mon Feb 26 16:35:57 2024 -0800
Expand Down
4,244 changes: 2,122 additions & 2,122 deletions utils/asymptote/GUI/icons_rc.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.27

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/local/src/asymptote-2.87/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/local/src/asymptote-2.87/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/local/src/asymptote-2.88/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/local/src/asymptote-2.88/LspCpp")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/src/asymptote-2.87/LspCpp
CMAKE_SOURCE_DIR = /usr/local/src/asymptote-2.88/LspCpp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/src/asymptote-2.87/LspCpp
CMAKE_BINARY_DIR = /usr/local/src/asymptote-2.88/LspCpp

# Utility rule file for doc.

Expand All @@ -70,8 +70,8 @@ include third_party/uri/CMakeFiles/doc.dir/compiler_depend.make
include third_party/uri/CMakeFiles/doc.dir/progress.make

third_party/uri/CMakeFiles/doc:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/usr/local/src/asymptote-2.87/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating API documentation with Doxygen"
cd /usr/local/src/asymptote-2.87/LspCpp/third_party/uri && /bin/doxygen /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/Doxyfile
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/usr/local/src/asymptote-2.88/LspCpp/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating API documentation with Doxygen"
cd /usr/local/src/asymptote-2.88/LspCpp/third_party/uri && /bin/doxygen /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/Doxyfile

doc: third_party/uri/CMakeFiles/doc
doc: third_party/uri/CMakeFiles/doc.dir/build.make
Expand All @@ -82,10 +82,10 @@ third_party/uri/CMakeFiles/doc.dir/build: doc
.PHONY : third_party/uri/CMakeFiles/doc.dir/build

third_party/uri/CMakeFiles/doc.dir/clean:
cd /usr/local/src/asymptote-2.87/LspCpp/third_party/uri && $(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake
cd /usr/local/src/asymptote-2.88/LspCpp/third_party/uri && $(CMAKE_COMMAND) -P CMakeFiles/doc.dir/cmake_clean.cmake
.PHONY : third_party/uri/CMakeFiles/doc.dir/clean

third_party/uri/CMakeFiles/doc.dir/depend:
cd /usr/local/src/asymptote-2.87/LspCpp && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/local/src/asymptote-2.87/LspCpp /usr/local/src/asymptote-2.87/LspCpp/third_party/uri /usr/local/src/asymptote-2.87/LspCpp /usr/local/src/asymptote-2.87/LspCpp/third_party/uri /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/CMakeFiles/doc.dir/DependInfo.cmake "--color=$(COLOR)"
cd /usr/local/src/asymptote-2.88/LspCpp && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/local/src/asymptote-2.88/LspCpp /usr/local/src/asymptote-2.88/LspCpp/third_party/uri /usr/local/src/asymptote-2.88/LspCpp /usr/local/src/asymptote-2.88/LspCpp/third_party/uri /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/CMakeFiles/doc.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : third_party/uri/CMakeFiles/doc.dir/depend

8 changes: 4 additions & 4 deletions utils/asymptote/LspCpp/third_party/uri/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.

STRIP_FROM_PATH = /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/include/
STRIP_FROM_PATH = /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/include/

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
Expand Down Expand Up @@ -626,7 +626,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/include
INPUT = /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/include

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Expand Down Expand Up @@ -658,7 +658,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/include/network/uri/detail
EXCLUDE = /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/include/network/uri/detail

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -821,7 +821,7 @@ COLS_IN_ALPHA_INDEX = 5
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
# should be ignored while generating the index headers.

IGNORE_PREFIX = /usr/local/src/asymptote-2.87/LspCpp/third_party/uri/uri/src/
IGNORE_PREFIX = /usr/local/src/asymptote-2.88/LspCpp/third_party/uri/uri/src/

#---------------------------------------------------------------------------
# configuration options related to the HTML output
Expand Down
24 changes: 12 additions & 12 deletions utils/asymptote/LspCpp/third_party/uri/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/src/asymptote-2.87/LspCpp
CMAKE_SOURCE_DIR = /usr/local/src/asymptote-2.88/LspCpp

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/src/asymptote-2.87/LspCpp
CMAKE_BINARY_DIR = /usr/local/src/asymptote-2.88/LspCpp

#=============================================================================
# Targets provided globally by CMake.
Expand Down Expand Up @@ -135,14 +135,14 @@ install/strip/fast: preinstall/fast

# The main all target
all: cmake_check_build_system
cd /usr/local/src/asymptote-2.87/LspCpp && $(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/asymptote-2.87/LspCpp/CMakeFiles /usr/local/src/asymptote-2.87/LspCpp/third_party/uri//CMakeFiles/progress.marks
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/all
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/asymptote-2.87/LspCpp/CMakeFiles 0
cd /usr/local/src/asymptote-2.88/LspCpp && $(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/asymptote-2.88/LspCpp/CMakeFiles /usr/local/src/asymptote-2.88/LspCpp/third_party/uri//CMakeFiles/progress.marks
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/all
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/asymptote-2.88/LspCpp/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/clean
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/clean
.PHONY : clean

# The main clean target
Expand All @@ -151,22 +151,22 @@ clean/fast: clean

# Prepare targets for installation.
preinstall: all
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/preinstall
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/preinstall
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
cd /usr/local/src/asymptote-2.87/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /usr/local/src/asymptote-2.88/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
third_party/uri/CMakeFiles/doc.dir/rule:
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/CMakeFiles/doc.dir/rule
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/uri/CMakeFiles/doc.dir/rule
.PHONY : third_party/uri/CMakeFiles/doc.dir/rule

# Convenience name for target.
Expand All @@ -175,7 +175,7 @@ doc: third_party/uri/CMakeFiles/doc.dir/rule

# fast build rule for target.
doc/fast:
cd /usr/local/src/asymptote-2.87/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/CMakeFiles/doc.dir/build.make third_party/uri/CMakeFiles/doc.dir/build
cd /usr/local/src/asymptote-2.88/LspCpp && $(MAKE) $(MAKESILENT) -f third_party/uri/CMakeFiles/doc.dir/build.make third_party/uri/CMakeFiles/doc.dir/build
.PHONY : doc/fast

# Help Target
Expand All @@ -202,6 +202,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /usr/local/src/asymptote-2.87/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /usr/local/src/asymptote-2.88/LspCpp && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

6 changes: 3 additions & 3 deletions utils/asymptote/LspCpp/third_party/uri/cmake_install.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install script for directory: /usr/local/src/asymptote-2.87/LspCpp/third_party/uri
# Install script for directory: /usr/local/src/asymptote-2.88/LspCpp/third_party/uri

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
Expand Down Expand Up @@ -43,12 +43,12 @@ if(NOT DEFINED CMAKE_OBJDUMP)
endif()

if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/include")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/include")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/cmake_install.cmake")
include("/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/cmake_install.cmake")

endif()

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.27

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/local/src/asymptote-2.87/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/local/src/asymptote-2.87/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/local/src/asymptote-2.88/LspCpp")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/local/src/asymptote-2.88/LspCpp")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ set(CMAKE_DEPENDS_LANGUAGES

# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/detail/uri_advance_parts.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_advance_parts.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_advance_parts.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/detail/uri_normalize.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/detail/uri_parse.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/detail/uri_parse_authority.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse_authority.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse_authority.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/detail/uri_resolve.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_resolve.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_resolve.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/uri.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/uri_builder.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_builder.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_builder.cpp.o.d"
"/usr/local/src/asymptote-2.87/LspCpp/third_party/uri/src/uri_errors.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_errors.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_errors.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/detail/uri_advance_parts.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_advance_parts.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_advance_parts.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/detail/uri_normalize.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/detail/uri_parse.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/detail/uri_parse_authority.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse_authority.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_parse_authority.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/detail/uri_resolve.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_resolve.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/detail/uri_resolve.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/uri.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/uri_builder.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_builder.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_builder.cpp.o.d"
"/usr/local/src/asymptote-2.88/LspCpp/third_party/uri/src/uri_errors.cpp" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_errors.cpp.o" "gcc" "third_party/uri/src/CMakeFiles/network-uri.dir/uri_errors.cpp.o.d"
)

# Targets to which this target links which contain Fortran sources.
Expand Down
Loading

0 comments on commit a656c52

Please sign in to comment.