Hi Daniel
----- Mail original -----
> On Thu, 31 Jul 2025 17:04:54 +0200 (CEST), Laurent Cheylus
> <foxy@free.fr> wrote:
> > update for devel/goreleaser to the latest version 2.11.2.
(...)
> Out of curiosity, why did you switch this?
>
> -post-build:
> +pre-install:
> ${MODGO_WORKSPACE}/bin/goreleaser completion bash >
> ${WRKSRC}/completion.bash
> ${MODGO_WORKSPACE}/bin/goreleaser completion fish >
> ${WRKSRC}/completion.fish
> ${MODGO_WORKSPACE}/bin/goreleaser completion zsh >
> ${WRKSRC}/completion.zsh
To simplify build:
- completion scripts for Bash/Fish/Zsh are regenerated only during 'make fake'
- 'build' step is now only for compilation of goreleaser binary
Laurent
Thursday, July 31, 2025
[update]astro/py-astral: update to 3.2
Index: astro/py-astral/Makefile
===================================================================
RCS file: /cvs/ports/astro/py-astral/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- astro/py-astral/Makefile 21 Dec 2024 11:37:27 -0000 1.15
+++ astro/py-astral/Makefile 1 Aug 2025 06:42:37 -0000
@@ -1,9 +1,8 @@
COMMENT = calculations for the position of the sun and the moon
-MODPY_DISTV = 2.2
+MODPY_DISTV = 3.2
DISTNAME = astral-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
-REVISION = 4
CATEGORIES = astro
Index: astro/py-astral/distinfo
===================================================================
RCS file: /cvs/ports/astro/py-astral/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- astro/py-astral/distinfo 7 Aug 2020 06:40:46 -0000 1.3
+++ astro/py-astral/distinfo 1 Aug 2025 06:42:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (astral-2.2.tar.gz) = 5B2ZZ9XEi+QhNGVS8PTe2tQ/85qDV09f8q0ytmJ7b74=
-SIZE (astral-2.2.tar.gz) = 578223
+SHA256 (astral-3.2.tar.gz) = m3w7QS6eadFyz7JL4Oat3MnxvQGijbi+vmbXXMxTPYg=
+SIZE (astral-3.2.tar.gz) = 48075
Index: astro/py-astral/pkg/PLIST
===================================================================
RCS file: /cvs/ports/astro/py-astral/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- astro/py-astral/pkg/PLIST 21 Dec 2024 11:37:27 -0000 1.6
+++ astro/py-astral/pkg/PLIST 1 Aug 2025 06:42:37 -0000
@@ -14,13 +14,23 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}geocoder.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}geocoder.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}julian.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}julian.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}location.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}location.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}moon.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}moon.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sidereal.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sidereal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sun.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sun.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}table4.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}table4.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/geocoder.py
+lib/python${MODPY_VERSION}/site-packages/astral/julian.py
lib/python${MODPY_VERSION}/site-packages/astral/location.py
lib/python${MODPY_VERSION}/site-packages/astral/moon.py
+lib/python${MODPY_VERSION}/site-packages/astral/py.typed
+lib/python${MODPY_VERSION}/site-packages/astral/sidereal.py
lib/python${MODPY_VERSION}/site-packages/astral/sun.py
+lib/python${MODPY_VERSION}/site-packages/astral/table4.py
Hi,
===================================================================
RCS file: /cvs/ports/astro/py-astral/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- astro/py-astral/Makefile 21 Dec 2024 11:37:27 -0000 1.15
+++ astro/py-astral/Makefile 1 Aug 2025 06:42:37 -0000
@@ -1,9 +1,8 @@
COMMENT = calculations for the position of the sun and the moon
-MODPY_DISTV = 2.2
+MODPY_DISTV = 3.2
DISTNAME = astral-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
-REVISION = 4
CATEGORIES = astro
Index: astro/py-astral/distinfo
===================================================================
RCS file: /cvs/ports/astro/py-astral/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- astro/py-astral/distinfo 7 Aug 2020 06:40:46 -0000 1.3
+++ astro/py-astral/distinfo 1 Aug 2025 06:42:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (astral-2.2.tar.gz) = 5B2ZZ9XEi+QhNGVS8PTe2tQ/85qDV09f8q0ytmJ7b74=
-SIZE (astral-2.2.tar.gz) = 578223
+SHA256 (astral-3.2.tar.gz) = m3w7QS6eadFyz7JL4Oat3MnxvQGijbi+vmbXXMxTPYg=
+SIZE (astral-3.2.tar.gz) = 48075
Index: astro/py-astral/pkg/PLIST
===================================================================
RCS file: /cvs/ports/astro/py-astral/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- astro/py-astral/pkg/PLIST 21 Dec 2024 11:37:27 -0000 1.6
+++ astro/py-astral/pkg/PLIST 1 Aug 2025 06:42:37 -0000
@@ -14,13 +14,23 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}geocoder.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}geocoder.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}julian.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}julian.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}location.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}location.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}moon.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}moon.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sidereal.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sidereal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sun.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}sun.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}table4.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/astral/${MODPY_PYCACHE}table4.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/astral/geocoder.py
+lib/python${MODPY_VERSION}/site-packages/astral/julian.py
lib/python${MODPY_VERSION}/site-packages/astral/location.py
lib/python${MODPY_VERSION}/site-packages/astral/moon.py
+lib/python${MODPY_VERSION}/site-packages/astral/py.typed
+lib/python${MODPY_VERSION}/site-packages/astral/sidereal.py
lib/python${MODPY_VERSION}/site-packages/astral/sun.py
+lib/python${MODPY_VERSION}/site-packages/astral/table4.py
Hi,
Here is a patch for astro/py-astral to update to 3.2.
It build and run well and passed all tests on my amd64-current system.
Cheers !
wen
Re: Multi-egress wireguard vpn's
On Wed, Jul 30, 2025 at 12:10:02AM +0000, Andrew Dekker wrote:
> To preface, please bear with me, my terminology may not be accurate but I'll try to describe what I've been struggling with this all week.
> I am using 7.7 as a router/firewall with multiple lan's
> I would like to have multiple egress vpn's over wireguard, for individual lans
ok. i think the important thing to know here is that the interface a
packet goes out on is determined by a route lookup, and a route lookup
only uses the destination ip address. it does not care which interface
a packet comes from, or what the source address in the packet is, it's
only the destination ip that matters.
this means if you want to route packets from em1 out wg1, and packets
from em2 out wg2, regardless of the destination ip addresses, you have
to override the route decision with route-to in pf, or use multiple
routing tables/domains.
i personally find separate rdomains easier to work with, particularly
in failover situations.
so for your setup, i would have configs like this:
# cat /etc/hostname.lo1
rdomain 1
inet 127.0.0.1
up
# cat /etc/hostname.wg1
wgrtable 0
rdomain 1
inet WGIP blah
!route add default WGPEER
up
# cat /etc/hostname.em1
rdomain 1
inet foo bar
up
# cat /etc/hostname.lo2
rdomain 2
inet 127.0.0.1
up
# cat /etc/hostname.wg2
wgrtable 0
rdomain 2
inet blah blah
!route add default WG2PEER
up
# cat /etc/hostname.em2
rdomain 2
inet foo bar
up
> I have 5 dedicated ports on my router. em0 is wan, em1-4 are individual lans. I have some vlans too but thats not important.
>
> I would like to have 1 wireguard tunnel per lan, so that the lan traffic flows through its tunnel only, except for em1 which
> will need to failover to the default route on em0 when wg1 is down.
you can do this with sysctl net.inet.ip.multipath=1 and a low
priority link between rdomain 1 and 0.
# cat /etc/hostname.rport0
rdomain 0
inet x.x.x.0 255.255.255.255 x.x.x.1
!route add em1.subnet/prefix x.x.x.1
up
# cat /etc/hostname.rport1
rdomain 1
priority 2 # lower than wg1 priority
parent rport0
inet x.x.x.1 255.255.255.255 x.x.x.0
!route add default x.x.x.0 -mpath
up
the default route in rdomain 1 via wg1 should be preferred until wg1 is
taken down, then the default route over rport0 should take effect.
> I have tried with manually creating wg interfaces and gateways, using pf and rtables but am not having any luck getting wg
> to handshake unless I route 0/1 and 128/1 to the wg interface.
>
> wg-quick is out of the question it seems as it automatically adds routes which prevent the other lans from using their gateways.
>
> Does anyone know how to setup these gateways, routes and pf rules properly that individual lans can exit through different wg interfaces?
> And how to connect multiple wg interfaces at the same time?
again, i think the trick is to partition these interfaces into separate
rdomains.
> To preface, please bear with me, my terminology may not be accurate but I'll try to describe what I've been struggling with this all week.
> I am using 7.7 as a router/firewall with multiple lan's
> I would like to have multiple egress vpn's over wireguard, for individual lans
ok. i think the important thing to know here is that the interface a
packet goes out on is determined by a route lookup, and a route lookup
only uses the destination ip address. it does not care which interface
a packet comes from, or what the source address in the packet is, it's
only the destination ip that matters.
this means if you want to route packets from em1 out wg1, and packets
from em2 out wg2, regardless of the destination ip addresses, you have
to override the route decision with route-to in pf, or use multiple
routing tables/domains.
i personally find separate rdomains easier to work with, particularly
in failover situations.
so for your setup, i would have configs like this:
# cat /etc/hostname.lo1
rdomain 1
inet 127.0.0.1
up
# cat /etc/hostname.wg1
wgrtable 0
rdomain 1
inet WGIP blah
!route add default WGPEER
up
# cat /etc/hostname.em1
rdomain 1
inet foo bar
up
# cat /etc/hostname.lo2
rdomain 2
inet 127.0.0.1
up
# cat /etc/hostname.wg2
wgrtable 0
rdomain 2
inet blah blah
!route add default WG2PEER
up
# cat /etc/hostname.em2
rdomain 2
inet foo bar
up
> I have 5 dedicated ports on my router. em0 is wan, em1-4 are individual lans. I have some vlans too but thats not important.
>
> I would like to have 1 wireguard tunnel per lan, so that the lan traffic flows through its tunnel only, except for em1 which
> will need to failover to the default route on em0 when wg1 is down.
you can do this with sysctl net.inet.ip.multipath=1 and a low
priority link between rdomain 1 and 0.
# cat /etc/hostname.rport0
rdomain 0
inet x.x.x.0 255.255.255.255 x.x.x.1
!route add em1.subnet/prefix x.x.x.1
up
# cat /etc/hostname.rport1
rdomain 1
priority 2 # lower than wg1 priority
parent rport0
inet x.x.x.1 255.255.255.255 x.x.x.0
!route add default x.x.x.0 -mpath
up
the default route in rdomain 1 via wg1 should be preferred until wg1 is
taken down, then the default route over rport0 should take effect.
> I have tried with manually creating wg interfaces and gateways, using pf and rtables but am not having any luck getting wg
> to handshake unless I route 0/1 and 128/1 to the wg interface.
>
> wg-quick is out of the question it seems as it automatically adds routes which prevent the other lans from using their gateways.
>
> Does anyone know how to setup these gateways, routes and pf rules properly that individual lans can exit through different wg interfaces?
> And how to connect multiple wg interfaces at the same time?
again, i think the trick is to partition these interfaces into separate
rdomains.
[update] sysutils/fastfetch 2.49.0
På fredag 1. august 2025 kl. 08:00, <yaydn@protonmail.com> skrev:
> Is this acceptable?
>
Tested on current/amd64. Apologies on missing information.
> Deprecation Notice:
> * In fastfetch v2, the JSONC configuration format has been introduced,
> while command line configuration flags are kept for compatibility.
> Although they have the same effects, they use two different code paths,
> and as the number of flags grows, the codebase is becoming increasingly
> difficult to maintain.
> + Removal of module config flags is planned for v2.50.0, which will
> also fix a long-standing issue #1477.
> + Removal of most other config flags is also planned for later
> versions.
> * Keys of JSON configuration files will be all case-sensitive.
> Currently they are inconsistent. Planned for v2.50.0.
>
> Changelog:
> https://github.com/fastfetch-cli/fastfetch/tree/2.49.0
>
> Happy porting and well wishes.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/fastfetch/Makefile,v
> diff -u -p -u -p -r1.4 Makefile
> --- Makefile 21 Jul 2025 01:25:16 -0000 1.4
> +++ Makefile 1 Aug 2025 05:59:42 -0000
> @@ -2,7 +2,7 @@ COMMENT = neofetch-like tool for fetchin
>
> GH_ACCOUNT = fastfetch-cli
> GH_PROJECT = fastfetch
> -GH_TAGNAME= 2.48.1
> +GH_TAGNAME= 2.49.0
>
> CATEGORIES = sysutils
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/fastfetch/distinfo,v
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo 21 Jul 2025 01:25:16 -0000 1.4
> +++ distinfo 1 Aug 2025 05:59:42 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (fastfetch-2.48.1.tar.gz) = kSaS+0/6NLEICZCeOndOgZN1FVT3dVDWrhJokrApwCE=
> -SIZE (fastfetch-2.48.1.tar.gz) = 1336646
> +SHA256 (fastfetch-2.49.0.tar.gz) = XGVlgcbLMGHPhkjizQzfB6vPX2gP3Ivak13uzpCwhqA=
> +SIZE (fastfetch-2.49.0.tar.gz) = 1346493
> Is this acceptable?
>
Tested on current/amd64. Apologies on missing information.
> Deprecation Notice:
> * In fastfetch v2, the JSONC configuration format has been introduced,
> while command line configuration flags are kept for compatibility.
> Although they have the same effects, they use two different code paths,
> and as the number of flags grows, the codebase is becoming increasingly
> difficult to maintain.
> + Removal of module config flags is planned for v2.50.0, which will
> also fix a long-standing issue #1477.
> + Removal of most other config flags is also planned for later
> versions.
> * Keys of JSON configuration files will be all case-sensitive.
> Currently they are inconsistent. Planned for v2.50.0.
>
> Changelog:
> https://github.com/fastfetch-cli/fastfetch/tree/2.49.0
>
> Happy porting and well wishes.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/fastfetch/Makefile,v
> diff -u -p -u -p -r1.4 Makefile
> --- Makefile 21 Jul 2025 01:25:16 -0000 1.4
> +++ Makefile 1 Aug 2025 05:59:42 -0000
> @@ -2,7 +2,7 @@ COMMENT = neofetch-like tool for fetchin
>
> GH_ACCOUNT = fastfetch-cli
> GH_PROJECT = fastfetch
> -GH_TAGNAME= 2.48.1
> +GH_TAGNAME= 2.49.0
>
> CATEGORIES = sysutils
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/fastfetch/distinfo,v
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo 21 Jul 2025 01:25:16 -0000 1.4
> +++ distinfo 1 Aug 2025 05:59:42 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (fastfetch-2.48.1.tar.gz) = kSaS+0/6NLEICZCeOndOgZN1FVT3dVDWrhJokrApwCE=
> -SIZE (fastfetch-2.48.1.tar.gz) = 1336646
> +SHA256 (fastfetch-2.49.0.tar.gz) = XGVlgcbLMGHPhkjizQzfB6vPX2gP3Ivak13uzpCwhqA=
> +SIZE (fastfetch-2.49.0.tar.gz) = 1346493
Re: new(ish) devel/sdl3
På fredag 1. august 2025 kl. 05:14, Stuart Henderson
<stu@spacehopper.org> skrev:
> Things need to be simpler with libraries, flavours are a problem there.
> If you have people using ones of two versions of a library, when they
> write pets for things depending on that library, they'll end up with
> wrong WANTLIB.
>
> --
> Sent from a phone, apologies for poor formatting.
>
>
Thank you I was not aware of such. In this case, and if it is not too
contentious (I need not be that person), can we have wayland, x11, and
(by extension of wayland) arcan support by default please?
Besides upstream having it as the default, more packages will depend on
this and going back to enable wayland in the future will be more
laborious as each package is added or transitioned.
Better to do small upkeep by package and manage any deficient support on
case by case basis. Whether that is dropped upstream X support or
bugs/limitations in wayland or associated libinput/libevdev in OpenBSD.
I know out of ports there is at least the emulator pcsx2 and probably a
few more sdl3 based applications. But less than current sdl2 or
sdl1{,-compat} packages. This could also potentially lift sdl2-compat to
bridge sdl2 to sdl3 maintenance and features like some other OS's are
utilizing.
I am not advocating for either camp on this. I want to ensure
portability of ports and all the associated work as much as possible.
Relevant link:
https://pcsx2.net/blog/2025/pcsx2-2.4_2.2/
Something like this as the Makefile maybe:
COMMENT = cross-platform multimedia library
V = 3.2.18
DISTNAME = SDL3-${V}
PKGNAME = ${DISTNAME:L}
SHARED_LIBS += SDL3 0.0 # 3.2.18
CATEGORIES = devel
HOMEPAGE = https://libsdl.org/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# zlib
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xcursor Xext Xfixes Xi Xrandr Xrender Xss iconv m pthread
WANTLIB += sndio wayland-client wayland-cursor xkbcommon
SITES = https://github.com/libsdl-org/SDL/releases/download/release-${V}/
MODULES = devel/cmake
MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv
BUILD_DEPENDS = wayland/libinput-openbsd \
wayland/wayland-protocols
LIB_DEPENDS = converters/libiconv \
wayland/wayland \
x11/xkbcommon
CONFIGURE_ARGS = -DSDL_ALSA=OFF \
-DSDL_DBUS=OFF \
-DSDL_HIDAPI=OFF \
-DSDL_INSTALL=ON \
-DSDL_JACK=OFF \
-DSDL_LIBUDEV=OFF \
-DSDL_PIPEWIRE=OFF \
-DSDL_PULSEAUDIO=OFF \
-DSDL_SNDIO_SHARED=OFF \
-DSDL_TESTS=ON \
-DSDL_VULKAN=ON \
-DSDL_WAYLAND_SHARED=OFF \
-DSDL_X11_SHARED=OFF
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
.include <bsd.port.mk>
--
Not 100% sure on all depends.
If it is possible without stepping on any toes then please.
In the end, ports and the maintainer decide. Thanks for your time.
<stu@spacehopper.org> skrev:
> Things need to be simpler with libraries, flavours are a problem there.
> If you have people using ones of two versions of a library, when they
> write pets for things depending on that library, they'll end up with
> wrong WANTLIB.
>
> --
> Sent from a phone, apologies for poor formatting.
>
>
Thank you I was not aware of such. In this case, and if it is not too
contentious (I need not be that person), can we have wayland, x11, and
(by extension of wayland) arcan support by default please?
Besides upstream having it as the default, more packages will depend on
this and going back to enable wayland in the future will be more
laborious as each package is added or transitioned.
Better to do small upkeep by package and manage any deficient support on
case by case basis. Whether that is dropped upstream X support or
bugs/limitations in wayland or associated libinput/libevdev in OpenBSD.
I know out of ports there is at least the emulator pcsx2 and probably a
few more sdl3 based applications. But less than current sdl2 or
sdl1{,-compat} packages. This could also potentially lift sdl2-compat to
bridge sdl2 to sdl3 maintenance and features like some other OS's are
utilizing.
I am not advocating for either camp on this. I want to ensure
portability of ports and all the associated work as much as possible.
Relevant link:
https://pcsx2.net/blog/2025/pcsx2-2.4_2.2/
Something like this as the Makefile maybe:
COMMENT = cross-platform multimedia library
V = 3.2.18
DISTNAME = SDL3-${V}
PKGNAME = ${DISTNAME:L}
SHARED_LIBS += SDL3 0.0 # 3.2.18
CATEGORIES = devel
HOMEPAGE = https://libsdl.org/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# zlib
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xcursor Xext Xfixes Xi Xrandr Xrender Xss iconv m pthread
WANTLIB += sndio wayland-client wayland-cursor xkbcommon
SITES = https://github.com/libsdl-org/SDL/releases/download/release-${V}/
MODULES = devel/cmake
MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv
BUILD_DEPENDS = wayland/libinput-openbsd \
wayland/wayland-protocols
LIB_DEPENDS = converters/libiconv \
wayland/wayland \
x11/xkbcommon
CONFIGURE_ARGS = -DSDL_ALSA=OFF \
-DSDL_DBUS=OFF \
-DSDL_HIDAPI=OFF \
-DSDL_INSTALL=ON \
-DSDL_JACK=OFF \
-DSDL_LIBUDEV=OFF \
-DSDL_PIPEWIRE=OFF \
-DSDL_PULSEAUDIO=OFF \
-DSDL_SNDIO_SHARED=OFF \
-DSDL_TESTS=ON \
-DSDL_VULKAN=ON \
-DSDL_WAYLAND_SHARED=OFF \
-DSDL_X11_SHARED=OFF
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
.include <bsd.port.mk>
--
Not 100% sure on all depends.
If it is possible without stepping on any toes then please.
In the end, ports and the maintainer decide. Thanks for your time.
(No Subject)
Is this acceptable?
Deprecation Notice:
* In fastfetch v2, the JSONC configuration format has been introduced,
while command line configuration flags are kept for compatibility.
Although they have the same effects, they use two different code paths,
and as the number of flags grows, the codebase is becoming increasingly
difficult to maintain.
+ Removal of module config flags is planned for v2.50.0, which will
also fix a long-standing issue #1477.
+ Removal of most other config flags is also planned for later
versions.
* Keys of JSON configuration files will be all case-sensitive.
Currently they are inconsistent. Planned for v2.50.0.
Changelog:
https://github.com/fastfetch-cli/fastfetch/tree/2.49.0
Happy porting and well wishes.
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/Makefile,v
diff -u -p -u -p -r1.4 Makefile
--- Makefile 21 Jul 2025 01:25:16 -0000 1.4
+++ Makefile 1 Aug 2025 05:59:42 -0000
@@ -2,7 +2,7 @@ COMMENT = neofetch-like tool for fetchin
GH_ACCOUNT = fastfetch-cli
GH_PROJECT = fastfetch
-GH_TAGNAME= 2.48.1
+GH_TAGNAME= 2.49.0
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/distinfo,v
diff -u -p -u -p -r1.4 distinfo
--- distinfo 21 Jul 2025 01:25:16 -0000 1.4
+++ distinfo 1 Aug 2025 05:59:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (fastfetch-2.48.1.tar.gz) = kSaS+0/6NLEICZCeOndOgZN1FVT3dVDWrhJokrApwCE=
-SIZE (fastfetch-2.48.1.tar.gz) = 1336646
+SHA256 (fastfetch-2.49.0.tar.gz) = XGVlgcbLMGHPhkjizQzfB6vPX2gP3Ivak13uzpCwhqA=
+SIZE (fastfetch-2.49.0.tar.gz) = 1346493
Deprecation Notice:
* In fastfetch v2, the JSONC configuration format has been introduced,
while command line configuration flags are kept for compatibility.
Although they have the same effects, they use two different code paths,
and as the number of flags grows, the codebase is becoming increasingly
difficult to maintain.
+ Removal of module config flags is planned for v2.50.0, which will
also fix a long-standing issue #1477.
+ Removal of most other config flags is also planned for later
versions.
* Keys of JSON configuration files will be all case-sensitive.
Currently they are inconsistent. Planned for v2.50.0.
Changelog:
https://github.com/fastfetch-cli/fastfetch/tree/2.49.0
Happy porting and well wishes.
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/Makefile,v
diff -u -p -u -p -r1.4 Makefile
--- Makefile 21 Jul 2025 01:25:16 -0000 1.4
+++ Makefile 1 Aug 2025 05:59:42 -0000
@@ -2,7 +2,7 @@ COMMENT = neofetch-like tool for fetchin
GH_ACCOUNT = fastfetch-cli
GH_PROJECT = fastfetch
-GH_TAGNAME= 2.48.1
+GH_TAGNAME= 2.49.0
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/fastfetch/distinfo,v
diff -u -p -u -p -r1.4 distinfo
--- distinfo 21 Jul 2025 01:25:16 -0000 1.4
+++ distinfo 1 Aug 2025 05:59:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (fastfetch-2.48.1.tar.gz) = kSaS+0/6NLEICZCeOndOgZN1FVT3dVDWrhJokrApwCE=
-SIZE (fastfetch-2.48.1.tar.gz) = 1336646
+SHA256 (fastfetch-2.49.0.tar.gz) = XGVlgcbLMGHPhkjizQzfB6vPX2gP3Ivak13uzpCwhqA=
+SIZE (fastfetch-2.49.0.tar.gz) = 1346493
[maintainer update] remind 5.4.2 -> 5.5.0
This patch updates remind from 5.4.2 to 5.5.0.
Tested on amd64.
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/remind/Makefile,v
diff -u -p -r1.91 Makefile
--- Makefile 17 Jul 2025 12:27:17 -0000 1.91
+++ Makefile 29 Jul 2025 06:10:57 -0000
@@ -1,7 +1,7 @@
COMMENT= scripting language for reminders, with a Tk front end
-DISTNAME= remind-05.04.02
-PKGNAME= remind-5.4.2
+DISTNAME= remind-05.05.00
+PKGNAME= remind-5.5.0
CATEGORIES= misc
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/remind/distinfo,v
diff -u -p -r1.60 distinfo
--- distinfo 17 Jul 2025 12:27:17 -0000 1.60
+++ distinfo 29 Jul 2025 06:10:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (remind-05.04.02.tar.gz) = WHLC7qiriuUPpKcDiFR/r9gne6HOnwNzF2lVQa8FVSY=
-SIZE (remind-05.04.02.tar.gz) = 4566662
+SHA256 (remind-05.05.00.tar.gz) = zFf+g5nNxEM0S50UE7wx1HcyFWQ4vdHT2C0agz/6y+0=
+SIZE (remind-05.05.00.tar.gz) = 8975080
Tested on amd64.
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/remind/Makefile,v
diff -u -p -r1.91 Makefile
--- Makefile 17 Jul 2025 12:27:17 -0000 1.91
+++ Makefile 29 Jul 2025 06:10:57 -0000
@@ -1,7 +1,7 @@
COMMENT= scripting language for reminders, with a Tk front end
-DISTNAME= remind-05.04.02
-PKGNAME= remind-5.4.2
+DISTNAME= remind-05.05.00
+PKGNAME= remind-5.5.0
CATEGORIES= misc
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/remind/distinfo,v
diff -u -p -r1.60 distinfo
--- distinfo 17 Jul 2025 12:27:17 -0000 1.60
+++ distinfo 29 Jul 2025 06:10:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (remind-05.04.02.tar.gz) = WHLC7qiriuUPpKcDiFR/r9gne6HOnwNzF2lVQa8FVSY=
-SIZE (remind-05.04.02.tar.gz) = 4566662
+SHA256 (remind-05.05.00.tar.gz) = zFf+g5nNxEM0S50UE7wx1HcyFWQ4vdHT2C0agz/6y+0=
+SIZE (remind-05.05.00.tar.gz) = 8975080
[update] maxima 5.46.0 -> 5.48.0
Here's an update of maxima to the recently released 5.48.0 version.
This release catches up on about 3 years of development work.
Tests and oks welcome...
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/maxima/Makefile,v
diff -u -p -u -r1.53 Makefile
--- Makefile 7 Nov 2023 14:19:37 -0000 1.53
+++ Makefile 1 Aug 2025 04:03:07 -0000
@@ -1,9 +1,8 @@
-COMMENT= GPL computer algebra system based on DOE Macsyma
+COMMENT= computer algebra system based on Macsyma
-VERSION= 5.46.0
+VERSION= 5.48.0
DISTNAME= maxima-${VERSION}
CATEGORIES= math
-REVISION= 0
HOMEPAGE= https://maxima.sourceforge.net/
@@ -27,6 +26,7 @@ SUBST_VARS= VERSION
MAKE_FLAGS = MAKEINFO="${LOCALBASE}/bin/gtexi2any" \
TEXI2DVI="${LOCALBASE}/bin/gtexi2dvi"
+CONFIGURE_ENV += MAKEINFO=${PREFIX}/bin/gtexi2any
CONFIGURE_ARGS+= --enable-ecl
CONFIGURE_STYLE= gnu
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/maxima/distinfo,v
diff -u -p -u -r1.25 distinfo
--- distinfo 30 May 2023 16:18:03 -0000 1.25
+++ distinfo 1 Aug 2025 04:03:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.46.0.tar.gz) = c5Dwa0jaZckDPosvYpuXi5AFZFSlQCLbfecOIiWqiwc=
-SIZE (maxima-5.46.0.tar.gz) = 47492457
+SHA256 (maxima-5.48.0.tar.gz) = da8r8YlN8qF674pcN41y1NU8ZpufR9YOxbqMhnbEqqs=
+SIZE (maxima-5.48.0.tar.gz) = 53969887
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/maxima/pkg/PLIST,v
diff -u -p -u -r1.26 PLIST
--- pkg/PLIST 30 May 2023 16:18:03 -0000 1.26
+++ pkg/PLIST 1 Aug 2025 04:03:07 -0000
@@ -3,14 +3,19 @@ bin/rmaxima
bin/xmaxima
@info info/abs_integrate.info
@info info/drawutils.info
+@info info/guess.info
@info info/imaxima.info
@info info/kovacicODE.info
@info info/logic.info
+@info info/mathml.info
+info/maxima-index-html.lisp
info/maxima-index.lisp
info/maxima.info
info/maxima.info-1
info/maxima.info-2
info/maxima.info-3
+@info info/nelder_mead.info
+@info info/raddenest.info
@info info/symplectic_ode.info
@info info/xmaxima.info
lib/maxima/
@@ -27,7 +32,7 @@ man/de/man1/
man/ru/
man/ru/man1/
@man man/ru/man1/maxima.1
-share/applications/net.sourceforge.maxima.xmaxima.desktop
+share/applications/Xmaxima.desktop
share/bash-completion/completions/maxima
share/bash-completion/completions/rmaxima
share/bash-completion/completions/xmaxima
@@ -46,6 +51,11 @@ share/emacs/site-lisp/mylatex.ltx.el
share/emacs/site-lisp/setup-imaxima-imath.el
share/emacs/site-lisp/smart-complete.el
share/emacs/site-lisp/sshell.el
+share/icons/
+share/icons/text-x-maxima-out.svg
+share/icons/text-x-maximasession.svg
+share/icons/xmaxima.png
+share/icons/xmaxima.svg
share/maxima/
share/maxima/${VERSION}/
share/maxima/${VERSION}/demo/
@@ -61,13 +71,118 @@ share/maxima/${VERSION}/demo/manual.demo
share/maxima/${VERSION}/demo/newfac.dem
share/maxima/${VERSION}/demo/plots.mac
share/maxima/${VERSION}/demo/romberg.dem
+share/maxima/${VERSION}/demo/solve.dem
+share/maxima/${VERSION}/demo/subst.dem
share/maxima/${VERSION}/demo/sumcon.dem
share/maxima/${VERSION}/demo/trgsmp.dem
share/maxima/${VERSION}/doc/
share/maxima/${VERSION}/doc/EMaximaIntro.ps
share/maxima/${VERSION}/doc/contributors
share/maxima/${VERSION}/doc/html/
-share/maxima/${VERSION}/doc/html/contents.hhc
+share/maxima/${VERSION}/doc/html/Bug-Detection-and-Reporting.html
+share/maxima/${VERSION}/doc/html/Command-Line.html
+share/maxima/${VERSION}/doc/html/Command_002dline-options.html
+share/maxima/${VERSION}/doc/html/Data-Types-and-Structures.html
+share/maxima/${VERSION}/doc/html/Debugging.html
+share/maxima/${VERSION}/doc/html/Differential-Equations.html
+share/maxima/${VERSION}/doc/html/Differentiation.html
+share/maxima/${VERSION}/doc/html/Documentation-Categories.html
+share/maxima/${VERSION}/doc/html/Elementary-Functions.html
+share/maxima/${VERSION}/doc/html/Elliptic-Functions.html
+share/maxima/${VERSION}/doc/html/Equations.html
+share/maxima/${VERSION}/doc/html/Error-and-warning-messages.html
+share/maxima/${VERSION}/doc/html/Evaluation.html
+share/maxima/${VERSION}/doc/html/Expressions.html
+share/maxima/${VERSION}/doc/html/File-Input-and-Output.html
+share/maxima/${VERSION}/doc/html/Function-Definition.html
+share/maxima/${VERSION}/doc/html/Function-and-Variable-Index.html
+share/maxima/${VERSION}/doc/html/Groups.html
+share/maxima/${VERSION}/doc/html/Help.html
+share/maxima/${VERSION}/doc/html/Integration.html
+share/maxima/${VERSION}/doc/html/Introduction-to-Maxima.html
+share/maxima/${VERSION}/doc/html/Limits.html
+share/maxima/${VERSION}/doc/html/Matrices-and-Linear-Algebra.html
+share/maxima/${VERSION}/doc/html/Maxima_0027s-Database.html
+share/maxima/${VERSION}/doc/html/Miscellaneous-Options.html
+share/maxima/${VERSION}/doc/html/Number-Theory.html
+share/maxima/${VERSION}/doc/html/Numerical.html
+share/maxima/${VERSION}/doc/html/Operators.html
+share/maxima/${VERSION}/doc/html/Package-affine.html
+share/maxima/${VERSION}/doc/html/Package-alt_002ddisplay.html
+share/maxima/${VERSION}/doc/html/Package-asympa.html
+share/maxima/${VERSION}/doc/html/Package-atensor.html
+share/maxima/${VERSION}/doc/html/Package-augmented_005flagrangian.html
+share/maxima/${VERSION}/doc/html/Package-bernstein.html
+share/maxima/${VERSION}/doc/html/Package-bitwise.html
+share/maxima/${VERSION}/doc/html/Package-bode.html
+share/maxima/${VERSION}/doc/html/Package-cartan.html
+share/maxima/${VERSION}/doc/html/Package-celine.html
+share/maxima/${VERSION}/doc/html/Package-clebsch_005fgordan.html
+share/maxima/${VERSION}/doc/html/Package-cobyla.html
+share/maxima/${VERSION}/doc/html/Package-colnew.html
+share/maxima/${VERSION}/doc/html/Package-combinatorics.html
+share/maxima/${VERSION}/doc/html/Package-contrib_005fode.html
+share/maxima/${VERSION}/doc/html/Package-ctensor.html
+share/maxima/${VERSION}/doc/html/Package-descriptive.html
+share/maxima/${VERSION}/doc/html/Package-diag.html
+share/maxima/${VERSION}/doc/html/Package-distrib.html
+share/maxima/${VERSION}/doc/html/Package-draw.html
+share/maxima/${VERSION}/doc/html/Package-drawdf.html
+share/maxima/${VERSION}/doc/html/Package-dynamics.html
+share/maxima/${VERSION}/doc/html/Package-engineering_002dformat.html
+share/maxima/${VERSION}/doc/html/Package-ezunits.html
+share/maxima/${VERSION}/doc/html/Package-f90.html
+share/maxima/${VERSION}/doc/html/Package-finance.html
+share/maxima/${VERSION}/doc/html/Package-format.html
+share/maxima/${VERSION}/doc/html/Package-fractals.html
+share/maxima/${VERSION}/doc/html/Package-gentran.html
+share/maxima/${VERSION}/doc/html/Package-ggf.html
+share/maxima/${VERSION}/doc/html/Package-graphs.html
+share/maxima/${VERSION}/doc/html/Package-grobner.html
+share/maxima/${VERSION}/doc/html/Package-hompack.html
+share/maxima/${VERSION}/doc/html/Package-impdiff.html
+share/maxima/${VERSION}/doc/html/Package-interpol.html
+share/maxima/${VERSION}/doc/html/Package-itensor.html
+share/maxima/${VERSION}/doc/html/Package-lapack.html
+share/maxima/${VERSION}/doc/html/Package-lbfgs.html
+share/maxima/${VERSION}/doc/html/Package-levin.html
+share/maxima/${VERSION}/doc/html/Package-lindstedt.html
+share/maxima/${VERSION}/doc/html/Package-linearalgebra.html
+share/maxima/${VERSION}/doc/html/Package-lsquares.html
+share/maxima/${VERSION}/doc/html/Package-makeOrders.html
+share/maxima/${VERSION}/doc/html/Package-minpack.html
+share/maxima/${VERSION}/doc/html/Package-mnewton.html
+share/maxima/${VERSION}/doc/html/Package-numericalio.html
+share/maxima/${VERSION}/doc/html/Package-odepack.html
+share/maxima/${VERSION}/doc/html/Package-operatingsystem.html
+share/maxima/${VERSION}/doc/html/Package-opsubst.html
+share/maxima/${VERSION}/doc/html/Package-orthopoly.html
+share/maxima/${VERSION}/doc/html/Package-pslq.html
+share/maxima/${VERSION}/doc/html/Package-pytranslate.html
+share/maxima/${VERSION}/doc/html/Package-quantum_005fcomputing.html
+share/maxima/${VERSION}/doc/html/Package-ratpow.html
+share/maxima/${VERSION}/doc/html/Package-romberg.html
+share/maxima/${VERSION}/doc/html/Package-simplex.html
+share/maxima/${VERSION}/doc/html/Package-simplification.html
+share/maxima/${VERSION}/doc/html/Package-solve_005frec.html
+share/maxima/${VERSION}/doc/html/Package-stats.html
+share/maxima/${VERSION}/doc/html/Package-stirling.html
+share/maxima/${VERSION}/doc/html/Package-stringproc.html
+share/maxima/${VERSION}/doc/html/Package-sym.html
+share/maxima/${VERSION}/doc/html/Package-to_005fpoly_005fsolve.html
+share/maxima/${VERSION}/doc/html/Package-trigtools.html
+share/maxima/${VERSION}/doc/html/Package-unit.html
+share/maxima/${VERSION}/doc/html/Package-wrstcse.html
+share/maxima/${VERSION}/doc/html/Package-zeilberger.html
+share/maxima/${VERSION}/doc/html/Plotting.html
+share/maxima/${VERSION}/doc/html/Polynomials.html
+share/maxima/${VERSION}/doc/html/Program-Flow.html
+share/maxima/${VERSION}/doc/html/Rules-and-Patterns.html
+share/maxima/${VERSION}/doc/html/Runtime-Environment.html
+share/maxima/${VERSION}/doc/html/Sets.html
+share/maxima/${VERSION}/doc/html/Simplification.html
+share/maxima/${VERSION}/doc/html/Special-Functions.html
+share/maxima/${VERSION}/doc/html/Sums-Products-and-Series.html
share/maxima/${VERSION}/doc/html/figures/
share/maxima/${VERSION}/doc/html/figures/bodegain1.png
share/maxima/${VERSION}/doc/html/figures/bodegain2.png
@@ -242,6 +357,9 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/introduction1.png
share/maxima/${VERSION}/doc/html/figures/introduction2.png
share/maxima/${VERSION}/doc/html/figures/introduction3.png
+share/maxima/${VERSION}/doc/html/figures/maxima-unicode-display-variety-1-ascii.png
+share/maxima/${VERSION}/doc/html/figures/maxima-unicode-display-variety-1.png
+share/maxima/${VERSION}/doc/html/figures/maxima.svg
share/maxima/${VERSION}/doc/html/figures/orthopoly1.png
share/maxima/${VERSION}/doc/html/figures/plotdf1.png
share/maxima/${VERSION}/doc/html/figures/plotdf2.png
@@ -276,6 +394,13 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/plotting9.png
share/maxima/${VERSION}/doc/html/figures/scene1.png
share/maxima/${VERSION}/doc/html/figures/scene2.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-1.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-2.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-3.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-4.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-5.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-6.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-7.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap2.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap3.png
@@ -288,11 +413,11 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/worldmap_make_polygon.png
share/maxima/${VERSION}/doc/html/figures/worldmap_region_boundaries.png
share/maxima/${VERSION}/doc/html/figures/worldmap_region_boundaries_plus.png
-share/maxima/${VERSION}/doc/html/header.hhp
-share/maxima/${VERSION}/doc/html/index.hhk
+share/maxima/${VERSION}/doc/html/index.html
share/maxima/${VERSION}/doc/html/intromax.html
-share/maxima/${VERSION}/doc/html/maxima.hhp
-share/maxima/${VERSION}/doc/html/maxima.html
+share/maxima/${VERSION}/doc/html/js_licenses.html
+share/maxima/${VERSION}/doc/html/manual.css
+share/maxima/${VERSION}/doc/html/maxima_0.html
share/maxima/${VERSION}/doc/html/maxima_1.html
share/maxima/${VERSION}/doc/html/maxima_10.html
share/maxima/${VERSION}/doc/html/maxima_100.html
@@ -300,309 +425,35 @@ share/maxima/${VERSION}/doc/html/maxima_
share/maxima/${VERSION}/doc/html/maxima_102.html
share/maxima/${VERSION}/doc/html/maxima_103.html
share/maxima/${VERSION}/doc/html/maxima_104.html
-share/maxima/${VERSION}/doc/html/maxima_105.html
-share/maxima/${VERSION}/doc/html/maxima_106.html
-share/maxima/${VERSION}/doc/html/maxima_107.html
-share/maxima/${VERSION}/doc/html/maxima_108.html
-share/maxima/${VERSION}/doc/html/maxima_109.html
share/maxima/${VERSION}/doc/html/maxima_11.html
-share/maxima/${VERSION}/doc/html/maxima_110.html
-share/maxima/${VERSION}/doc/html/maxima_111.html
-share/maxima/${VERSION}/doc/html/maxima_112.html
-share/maxima/${VERSION}/doc/html/maxima_113.html
-share/maxima/${VERSION}/doc/html/maxima_114.html
-share/maxima/${VERSION}/doc/html/maxima_115.html
-share/maxima/${VERSION}/doc/html/maxima_116.html
-share/maxima/${VERSION}/doc/html/maxima_117.html
-share/maxima/${VERSION}/doc/html/maxima_118.html
-share/maxima/${VERSION}/doc/html/maxima_119.html
share/maxima/${VERSION}/doc/html/maxima_12.html
-share/maxima/${VERSION}/doc/html/maxima_120.html
-share/maxima/${VERSION}/doc/html/maxima_121.html
-share/maxima/${VERSION}/doc/html/maxima_122.html
-share/maxima/${VERSION}/doc/html/maxima_123.html
-share/maxima/${VERSION}/doc/html/maxima_124.html
-share/maxima/${VERSION}/doc/html/maxima_125.html
-share/maxima/${VERSION}/doc/html/maxima_126.html
-share/maxima/${VERSION}/doc/html/maxima_127.html
-share/maxima/${VERSION}/doc/html/maxima_128.html
-share/maxima/${VERSION}/doc/html/maxima_129.html
share/maxima/${VERSION}/doc/html/maxima_13.html
-share/maxima/${VERSION}/doc/html/maxima_130.html
-share/maxima/${VERSION}/doc/html/maxima_131.html
-share/maxima/${VERSION}/doc/html/maxima_132.html
-share/maxima/${VERSION}/doc/html/maxima_133.html
-share/maxima/${VERSION}/doc/html/maxima_134.html
-share/maxima/${VERSION}/doc/html/maxima_135.html
-share/maxima/${VERSION}/doc/html/maxima_136.html
-share/maxima/${VERSION}/doc/html/maxima_137.html
-share/maxima/${VERSION}/doc/html/maxima_138.html
-share/maxima/${VERSION}/doc/html/maxima_139.html
share/maxima/${VERSION}/doc/html/maxima_14.html
-share/maxima/${VERSION}/doc/html/maxima_140.html
-share/maxima/${VERSION}/doc/html/maxima_141.html
-share/maxima/${VERSION}/doc/html/maxima_142.html
-share/maxima/${VERSION}/doc/html/maxima_143.html
-share/maxima/${VERSION}/doc/html/maxima_144.html
-share/maxima/${VERSION}/doc/html/maxima_145.html
-share/maxima/${VERSION}/doc/html/maxima_146.html
-share/maxima/${VERSION}/doc/html/maxima_147.html
-share/maxima/${VERSION}/doc/html/maxima_148.html
-share/maxima/${VERSION}/doc/html/maxima_149.html
share/maxima/${VERSION}/doc/html/maxima_15.html
-share/maxima/${VERSION}/doc/html/maxima_150.html
-share/maxima/${VERSION}/doc/html/maxima_151.html
-share/maxima/${VERSION}/doc/html/maxima_152.html
-share/maxima/${VERSION}/doc/html/maxima_153.html
-share/maxima/${VERSION}/doc/html/maxima_154.html
-share/maxima/${VERSION}/doc/html/maxima_155.html
-share/maxima/${VERSION}/doc/html/maxima_156.html
-share/maxima/${VERSION}/doc/html/maxima_157.html
-share/maxima/${VERSION}/doc/html/maxima_158.html
-share/maxima/${VERSION}/doc/html/maxima_159.html
share/maxima/${VERSION}/doc/html/maxima_16.html
-share/maxima/${VERSION}/doc/html/maxima_160.html
-share/maxima/${VERSION}/doc/html/maxima_161.html
-share/maxima/${VERSION}/doc/html/maxima_162.html
-share/maxima/${VERSION}/doc/html/maxima_163.html
-share/maxima/${VERSION}/doc/html/maxima_164.html
-share/maxima/${VERSION}/doc/html/maxima_165.html
-share/maxima/${VERSION}/doc/html/maxima_166.html
-share/maxima/${VERSION}/doc/html/maxima_167.html
-share/maxima/${VERSION}/doc/html/maxima_168.html
-share/maxima/${VERSION}/doc/html/maxima_169.html
share/maxima/${VERSION}/doc/html/maxima_17.html
-share/maxima/${VERSION}/doc/html/maxima_170.html
-share/maxima/${VERSION}/doc/html/maxima_171.html
-share/maxima/${VERSION}/doc/html/maxima_172.html
-share/maxima/${VERSION}/doc/html/maxima_173.html
-share/maxima/${VERSION}/doc/html/maxima_174.html
-share/maxima/${VERSION}/doc/html/maxima_175.html
-share/maxima/${VERSION}/doc/html/maxima_176.html
-share/maxima/${VERSION}/doc/html/maxima_177.html
-share/maxima/${VERSION}/doc/html/maxima_178.html
-share/maxima/${VERSION}/doc/html/maxima_179.html
share/maxima/${VERSION}/doc/html/maxima_18.html
-share/maxima/${VERSION}/doc/html/maxima_180.html
-share/maxima/${VERSION}/doc/html/maxima_181.html
-share/maxima/${VERSION}/doc/html/maxima_182.html
-share/maxima/${VERSION}/doc/html/maxima_183.html
-share/maxima/${VERSION}/doc/html/maxima_184.html
-share/maxima/${VERSION}/doc/html/maxima_185.html
-share/maxima/${VERSION}/doc/html/maxima_186.html
-share/maxima/${VERSION}/doc/html/maxima_187.html
-share/maxima/${VERSION}/doc/html/maxima_188.html
-share/maxima/${VERSION}/doc/html/maxima_189.html
share/maxima/${VERSION}/doc/html/maxima_19.html
-share/maxima/${VERSION}/doc/html/maxima_190.html
-share/maxima/${VERSION}/doc/html/maxima_191.html
-share/maxima/${VERSION}/doc/html/maxima_192.html
-share/maxima/${VERSION}/doc/html/maxima_193.html
-share/maxima/${VERSION}/doc/html/maxima_194.html
-share/maxima/${VERSION}/doc/html/maxima_195.html
-share/maxima/${VERSION}/doc/html/maxima_196.html
-share/maxima/${VERSION}/doc/html/maxima_197.html
-share/maxima/${VERSION}/doc/html/maxima_198.html
-share/maxima/${VERSION}/doc/html/maxima_199.html
share/maxima/${VERSION}/doc/html/maxima_2.html
share/maxima/${VERSION}/doc/html/maxima_20.html
-share/maxima/${VERSION}/doc/html/maxima_200.html
-share/maxima/${VERSION}/doc/html/maxima_201.html
-share/maxima/${VERSION}/doc/html/maxima_202.html
-share/maxima/${VERSION}/doc/html/maxima_203.html
-share/maxima/${VERSION}/doc/html/maxima_204.html
-share/maxima/${VERSION}/doc/html/maxima_205.html
-share/maxima/${VERSION}/doc/html/maxima_206.html
-share/maxima/${VERSION}/doc/html/maxima_207.html
-share/maxima/${VERSION}/doc/html/maxima_208.html
-share/maxima/${VERSION}/doc/html/maxima_209.html
share/maxima/${VERSION}/doc/html/maxima_21.html
-share/maxima/${VERSION}/doc/html/maxima_210.html
-share/maxima/${VERSION}/doc/html/maxima_211.html
-share/maxima/${VERSION}/doc/html/maxima_212.html
-share/maxima/${VERSION}/doc/html/maxima_213.html
-share/maxima/${VERSION}/doc/html/maxima_214.html
-share/maxima/${VERSION}/doc/html/maxima_215.html
-share/maxima/${VERSION}/doc/html/maxima_216.html
-share/maxima/${VERSION}/doc/html/maxima_217.html
-share/maxima/${VERSION}/doc/html/maxima_218.html
-share/maxima/${VERSION}/doc/html/maxima_219.html
share/maxima/${VERSION}/doc/html/maxima_22.html
-share/maxima/${VERSION}/doc/html/maxima_220.html
-share/maxima/${VERSION}/doc/html/maxima_221.html
-share/maxima/${VERSION}/doc/html/maxima_222.html
-share/maxima/${VERSION}/doc/html/maxima_223.html
-share/maxima/${VERSION}/doc/html/maxima_224.html
-share/maxima/${VERSION}/doc/html/maxima_225.html
-share/maxima/${VERSION}/doc/html/maxima_226.html
-share/maxima/${VERSION}/doc/html/maxima_227.html
-share/maxima/${VERSION}/doc/html/maxima_228.html
-share/maxima/${VERSION}/doc/html/maxima_229.html
share/maxima/${VERSION}/doc/html/maxima_23.html
-share/maxima/${VERSION}/doc/html/maxima_230.html
-share/maxima/${VERSION}/doc/html/maxima_231.html
-share/maxima/${VERSION}/doc/html/maxima_232.html
-share/maxima/${VERSION}/doc/html/maxima_233.html
-share/maxima/${VERSION}/doc/html/maxima_234.html
-share/maxima/${VERSION}/doc/html/maxima_235.html
-share/maxima/${VERSION}/doc/html/maxima_236.html
-share/maxima/${VERSION}/doc/html/maxima_237.html
-share/maxima/${VERSION}/doc/html/maxima_238.html
-share/maxima/${VERSION}/doc/html/maxima_239.html
share/maxima/${VERSION}/doc/html/maxima_24.html
-share/maxima/${VERSION}/doc/html/maxima_240.html
-share/maxima/${VERSION}/doc/html/maxima_241.html
-share/maxima/${VERSION}/doc/html/maxima_242.html
-share/maxima/${VERSION}/doc/html/maxima_243.html
-share/maxima/${VERSION}/doc/html/maxima_244.html
-share/maxima/${VERSION}/doc/html/maxima_245.html
-share/maxima/${VERSION}/doc/html/maxima_246.html
-share/maxima/${VERSION}/doc/html/maxima_247.html
-share/maxima/${VERSION}/doc/html/maxima_248.html
-share/maxima/${VERSION}/doc/html/maxima_249.html
share/maxima/${VERSION}/doc/html/maxima_25.html
-share/maxima/${VERSION}/doc/html/maxima_250.html
-share/maxima/${VERSION}/doc/html/maxima_251.html
-share/maxima/${VERSION}/doc/html/maxima_252.html
-share/maxima/${VERSION}/doc/html/maxima_253.html
-share/maxima/${VERSION}/doc/html/maxima_254.html
-share/maxima/${VERSION}/doc/html/maxima_255.html
-share/maxima/${VERSION}/doc/html/maxima_256.html
-share/maxima/${VERSION}/doc/html/maxima_257.html
-share/maxima/${VERSION}/doc/html/maxima_258.html
-share/maxima/${VERSION}/doc/html/maxima_259.html
share/maxima/${VERSION}/doc/html/maxima_26.html
-share/maxima/${VERSION}/doc/html/maxima_260.html
-share/maxima/${VERSION}/doc/html/maxima_261.html
-share/maxima/${VERSION}/doc/html/maxima_262.html
-share/maxima/${VERSION}/doc/html/maxima_263.html
-share/maxima/${VERSION}/doc/html/maxima_264.html
-share/maxima/${VERSION}/doc/html/maxima_265.html
-share/maxima/${VERSION}/doc/html/maxima_266.html
-share/maxima/${VERSION}/doc/html/maxima_267.html
-share/maxima/${VERSION}/doc/html/maxima_268.html
-share/maxima/${VERSION}/doc/html/maxima_269.html
share/maxima/${VERSION}/doc/html/maxima_27.html
-share/maxima/${VERSION}/doc/html/maxima_270.html
-share/maxima/${VERSION}/doc/html/maxima_271.html
-share/maxima/${VERSION}/doc/html/maxima_272.html
-share/maxima/${VERSION}/doc/html/maxima_273.html
-share/maxima/${VERSION}/doc/html/maxima_274.html
-share/maxima/${VERSION}/doc/html/maxima_275.html
-share/maxima/${VERSION}/doc/html/maxima_276.html
-share/maxima/${VERSION}/doc/html/maxima_277.html
-share/maxima/${VERSION}/doc/html/maxima_278.html
-share/maxima/${VERSION}/doc/html/maxima_279.html
share/maxima/${VERSION}/doc/html/maxima_28.html
-share/maxima/${VERSION}/doc/html/maxima_280.html
-share/maxima/${VERSION}/doc/html/maxima_281.html
-share/maxima/${VERSION}/doc/html/maxima_282.html
-share/maxima/${VERSION}/doc/html/maxima_283.html
-share/maxima/${VERSION}/doc/html/maxima_284.html
-share/maxima/${VERSION}/doc/html/maxima_285.html
-share/maxima/${VERSION}/doc/html/maxima_286.html
-share/maxima/${VERSION}/doc/html/maxima_287.html
-share/maxima/${VERSION}/doc/html/maxima_288.html
-share/maxima/${VERSION}/doc/html/maxima_289.html
share/maxima/${VERSION}/doc/html/maxima_29.html
-share/maxima/${VERSION}/doc/html/maxima_290.html
-share/maxima/${VERSION}/doc/html/maxima_291.html
-share/maxima/${VERSION}/doc/html/maxima_292.html
-share/maxima/${VERSION}/doc/html/maxima_293.html
-share/maxima/${VERSION}/doc/html/maxima_294.html
-share/maxima/${VERSION}/doc/html/maxima_295.html
-share/maxima/${VERSION}/doc/html/maxima_296.html
-share/maxima/${VERSION}/doc/html/maxima_297.html
-share/maxima/${VERSION}/doc/html/maxima_298.html
-share/maxima/${VERSION}/doc/html/maxima_299.html
share/maxima/${VERSION}/doc/html/maxima_3.html
share/maxima/${VERSION}/doc/html/maxima_30.html
-share/maxima/${VERSION}/doc/html/maxima_300.html
-share/maxima/${VERSION}/doc/html/maxima_301.html
-share/maxima/${VERSION}/doc/html/maxima_302.html
-share/maxima/${VERSION}/doc/html/maxima_303.html
-share/maxima/${VERSION}/doc/html/maxima_304.html
-share/maxima/${VERSION}/doc/html/maxima_305.html
-share/maxima/${VERSION}/doc/html/maxima_306.html
-share/maxima/${VERSION}/doc/html/maxima_307.html
-share/maxima/${VERSION}/doc/html/maxima_308.html
-share/maxima/${VERSION}/doc/html/maxima_309.html
share/maxima/${VERSION}/doc/html/maxima_31.html
-share/maxima/${VERSION}/doc/html/maxima_310.html
-share/maxima/${VERSION}/doc/html/maxima_311.html
-share/maxima/${VERSION}/doc/html/maxima_312.html
-share/maxima/${VERSION}/doc/html/maxima_313.html
-share/maxima/${VERSION}/doc/html/maxima_314.html
-share/maxima/${VERSION}/doc/html/maxima_315.html
-share/maxima/${VERSION}/doc/html/maxima_316.html
-share/maxima/${VERSION}/doc/html/maxima_317.html
-share/maxima/${VERSION}/doc/html/maxima_318.html
-share/maxima/${VERSION}/doc/html/maxima_319.html
share/maxima/${VERSION}/doc/html/maxima_32.html
-share/maxima/${VERSION}/doc/html/maxima_320.html
-share/maxima/${VERSION}/doc/html/maxima_321.html
-share/maxima/${VERSION}/doc/html/maxima_322.html
-share/maxima/${VERSION}/doc/html/maxima_323.html
-share/maxima/${VERSION}/doc/html/maxima_324.html
-share/maxima/${VERSION}/doc/html/maxima_325.html
-share/maxima/${VERSION}/doc/html/maxima_326.html
-share/maxima/${VERSION}/doc/html/maxima_327.html
-share/maxima/${VERSION}/doc/html/maxima_328.html
-share/maxima/${VERSION}/doc/html/maxima_329.html
share/maxima/${VERSION}/doc/html/maxima_33.html
-share/maxima/${VERSION}/doc/html/maxima_330.html
-share/maxima/${VERSION}/doc/html/maxima_331.html
-share/maxima/${VERSION}/doc/html/maxima_332.html
-share/maxima/${VERSION}/doc/html/maxima_333.html
-share/maxima/${VERSION}/doc/html/maxima_334.html
-share/maxima/${VERSION}/doc/html/maxima_335.html
-share/maxima/${VERSION}/doc/html/maxima_336.html
-share/maxima/${VERSION}/doc/html/maxima_337.html
-share/maxima/${VERSION}/doc/html/maxima_338.html
-share/maxima/${VERSION}/doc/html/maxima_339.html
share/maxima/${VERSION}/doc/html/maxima_34.html
-share/maxima/${VERSION}/doc/html/maxima_340.html
-share/maxima/${VERSION}/doc/html/maxima_341.html
-share/maxima/${VERSION}/doc/html/maxima_342.html
-share/maxima/${VERSION}/doc/html/maxima_343.html
-share/maxima/${VERSION}/doc/html/maxima_344.html
-share/maxima/${VERSION}/doc/html/maxima_345.html
-share/maxima/${VERSION}/doc/html/maxima_346.html
-share/maxima/${VERSION}/doc/html/maxima_347.html
-share/maxima/${VERSION}/doc/html/maxima_348.html
-share/maxima/${VERSION}/doc/html/maxima_349.html
share/maxima/${VERSION}/doc/html/maxima_35.html
-share/maxima/${VERSION}/doc/html/maxima_350.html
-share/maxima/${VERSION}/doc/html/maxima_351.html
-share/maxima/${VERSION}/doc/html/maxima_352.html
-share/maxima/${VERSION}/doc/html/maxima_353.html
-share/maxima/${VERSION}/doc/html/maxima_354.html
-share/maxima/${VERSION}/doc/html/maxima_355.html
-share/maxima/${VERSION}/doc/html/maxima_356.html
-share/maxima/${VERSION}/doc/html/maxima_357.html
-share/maxima/${VERSION}/doc/html/maxima_358.html
-share/maxima/${VERSION}/doc/html/maxima_359.html
share/maxima/${VERSION}/doc/html/maxima_36.html
-share/maxima/${VERSION}/doc/html/maxima_360.html
-share/maxima/${VERSION}/doc/html/maxima_361.html
-share/maxima/${VERSION}/doc/html/maxima_362.html
-share/maxima/${VERSION}/doc/html/maxima_363.html
-share/maxima/${VERSION}/doc/html/maxima_364.html
-share/maxima/${VERSION}/doc/html/maxima_365.html
-share/maxima/${VERSION}/doc/html/maxima_366.html
-share/maxima/${VERSION}/doc/html/maxima_367.html
-share/maxima/${VERSION}/doc/html/maxima_368.html
-share/maxima/${VERSION}/doc/html/maxima_369.html
share/maxima/${VERSION}/doc/html/maxima_37.html
-share/maxima/${VERSION}/doc/html/maxima_370.html
-share/maxima/${VERSION}/doc/html/maxima_371.html
-share/maxima/${VERSION}/doc/html/maxima_372.html
-share/maxima/${VERSION}/doc/html/maxima_373.html
-share/maxima/${VERSION}/doc/html/maxima_374.html
-share/maxima/${VERSION}/doc/html/maxima_375.html
-share/maxima/${VERSION}/doc/html/maxima_376.html
-share/maxima/${VERSION}/doc/html/maxima_377.html
-share/maxima/${VERSION}/doc/html/maxima_378.html
share/maxima/${VERSION}/doc/html/maxima_38.html
share/maxima/${VERSION}/doc/html/maxima_39.html
share/maxima/${VERSION}/doc/html/maxima_4.html
@@ -671,9 +522,7 @@ share/maxima/${VERSION}/doc/html/maxima_
share/maxima/${VERSION}/doc/html/maxima_97.html
share/maxima/${VERSION}/doc/html/maxima_98.html
share/maxima/${VERSION}/doc/html/maxima_99.html
-share/maxima/${VERSION}/doc/html/maxima_ovr.html
share/maxima/${VERSION}/doc/html/maxima_singlepage.html
-share/maxima/${VERSION}/doc/html/maxima_toc.html
share/maxima/${VERSION}/doc/implementation/
share/maxima/${VERSION}/doc/implementation/dir_vars.txt
share/maxima/${VERSION}/doc/implementation/external-interface.txt
@@ -744,14 +593,56 @@ share/maxima/${VERSION}/share/algebra/re
share/maxima/${VERSION}/share/algebra/recur.transcript
share/maxima/${VERSION}/share/algebra/rtest_recur.mac
share/maxima/${VERSION}/share/algebra/solver/
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/.directory
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/AILOGO.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BAUM.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BELASTG.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BEWERTG.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BJTAMP.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BJTAMPOP.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/CONSCHK.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/ConschkEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/EXAMPLES.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/HEURALGO.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/IMMED.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/ImmedEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/KRAEFTE.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/LINEAR.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/LinearEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/POSTPROC.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PREPROC.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PostProcEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PreprocEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVER.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVRDOC.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVRLIT.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/STABSTR.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/STRUKTUR.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/StrukturEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS1.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS2.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/VALSOLV1.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/VALSOLV2.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv1En.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv2aEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv2bEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-E.tex
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-diagrams.docx
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-diagrams.pdf
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/vschplan.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/zweischl.png
share/maxima/${VERSION}/share/algebra/solver/Solver.mac
share/maxima/${VERSION}/share/algebra/solver/linsolve.mac
share/maxima/${VERSION}/share/algebra/solver/misc.mac
share/maxima/${VERSION}/share/algebra/solver/readme
share/maxima/${VERSION}/share/algebra/solver/slvrmsgs.mac
share/maxima/${VERSION}/share/algebra/solver/slvrtbox.mac
+share/maxima/${VERSION}/share/algebra/solver/solver.dem
share/maxima/${VERSION}/share/algebra/solver/solver1-en.html
share/maxima/${VERSION}/share/algebra/solver/solver1.pdf
+share/maxima/${VERSION}/share/algebra/solver/solverEn.pdf
share/maxima/${VERSION}/share/algebra/solver/test.mac
share/maxima/${VERSION}/share/amatrix/
share/maxima/${VERSION}/share/amatrix/README
@@ -868,6 +759,7 @@ share/maxima/${VERSION}/share/colnew/pro
share/maxima/${VERSION}/share/colnew/prob2.mac
share/maxima/${VERSION}/share/colnew/prob3.mac
share/maxima/${VERSION}/share/colnew/prob4.mac
+share/maxima/${VERSION}/share/colnew/prob5.mac
share/maxima/${VERSION}/share/combinatorics/
share/maxima/${VERSION}/share/combinatorics/README
share/maxima/${VERSION}/share/combinatorics/combinatorics.dem
@@ -917,7 +809,6 @@ share/maxima/${VERSION}/share/contrib/Ze
share/maxima/${VERSION}/share/contrib/Zeilberger/readme.txt
share/maxima/${VERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
-share/maxima/${VERSION}/share/contrib/Zeilberger/settings.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/shiftQuotient.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/testZeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/whatsnew.txt
@@ -925,6 +816,7 @@ share/maxima/${VERSION}/share/contrib/Ze
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
+share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_settings.mac
share/maxima/${VERSION}/share/contrib/alt-display/
share/maxima/${VERSION}/share/contrib/alt-display/alt-display.lisp
share/maxima/${VERSION}/share/contrib/alt-display/alt-display.mac
@@ -967,7 +859,7 @@ share/maxima/${VERSION}/share/contrib/di
share/maxima/${VERSION}/share/contrib/diffequations/kummer.lisp
share/maxima/${VERSION}/share/contrib/diffequations/lazysolver.lisp
share/maxima/${VERSION}/share/contrib/diffequations/ode1_abel.mac
-share/maxima/${VERSION}/share/contrib/diffequations/ode1_clairault.mac
+share/maxima/${VERSION}/share/contrib/diffequations/ode1_clairaut.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_factor.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_lagrange.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_lie.mac
@@ -984,8 +876,8 @@ share/maxima/${VERSION}/share/contrib/di
share/maxima/${VERSION}/share/contrib/diffequations/tests/README
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
-share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_sym.mac
-share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
+share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode_sym.mac
+share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode_sym2.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
@@ -1024,7 +916,6 @@ share/maxima/${VERSION}/share/contrib/el
share/maxima/${VERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac
share/maxima/${VERSION}/share/contrib/engineering-format.lisp
share/maxima/${VERSION}/share/contrib/f90.lisp
-share/maxima/${VERSION}/share/contrib/floatproperties.lisp
share/maxima/${VERSION}/share/contrib/format/
share/maxima/${VERSION}/share/contrib/format/README
share/maxima/${VERSION}/share/contrib/format/autoload-m.macsyma
@@ -1034,9 +925,9 @@ share/maxima/${VERSION}/share/contrib/fo
share/maxima/${VERSION}/share/contrib/format/coeflistp.lisp
share/maxima/${VERSION}/share/contrib/format/format.announce
share/maxima/${VERSION}/share/contrib/format/format.demo
-share/maxima/${VERSION}/share/contrib/format/format.lisp
share/maxima/${VERSION}/share/contrib/format/format.mac
share/maxima/${VERSION}/share/contrib/format/format.ps
+share/maxima/${VERSION}/share/contrib/format/miller-format.lisp
share/maxima/${VERSION}/share/contrib/format/pois2.demo
share/maxima/${VERSION}/share/contrib/format/pois2m.ps
share/maxima/${VERSION}/share/contrib/format/rtest_format.mac
@@ -1118,6 +1009,12 @@ share/maxima/${VERSION}/share/contrib/gf
share/maxima/${VERSION}/share/contrib/gf/whatsnew.txt
share/maxima/${VERSION}/share/contrib/ggf.mac
share/maxima/${VERSION}/share/contrib/graph2d.lisp
+@info share/maxima/${VERSION}/share/contrib/guess/
+share/maxima/${VERSION}/share/contrib/guess/guess-index.lisp
+@info share/maxima/${VERSION}/share/contrib/guess/guess.info
+share/maxima/${VERSION}/share/contrib/guess/guess.mac
+share/maxima/${VERSION}/share/contrib/guess/guess.texi
+share/maxima/${VERSION}/share/contrib/guess/texinfo.tex
share/maxima/${VERSION}/share/contrib/impdiff.mac
share/maxima/${VERSION}/share/contrib/implicit_plot.lisp
@info share/maxima/${VERSION}/share/contrib/integration/
@@ -1137,12 +1034,15 @@ share/maxima/${VERSION}/share/contrib/le
share/maxima/${VERSION}/share/contrib/lindstedt.mac
share/maxima/${VERSION}/share/contrib/lll.lisp
share/maxima/${VERSION}/share/contrib/log10.mac
-share/maxima/${VERSION}/share/contrib/lurkmathml/
+@info share/maxima/${VERSION}/share/contrib/lurkmathml/
share/maxima/${VERSION}/share/contrib/lurkmathml/README
+share/maxima/${VERSION}/share/contrib/lurkmathml/example.mac
+share/maxima/${VERSION}/share/contrib/lurkmathml/mathml-index.lisp
+@info share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.info
share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.lisp
-share/maxima/${VERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
+share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.texi
share/maxima/${VERSION}/share/contrib/lurkmathml/mathmltest
-share/maxima/${VERSION}/share/contrib/lurkmathml/maximadiffs.txt
+share/maxima/${VERSION}/share/contrib/lurkmathml/texinfo.tex
share/maxima/${VERSION}/share/contrib/makeOrders.mac
@info share/maxima/${VERSION}/share/contrib/maxima-odesolve/
share/maxima/${VERSION}/share/contrib/maxima-odesolve/README
@@ -1167,10 +1067,6 @@ share/maxima/${VERSION}/share/contrib/mc
share/maxima/${VERSION}/share/contrib/mcclim/postscriptoutput.png
share/maxima/${VERSION}/share/contrib/meijer_g.tex
share/maxima/${VERSION}/share/contrib/meijer_gv2.mac
-share/maxima/${VERSION}/share/contrib/namespaces/
-share/maxima/${VERSION}/share/contrib/namespaces/foo.mac
-share/maxima/${VERSION}/share/contrib/namespaces/namespaces.lisp
-share/maxima/${VERSION}/share/contrib/namespaces/rtest_namespaces.mac
share/maxima/${VERSION}/share/contrib/noninteractive/
share/maxima/${VERSION}/share/contrib/noninteractive/asksign1.lisp
share/maxima/${VERSION}/share/contrib/noninteractive/expand_branches.mac
@@ -1272,7 +1168,7 @@ share/maxima/${VERSION}/share/contrib/sa
share/maxima/${VERSION}/share/contrib/sarag/sarag.mac
share/maxima/${VERSION}/share/contrib/sarag/sarag_initialization.mac
share/maxima/${VERSION}/share/contrib/sarag/sarag_linear_algebra.mac
-share/maxima/${VERSION}/share/contrib/sarag/settings.mac
+share/maxima/${VERSION}/share/contrib/sarag/sarag_settings.mac
share/maxima/${VERSION}/share/contrib/sarag/signDetermination.mac
share/maxima/${VERSION}/share/contrib/sarag/topology.mac
share/maxima/${VERSION}/share/contrib/sarag/whatsnew.txt
@@ -1286,7 +1182,7 @@ share/maxima/${VERSION}/share/contrib/st
share/maxima/${VERSION}/share/contrib/state/c.cir
share/maxima/${VERSION}/share/contrib/state/d.cir
share/maxima/${VERSION}/share/contrib/state/matrix2.mac
-share/maxima/${VERSION}/share/contrib/state/readfile.lsp
+share/maxima/${VERSION}/share/contrib/state/readfile.lisp
share/maxima/${VERSION}/share/contrib/state/sortem.mac
share/maxima/${VERSION}/share/contrib/state/state.mac
share/maxima/${VERSION}/share/contrib/state/tree.mac
@@ -1313,6 +1209,8 @@ share/maxima/${VERSION}/share/contrib/un
share/maxima/${VERSION}/share/contrib/unicodedata/unicodedata.mac
share/maxima/${VERSION}/share/contrib/unicodedata/unicodedata.system
share/maxima/${VERSION}/share/contrib/unit/
+share/maxima/${VERSION}/share/contrib/unit/rtest_unit.mac
+share/maxima/${VERSION}/share/contrib/unit/rtest_unit_usersetunits.mac
share/maxima/${VERSION}/share/contrib/unit/unit-functions.lisp
share/maxima/${VERSION}/share/contrib/unit/unit.mac
share/maxima/${VERSION}/share/contrib/unwind_protect.lisp
@@ -1353,7 +1251,7 @@ share/maxima/${VERSION}/share/diffequati
share/maxima/${VERSION}/share/diffequations/drawdf.mac
share/maxima/${VERSION}/share/diffequations/exampl.mac
share/maxima/${VERSION}/share/diffequations/hstep.lisp
-share/maxima/${VERSION}/share/diffequations/linde1.mc
+share/maxima/${VERSION}/share/diffequations/linde1.mac
share/maxima/${VERSION}/share/diffequations/ode2.mac
share/maxima/${VERSION}/share/diffequations/ode2.usg
share/maxima/${VERSION}/share/diffequations/odeaux.mac
@@ -1378,6 +1276,9 @@ share/maxima/${VERSION}/share/draw/gnupl
share/maxima/${VERSION}/share/draw/grcommon.lisp
share/maxima/${VERSION}/share/draw/picture.lisp
share/maxima/${VERSION}/share/draw/rtest_draw.mac
+share/maxima/${VERSION}/share/draw/rtest_picture.mac
+share/maxima/${VERSION}/share/draw/test-example-rgba.csv
+share/maxima/${VERSION}/share/draw/test-example.xpm
share/maxima/${VERSION}/share/draw/texinfo.tex
share/maxima/${VERSION}/share/draw/vtk.lisp
share/maxima/${VERSION}/share/draw/wbd.lisp
@@ -1403,7 +1304,6 @@ share/maxima/${VERSION}/share/fftpack5/
share/maxima/${VERSION}/share/fftpack5/fftpack5-interface.lisp
share/maxima/${VERSION}/share/fftpack5/fftpack5.lisp
share/maxima/${VERSION}/share/fftpack5/fftpack5.mac
-share/maxima/${VERSION}/share/fftpack5/fftpack5.sse2f
share/maxima/${VERSION}/share/fftpack5/fftpack5.system
share/maxima/${VERSION}/share/fftpack5/lisp/
share/maxima/${VERSION}/share/fftpack5/lisp/c1f2kb.lisp
@@ -1453,8 +1353,8 @@ share/maxima/${VERSION}/share/fftpack5/l
share/maxima/${VERSION}/share/fftpack5/lisp/costb1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/costf1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/costmi.lisp
-share/maxima/${VERSION}/share/fftpack5/lisp/factor.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/fftpack5.lisp
+share/maxima/${VERSION}/share/fftpack5/lisp/fftpack5_factor.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcfti1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcsqb1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcsqf1.lisp
@@ -1521,6 +1421,14 @@ share/maxima/${VERSION}/share/fourier_el
share/maxima/${VERSION}/share/fractals/
share/maxima/${VERSION}/share/fractals/fractals.mac
share/maxima/${VERSION}/share/fractals/rtest_fractals.mac
+share/maxima/${VERSION}/share/gamma_simp/
+share/maxima/${VERSION}/share/gamma_simp/CONTRIBUTING.md
+share/maxima/${VERSION}/share/gamma_simp/LICENSE.md
+share/maxima/${VERSION}/share/gamma_simp/README.md
+share/maxima/${VERSION}/share/gamma_simp/gamma_simp.mac
+share/maxima/${VERSION}/share/gamma_simp/isequal.lisp
+share/maxima/${VERSION}/share/gamma_simp/psi_simp.mac
+share/maxima/${VERSION}/share/gamma_simp/rtest_gamma_simp.mac
share/maxima/${VERSION}/share/graphs/
share/maxima/${VERSION}/share/graphs/cgraphs.mac
share/maxima/${VERSION}/share/graphs/connectivity.mac
@@ -1609,11 +1517,7 @@ share/maxima/${VERSION}/share/hompack/li
share/maxima/${VERSION}/share/hompack/load-hompack.lisp
share/maxima/${VERSION}/share/hypergeometric/
share/maxima/${VERSION}/share/hypergeometric/abramowitz_id.mac
-share/maxima/${VERSION}/share/hypergeometric/hypergeometric.lisp
share/maxima/${VERSION}/share/hypergeometric/hypergeometric_mac.mac
-share/maxima/${VERSION}/share/hypergeometric/nfloat.lisp
-share/maxima/${VERSION}/share/hypergeometric/rtest_hg.mac
-share/maxima/${VERSION}/share/hypergeometric/rtest_nfloat.mac
share/maxima/${VERSION}/share/integequations/
share/maxima/${VERSION}/share/integequations/inteqn.mac
share/maxima/${VERSION}/share/integequations/inteqn.usg
@@ -1870,6 +1774,7 @@ share/maxima/${VERSION}/share/lapack/lap
share/maxima/${VERSION}/share/lapack/lapack/zunmhr.lisp
share/maxima/${VERSION}/share/lapack/lapack/zunmqr.lisp
share/maxima/${VERSION}/share/lapack/load-lapack.lisp
+share/maxima/${VERSION}/share/lapack/rtest_dgemm.mac
share/maxima/${VERSION}/share/lapack/rtest_dgeqrf.mac
share/maxima/${VERSION}/share/lapack/rtest_dgesv.mac
share/maxima/${VERSION}/share/lbfgs/
@@ -2004,6 +1909,23 @@ share/maxima/${VERSION}/share/multiaddit
share/maxima/${VERSION}/share/multiadditive/multiadditive.lisp
share/maxima/${VERSION}/share/multiadditive/multiadditive.mac
share/maxima/${VERSION}/share/multiadditive/rtest_opproperties.mac
+@info share/maxima/${VERSION}/share/nelder_mead/
+share/maxima/${VERSION}/share/nelder_mead/COPYING.txt
+share/maxima/${VERSION}/share/nelder_mead/README.txt
+share/maxima/${VERSION}/share/nelder_mead/defpackage.lisp
+share/maxima/${VERSION}/share/nelder_mead/la.lisp
+share/maxima/${VERSION}/share/nelder_mead/load-neldermead.lisp
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead-index.lisp
+@info share/maxima/${VERSION}/share/nelder_mead/nelder_mead.info
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.mac
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.system
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.texi
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.txt
+share/maxima/${VERSION}/share/nelder_mead/neldermead.asd
+share/maxima/${VERSION}/share/nelder_mead/neldermead.lisp
+share/maxima/${VERSION}/share/nelder_mead/nm-maxima.lisp
+share/maxima/${VERSION}/share/nelder_mead/rtest_nelder_mead.mac
+share/maxima/${VERSION}/share/nelder_mead/texinfo.tex
share/maxima/${VERSION}/share/numeric/
share/maxima/${VERSION}/share/numeric/bffac.mac
share/maxima/${VERSION}/share/numeric/brmbrg.lisp
@@ -2176,8 +2098,9 @@ share/maxima/${VERSION}/share/orthopoly/
share/maxima/${VERSION}/share/orthopoly/changes_0.9_to_0.94.txt
share/maxima/${VERSION}/share/orthopoly/h_atom.dem
share/maxima/${VERSION}/share/orthopoly/orthopoly.lisp
+share/maxima/${VERSION}/share/orthopoly/plot_orthopoly.mac
+share/maxima/${VERSION}/share/orthopoly/rtest_orthopoly.mac
share/maxima/${VERSION}/share/orthopoly/rtest_pochhammer.mac
-share/maxima/${VERSION}/share/orthopoly/test_orthopoly.mac
share/maxima/${VERSION}/share/orthopoly/variational_method.dem
share/maxima/${VERSION}/share/pdiff/
share/maxima/${VERSION}/share/pdiff/battex.sty
@@ -2201,6 +2124,12 @@ share/maxima/${VERSION}/share/physics/ph
share/maxima/${VERSION}/share/physics/rtest_dimension.mac
share/maxima/${VERSION}/share/physics/units.mac
share/maxima/${VERSION}/share/physics/units.usg
+share/maxima/${VERSION}/share/pslq/
+share/maxima/${VERSION}/share/pslq/README.md
+share/maxima/${VERSION}/share/pslq/pslq.mac
+share/maxima/${VERSION}/share/pslq/pslq_integer_relation.lisp
+share/maxima/${VERSION}/share/pslq/pslq_maxima.mac
+share/maxima/${VERSION}/share/pslq/rtest_pslq.mac
share/maxima/${VERSION}/share/pytranslate/
share/maxima/${VERSION}/share/pytranslate/cantorr.py
share/maxima/${VERSION}/share/pytranslate/maxima-to-ir.html
@@ -2211,8 +2140,16 @@ share/maxima/${VERSION}/share/pytranslat
share/maxima/${VERSION}/share/pytranslate/rtest_pytranslate.mac
share/maxima/${VERSION}/share/quantum/
share/maxima/${VERSION}/share/quantum/quantum_computing.mac
+@info share/maxima/${VERSION}/share/raddenest/
+share/maxima/${VERSION}/share/raddenest/README.md
+share/maxima/${VERSION}/share/raddenest/raddenest-index.lisp
+share/maxima/${VERSION}/share/raddenest/raddenest.dem
+@info share/maxima/${VERSION}/share/raddenest/raddenest.info
+share/maxima/${VERSION}/share/raddenest/raddenest.mac
+share/maxima/${VERSION}/share/raddenest/raddenest.texi
+share/maxima/${VERSION}/share/raddenest/rtest_raddenest.mac
+share/maxima/${VERSION}/share/raddenest/texinfo.tex
share/maxima/${VERSION}/share/readme-share.txt
-share/maxima/${VERSION}/share/share.usg
share/maxima/${VERSION}/share/simplex/
share/maxima/${VERSION}/share/simplex/Readme.txt
share/maxima/${VERSION}/share/simplex/Tests/
@@ -2258,8 +2195,8 @@ share/maxima/${VERSION}/share/simplifica
share/maxima/${VERSION}/share/simplification/rducon.lisp
share/maxima/${VERSION}/share/simplification/rncomb.dem
share/maxima/${VERSION}/share/simplification/rncomb.mac
+share/maxima/${VERSION}/share/simplification/rtest_facexp.mac
share/maxima/${VERSION}/share/simplification/rtest_rncomb.mac
-share/maxima/${VERSION}/share/simplification/rtest_sqdnst.mac
share/maxima/${VERSION}/share/simplification/scifac.dem
share/maxima/${VERSION}/share/simplification/scifac.lisp
share/maxima/${VERSION}/share/simplification/sqdnst.mac
@@ -2298,7 +2235,6 @@ share/maxima/${VERSION}/share/stringproc
share/maxima/${VERSION}/share/stringproc/len-897-md5-f353a8.txt
share/maxima/${VERSION}/share/stringproc/len-98-md5-669560.txt
share/maxima/${VERSION}/share/stringproc/md5.lisp
-share/maxima/${VERSION}/share/stringproc/pregexp.lisp
share/maxima/${VERSION}/share/stringproc/printf.lisp
share/maxima/${VERSION}/share/stringproc/rectangular.csv-utf-16be
share/maxima/${VERSION}/share/stringproc/rectangular.csv-utf-16le
@@ -2411,33 +2347,40 @@ share/maxima/${VERSION}/share/tensor/ten
share/maxima/${VERSION}/share/tensor/tensor.dem
share/maxima/${VERSION}/share/tensor/tentex.lisp
share/maxima/${VERSION}/share/tensor/tetrad.dem
+share/maxima/${VERSION}/share/tensor/tracefree-code/
+share/maxima/${VERSION}/share/tensor/tracefree-code/README
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0-examples-additional.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0-examples.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/makeQ0-example.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/makeQ0.mac
share/maxima/${VERSION}/share/tensor/weyl.dem
share/maxima/${VERSION}/share/test_batch_encodings/
-share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9.mac
share/maxima/${VERSION}/share/test_batch_encodings/rtest_batch_encodings.mac
share/maxima/${VERSION}/share/to_poly_solve/
@@ -2529,6 +2472,7 @@ share/maxima/${VERSION}/src/expintegral.
share/maxima/${VERSION}/src/ezgcd.lisp
share/maxima/${VERSION}/src/factor.lisp
share/maxima/${VERSION}/src/fcall.lisp
+share/maxima/${VERSION}/src/float-properties.lisp
share/maxima/${VERSION}/src/float.lisp
share/maxima/${VERSION}/src/fortra.lisp
share/maxima/${VERSION}/src/gamma.lisp
@@ -2537,11 +2481,13 @@ share/maxima/${VERSION}/src/generate-sys
share/maxima/${VERSION}/src/generr.lisp
share/maxima/${VERSION}/src/geomview_def.lisp
share/maxima/${VERSION}/src/getopt.lisp
+share/maxima/${VERSION}/src/globals.lisp
share/maxima/${VERSION}/src/gnuplot_def.lisp
share/maxima/${VERSION}/src/grind.lisp
share/maxima/${VERSION}/src/hayat.lisp
share/maxima/${VERSION}/src/homog.lisp
share/maxima/${VERSION}/src/hyp.lisp
+share/maxima/${VERSION}/src/hypergeometric.lisp
share/maxima/${VERSION}/src/hypgeo.lisp
share/maxima/${VERSION}/src/ifactor.lisp
share/maxima/${VERSION}/src/init-cl.lisp
@@ -2589,16 +2535,16 @@ share/maxima/${VERSION}/src/mutils.lisp
share/maxima/${VERSION}/src/nalgfa.lisp
share/maxima/${VERSION}/src/newdet.lisp
share/maxima/${VERSION}/src/newinv.lisp
+share/maxima/${VERSION}/src/nfloat.lisp
share/maxima/${VERSION}/src/nforma.lisp
share/maxima/${VERSION}/src/nisimp.lisp
share/maxima/${VERSION}/src/nparse.lisp
share/maxima/${VERSION}/src/nrat4.lisp
-share/maxima/${VERSION}/src/nregex.lisp
share/maxima/${VERSION}/src/nset.lisp
share/maxima/${VERSION}/src/numeric.lisp
share/maxima/${VERSION}/src/numerical/
+share/maxima/${VERSION}/src/numerical/f2cl-lib-package.lisp
share/maxima/${VERSION}/src/numerical/f2cl-lib.lisp
-share/maxima/${VERSION}/src/numerical/f2cl-package.lisp
share/maxima/${VERSION}/src/numerical/slatec/
share/maxima/${VERSION}/src/numerical/slatec.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9aimp.lisp
@@ -2728,7 +2674,6 @@ share/maxima/${VERSION}/src/numth.lisp
share/maxima/${VERSION}/src/opers.lisp
share/maxima/${VERSION}/src/optim.lisp
share/maxima/${VERSION}/src/optimize.lisp
-share/maxima/${VERSION}/src/option.lisp
share/maxima/${VERSION}/src/outmis.lisp
share/maxima/${VERSION}/src/pade.lisp
share/maxima/${VERSION}/src/plasma.lisp
@@ -2737,6 +2682,7 @@ share/maxima/${VERSION}/src/pois2.lisp
share/maxima/${VERSION}/src/pois3.lisp
share/maxima/${VERSION}/src/polynomialp.lisp
share/maxima/${VERSION}/src/polyrz.lisp
+share/maxima/${VERSION}/src/pregexp.lisp
share/maxima/${VERSION}/src/psolve.lisp
share/maxima/${VERSION}/src/rand-mt19937.lisp
share/maxima/${VERSION}/src/rat3a.lisp
@@ -2756,8 +2702,6 @@ share/maxima/${VERSION}/src/schatc.lisp
share/maxima/${VERSION}/src/scs.lisp
share/maxima/${VERSION}/src/series.lisp
share/maxima/${VERSION}/src/server.lisp
-share/maxima/${VERSION}/src/share-subdirs.lisp
-share/maxima/${VERSION}/src/share-subdirs_autogenerated.lisp
share/maxima/${VERSION}/src/simp.lisp
share/maxima/${VERSION}/src/sin.lisp
share/maxima/${VERSION}/src/sinint.lisp
@@ -2795,6 +2739,7 @@ share/maxima/${VERSION}/src/trprop.lisp
share/maxima/${VERSION}/src/trutil.lisp
share/maxima/${VERSION}/src/ufact.lisp
share/maxima/${VERSION}/src/utils.lisp
+share/maxima/${VERSION}/src/verify-html-index.lisp
share/maxima/${VERSION}/src/xmaxima_def.lisp
share/maxima/${VERSION}/src/zero.lisp
share/maxima/${VERSION}/tests/
@@ -2828,8 +2773,7 @@ share/maxima/${VERSION}/tests/rtest_abs.
share/maxima/${VERSION}/tests/rtest_algebraic.mac
share/maxima/${VERSION}/tests/rtest_algsys.mac
share/maxima/${VERSION}/tests/rtest_allnummod.mac
-share/maxima/${VERSION}/tests/rtest_ask.mac
-share/maxima/${VERSION}/tests/rtest_ask_input.mac
+share/maxima/${VERSION}/tests/rtest_ask1.mac
share/maxima/${VERSION}/tests/rtest_boolean.mac
share/maxima/${VERSION}/tests/rtest_carg.mac
share/maxima/${VERSION}/tests/rtest_diff_invtrig.mac
@@ -2838,10 +2782,16 @@ share/maxima/${VERSION}/tests/rtest_elli
share/maxima/${VERSION}/tests/rtest_equal.mac
share/maxima/${VERSION}/tests/rtest_everysome.mac
share/maxima/${VERSION}/tests/rtest_expintegral.mac
+share/maxima/${VERSION}/tests/rtest_extensions.mac
share/maxima/${VERSION}/tests/rtest_extra.mac
share/maxima/${VERSION}/tests/rtest_float_inf.mac
share/maxima/${VERSION}/tests/rtest_gamma.mac
+share/maxima/${VERSION}/tests/rtest_gcd.mac
+share/maxima/${VERSION}/tests/rtest_great.mac
+share/maxima/${VERSION}/tests/rtest_great_slow.mac
+share/maxima/${VERSION}/tests/rtest_hg.mac
share/maxima/${VERSION}/tests/rtest_hypgeo.mac
+share/maxima/${VERSION}/tests/rtest_ilt.mac
share/maxima/${VERSION}/tests/rtest_index_properties.mac
share/maxima/${VERSION}/tests/rtest_integrate.mac
share/maxima/${VERSION}/tests/rtest_integrate_special.mac
@@ -2850,10 +2800,13 @@ share/maxima/${VERSION}/tests/rtest_lapa
share/maxima/${VERSION}/tests/rtest_laplace.mac
share/maxima/${VERSION}/tests/rtest_limit.mac
share/maxima/${VERSION}/tests/rtest_limit_extra.mac
+share/maxima/${VERSION}/tests/rtest_limit_gruntz.mac
+share/maxima/${VERSION}/tests/rtest_limit_wester.mac
share/maxima/${VERSION}/tests/rtest_log.mac
share/maxima/${VERSION}/tests/rtest_map.mac
share/maxima/${VERSION}/tests/rtest_maxmin.mac
share/maxima/${VERSION}/tests/rtest_mset.mac
+share/maxima/${VERSION}/tests/rtest_nfloat.mac
share/maxima/${VERSION}/tests/rtest_numth.mac
share/maxima/${VERSION}/tests/rtest_plot.mac
share/maxima/${VERSION}/tests/rtest_plotoptions.mac
@@ -2863,8 +2816,10 @@ share/maxima/${VERSION}/tests/rtest_powe
share/maxima/${VERSION}/tests/rtest_round.mac
share/maxima/${VERSION}/tests/rtest_rules.mac
share/maxima/${VERSION}/tests/rtest_scalarp.mac
+share/maxima/${VERSION}/tests/rtest_setvar.mac
share/maxima/${VERSION}/tests/rtest_sign.mac
share/maxima/${VERSION}/tests/rtest_signum.mac
+share/maxima/${VERSION}/tests/rtest_sqdnst.mac
share/maxima/${VERSION}/tests/rtest_sqrt.mac
share/maxima/${VERSION}/tests/rtest_taylor.mac
share/maxima/${VERSION}/tests/rtest_tex.mac
@@ -2872,6 +2827,7 @@ share/maxima/${VERSION}/tests/rtest_tmli
share/maxima/${VERSION}/tests/rtest_trace.mac
share/maxima/${VERSION}/tests/rtest_translator.mac
share/maxima/${VERSION}/tests/rtest_trig.mac
+share/maxima/${VERSION}/tests/rtest_unicode_display.mac
share/maxima/${VERSION}/tests/rtest_zeta.mac
share/maxima/${VERSION}/tests/rtestconjugate.mac
share/maxima/${VERSION}/tests/rtestdefstruct.mac
@@ -2888,6 +2844,7 @@ share/maxima/${VERSION}/tests/rtestparse
share/maxima/${VERSION}/tests/rtestparser_continuations_crnl.mac
share/maxima/${VERSION}/tests/rtestparser_continuations_nl.mac
share/maxima/${VERSION}/tests/rtestsum.mac
+share/maxima/${VERSION}/tests/test_limits_wester.mac
share/maxima/${VERSION}/tests/test_readbase_lisp.lisp
share/maxima/${VERSION}/tests/test_readbase_lisp_autoload.lisp
share/maxima/${VERSION}/tests/test_readbase_maxima.mac
@@ -2896,6 +2853,7 @@ share/maxima/${VERSION}/tests/testbench_
share/maxima/${VERSION}/tests/testbench_drawdf_manual.wxm
share/maxima/${VERSION}/tests/testbench_plot_manual.wxm
share/maxima/${VERSION}/tests/testbench_plotdf_manual.wxm
+share/maxima/${VERSION}/tests/ulp_tests.mac
share/maxima/${VERSION}/tests/wester_problems/
share/maxima/${VERSION}/tests/wester_problems/test_algebra.mac
share/maxima/${VERSION}/tests/wester_problems/test_boolean_logic.mac
@@ -2935,6 +2893,14 @@ share/maxima/${VERSION}/xmaxima/
share/maxima/${VERSION}/xmaxima/demos.html
share/maxima/${VERSION}/xmaxima/examples.html
share/maxima/${VERSION}/xmaxima/html/
+share/maxima/${VERSION}/xmaxima/html/Command_002dline-options.html
+share/maxima/${VERSION}/xmaxima/html/Concept-Index.html
+share/maxima/${VERSION}/xmaxima/html/Entering-commands.html
+share/maxima/${VERSION}/xmaxima/html/Getting-Help.html
+share/maxima/${VERSION}/xmaxima/html/Main-Window.html
+share/maxima/${VERSION}/xmaxima/html/Session-control.html
+share/maxima/${VERSION}/xmaxima/html/The-browser.html
+share/maxima/${VERSION}/xmaxima/html/Xmaxima-plots.html
share/maxima/${VERSION}/xmaxima/html/figures/
share/maxima/${VERSION}/xmaxima/html/figures/xmaximabrowser.png
share/maxima/${VERSION}/xmaxima/html/figures/xmaximaembedded.png
@@ -2942,39 +2908,22 @@ share/maxima/${VERSION}/xmaxima/html/fig
share/maxima/${VERSION}/xmaxima/html/figures/xmaximaslider.png
share/maxima/${VERSION}/xmaxima/html/figures/xmaximawindow.png
share/maxima/${VERSION}/xmaxima/html/index.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_1.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_10.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_2.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_3.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_4.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_5.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_6.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_7.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_8.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_9.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_abt.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_singlepage.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_toc.html
share/maxima/${VERSION}/xmaxima/intro.html
-share/maxima/${VERSION}/xmaxima/maxima-icon.gif
-share/maxima/${VERSION}/xmaxima/maxima-icon.ico
-share/maxima/${VERSION}/xmaxima/maxima-icon.png
share/maxima/${VERSION}/xmaxima/msgs/
share/maxima/${VERSION}/xmaxima/msgs/es.msg
share/maxima/${VERSION}/xmaxima/msgs/ru.msg
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.gif
+share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.ico
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.png
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.svg
share/maxima/${VERSION}/xmaxima/plotmaxima.html
+share/maxima/${VERSION}/xmaxima/primer.html
share/metainfo/
share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml
share/mime/packages/x-mac.xml
share/mime/packages/x-maxima-out.xml
-share/pixmaps/
-share/pixmaps/net.sourceforge.maxima.png
-share/pixmaps/net.sourceforge.maxima.svg
-share/pixmaps/text-x-maxima-out.svg
-share/pixmaps/text-x-maximasession.svg
@tag update-desktop-database
@tag update-mime-database
This release catches up on about 3 years of development work.
Tests and oks welcome...
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/maxima/Makefile,v
diff -u -p -u -r1.53 Makefile
--- Makefile 7 Nov 2023 14:19:37 -0000 1.53
+++ Makefile 1 Aug 2025 04:03:07 -0000
@@ -1,9 +1,8 @@
-COMMENT= GPL computer algebra system based on DOE Macsyma
+COMMENT= computer algebra system based on Macsyma
-VERSION= 5.46.0
+VERSION= 5.48.0
DISTNAME= maxima-${VERSION}
CATEGORIES= math
-REVISION= 0
HOMEPAGE= https://maxima.sourceforge.net/
@@ -27,6 +26,7 @@ SUBST_VARS= VERSION
MAKE_FLAGS = MAKEINFO="${LOCALBASE}/bin/gtexi2any" \
TEXI2DVI="${LOCALBASE}/bin/gtexi2dvi"
+CONFIGURE_ENV += MAKEINFO=${PREFIX}/bin/gtexi2any
CONFIGURE_ARGS+= --enable-ecl
CONFIGURE_STYLE= gnu
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/maxima/distinfo,v
diff -u -p -u -r1.25 distinfo
--- distinfo 30 May 2023 16:18:03 -0000 1.25
+++ distinfo 1 Aug 2025 04:03:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.46.0.tar.gz) = c5Dwa0jaZckDPosvYpuXi5AFZFSlQCLbfecOIiWqiwc=
-SIZE (maxima-5.46.0.tar.gz) = 47492457
+SHA256 (maxima-5.48.0.tar.gz) = da8r8YlN8qF674pcN41y1NU8ZpufR9YOxbqMhnbEqqs=
+SIZE (maxima-5.48.0.tar.gz) = 53969887
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/maxima/pkg/PLIST,v
diff -u -p -u -r1.26 PLIST
--- pkg/PLIST 30 May 2023 16:18:03 -0000 1.26
+++ pkg/PLIST 1 Aug 2025 04:03:07 -0000
@@ -3,14 +3,19 @@ bin/rmaxima
bin/xmaxima
@info info/abs_integrate.info
@info info/drawutils.info
+@info info/guess.info
@info info/imaxima.info
@info info/kovacicODE.info
@info info/logic.info
+@info info/mathml.info
+info/maxima-index-html.lisp
info/maxima-index.lisp
info/maxima.info
info/maxima.info-1
info/maxima.info-2
info/maxima.info-3
+@info info/nelder_mead.info
+@info info/raddenest.info
@info info/symplectic_ode.info
@info info/xmaxima.info
lib/maxima/
@@ -27,7 +32,7 @@ man/de/man1/
man/ru/
man/ru/man1/
@man man/ru/man1/maxima.1
-share/applications/net.sourceforge.maxima.xmaxima.desktop
+share/applications/Xmaxima.desktop
share/bash-completion/completions/maxima
share/bash-completion/completions/rmaxima
share/bash-completion/completions/xmaxima
@@ -46,6 +51,11 @@ share/emacs/site-lisp/mylatex.ltx.el
share/emacs/site-lisp/setup-imaxima-imath.el
share/emacs/site-lisp/smart-complete.el
share/emacs/site-lisp/sshell.el
+share/icons/
+share/icons/text-x-maxima-out.svg
+share/icons/text-x-maximasession.svg
+share/icons/xmaxima.png
+share/icons/xmaxima.svg
share/maxima/
share/maxima/${VERSION}/
share/maxima/${VERSION}/demo/
@@ -61,13 +71,118 @@ share/maxima/${VERSION}/demo/manual.demo
share/maxima/${VERSION}/demo/newfac.dem
share/maxima/${VERSION}/demo/plots.mac
share/maxima/${VERSION}/demo/romberg.dem
+share/maxima/${VERSION}/demo/solve.dem
+share/maxima/${VERSION}/demo/subst.dem
share/maxima/${VERSION}/demo/sumcon.dem
share/maxima/${VERSION}/demo/trgsmp.dem
share/maxima/${VERSION}/doc/
share/maxima/${VERSION}/doc/EMaximaIntro.ps
share/maxima/${VERSION}/doc/contributors
share/maxima/${VERSION}/doc/html/
-share/maxima/${VERSION}/doc/html/contents.hhc
+share/maxima/${VERSION}/doc/html/Bug-Detection-and-Reporting.html
+share/maxima/${VERSION}/doc/html/Command-Line.html
+share/maxima/${VERSION}/doc/html/Command_002dline-options.html
+share/maxima/${VERSION}/doc/html/Data-Types-and-Structures.html
+share/maxima/${VERSION}/doc/html/Debugging.html
+share/maxima/${VERSION}/doc/html/Differential-Equations.html
+share/maxima/${VERSION}/doc/html/Differentiation.html
+share/maxima/${VERSION}/doc/html/Documentation-Categories.html
+share/maxima/${VERSION}/doc/html/Elementary-Functions.html
+share/maxima/${VERSION}/doc/html/Elliptic-Functions.html
+share/maxima/${VERSION}/doc/html/Equations.html
+share/maxima/${VERSION}/doc/html/Error-and-warning-messages.html
+share/maxima/${VERSION}/doc/html/Evaluation.html
+share/maxima/${VERSION}/doc/html/Expressions.html
+share/maxima/${VERSION}/doc/html/File-Input-and-Output.html
+share/maxima/${VERSION}/doc/html/Function-Definition.html
+share/maxima/${VERSION}/doc/html/Function-and-Variable-Index.html
+share/maxima/${VERSION}/doc/html/Groups.html
+share/maxima/${VERSION}/doc/html/Help.html
+share/maxima/${VERSION}/doc/html/Integration.html
+share/maxima/${VERSION}/doc/html/Introduction-to-Maxima.html
+share/maxima/${VERSION}/doc/html/Limits.html
+share/maxima/${VERSION}/doc/html/Matrices-and-Linear-Algebra.html
+share/maxima/${VERSION}/doc/html/Maxima_0027s-Database.html
+share/maxima/${VERSION}/doc/html/Miscellaneous-Options.html
+share/maxima/${VERSION}/doc/html/Number-Theory.html
+share/maxima/${VERSION}/doc/html/Numerical.html
+share/maxima/${VERSION}/doc/html/Operators.html
+share/maxima/${VERSION}/doc/html/Package-affine.html
+share/maxima/${VERSION}/doc/html/Package-alt_002ddisplay.html
+share/maxima/${VERSION}/doc/html/Package-asympa.html
+share/maxima/${VERSION}/doc/html/Package-atensor.html
+share/maxima/${VERSION}/doc/html/Package-augmented_005flagrangian.html
+share/maxima/${VERSION}/doc/html/Package-bernstein.html
+share/maxima/${VERSION}/doc/html/Package-bitwise.html
+share/maxima/${VERSION}/doc/html/Package-bode.html
+share/maxima/${VERSION}/doc/html/Package-cartan.html
+share/maxima/${VERSION}/doc/html/Package-celine.html
+share/maxima/${VERSION}/doc/html/Package-clebsch_005fgordan.html
+share/maxima/${VERSION}/doc/html/Package-cobyla.html
+share/maxima/${VERSION}/doc/html/Package-colnew.html
+share/maxima/${VERSION}/doc/html/Package-combinatorics.html
+share/maxima/${VERSION}/doc/html/Package-contrib_005fode.html
+share/maxima/${VERSION}/doc/html/Package-ctensor.html
+share/maxima/${VERSION}/doc/html/Package-descriptive.html
+share/maxima/${VERSION}/doc/html/Package-diag.html
+share/maxima/${VERSION}/doc/html/Package-distrib.html
+share/maxima/${VERSION}/doc/html/Package-draw.html
+share/maxima/${VERSION}/doc/html/Package-drawdf.html
+share/maxima/${VERSION}/doc/html/Package-dynamics.html
+share/maxima/${VERSION}/doc/html/Package-engineering_002dformat.html
+share/maxima/${VERSION}/doc/html/Package-ezunits.html
+share/maxima/${VERSION}/doc/html/Package-f90.html
+share/maxima/${VERSION}/doc/html/Package-finance.html
+share/maxima/${VERSION}/doc/html/Package-format.html
+share/maxima/${VERSION}/doc/html/Package-fractals.html
+share/maxima/${VERSION}/doc/html/Package-gentran.html
+share/maxima/${VERSION}/doc/html/Package-ggf.html
+share/maxima/${VERSION}/doc/html/Package-graphs.html
+share/maxima/${VERSION}/doc/html/Package-grobner.html
+share/maxima/${VERSION}/doc/html/Package-hompack.html
+share/maxima/${VERSION}/doc/html/Package-impdiff.html
+share/maxima/${VERSION}/doc/html/Package-interpol.html
+share/maxima/${VERSION}/doc/html/Package-itensor.html
+share/maxima/${VERSION}/doc/html/Package-lapack.html
+share/maxima/${VERSION}/doc/html/Package-lbfgs.html
+share/maxima/${VERSION}/doc/html/Package-levin.html
+share/maxima/${VERSION}/doc/html/Package-lindstedt.html
+share/maxima/${VERSION}/doc/html/Package-linearalgebra.html
+share/maxima/${VERSION}/doc/html/Package-lsquares.html
+share/maxima/${VERSION}/doc/html/Package-makeOrders.html
+share/maxima/${VERSION}/doc/html/Package-minpack.html
+share/maxima/${VERSION}/doc/html/Package-mnewton.html
+share/maxima/${VERSION}/doc/html/Package-numericalio.html
+share/maxima/${VERSION}/doc/html/Package-odepack.html
+share/maxima/${VERSION}/doc/html/Package-operatingsystem.html
+share/maxima/${VERSION}/doc/html/Package-opsubst.html
+share/maxima/${VERSION}/doc/html/Package-orthopoly.html
+share/maxima/${VERSION}/doc/html/Package-pslq.html
+share/maxima/${VERSION}/doc/html/Package-pytranslate.html
+share/maxima/${VERSION}/doc/html/Package-quantum_005fcomputing.html
+share/maxima/${VERSION}/doc/html/Package-ratpow.html
+share/maxima/${VERSION}/doc/html/Package-romberg.html
+share/maxima/${VERSION}/doc/html/Package-simplex.html
+share/maxima/${VERSION}/doc/html/Package-simplification.html
+share/maxima/${VERSION}/doc/html/Package-solve_005frec.html
+share/maxima/${VERSION}/doc/html/Package-stats.html
+share/maxima/${VERSION}/doc/html/Package-stirling.html
+share/maxima/${VERSION}/doc/html/Package-stringproc.html
+share/maxima/${VERSION}/doc/html/Package-sym.html
+share/maxima/${VERSION}/doc/html/Package-to_005fpoly_005fsolve.html
+share/maxima/${VERSION}/doc/html/Package-trigtools.html
+share/maxima/${VERSION}/doc/html/Package-unit.html
+share/maxima/${VERSION}/doc/html/Package-wrstcse.html
+share/maxima/${VERSION}/doc/html/Package-zeilberger.html
+share/maxima/${VERSION}/doc/html/Plotting.html
+share/maxima/${VERSION}/doc/html/Polynomials.html
+share/maxima/${VERSION}/doc/html/Program-Flow.html
+share/maxima/${VERSION}/doc/html/Rules-and-Patterns.html
+share/maxima/${VERSION}/doc/html/Runtime-Environment.html
+share/maxima/${VERSION}/doc/html/Sets.html
+share/maxima/${VERSION}/doc/html/Simplification.html
+share/maxima/${VERSION}/doc/html/Special-Functions.html
+share/maxima/${VERSION}/doc/html/Sums-Products-and-Series.html
share/maxima/${VERSION}/doc/html/figures/
share/maxima/${VERSION}/doc/html/figures/bodegain1.png
share/maxima/${VERSION}/doc/html/figures/bodegain2.png
@@ -242,6 +357,9 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/introduction1.png
share/maxima/${VERSION}/doc/html/figures/introduction2.png
share/maxima/${VERSION}/doc/html/figures/introduction3.png
+share/maxima/${VERSION}/doc/html/figures/maxima-unicode-display-variety-1-ascii.png
+share/maxima/${VERSION}/doc/html/figures/maxima-unicode-display-variety-1.png
+share/maxima/${VERSION}/doc/html/figures/maxima.svg
share/maxima/${VERSION}/doc/html/figures/orthopoly1.png
share/maxima/${VERSION}/doc/html/figures/plotdf1.png
share/maxima/${VERSION}/doc/html/figures/plotdf2.png
@@ -276,6 +394,13 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/plotting9.png
share/maxima/${VERSION}/doc/html/figures/scene1.png
share/maxima/${VERSION}/doc/html/figures/scene2.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-1.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-2.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-3.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-4.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-5.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-6.png
+share/maxima/${VERSION}/doc/html/figures/trigtools-7.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap2.png
share/maxima/${VERSION}/doc/html/figures/worldmap_geomap3.png
@@ -288,11 +413,11 @@ share/maxima/${VERSION}/doc/html/figures
share/maxima/${VERSION}/doc/html/figures/worldmap_make_polygon.png
share/maxima/${VERSION}/doc/html/figures/worldmap_region_boundaries.png
share/maxima/${VERSION}/doc/html/figures/worldmap_region_boundaries_plus.png
-share/maxima/${VERSION}/doc/html/header.hhp
-share/maxima/${VERSION}/doc/html/index.hhk
+share/maxima/${VERSION}/doc/html/index.html
share/maxima/${VERSION}/doc/html/intromax.html
-share/maxima/${VERSION}/doc/html/maxima.hhp
-share/maxima/${VERSION}/doc/html/maxima.html
+share/maxima/${VERSION}/doc/html/js_licenses.html
+share/maxima/${VERSION}/doc/html/manual.css
+share/maxima/${VERSION}/doc/html/maxima_0.html
share/maxima/${VERSION}/doc/html/maxima_1.html
share/maxima/${VERSION}/doc/html/maxima_10.html
share/maxima/${VERSION}/doc/html/maxima_100.html
@@ -300,309 +425,35 @@ share/maxima/${VERSION}/doc/html/maxima_
share/maxima/${VERSION}/doc/html/maxima_102.html
share/maxima/${VERSION}/doc/html/maxima_103.html
share/maxima/${VERSION}/doc/html/maxima_104.html
-share/maxima/${VERSION}/doc/html/maxima_105.html
-share/maxima/${VERSION}/doc/html/maxima_106.html
-share/maxima/${VERSION}/doc/html/maxima_107.html
-share/maxima/${VERSION}/doc/html/maxima_108.html
-share/maxima/${VERSION}/doc/html/maxima_109.html
share/maxima/${VERSION}/doc/html/maxima_11.html
-share/maxima/${VERSION}/doc/html/maxima_110.html
-share/maxima/${VERSION}/doc/html/maxima_111.html
-share/maxima/${VERSION}/doc/html/maxima_112.html
-share/maxima/${VERSION}/doc/html/maxima_113.html
-share/maxima/${VERSION}/doc/html/maxima_114.html
-share/maxima/${VERSION}/doc/html/maxima_115.html
-share/maxima/${VERSION}/doc/html/maxima_116.html
-share/maxima/${VERSION}/doc/html/maxima_117.html
-share/maxima/${VERSION}/doc/html/maxima_118.html
-share/maxima/${VERSION}/doc/html/maxima_119.html
share/maxima/${VERSION}/doc/html/maxima_12.html
-share/maxima/${VERSION}/doc/html/maxima_120.html
-share/maxima/${VERSION}/doc/html/maxima_121.html
-share/maxima/${VERSION}/doc/html/maxima_122.html
-share/maxima/${VERSION}/doc/html/maxima_123.html
-share/maxima/${VERSION}/doc/html/maxima_124.html
-share/maxima/${VERSION}/doc/html/maxima_125.html
-share/maxima/${VERSION}/doc/html/maxima_126.html
-share/maxima/${VERSION}/doc/html/maxima_127.html
-share/maxima/${VERSION}/doc/html/maxima_128.html
-share/maxima/${VERSION}/doc/html/maxima_129.html
share/maxima/${VERSION}/doc/html/maxima_13.html
-share/maxima/${VERSION}/doc/html/maxima_130.html
-share/maxima/${VERSION}/doc/html/maxima_131.html
-share/maxima/${VERSION}/doc/html/maxima_132.html
-share/maxima/${VERSION}/doc/html/maxima_133.html
-share/maxima/${VERSION}/doc/html/maxima_134.html
-share/maxima/${VERSION}/doc/html/maxima_135.html
-share/maxima/${VERSION}/doc/html/maxima_136.html
-share/maxima/${VERSION}/doc/html/maxima_137.html
-share/maxima/${VERSION}/doc/html/maxima_138.html
-share/maxima/${VERSION}/doc/html/maxima_139.html
share/maxima/${VERSION}/doc/html/maxima_14.html
-share/maxima/${VERSION}/doc/html/maxima_140.html
-share/maxima/${VERSION}/doc/html/maxima_141.html
-share/maxima/${VERSION}/doc/html/maxima_142.html
-share/maxima/${VERSION}/doc/html/maxima_143.html
-share/maxima/${VERSION}/doc/html/maxima_144.html
-share/maxima/${VERSION}/doc/html/maxima_145.html
-share/maxima/${VERSION}/doc/html/maxima_146.html
-share/maxima/${VERSION}/doc/html/maxima_147.html
-share/maxima/${VERSION}/doc/html/maxima_148.html
-share/maxima/${VERSION}/doc/html/maxima_149.html
share/maxima/${VERSION}/doc/html/maxima_15.html
-share/maxima/${VERSION}/doc/html/maxima_150.html
-share/maxima/${VERSION}/doc/html/maxima_151.html
-share/maxima/${VERSION}/doc/html/maxima_152.html
-share/maxima/${VERSION}/doc/html/maxima_153.html
-share/maxima/${VERSION}/doc/html/maxima_154.html
-share/maxima/${VERSION}/doc/html/maxima_155.html
-share/maxima/${VERSION}/doc/html/maxima_156.html
-share/maxima/${VERSION}/doc/html/maxima_157.html
-share/maxima/${VERSION}/doc/html/maxima_158.html
-share/maxima/${VERSION}/doc/html/maxima_159.html
share/maxima/${VERSION}/doc/html/maxima_16.html
-share/maxima/${VERSION}/doc/html/maxima_160.html
-share/maxima/${VERSION}/doc/html/maxima_161.html
-share/maxima/${VERSION}/doc/html/maxima_162.html
-share/maxima/${VERSION}/doc/html/maxima_163.html
-share/maxima/${VERSION}/doc/html/maxima_164.html
-share/maxima/${VERSION}/doc/html/maxima_165.html
-share/maxima/${VERSION}/doc/html/maxima_166.html
-share/maxima/${VERSION}/doc/html/maxima_167.html
-share/maxima/${VERSION}/doc/html/maxima_168.html
-share/maxima/${VERSION}/doc/html/maxima_169.html
share/maxima/${VERSION}/doc/html/maxima_17.html
-share/maxima/${VERSION}/doc/html/maxima_170.html
-share/maxima/${VERSION}/doc/html/maxima_171.html
-share/maxima/${VERSION}/doc/html/maxima_172.html
-share/maxima/${VERSION}/doc/html/maxima_173.html
-share/maxima/${VERSION}/doc/html/maxima_174.html
-share/maxima/${VERSION}/doc/html/maxima_175.html
-share/maxima/${VERSION}/doc/html/maxima_176.html
-share/maxima/${VERSION}/doc/html/maxima_177.html
-share/maxima/${VERSION}/doc/html/maxima_178.html
-share/maxima/${VERSION}/doc/html/maxima_179.html
share/maxima/${VERSION}/doc/html/maxima_18.html
-share/maxima/${VERSION}/doc/html/maxima_180.html
-share/maxima/${VERSION}/doc/html/maxima_181.html
-share/maxima/${VERSION}/doc/html/maxima_182.html
-share/maxima/${VERSION}/doc/html/maxima_183.html
-share/maxima/${VERSION}/doc/html/maxima_184.html
-share/maxima/${VERSION}/doc/html/maxima_185.html
-share/maxima/${VERSION}/doc/html/maxima_186.html
-share/maxima/${VERSION}/doc/html/maxima_187.html
-share/maxima/${VERSION}/doc/html/maxima_188.html
-share/maxima/${VERSION}/doc/html/maxima_189.html
share/maxima/${VERSION}/doc/html/maxima_19.html
-share/maxima/${VERSION}/doc/html/maxima_190.html
-share/maxima/${VERSION}/doc/html/maxima_191.html
-share/maxima/${VERSION}/doc/html/maxima_192.html
-share/maxima/${VERSION}/doc/html/maxima_193.html
-share/maxima/${VERSION}/doc/html/maxima_194.html
-share/maxima/${VERSION}/doc/html/maxima_195.html
-share/maxima/${VERSION}/doc/html/maxima_196.html
-share/maxima/${VERSION}/doc/html/maxima_197.html
-share/maxima/${VERSION}/doc/html/maxima_198.html
-share/maxima/${VERSION}/doc/html/maxima_199.html
share/maxima/${VERSION}/doc/html/maxima_2.html
share/maxima/${VERSION}/doc/html/maxima_20.html
-share/maxima/${VERSION}/doc/html/maxima_200.html
-share/maxima/${VERSION}/doc/html/maxima_201.html
-share/maxima/${VERSION}/doc/html/maxima_202.html
-share/maxima/${VERSION}/doc/html/maxima_203.html
-share/maxima/${VERSION}/doc/html/maxima_204.html
-share/maxima/${VERSION}/doc/html/maxima_205.html
-share/maxima/${VERSION}/doc/html/maxima_206.html
-share/maxima/${VERSION}/doc/html/maxima_207.html
-share/maxima/${VERSION}/doc/html/maxima_208.html
-share/maxima/${VERSION}/doc/html/maxima_209.html
share/maxima/${VERSION}/doc/html/maxima_21.html
-share/maxima/${VERSION}/doc/html/maxima_210.html
-share/maxima/${VERSION}/doc/html/maxima_211.html
-share/maxima/${VERSION}/doc/html/maxima_212.html
-share/maxima/${VERSION}/doc/html/maxima_213.html
-share/maxima/${VERSION}/doc/html/maxima_214.html
-share/maxima/${VERSION}/doc/html/maxima_215.html
-share/maxima/${VERSION}/doc/html/maxima_216.html
-share/maxima/${VERSION}/doc/html/maxima_217.html
-share/maxima/${VERSION}/doc/html/maxima_218.html
-share/maxima/${VERSION}/doc/html/maxima_219.html
share/maxima/${VERSION}/doc/html/maxima_22.html
-share/maxima/${VERSION}/doc/html/maxima_220.html
-share/maxima/${VERSION}/doc/html/maxima_221.html
-share/maxima/${VERSION}/doc/html/maxima_222.html
-share/maxima/${VERSION}/doc/html/maxima_223.html
-share/maxima/${VERSION}/doc/html/maxima_224.html
-share/maxima/${VERSION}/doc/html/maxima_225.html
-share/maxima/${VERSION}/doc/html/maxima_226.html
-share/maxima/${VERSION}/doc/html/maxima_227.html
-share/maxima/${VERSION}/doc/html/maxima_228.html
-share/maxima/${VERSION}/doc/html/maxima_229.html
share/maxima/${VERSION}/doc/html/maxima_23.html
-share/maxima/${VERSION}/doc/html/maxima_230.html
-share/maxima/${VERSION}/doc/html/maxima_231.html
-share/maxima/${VERSION}/doc/html/maxima_232.html
-share/maxima/${VERSION}/doc/html/maxima_233.html
-share/maxima/${VERSION}/doc/html/maxima_234.html
-share/maxima/${VERSION}/doc/html/maxima_235.html
-share/maxima/${VERSION}/doc/html/maxima_236.html
-share/maxima/${VERSION}/doc/html/maxima_237.html
-share/maxima/${VERSION}/doc/html/maxima_238.html
-share/maxima/${VERSION}/doc/html/maxima_239.html
share/maxima/${VERSION}/doc/html/maxima_24.html
-share/maxima/${VERSION}/doc/html/maxima_240.html
-share/maxima/${VERSION}/doc/html/maxima_241.html
-share/maxima/${VERSION}/doc/html/maxima_242.html
-share/maxima/${VERSION}/doc/html/maxima_243.html
-share/maxima/${VERSION}/doc/html/maxima_244.html
-share/maxima/${VERSION}/doc/html/maxima_245.html
-share/maxima/${VERSION}/doc/html/maxima_246.html
-share/maxima/${VERSION}/doc/html/maxima_247.html
-share/maxima/${VERSION}/doc/html/maxima_248.html
-share/maxima/${VERSION}/doc/html/maxima_249.html
share/maxima/${VERSION}/doc/html/maxima_25.html
-share/maxima/${VERSION}/doc/html/maxima_250.html
-share/maxima/${VERSION}/doc/html/maxima_251.html
-share/maxima/${VERSION}/doc/html/maxima_252.html
-share/maxima/${VERSION}/doc/html/maxima_253.html
-share/maxima/${VERSION}/doc/html/maxima_254.html
-share/maxima/${VERSION}/doc/html/maxima_255.html
-share/maxima/${VERSION}/doc/html/maxima_256.html
-share/maxima/${VERSION}/doc/html/maxima_257.html
-share/maxima/${VERSION}/doc/html/maxima_258.html
-share/maxima/${VERSION}/doc/html/maxima_259.html
share/maxima/${VERSION}/doc/html/maxima_26.html
-share/maxima/${VERSION}/doc/html/maxima_260.html
-share/maxima/${VERSION}/doc/html/maxima_261.html
-share/maxima/${VERSION}/doc/html/maxima_262.html
-share/maxima/${VERSION}/doc/html/maxima_263.html
-share/maxima/${VERSION}/doc/html/maxima_264.html
-share/maxima/${VERSION}/doc/html/maxima_265.html
-share/maxima/${VERSION}/doc/html/maxima_266.html
-share/maxima/${VERSION}/doc/html/maxima_267.html
-share/maxima/${VERSION}/doc/html/maxima_268.html
-share/maxima/${VERSION}/doc/html/maxima_269.html
share/maxima/${VERSION}/doc/html/maxima_27.html
-share/maxima/${VERSION}/doc/html/maxima_270.html
-share/maxima/${VERSION}/doc/html/maxima_271.html
-share/maxima/${VERSION}/doc/html/maxima_272.html
-share/maxima/${VERSION}/doc/html/maxima_273.html
-share/maxima/${VERSION}/doc/html/maxima_274.html
-share/maxima/${VERSION}/doc/html/maxima_275.html
-share/maxima/${VERSION}/doc/html/maxima_276.html
-share/maxima/${VERSION}/doc/html/maxima_277.html
-share/maxima/${VERSION}/doc/html/maxima_278.html
-share/maxima/${VERSION}/doc/html/maxima_279.html
share/maxima/${VERSION}/doc/html/maxima_28.html
-share/maxima/${VERSION}/doc/html/maxima_280.html
-share/maxima/${VERSION}/doc/html/maxima_281.html
-share/maxima/${VERSION}/doc/html/maxima_282.html
-share/maxima/${VERSION}/doc/html/maxima_283.html
-share/maxima/${VERSION}/doc/html/maxima_284.html
-share/maxima/${VERSION}/doc/html/maxima_285.html
-share/maxima/${VERSION}/doc/html/maxima_286.html
-share/maxima/${VERSION}/doc/html/maxima_287.html
-share/maxima/${VERSION}/doc/html/maxima_288.html
-share/maxima/${VERSION}/doc/html/maxima_289.html
share/maxima/${VERSION}/doc/html/maxima_29.html
-share/maxima/${VERSION}/doc/html/maxima_290.html
-share/maxima/${VERSION}/doc/html/maxima_291.html
-share/maxima/${VERSION}/doc/html/maxima_292.html
-share/maxima/${VERSION}/doc/html/maxima_293.html
-share/maxima/${VERSION}/doc/html/maxima_294.html
-share/maxima/${VERSION}/doc/html/maxima_295.html
-share/maxima/${VERSION}/doc/html/maxima_296.html
-share/maxima/${VERSION}/doc/html/maxima_297.html
-share/maxima/${VERSION}/doc/html/maxima_298.html
-share/maxima/${VERSION}/doc/html/maxima_299.html
share/maxima/${VERSION}/doc/html/maxima_3.html
share/maxima/${VERSION}/doc/html/maxima_30.html
-share/maxima/${VERSION}/doc/html/maxima_300.html
-share/maxima/${VERSION}/doc/html/maxima_301.html
-share/maxima/${VERSION}/doc/html/maxima_302.html
-share/maxima/${VERSION}/doc/html/maxima_303.html
-share/maxima/${VERSION}/doc/html/maxima_304.html
-share/maxima/${VERSION}/doc/html/maxima_305.html
-share/maxima/${VERSION}/doc/html/maxima_306.html
-share/maxima/${VERSION}/doc/html/maxima_307.html
-share/maxima/${VERSION}/doc/html/maxima_308.html
-share/maxima/${VERSION}/doc/html/maxima_309.html
share/maxima/${VERSION}/doc/html/maxima_31.html
-share/maxima/${VERSION}/doc/html/maxima_310.html
-share/maxima/${VERSION}/doc/html/maxima_311.html
-share/maxima/${VERSION}/doc/html/maxima_312.html
-share/maxima/${VERSION}/doc/html/maxima_313.html
-share/maxima/${VERSION}/doc/html/maxima_314.html
-share/maxima/${VERSION}/doc/html/maxima_315.html
-share/maxima/${VERSION}/doc/html/maxima_316.html
-share/maxima/${VERSION}/doc/html/maxima_317.html
-share/maxima/${VERSION}/doc/html/maxima_318.html
-share/maxima/${VERSION}/doc/html/maxima_319.html
share/maxima/${VERSION}/doc/html/maxima_32.html
-share/maxima/${VERSION}/doc/html/maxima_320.html
-share/maxima/${VERSION}/doc/html/maxima_321.html
-share/maxima/${VERSION}/doc/html/maxima_322.html
-share/maxima/${VERSION}/doc/html/maxima_323.html
-share/maxima/${VERSION}/doc/html/maxima_324.html
-share/maxima/${VERSION}/doc/html/maxima_325.html
-share/maxima/${VERSION}/doc/html/maxima_326.html
-share/maxima/${VERSION}/doc/html/maxima_327.html
-share/maxima/${VERSION}/doc/html/maxima_328.html
-share/maxima/${VERSION}/doc/html/maxima_329.html
share/maxima/${VERSION}/doc/html/maxima_33.html
-share/maxima/${VERSION}/doc/html/maxima_330.html
-share/maxima/${VERSION}/doc/html/maxima_331.html
-share/maxima/${VERSION}/doc/html/maxima_332.html
-share/maxima/${VERSION}/doc/html/maxima_333.html
-share/maxima/${VERSION}/doc/html/maxima_334.html
-share/maxima/${VERSION}/doc/html/maxima_335.html
-share/maxima/${VERSION}/doc/html/maxima_336.html
-share/maxima/${VERSION}/doc/html/maxima_337.html
-share/maxima/${VERSION}/doc/html/maxima_338.html
-share/maxima/${VERSION}/doc/html/maxima_339.html
share/maxima/${VERSION}/doc/html/maxima_34.html
-share/maxima/${VERSION}/doc/html/maxima_340.html
-share/maxima/${VERSION}/doc/html/maxima_341.html
-share/maxima/${VERSION}/doc/html/maxima_342.html
-share/maxima/${VERSION}/doc/html/maxima_343.html
-share/maxima/${VERSION}/doc/html/maxima_344.html
-share/maxima/${VERSION}/doc/html/maxima_345.html
-share/maxima/${VERSION}/doc/html/maxima_346.html
-share/maxima/${VERSION}/doc/html/maxima_347.html
-share/maxima/${VERSION}/doc/html/maxima_348.html
-share/maxima/${VERSION}/doc/html/maxima_349.html
share/maxima/${VERSION}/doc/html/maxima_35.html
-share/maxima/${VERSION}/doc/html/maxima_350.html
-share/maxima/${VERSION}/doc/html/maxima_351.html
-share/maxima/${VERSION}/doc/html/maxima_352.html
-share/maxima/${VERSION}/doc/html/maxima_353.html
-share/maxima/${VERSION}/doc/html/maxima_354.html
-share/maxima/${VERSION}/doc/html/maxima_355.html
-share/maxima/${VERSION}/doc/html/maxima_356.html
-share/maxima/${VERSION}/doc/html/maxima_357.html
-share/maxima/${VERSION}/doc/html/maxima_358.html
-share/maxima/${VERSION}/doc/html/maxima_359.html
share/maxima/${VERSION}/doc/html/maxima_36.html
-share/maxima/${VERSION}/doc/html/maxima_360.html
-share/maxima/${VERSION}/doc/html/maxima_361.html
-share/maxima/${VERSION}/doc/html/maxima_362.html
-share/maxima/${VERSION}/doc/html/maxima_363.html
-share/maxima/${VERSION}/doc/html/maxima_364.html
-share/maxima/${VERSION}/doc/html/maxima_365.html
-share/maxima/${VERSION}/doc/html/maxima_366.html
-share/maxima/${VERSION}/doc/html/maxima_367.html
-share/maxima/${VERSION}/doc/html/maxima_368.html
-share/maxima/${VERSION}/doc/html/maxima_369.html
share/maxima/${VERSION}/doc/html/maxima_37.html
-share/maxima/${VERSION}/doc/html/maxima_370.html
-share/maxima/${VERSION}/doc/html/maxima_371.html
-share/maxima/${VERSION}/doc/html/maxima_372.html
-share/maxima/${VERSION}/doc/html/maxima_373.html
-share/maxima/${VERSION}/doc/html/maxima_374.html
-share/maxima/${VERSION}/doc/html/maxima_375.html
-share/maxima/${VERSION}/doc/html/maxima_376.html
-share/maxima/${VERSION}/doc/html/maxima_377.html
-share/maxima/${VERSION}/doc/html/maxima_378.html
share/maxima/${VERSION}/doc/html/maxima_38.html
share/maxima/${VERSION}/doc/html/maxima_39.html
share/maxima/${VERSION}/doc/html/maxima_4.html
@@ -671,9 +522,7 @@ share/maxima/${VERSION}/doc/html/maxima_
share/maxima/${VERSION}/doc/html/maxima_97.html
share/maxima/${VERSION}/doc/html/maxima_98.html
share/maxima/${VERSION}/doc/html/maxima_99.html
-share/maxima/${VERSION}/doc/html/maxima_ovr.html
share/maxima/${VERSION}/doc/html/maxima_singlepage.html
-share/maxima/${VERSION}/doc/html/maxima_toc.html
share/maxima/${VERSION}/doc/implementation/
share/maxima/${VERSION}/doc/implementation/dir_vars.txt
share/maxima/${VERSION}/doc/implementation/external-interface.txt
@@ -744,14 +593,56 @@ share/maxima/${VERSION}/share/algebra/re
share/maxima/${VERSION}/share/algebra/recur.transcript
share/maxima/${VERSION}/share/algebra/rtest_recur.mac
share/maxima/${VERSION}/share/algebra/solver/
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/.directory
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/AILOGO.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BAUM.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BELASTG.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BEWERTG.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BJTAMP.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/BJTAMPOP.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/CONSCHK.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/ConschkEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/EXAMPLES.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/HEURALGO.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/IMMED.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/ImmedEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/KRAEFTE.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/LINEAR.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/LinearEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/POSTPROC.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PREPROC.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PostProcEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/PreprocEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVER.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVRDOC.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/SOLVRLIT.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/STABSTR.TEX
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/STRUKTUR.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/StrukturEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS1.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/TUBS2.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/VALSOLV1.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/VALSOLV2.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv1En.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv2aEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/Valsolv2bEn.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-E.tex
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-diagrams.docx
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/solver-diagrams.pdf
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/vschplan.png
+share/maxima/${VERSION}/share/algebra/solver/EnglishSource/zweischl.png
share/maxima/${VERSION}/share/algebra/solver/Solver.mac
share/maxima/${VERSION}/share/algebra/solver/linsolve.mac
share/maxima/${VERSION}/share/algebra/solver/misc.mac
share/maxima/${VERSION}/share/algebra/solver/readme
share/maxima/${VERSION}/share/algebra/solver/slvrmsgs.mac
share/maxima/${VERSION}/share/algebra/solver/slvrtbox.mac
+share/maxima/${VERSION}/share/algebra/solver/solver.dem
share/maxima/${VERSION}/share/algebra/solver/solver1-en.html
share/maxima/${VERSION}/share/algebra/solver/solver1.pdf
+share/maxima/${VERSION}/share/algebra/solver/solverEn.pdf
share/maxima/${VERSION}/share/algebra/solver/test.mac
share/maxima/${VERSION}/share/amatrix/
share/maxima/${VERSION}/share/amatrix/README
@@ -868,6 +759,7 @@ share/maxima/${VERSION}/share/colnew/pro
share/maxima/${VERSION}/share/colnew/prob2.mac
share/maxima/${VERSION}/share/colnew/prob3.mac
share/maxima/${VERSION}/share/colnew/prob4.mac
+share/maxima/${VERSION}/share/colnew/prob5.mac
share/maxima/${VERSION}/share/combinatorics/
share/maxima/${VERSION}/share/combinatorics/README
share/maxima/${VERSION}/share/combinatorics/combinatorics.dem
@@ -917,7 +809,6 @@ share/maxima/${VERSION}/share/contrib/Ze
share/maxima/${VERSION}/share/contrib/Zeilberger/readme.txt
share/maxima/${VERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
-share/maxima/${VERSION}/share/contrib/Zeilberger/settings.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/shiftQuotient.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/testZeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/whatsnew.txt
@@ -925,6 +816,7 @@ share/maxima/${VERSION}/share/contrib/Ze
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
+share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_settings.mac
share/maxima/${VERSION}/share/contrib/alt-display/
share/maxima/${VERSION}/share/contrib/alt-display/alt-display.lisp
share/maxima/${VERSION}/share/contrib/alt-display/alt-display.mac
@@ -967,7 +859,7 @@ share/maxima/${VERSION}/share/contrib/di
share/maxima/${VERSION}/share/contrib/diffequations/kummer.lisp
share/maxima/${VERSION}/share/contrib/diffequations/lazysolver.lisp
share/maxima/${VERSION}/share/contrib/diffequations/ode1_abel.mac
-share/maxima/${VERSION}/share/contrib/diffequations/ode1_clairault.mac
+share/maxima/${VERSION}/share/contrib/diffequations/ode1_clairaut.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_factor.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_lagrange.mac
share/maxima/${VERSION}/share/contrib/diffequations/ode1_lie.mac
@@ -984,8 +876,8 @@ share/maxima/${VERSION}/share/contrib/di
share/maxima/${VERSION}/share/contrib/diffequations/tests/README
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
-share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_sym.mac
-share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
+share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode_sym.mac
+share/maxima/${VERSION}/share/contrib/diffequations/tests/rtest_ode_sym2.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
@@ -1024,7 +916,6 @@ share/maxima/${VERSION}/share/contrib/el
share/maxima/${VERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac
share/maxima/${VERSION}/share/contrib/engineering-format.lisp
share/maxima/${VERSION}/share/contrib/f90.lisp
-share/maxima/${VERSION}/share/contrib/floatproperties.lisp
share/maxima/${VERSION}/share/contrib/format/
share/maxima/${VERSION}/share/contrib/format/README
share/maxima/${VERSION}/share/contrib/format/autoload-m.macsyma
@@ -1034,9 +925,9 @@ share/maxima/${VERSION}/share/contrib/fo
share/maxima/${VERSION}/share/contrib/format/coeflistp.lisp
share/maxima/${VERSION}/share/contrib/format/format.announce
share/maxima/${VERSION}/share/contrib/format/format.demo
-share/maxima/${VERSION}/share/contrib/format/format.lisp
share/maxima/${VERSION}/share/contrib/format/format.mac
share/maxima/${VERSION}/share/contrib/format/format.ps
+share/maxima/${VERSION}/share/contrib/format/miller-format.lisp
share/maxima/${VERSION}/share/contrib/format/pois2.demo
share/maxima/${VERSION}/share/contrib/format/pois2m.ps
share/maxima/${VERSION}/share/contrib/format/rtest_format.mac
@@ -1118,6 +1009,12 @@ share/maxima/${VERSION}/share/contrib/gf
share/maxima/${VERSION}/share/contrib/gf/whatsnew.txt
share/maxima/${VERSION}/share/contrib/ggf.mac
share/maxima/${VERSION}/share/contrib/graph2d.lisp
+@info share/maxima/${VERSION}/share/contrib/guess/
+share/maxima/${VERSION}/share/contrib/guess/guess-index.lisp
+@info share/maxima/${VERSION}/share/contrib/guess/guess.info
+share/maxima/${VERSION}/share/contrib/guess/guess.mac
+share/maxima/${VERSION}/share/contrib/guess/guess.texi
+share/maxima/${VERSION}/share/contrib/guess/texinfo.tex
share/maxima/${VERSION}/share/contrib/impdiff.mac
share/maxima/${VERSION}/share/contrib/implicit_plot.lisp
@info share/maxima/${VERSION}/share/contrib/integration/
@@ -1137,12 +1034,15 @@ share/maxima/${VERSION}/share/contrib/le
share/maxima/${VERSION}/share/contrib/lindstedt.mac
share/maxima/${VERSION}/share/contrib/lll.lisp
share/maxima/${VERSION}/share/contrib/log10.mac
-share/maxima/${VERSION}/share/contrib/lurkmathml/
+@info share/maxima/${VERSION}/share/contrib/lurkmathml/
share/maxima/${VERSION}/share/contrib/lurkmathml/README
+share/maxima/${VERSION}/share/contrib/lurkmathml/example.mac
+share/maxima/${VERSION}/share/contrib/lurkmathml/mathml-index.lisp
+@info share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.info
share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.lisp
-share/maxima/${VERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
+share/maxima/${VERSION}/share/contrib/lurkmathml/mathml.texi
share/maxima/${VERSION}/share/contrib/lurkmathml/mathmltest
-share/maxima/${VERSION}/share/contrib/lurkmathml/maximadiffs.txt
+share/maxima/${VERSION}/share/contrib/lurkmathml/texinfo.tex
share/maxima/${VERSION}/share/contrib/makeOrders.mac
@info share/maxima/${VERSION}/share/contrib/maxima-odesolve/
share/maxima/${VERSION}/share/contrib/maxima-odesolve/README
@@ -1167,10 +1067,6 @@ share/maxima/${VERSION}/share/contrib/mc
share/maxima/${VERSION}/share/contrib/mcclim/postscriptoutput.png
share/maxima/${VERSION}/share/contrib/meijer_g.tex
share/maxima/${VERSION}/share/contrib/meijer_gv2.mac
-share/maxima/${VERSION}/share/contrib/namespaces/
-share/maxima/${VERSION}/share/contrib/namespaces/foo.mac
-share/maxima/${VERSION}/share/contrib/namespaces/namespaces.lisp
-share/maxima/${VERSION}/share/contrib/namespaces/rtest_namespaces.mac
share/maxima/${VERSION}/share/contrib/noninteractive/
share/maxima/${VERSION}/share/contrib/noninteractive/asksign1.lisp
share/maxima/${VERSION}/share/contrib/noninteractive/expand_branches.mac
@@ -1272,7 +1168,7 @@ share/maxima/${VERSION}/share/contrib/sa
share/maxima/${VERSION}/share/contrib/sarag/sarag.mac
share/maxima/${VERSION}/share/contrib/sarag/sarag_initialization.mac
share/maxima/${VERSION}/share/contrib/sarag/sarag_linear_algebra.mac
-share/maxima/${VERSION}/share/contrib/sarag/settings.mac
+share/maxima/${VERSION}/share/contrib/sarag/sarag_settings.mac
share/maxima/${VERSION}/share/contrib/sarag/signDetermination.mac
share/maxima/${VERSION}/share/contrib/sarag/topology.mac
share/maxima/${VERSION}/share/contrib/sarag/whatsnew.txt
@@ -1286,7 +1182,7 @@ share/maxima/${VERSION}/share/contrib/st
share/maxima/${VERSION}/share/contrib/state/c.cir
share/maxima/${VERSION}/share/contrib/state/d.cir
share/maxima/${VERSION}/share/contrib/state/matrix2.mac
-share/maxima/${VERSION}/share/contrib/state/readfile.lsp
+share/maxima/${VERSION}/share/contrib/state/readfile.lisp
share/maxima/${VERSION}/share/contrib/state/sortem.mac
share/maxima/${VERSION}/share/contrib/state/state.mac
share/maxima/${VERSION}/share/contrib/state/tree.mac
@@ -1313,6 +1209,8 @@ share/maxima/${VERSION}/share/contrib/un
share/maxima/${VERSION}/share/contrib/unicodedata/unicodedata.mac
share/maxima/${VERSION}/share/contrib/unicodedata/unicodedata.system
share/maxima/${VERSION}/share/contrib/unit/
+share/maxima/${VERSION}/share/contrib/unit/rtest_unit.mac
+share/maxima/${VERSION}/share/contrib/unit/rtest_unit_usersetunits.mac
share/maxima/${VERSION}/share/contrib/unit/unit-functions.lisp
share/maxima/${VERSION}/share/contrib/unit/unit.mac
share/maxima/${VERSION}/share/contrib/unwind_protect.lisp
@@ -1353,7 +1251,7 @@ share/maxima/${VERSION}/share/diffequati
share/maxima/${VERSION}/share/diffequations/drawdf.mac
share/maxima/${VERSION}/share/diffequations/exampl.mac
share/maxima/${VERSION}/share/diffequations/hstep.lisp
-share/maxima/${VERSION}/share/diffequations/linde1.mc
+share/maxima/${VERSION}/share/diffequations/linde1.mac
share/maxima/${VERSION}/share/diffequations/ode2.mac
share/maxima/${VERSION}/share/diffequations/ode2.usg
share/maxima/${VERSION}/share/diffequations/odeaux.mac
@@ -1378,6 +1276,9 @@ share/maxima/${VERSION}/share/draw/gnupl
share/maxima/${VERSION}/share/draw/grcommon.lisp
share/maxima/${VERSION}/share/draw/picture.lisp
share/maxima/${VERSION}/share/draw/rtest_draw.mac
+share/maxima/${VERSION}/share/draw/rtest_picture.mac
+share/maxima/${VERSION}/share/draw/test-example-rgba.csv
+share/maxima/${VERSION}/share/draw/test-example.xpm
share/maxima/${VERSION}/share/draw/texinfo.tex
share/maxima/${VERSION}/share/draw/vtk.lisp
share/maxima/${VERSION}/share/draw/wbd.lisp
@@ -1403,7 +1304,6 @@ share/maxima/${VERSION}/share/fftpack5/
share/maxima/${VERSION}/share/fftpack5/fftpack5-interface.lisp
share/maxima/${VERSION}/share/fftpack5/fftpack5.lisp
share/maxima/${VERSION}/share/fftpack5/fftpack5.mac
-share/maxima/${VERSION}/share/fftpack5/fftpack5.sse2f
share/maxima/${VERSION}/share/fftpack5/fftpack5.system
share/maxima/${VERSION}/share/fftpack5/lisp/
share/maxima/${VERSION}/share/fftpack5/lisp/c1f2kb.lisp
@@ -1453,8 +1353,8 @@ share/maxima/${VERSION}/share/fftpack5/l
share/maxima/${VERSION}/share/fftpack5/lisp/costb1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/costf1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/costmi.lisp
-share/maxima/${VERSION}/share/fftpack5/lisp/factor.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/fftpack5.lisp
+share/maxima/${VERSION}/share/fftpack5/lisp/fftpack5_factor.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcfti1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcsqb1.lisp
share/maxima/${VERSION}/share/fftpack5/lisp/mcsqf1.lisp
@@ -1521,6 +1421,14 @@ share/maxima/${VERSION}/share/fourier_el
share/maxima/${VERSION}/share/fractals/
share/maxima/${VERSION}/share/fractals/fractals.mac
share/maxima/${VERSION}/share/fractals/rtest_fractals.mac
+share/maxima/${VERSION}/share/gamma_simp/
+share/maxima/${VERSION}/share/gamma_simp/CONTRIBUTING.md
+share/maxima/${VERSION}/share/gamma_simp/LICENSE.md
+share/maxima/${VERSION}/share/gamma_simp/README.md
+share/maxima/${VERSION}/share/gamma_simp/gamma_simp.mac
+share/maxima/${VERSION}/share/gamma_simp/isequal.lisp
+share/maxima/${VERSION}/share/gamma_simp/psi_simp.mac
+share/maxima/${VERSION}/share/gamma_simp/rtest_gamma_simp.mac
share/maxima/${VERSION}/share/graphs/
share/maxima/${VERSION}/share/graphs/cgraphs.mac
share/maxima/${VERSION}/share/graphs/connectivity.mac
@@ -1609,11 +1517,7 @@ share/maxima/${VERSION}/share/hompack/li
share/maxima/${VERSION}/share/hompack/load-hompack.lisp
share/maxima/${VERSION}/share/hypergeometric/
share/maxima/${VERSION}/share/hypergeometric/abramowitz_id.mac
-share/maxima/${VERSION}/share/hypergeometric/hypergeometric.lisp
share/maxima/${VERSION}/share/hypergeometric/hypergeometric_mac.mac
-share/maxima/${VERSION}/share/hypergeometric/nfloat.lisp
-share/maxima/${VERSION}/share/hypergeometric/rtest_hg.mac
-share/maxima/${VERSION}/share/hypergeometric/rtest_nfloat.mac
share/maxima/${VERSION}/share/integequations/
share/maxima/${VERSION}/share/integequations/inteqn.mac
share/maxima/${VERSION}/share/integequations/inteqn.usg
@@ -1870,6 +1774,7 @@ share/maxima/${VERSION}/share/lapack/lap
share/maxima/${VERSION}/share/lapack/lapack/zunmhr.lisp
share/maxima/${VERSION}/share/lapack/lapack/zunmqr.lisp
share/maxima/${VERSION}/share/lapack/load-lapack.lisp
+share/maxima/${VERSION}/share/lapack/rtest_dgemm.mac
share/maxima/${VERSION}/share/lapack/rtest_dgeqrf.mac
share/maxima/${VERSION}/share/lapack/rtest_dgesv.mac
share/maxima/${VERSION}/share/lbfgs/
@@ -2004,6 +1909,23 @@ share/maxima/${VERSION}/share/multiaddit
share/maxima/${VERSION}/share/multiadditive/multiadditive.lisp
share/maxima/${VERSION}/share/multiadditive/multiadditive.mac
share/maxima/${VERSION}/share/multiadditive/rtest_opproperties.mac
+@info share/maxima/${VERSION}/share/nelder_mead/
+share/maxima/${VERSION}/share/nelder_mead/COPYING.txt
+share/maxima/${VERSION}/share/nelder_mead/README.txt
+share/maxima/${VERSION}/share/nelder_mead/defpackage.lisp
+share/maxima/${VERSION}/share/nelder_mead/la.lisp
+share/maxima/${VERSION}/share/nelder_mead/load-neldermead.lisp
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead-index.lisp
+@info share/maxima/${VERSION}/share/nelder_mead/nelder_mead.info
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.mac
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.system
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.texi
+share/maxima/${VERSION}/share/nelder_mead/nelder_mead.txt
+share/maxima/${VERSION}/share/nelder_mead/neldermead.asd
+share/maxima/${VERSION}/share/nelder_mead/neldermead.lisp
+share/maxima/${VERSION}/share/nelder_mead/nm-maxima.lisp
+share/maxima/${VERSION}/share/nelder_mead/rtest_nelder_mead.mac
+share/maxima/${VERSION}/share/nelder_mead/texinfo.tex
share/maxima/${VERSION}/share/numeric/
share/maxima/${VERSION}/share/numeric/bffac.mac
share/maxima/${VERSION}/share/numeric/brmbrg.lisp
@@ -2176,8 +2098,9 @@ share/maxima/${VERSION}/share/orthopoly/
share/maxima/${VERSION}/share/orthopoly/changes_0.9_to_0.94.txt
share/maxima/${VERSION}/share/orthopoly/h_atom.dem
share/maxima/${VERSION}/share/orthopoly/orthopoly.lisp
+share/maxima/${VERSION}/share/orthopoly/plot_orthopoly.mac
+share/maxima/${VERSION}/share/orthopoly/rtest_orthopoly.mac
share/maxima/${VERSION}/share/orthopoly/rtest_pochhammer.mac
-share/maxima/${VERSION}/share/orthopoly/test_orthopoly.mac
share/maxima/${VERSION}/share/orthopoly/variational_method.dem
share/maxima/${VERSION}/share/pdiff/
share/maxima/${VERSION}/share/pdiff/battex.sty
@@ -2201,6 +2124,12 @@ share/maxima/${VERSION}/share/physics/ph
share/maxima/${VERSION}/share/physics/rtest_dimension.mac
share/maxima/${VERSION}/share/physics/units.mac
share/maxima/${VERSION}/share/physics/units.usg
+share/maxima/${VERSION}/share/pslq/
+share/maxima/${VERSION}/share/pslq/README.md
+share/maxima/${VERSION}/share/pslq/pslq.mac
+share/maxima/${VERSION}/share/pslq/pslq_integer_relation.lisp
+share/maxima/${VERSION}/share/pslq/pslq_maxima.mac
+share/maxima/${VERSION}/share/pslq/rtest_pslq.mac
share/maxima/${VERSION}/share/pytranslate/
share/maxima/${VERSION}/share/pytranslate/cantorr.py
share/maxima/${VERSION}/share/pytranslate/maxima-to-ir.html
@@ -2211,8 +2140,16 @@ share/maxima/${VERSION}/share/pytranslat
share/maxima/${VERSION}/share/pytranslate/rtest_pytranslate.mac
share/maxima/${VERSION}/share/quantum/
share/maxima/${VERSION}/share/quantum/quantum_computing.mac
+@info share/maxima/${VERSION}/share/raddenest/
+share/maxima/${VERSION}/share/raddenest/README.md
+share/maxima/${VERSION}/share/raddenest/raddenest-index.lisp
+share/maxima/${VERSION}/share/raddenest/raddenest.dem
+@info share/maxima/${VERSION}/share/raddenest/raddenest.info
+share/maxima/${VERSION}/share/raddenest/raddenest.mac
+share/maxima/${VERSION}/share/raddenest/raddenest.texi
+share/maxima/${VERSION}/share/raddenest/rtest_raddenest.mac
+share/maxima/${VERSION}/share/raddenest/texinfo.tex
share/maxima/${VERSION}/share/readme-share.txt
-share/maxima/${VERSION}/share/share.usg
share/maxima/${VERSION}/share/simplex/
share/maxima/${VERSION}/share/simplex/Readme.txt
share/maxima/${VERSION}/share/simplex/Tests/
@@ -2258,8 +2195,8 @@ share/maxima/${VERSION}/share/simplifica
share/maxima/${VERSION}/share/simplification/rducon.lisp
share/maxima/${VERSION}/share/simplification/rncomb.dem
share/maxima/${VERSION}/share/simplification/rncomb.mac
+share/maxima/${VERSION}/share/simplification/rtest_facexp.mac
share/maxima/${VERSION}/share/simplification/rtest_rncomb.mac
-share/maxima/${VERSION}/share/simplification/rtest_sqdnst.mac
share/maxima/${VERSION}/share/simplification/scifac.dem
share/maxima/${VERSION}/share/simplification/scifac.lisp
share/maxima/${VERSION}/share/simplification/sqdnst.mac
@@ -2298,7 +2235,6 @@ share/maxima/${VERSION}/share/stringproc
share/maxima/${VERSION}/share/stringproc/len-897-md5-f353a8.txt
share/maxima/${VERSION}/share/stringproc/len-98-md5-669560.txt
share/maxima/${VERSION}/share/stringproc/md5.lisp
-share/maxima/${VERSION}/share/stringproc/pregexp.lisp
share/maxima/${VERSION}/share/stringproc/printf.lisp
share/maxima/${VERSION}/share/stringproc/rectangular.csv-utf-16be
share/maxima/${VERSION}/share/stringproc/rectangular.csv-utf-16le
@@ -2411,33 +2347,40 @@ share/maxima/${VERSION}/share/tensor/ten
share/maxima/${VERSION}/share/tensor/tensor.dem
share/maxima/${VERSION}/share/tensor/tentex.lisp
share/maxima/${VERSION}/share/tensor/tetrad.dem
+share/maxima/${VERSION}/share/tensor/tracefree-code/
+share/maxima/${VERSION}/share/tensor/tracefree-code/README
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0-examples-additional.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0-examples.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/formQ0.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/makeQ0-example.mac
+share/maxima/${VERSION}/share/tensor/tracefree-code/makeQ0.mac
share/maxima/${VERSION}/share/tensor/weyl.dem
share/maxima/${VERSION}/share/test_batch_encodings/
-share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-CP1252.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-1.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-10.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-14.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-15.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-2.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-3.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-4.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-5.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-6.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-7.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-8.mac
-share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9.UTF-8.mac
+share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9-UTF-8.mac
share/maxima/${VERSION}/share/test_batch_encodings/foo-ISO-8859-9.mac
share/maxima/${VERSION}/share/test_batch_encodings/rtest_batch_encodings.mac
share/maxima/${VERSION}/share/to_poly_solve/
@@ -2529,6 +2472,7 @@ share/maxima/${VERSION}/src/expintegral.
share/maxima/${VERSION}/src/ezgcd.lisp
share/maxima/${VERSION}/src/factor.lisp
share/maxima/${VERSION}/src/fcall.lisp
+share/maxima/${VERSION}/src/float-properties.lisp
share/maxima/${VERSION}/src/float.lisp
share/maxima/${VERSION}/src/fortra.lisp
share/maxima/${VERSION}/src/gamma.lisp
@@ -2537,11 +2481,13 @@ share/maxima/${VERSION}/src/generate-sys
share/maxima/${VERSION}/src/generr.lisp
share/maxima/${VERSION}/src/geomview_def.lisp
share/maxima/${VERSION}/src/getopt.lisp
+share/maxima/${VERSION}/src/globals.lisp
share/maxima/${VERSION}/src/gnuplot_def.lisp
share/maxima/${VERSION}/src/grind.lisp
share/maxima/${VERSION}/src/hayat.lisp
share/maxima/${VERSION}/src/homog.lisp
share/maxima/${VERSION}/src/hyp.lisp
+share/maxima/${VERSION}/src/hypergeometric.lisp
share/maxima/${VERSION}/src/hypgeo.lisp
share/maxima/${VERSION}/src/ifactor.lisp
share/maxima/${VERSION}/src/init-cl.lisp
@@ -2589,16 +2535,16 @@ share/maxima/${VERSION}/src/mutils.lisp
share/maxima/${VERSION}/src/nalgfa.lisp
share/maxima/${VERSION}/src/newdet.lisp
share/maxima/${VERSION}/src/newinv.lisp
+share/maxima/${VERSION}/src/nfloat.lisp
share/maxima/${VERSION}/src/nforma.lisp
share/maxima/${VERSION}/src/nisimp.lisp
share/maxima/${VERSION}/src/nparse.lisp
share/maxima/${VERSION}/src/nrat4.lisp
-share/maxima/${VERSION}/src/nregex.lisp
share/maxima/${VERSION}/src/nset.lisp
share/maxima/${VERSION}/src/numeric.lisp
share/maxima/${VERSION}/src/numerical/
+share/maxima/${VERSION}/src/numerical/f2cl-lib-package.lisp
share/maxima/${VERSION}/src/numerical/f2cl-lib.lisp
-share/maxima/${VERSION}/src/numerical/f2cl-package.lisp
share/maxima/${VERSION}/src/numerical/slatec/
share/maxima/${VERSION}/src/numerical/slatec.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9aimp.lisp
@@ -2728,7 +2674,6 @@ share/maxima/${VERSION}/src/numth.lisp
share/maxima/${VERSION}/src/opers.lisp
share/maxima/${VERSION}/src/optim.lisp
share/maxima/${VERSION}/src/optimize.lisp
-share/maxima/${VERSION}/src/option.lisp
share/maxima/${VERSION}/src/outmis.lisp
share/maxima/${VERSION}/src/pade.lisp
share/maxima/${VERSION}/src/plasma.lisp
@@ -2737,6 +2682,7 @@ share/maxima/${VERSION}/src/pois2.lisp
share/maxima/${VERSION}/src/pois3.lisp
share/maxima/${VERSION}/src/polynomialp.lisp
share/maxima/${VERSION}/src/polyrz.lisp
+share/maxima/${VERSION}/src/pregexp.lisp
share/maxima/${VERSION}/src/psolve.lisp
share/maxima/${VERSION}/src/rand-mt19937.lisp
share/maxima/${VERSION}/src/rat3a.lisp
@@ -2756,8 +2702,6 @@ share/maxima/${VERSION}/src/schatc.lisp
share/maxima/${VERSION}/src/scs.lisp
share/maxima/${VERSION}/src/series.lisp
share/maxima/${VERSION}/src/server.lisp
-share/maxima/${VERSION}/src/share-subdirs.lisp
-share/maxima/${VERSION}/src/share-subdirs_autogenerated.lisp
share/maxima/${VERSION}/src/simp.lisp
share/maxima/${VERSION}/src/sin.lisp
share/maxima/${VERSION}/src/sinint.lisp
@@ -2795,6 +2739,7 @@ share/maxima/${VERSION}/src/trprop.lisp
share/maxima/${VERSION}/src/trutil.lisp
share/maxima/${VERSION}/src/ufact.lisp
share/maxima/${VERSION}/src/utils.lisp
+share/maxima/${VERSION}/src/verify-html-index.lisp
share/maxima/${VERSION}/src/xmaxima_def.lisp
share/maxima/${VERSION}/src/zero.lisp
share/maxima/${VERSION}/tests/
@@ -2828,8 +2773,7 @@ share/maxima/${VERSION}/tests/rtest_abs.
share/maxima/${VERSION}/tests/rtest_algebraic.mac
share/maxima/${VERSION}/tests/rtest_algsys.mac
share/maxima/${VERSION}/tests/rtest_allnummod.mac
-share/maxima/${VERSION}/tests/rtest_ask.mac
-share/maxima/${VERSION}/tests/rtest_ask_input.mac
+share/maxima/${VERSION}/tests/rtest_ask1.mac
share/maxima/${VERSION}/tests/rtest_boolean.mac
share/maxima/${VERSION}/tests/rtest_carg.mac
share/maxima/${VERSION}/tests/rtest_diff_invtrig.mac
@@ -2838,10 +2782,16 @@ share/maxima/${VERSION}/tests/rtest_elli
share/maxima/${VERSION}/tests/rtest_equal.mac
share/maxima/${VERSION}/tests/rtest_everysome.mac
share/maxima/${VERSION}/tests/rtest_expintegral.mac
+share/maxima/${VERSION}/tests/rtest_extensions.mac
share/maxima/${VERSION}/tests/rtest_extra.mac
share/maxima/${VERSION}/tests/rtest_float_inf.mac
share/maxima/${VERSION}/tests/rtest_gamma.mac
+share/maxima/${VERSION}/tests/rtest_gcd.mac
+share/maxima/${VERSION}/tests/rtest_great.mac
+share/maxima/${VERSION}/tests/rtest_great_slow.mac
+share/maxima/${VERSION}/tests/rtest_hg.mac
share/maxima/${VERSION}/tests/rtest_hypgeo.mac
+share/maxima/${VERSION}/tests/rtest_ilt.mac
share/maxima/${VERSION}/tests/rtest_index_properties.mac
share/maxima/${VERSION}/tests/rtest_integrate.mac
share/maxima/${VERSION}/tests/rtest_integrate_special.mac
@@ -2850,10 +2800,13 @@ share/maxima/${VERSION}/tests/rtest_lapa
share/maxima/${VERSION}/tests/rtest_laplace.mac
share/maxima/${VERSION}/tests/rtest_limit.mac
share/maxima/${VERSION}/tests/rtest_limit_extra.mac
+share/maxima/${VERSION}/tests/rtest_limit_gruntz.mac
+share/maxima/${VERSION}/tests/rtest_limit_wester.mac
share/maxima/${VERSION}/tests/rtest_log.mac
share/maxima/${VERSION}/tests/rtest_map.mac
share/maxima/${VERSION}/tests/rtest_maxmin.mac
share/maxima/${VERSION}/tests/rtest_mset.mac
+share/maxima/${VERSION}/tests/rtest_nfloat.mac
share/maxima/${VERSION}/tests/rtest_numth.mac
share/maxima/${VERSION}/tests/rtest_plot.mac
share/maxima/${VERSION}/tests/rtest_plotoptions.mac
@@ -2863,8 +2816,10 @@ share/maxima/${VERSION}/tests/rtest_powe
share/maxima/${VERSION}/tests/rtest_round.mac
share/maxima/${VERSION}/tests/rtest_rules.mac
share/maxima/${VERSION}/tests/rtest_scalarp.mac
+share/maxima/${VERSION}/tests/rtest_setvar.mac
share/maxima/${VERSION}/tests/rtest_sign.mac
share/maxima/${VERSION}/tests/rtest_signum.mac
+share/maxima/${VERSION}/tests/rtest_sqdnst.mac
share/maxima/${VERSION}/tests/rtest_sqrt.mac
share/maxima/${VERSION}/tests/rtest_taylor.mac
share/maxima/${VERSION}/tests/rtest_tex.mac
@@ -2872,6 +2827,7 @@ share/maxima/${VERSION}/tests/rtest_tmli
share/maxima/${VERSION}/tests/rtest_trace.mac
share/maxima/${VERSION}/tests/rtest_translator.mac
share/maxima/${VERSION}/tests/rtest_trig.mac
+share/maxima/${VERSION}/tests/rtest_unicode_display.mac
share/maxima/${VERSION}/tests/rtest_zeta.mac
share/maxima/${VERSION}/tests/rtestconjugate.mac
share/maxima/${VERSION}/tests/rtestdefstruct.mac
@@ -2888,6 +2844,7 @@ share/maxima/${VERSION}/tests/rtestparse
share/maxima/${VERSION}/tests/rtestparser_continuations_crnl.mac
share/maxima/${VERSION}/tests/rtestparser_continuations_nl.mac
share/maxima/${VERSION}/tests/rtestsum.mac
+share/maxima/${VERSION}/tests/test_limits_wester.mac
share/maxima/${VERSION}/tests/test_readbase_lisp.lisp
share/maxima/${VERSION}/tests/test_readbase_lisp_autoload.lisp
share/maxima/${VERSION}/tests/test_readbase_maxima.mac
@@ -2896,6 +2853,7 @@ share/maxima/${VERSION}/tests/testbench_
share/maxima/${VERSION}/tests/testbench_drawdf_manual.wxm
share/maxima/${VERSION}/tests/testbench_plot_manual.wxm
share/maxima/${VERSION}/tests/testbench_plotdf_manual.wxm
+share/maxima/${VERSION}/tests/ulp_tests.mac
share/maxima/${VERSION}/tests/wester_problems/
share/maxima/${VERSION}/tests/wester_problems/test_algebra.mac
share/maxima/${VERSION}/tests/wester_problems/test_boolean_logic.mac
@@ -2935,6 +2893,14 @@ share/maxima/${VERSION}/xmaxima/
share/maxima/${VERSION}/xmaxima/demos.html
share/maxima/${VERSION}/xmaxima/examples.html
share/maxima/${VERSION}/xmaxima/html/
+share/maxima/${VERSION}/xmaxima/html/Command_002dline-options.html
+share/maxima/${VERSION}/xmaxima/html/Concept-Index.html
+share/maxima/${VERSION}/xmaxima/html/Entering-commands.html
+share/maxima/${VERSION}/xmaxima/html/Getting-Help.html
+share/maxima/${VERSION}/xmaxima/html/Main-Window.html
+share/maxima/${VERSION}/xmaxima/html/Session-control.html
+share/maxima/${VERSION}/xmaxima/html/The-browser.html
+share/maxima/${VERSION}/xmaxima/html/Xmaxima-plots.html
share/maxima/${VERSION}/xmaxima/html/figures/
share/maxima/${VERSION}/xmaxima/html/figures/xmaximabrowser.png
share/maxima/${VERSION}/xmaxima/html/figures/xmaximaembedded.png
@@ -2942,39 +2908,22 @@ share/maxima/${VERSION}/xmaxima/html/fig
share/maxima/${VERSION}/xmaxima/html/figures/xmaximaslider.png
share/maxima/${VERSION}/xmaxima/html/figures/xmaximawindow.png
share/maxima/${VERSION}/xmaxima/html/index.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_1.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_10.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_2.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_3.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_4.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_5.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_6.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_7.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_8.html
-share/maxima/${VERSION}/xmaxima/html/xmaxima_9.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_abt.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_singlepage.html
share/maxima/${VERSION}/xmaxima/html/xmaxima_toc.html
share/maxima/${VERSION}/xmaxima/intro.html
-share/maxima/${VERSION}/xmaxima/maxima-icon.gif
-share/maxima/${VERSION}/xmaxima/maxima-icon.ico
-share/maxima/${VERSION}/xmaxima/maxima-icon.png
share/maxima/${VERSION}/xmaxima/msgs/
share/maxima/${VERSION}/xmaxima/msgs/es.msg
share/maxima/${VERSION}/xmaxima/msgs/ru.msg
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.gif
+share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.ico
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.png
share/maxima/${VERSION}/xmaxima/net.sourceforge.maxima.svg
share/maxima/${VERSION}/xmaxima/plotmaxima.html
+share/maxima/${VERSION}/xmaxima/primer.html
share/metainfo/
share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml
share/mime/packages/x-mac.xml
share/mime/packages/x-maxima-out.xml
-share/pixmaps/
-share/pixmaps/net.sourceforge.maxima.png
-share/pixmaps/net.sourceforge.maxima.svg
-share/pixmaps/text-x-maxima-out.svg
-share/pixmaps/text-x-maximasession.svg
@tag update-desktop-database
@tag update-mime-database
aarch64 bulk build report
bulk build on arm64.ports.openbsd.org
started on Mon Jul 28 03:32:17 MDT 2025
finished at Thu Jul 31 21:57:50 MDT 2025
lasted 3D18h25m
done with kern.version=OpenBSD 7.7-current (GENERIC.MP) #0: Sun Jul 27 01:51:10 MDT 2025
built packages:12534
Jul 28:4508
Jul 29:354
Jul 30:1782
Jul 31:5889
critical path missing pkgs: http://build-failures.rhaalovely.net/aarch64/2025-07-28/summary.log
build failures: 3
http://build-failures.rhaalovely.net/aarch64/2025-07-28/devel/git-annex.log
http://build-failures.rhaalovely.net/aarch64/2025-07-28/lang/sbcl.log
http://build-failures.rhaalovely.net/aarch64/2025-07-28/productivity/ktimetracker.log
recurrent failures
new failures
+++ ls-failures Thu Jul 31 21:59:35 2025
+failures/devel/git-annex.log
+failures/lang/sbcl.log
+failures/productivity/ktimetracker.log
resolved failures
--- ../old/aarch64/last//ls-failures Fri Jul 25 13:54:00 2025
-failures/audio/xmms2-scrobbler.log
started on Mon Jul 28 03:32:17 MDT 2025
finished at Thu Jul 31 21:57:50 MDT 2025
lasted 3D18h25m
done with kern.version=OpenBSD 7.7-current (GENERIC.MP) #0: Sun Jul 27 01:51:10 MDT 2025
built packages:12534
Jul 28:4508
Jul 29:354
Jul 30:1782
Jul 31:5889
critical path missing pkgs: http://build-failures.rhaalovely.net/aarch64/2025-07-28/summary.log
build failures: 3
http://build-failures.rhaalovely.net/aarch64/2025-07-28/devel/git-annex.log
http://build-failures.rhaalovely.net/aarch64/2025-07-28/lang/sbcl.log
http://build-failures.rhaalovely.net/aarch64/2025-07-28/productivity/ktimetracker.log
recurrent failures
new failures
+++ ls-failures Thu Jul 31 21:59:35 2025
+failures/devel/git-annex.log
+failures/lang/sbcl.log
+failures/productivity/ktimetracker.log
resolved failures
--- ../old/aarch64/last//ls-failures Fri Jul 25 13:54:00 2025
-failures/audio/xmms2-scrobbler.log
Re: new(ish) devel/sdl3
Things need to be simpler with libraries, flavours are a problem there. If you have people using ones of two versions of a library, when they write pets for things depending on that library, they'll end up with wrong WANTLIB.
--
Sent from a phone, apologies for poor formatting.
On 1 August 2025 01:33:59 yaydn@protonmail.com wrote:
På fredag 1. august 2025 kl. 01:44, <yaydn@protonmail.com> skrev:På torsdag 31. juli 2025 kl. 19:18, Omar Poloop@omarpolo.com skrev:Stuart Henderson stu@spacehopper.org wrote:On 2025/07/31 17:46, Omar Polo wrote:Hello,This is thfr' devel/sdl3 port but with the version bumped.I need it for updating games/taisei. I can testify that it works :)I think it's ok to import this, but be prepared to deal with any SDL 2ports which might start picking it up. I think I've disabled that insomething before but there may be others.Ideally test with a 'mini bulk' with this already installed andrun port-lib-depends-check first, though I appreciate there a quite alot of ports, it might at least be worth doing a sample (perhaps themore recently updated ones?).I usually construct a list from grep [...] ports-INDEX | cut -d\| -f2,edit then point SUBDIRLIST at it, e.g. something along these linescd /usr/portsSUBDIRLIST=/path/to/list make prepare FETCH_PACKAGES=SUBDIRLIST=/path/to/list make package REPORT_PROBLEM=/usr/bin/trueSUBDIRLIST=/path/to/list make port-lib-depends-check REPORT_PROBLEM=/usr/bin/true(setting REPORT_PROBLEM like this stops it from killing the build atthe first error)oh, thank you for the tip! i'll try to make a list later and run a minibulk tonight. let's see how it goes :)I built this successfully on current/amd64.May I inquire if there is any technical reason for explicitly disablingwayland?Upstream has wayland and x11 enabled, so maybe this is to lowerdependencies? Can we have subpackages if that is the case?I know some only use X11, others wayland only, and the general mix ofthese and maybe arcan.I suppose this could be done in a couple ways. Here is a non-exhaustivelist.Case 1)There is some reason for x11 only and no subpackages.Case 2)The main package with only X11 and a subpackage -wayland.Case 3)The main package with both wayland and X11 and a subpackage -x11only.Example of Makefile with wayland not explicitly disabled and a x11onlyflavor:COMMENT = cross-platform multimedia libraryV = 3.2.18DISTNAME = SDL3-${V}PKGNAME = ${DISTNAME:L}SHARED_LIBS += SDL3 0.0 # 3.2.18CATEGORIES = develHOMEPAGE = https://libsdl.org/MAINTAINER = Thomas Frohwein <thfr@openbsd.org># zlibPERMIT_PACKAGE = YesWANTLIB += X11 Xcursor Xext Xfixes Xi Xrandr Xrender Xss iconv m pthreadSITES = https://github.com/libsdl-org/SDL/releases/download/release-${V}/FLAVORS = x11onlyFLAVOR ?=MODULES = devel/cmakeMODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -L${X11BASE}/lib -liconvWANTLIB += X11 Xcursor Xext Xfixes Xi Xrandr Xrender Xss iconv m pthreadCONFIGURE_ARGS = -DSDL_ALSA=OFF \-DSDL_DBUS=OFF \-DSDL_HIDAPI=OFF \-DSDL_INSTALL=ON \-DSDL_JACK=OFF \-DSDL_LIBUDEV=OFF \-DSDL_PIPEWIRE=OFF \-DSDL_PULSEAUDIO=OFF \-DSDL_SNDIO_SHARED=OFF \-DSDL_TESTS=ON \-DSDL_VULKAN=ON \-DSDL_WAYLAND_SHARED=OFF \-DSDL_X11_SHARED=OFF.if ${FLAVOR:Mx11only}FULLPKGNAME= sdl3-x11only-${V}WANTLIB += sndioLIB_DEPENDS = converters/libiconvCONFIGURE_ARGS += -DSDL_WAYLAND=OFF \.elseWANTLIB += sndio wayland-client wayland-cursor xkbcommonBUILD_DEPENDS = wayland/libinput-openbsd \wayland/wayland-protocolsLIB_DEPENDS = converters/libiconv \wayland/wayland \x11/xkbcommon.endifCFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include.include <bsd.port.mk>--I had an erronious extra WANTLIB line.Something like this, again apologizes, I am a novice. I am sorry if I missed something obvious and for the noise.--I think this could be done more elegantly, but I am a novice at cvs.Thank you for your time.--Happy porting and well wishes
Re: Fcitx5 crashes in KDE Plasma on OpenBSD -current
Thanks for your response.
Yes, I have the system-wide messagebus service enabled and running:
# rcctl check messagebus
messagebus(ok)
As for session D-Bus, I start KDE from `.xsession` using the setup from `/usr/local/share/doc/pkg-readmes/README-plasma`. Here's the relevant part:
export XDG_RUNTIME_DIR=/tmp/run/$(id -u)
if [ ! -d $XDG_RUNTIME_DIR ]; then
mkdir -m 700 -p $XDG_RUNTIME_DIR
fi
if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --sh-syntax --exit-with-x11`
fi
/usr/local/bin/ck-launch-session /usr/local/bin/startplasma-x11
Droid niu <lionux79@gmail.com> 于 2025年7月30日周三 13:51写道:
Thanks for your response.Yes, I have the system-wide messagebus service enabled and running:# rcctl check messagebusmessagebus(ok)As for session D-Bus, I start KDE from `.xsession` using the setup from `/usr/local/share/doc/pkg-readmes/README-plasma`. Here's the relevant part:export XDG_RUNTIME_DIR=/tmp/run/$(id -u)if [ ! -d $XDG_RUNTIME_DIR ]; thenmkdir -m 700 -p $XDG_RUNTIME_DIRfiif [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; theneval `dbus-launch --sh-syntax --exit-with-x11`fi/usr/local/bin/ck-launch-session /usr/local/bin/startplasma-x11Rafael Sadowski <rafael@sizeofvoid.org> 于 2025年7月30日周三 02:26写道:On Tue Jul 29, 2025 at 08:08:42PM +0800, Droid niu wrote:
> Hi,
>
> I'm currently using OpenBSD -current (amd64) with KDE Plasma installed via
> packages. When trying to use fcitx5 as an input method framework, it fails
> to work properly in KDE, and crashes shortly after launching.
>
>
> Here's the output when I start fcitx5 manually:
>
> ---
>
> fcitx5
>
> I2025-07-29 18:45:30.974558 xcbconnection.cpp:189] Connecting to X11
> display, display name::0.
> I2025-07-29 18:45:31.132227 dbusmodule.cpp:790] Service name change:
> org.fcitx.Fcitx5 :1.104
> E2025-07-29 18:45:31.132498 portalsettingmonitor.cpp:115] DBus call error:
> org.freedesktop.DBus.Error.ServiceUnknown The name
> org.freedesktop.portal.Desktop was not provided by any .service files
>
> dbus[23920]: arguments to dbus_connection_dispatch() were incorrect,
> assertion "connection != NULL" failed
> Abort trap (core dumped)
>
> ---
>
> fcitx5 seems to work fine in `cwm` or minimal X11 sessions, but not in KDE.
> The same environment variables (`XMODIFIERS`, `GTK_IM_MODULE`,
> `QT_IM_MODULE`) are properly set.
>
> This seems related to the lack of `xdg-desktop-portal` or some integration
> issue in KDE. Should I install anything else to make fcitx5 work on KDE
> under OpenBSD? Or is this a known issue?
>
> Thanks for maintaining the KDE and fcitx ports. Let me know if I can help
> provide further logs or testing.
>
> Regards,
> niu
For me it starts without issues:
fcitx5
I2025-07-29 20:21:03.622540 instance.cpp:1385] Override Enabled Addons: {}
I2025-07-29 20:21:03.622908 instance.cpp:1386] Override Disabled Addons: {}
I2025-07-29 20:21:03.630687 xcbconnection.cpp:189] Connecting to X11 display, display name::0.
I2025-07-29 20:21:03.631660 addonmanager.cpp:205] Loaded addon xcb
I2025-07-29 20:21:03.633498 addonmanager.cpp:205] Loaded addon quickphrase
I2025-07-29 20:21:03.639298 addonmanager.cpp:205] Loaded addon keyboard
I2025-07-29 20:21:03.639710 addonmanager.cpp:205] Loaded addon imselector
I2025-07-29 20:21:03.640785 addonmanager.cpp:205] Loaded addon clipboard
I2025-07-29 20:21:03.645802 addonmanager.cpp:205] Loaded addon dbus
I2025-07-29 20:21:03.646409 addonmanager.cpp:205] Loaded addon unicode
I2025-07-29 20:21:03.648677 addonmanager.cpp:205] Loaded addon ibusfrontend
I2025-07-29 20:21:03.649716 addonmanager.cpp:205] Loaded addon dbusfrontend
I2025-07-29 20:21:03.652153 addonmanager.cpp:205] Loaded addon fcitx4frontend
I2025-07-29 20:21:03.653556 addonmanager.cpp:205] Loaded addon xim
I2025-07-29 20:21:03.700214 inputmethodmanager.cpp:209] Found 617 input method(s) in addon keyboard
I2025-07-29 20:21:03.700452 inputmethodmanager.cpp:132] No valid input method group in configuration. Building a default one
I2025-07-29 20:21:03.701073 instance.cpp:379] Items in Group 1: [InputMethodGroupItem(keyboard-de,layout=)]
I2025-07-29 20:21:03.701290 instance.cpp:379] Items in Group 2: [InputMethodGroupItem(keyboard-gb,layout=)]
I2025-07-29 20:21:03.701333 instance.cpp:384] Generated groups: [Group 1, Group 2]
I2025-07-29 20:21:03.727220 addonmanager.cpp:205] Loaded addon kimpanel
I2025-07-29 20:21:03.727842 addonmanager.cpp:205] Loaded addon virtualkeyboard
I2025-07-29 20:21:03.768459 classicui.cpp:64] Created classicui for x11 display::0
I2025-07-29 20:21:03.768559 addonmanager.cpp:205] Loaded addon classicui
I2025-07-29 20:21:03.769350 addonmanager.cpp:205] Loaded addon notificationitem
I2025-07-29 20:21:03.770206 addonmanager.cpp:205] Loaded addon notifications
I2025-07-29 20:21:03.770721 dbusmodule.cpp:790] Service name change: org.fcitx.Fcitx5 :1.93
I2025-07-29 20:21:03.770880 kimpanel.cpp:116] Kimpanel new owner:
I2025-07-29 20:21:03.770998 virtualkeyboard.cpp:216] VirtualKeyboard new owner:
E2025-07-29 20:21:03.771097 portalsettingmonitor.cpp:115] DBus call error: org.freedesktop.DBus.Error.ServiceUnknown The name org.freedesktop.portal.Desktop was not provided by any .service files
Do you have running a systemwide (rcctl start messagebus) dbus
and a session one?
Subscribe to:
Comments (Atom)