pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/wxmaxima



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 26 11:43:05 UTC 2023

Modified Files:
        pkgsrc/math/wxmaxima: Makefile PLIST distinfo

Log Message:
wxmaxima: update to 23.12.0.

Provided by Chavdar Ivanov in PR 57796.

# 23.12.0

- Input text selection was cleared when right-clicking
  on it (#1845)
- Pressing both mouse buttons simultaneously caused an
  assert (#1844)
- Corrected the cursor position after unsuccessful autocompletes
- Corrected the handling of question prompts from maxima (#1827)
- Bug corrections in the search functionality
- RegEx search works again
- Clicking on the notification now is more likely to focus the worksheet
- Corrected the cell folding logic (#1853)
- Folded cells are no more evaluated (#1853)
- Now we try to generate a backtrace on crashes (#1802)
- Corrected the position of integral limits
- Nicer product, sum and integral signs
- Hidden cells weren't restored from wxm files (#1855)
- diff() no longer causes spurious multiplication dots (#1825)

# 23.11.0

- Correctly draw the bracket of the cell under the cursor (#1811)
- Maths display was corrupted if the window was temporarily not wide
  enough to display it in 2D (#1812)
- Added many range checks to the code
- Correct label scaling after changing the zoom factor (#1815)
- Repaired "copy as bitmap" (#1820)
- Repaired EMF and SVG output (#1838)
- Focus the search text on activating the search box (#1821)
- Correctly support dropping multiple files on the worksheet
- If the worksheet isn't empty dropping a file on the worksheet
  no more closes the currently open file
- Try harder to kill maxima on closing it (#1824)
- Menu items for displaying the internal representation
- Better display of diff(), if multiplication dots are enabled (#1825)
- Tried to resolve a few asserts (#1831)
- Resolved many warnings from several static analysis tools
- Fine-tuning of the "undo" function

# 23.10.0

- A big rewrite to make the static analysis tools happy
- Many stability improvements
- Maxima's help commands work again out-of-the-box.
- Corrected the worksheet size calculation
- Better support for loading .wxmx files from weird paths
- Finally resolved the "Right-click resets zoom" problem (#1810)
- A speed up
- Many right-click menu fixes (#1810)
- Display/Hide label fixes
- Many help browser improvements (#1802)
- The worksheet size no more is underestimated (#1802)
- Cell creation fixes
- Copy-and-paste improvements (#1809)
- Better error messages for bitmaps
- Many additional bug fixes

# 23.08.0

- Better print scaling
- More consistent page size handling for printing
- Many performance and stability fixes from coverity-scan
- Resolved many warnings from cppcheck
- A RegEx search

# 23.07.0

- Printing: Made the page margins configurable (#1787)
- Printing: We no more print page headers (#1791)
- Printing: Printing no more omits labels (#1507)
- Printing: A better pagebreak algorithm
- Printing: No more ghost lines around text cells
- Less ugly integral signs
- Many stability fixes
- More consistent worksheet scaling and sizes (#1780)
- Correctly save the color settings (#1789)
- Correctly check the numeric and other menu items
- The cursor no more disappears (#1788)
- Updated italian translation

# 23.05.1

- Updated the Russian and Italian translation.
- Process the command line option `--maxima=<str>`.
- Resolved several possibilities to crash the config dialogue
  (#1774, #1766)
- Correctly calculate the worksheet size in the background (#1766)
- Correctly restore parenthesis on load (#1779)
- Always revise the decision what to display as 2D equation on
  window width changes
- 2D display of integrals had zero size (#1780)

# 23.05.0

- Got rid of some compiler and cppcheck warnings
- Big performance improvements
- A "maxima versus typical programming languages" tutorial.
- Table of contents: Jump to the chapter the cursor is in.
- Resolved another crash in the config dialogue
- Updated the unicode character list
- Resolved more potential event ID clashes
- Use an external file as wxMathML.lisp is now selected using
  a command line option, not configured in the GUI.
  This is mostly needed for developers, no need to expose it
  to the end user.
- Better handling of paths to maxima when starting new
  wxMaxima processes
- new wxMaxima processes now get more of the command-line args
  of the parent process
- wxMaxima no more tries to install its own fonts.

# 23.04.1

- More config dialogue tweaks
- MacOs: No more create config icons that aren't needed
- Recent file list: Don't try to re-use no-more-used wxWidgets IDs
- Make sure that the help sidebar is shown when opening a help topic
- If maxima wants us to open a help browser and wxMaxima was compiled
  without one it now opens an external help browser
- Be aware that the MSW port recycles unused window IDs.
- The load() command now again works with symbols as package names.

# 23.04.0

- Made the GUI more responsive for functions with much output
- Handle errors in the XML from maxima more gracefully
- Rewrote parts of the lisp part of wxMaxima
- Resolved a few lisp warnings
- Resolved a few XML errors caused by not escaping special chars
- Automatic XML generation tests
- More MacOs fixes
- Correct display of operators
- A better style sample for the config dialogue
- Resolved several asserts
- Resolved a few small bugs in the autosave logic

# 23.03.0

- Make sure all bitmaps are valid on High-DPI MacOs (#1749)
- More styles consistency (#1753)
- Better configuration validation
- Depending on the wxWidgets version Unicode letters were
  interpreted inorrectly (#1754)
- The manual anchors cache now saves the file-per-chapter URLs, too.
- cmake -DWXM_DISABLE_WEBVIEW now allows to find wxWidgets, if
  wxWebView wasn't compiled.
- Completely rewrote the dockable-sidebars-stuff
- Many files are now build on demand, not at configure time

# 23.02.0

- Fix XML generation of wxmx documents (#1556)
- A faster font cache
- Faster communication between wxMaxima and Maxima
- Dropped the dependency on an \[internal\] ww898 library
- More consistent text style handling
- A try to improve locale management on the Mac platform
- A separate style for operators (#1002)
- A nicer ChangeLog

# 22.12.0

- A cleaner status bar with double-click actions
- Better display of labels
- box() now is displayed as a box, as the maxima manual states
- box(expr, "highlight") display expr in red, instead
- Resolved a few display glitches
- Resolved OS-dependant wrong actions on gui events
- A few system and compiler specific fixes
- Resolved a few compilation warnings
- Try harder to connect maxima if one communication port is blocked (#1717)
- Better display of help text in the console
- Faster saving of .wxmx files
- Better toolbar bitmap handling

# 22.11.1

- Repaired zooming the worksheet

# 22.11.0

- Resolved an ID collision (#1726)
- Faster restart of maxima (#1715)
- Make various dialogs window-modal (#1712)
- Proper handling of unicode in selection (#1726)
- An unicode conversion error (#1727)
- Repaired the "enter matrix" dialogue
- Jump to the correct anchor even if using online help
- Translation updates
- Many windows build improvements
- Resolved a crash on restarting maxima

# 22.09.0

- Support for wxWidgets 3.1.7
- The description field for wizards no more is a MouseOverToolTip
- Wizards now accept chars from the unicode buttons
- Wizards now can balance parenthesis
- Wizards for operatingsystem, basic programming and string operations
- More miscellaneous work on the wizards
- The watchlist was broken
- In MacOs the config dialogue crashed
- Better scalability of the config dialogue
- Folded multiline code cells are now sent to Maxima correctly (#1674)
- The output of the "?" command contained spurious "\<" (#1688)
- ?, ?? and describe() now use a browser window, by default
  (an up-to-date Maxima is required for that feature)
- Search harder for the Maxima manual
- Search harder for Maxima manual entries
- Now we find Maxima manual entries that have no explicit anchor
- On Linux, MacOs and, if wxWidgets was compiled with edge support
  the help browser can be obened in a dockable window
- wxMaxima can now compiled, even if wxWidgets was configured with
  the option "--enable-privatefonts=no".
  Use the option -DWXM_INCLUDE_FONTS=NO when compiling wxMaxima.
- Names that end in an underscore are now printed correctly (#1706)
- Made the tests work on more platforms (#1709)
- Resolved some asserts (#1574)
- Working MathJaX (#1702)
- A primitive integrated ChangeLog viewer
- Better documentation (#1693)
- Better unicode handling (#1691)
- Many additional bugfixes

# 22.05.0:

- Updated the Ukrainian translation
- Added `guess_exact_value` to the numeric menu.
- Added lapack to the matrix menu
- Added linpack to the numeric menu
- Added a "declare facts" right-click menu entry to variables
- We no more reserve space for hidden input
- A better logexpand section in the numeric menu
- Many wizards have a more modern look and feel, now
- The modern-style wizards are now dockable by default
- Undo and redo buttons for the toolbar
- A "construct fraction" wizard (#1664)
- Printing multiple-page documents now should work again on Linux (#1671)
- The selection should now no more overwrite test (#1665)
- Hidden code cells now are correctly sent to maxime (#1674)
- MacOs: The toolbar icons work now on retina screens (#1657)
- MacOs: The config dialogue works again (#1662)
- Many additional MacOs fixes
- The Cygwin build works again
- Support for wxWidgets 3.1.6

# 22.04.0:

- A Russian translation update from Olesya Gerasimenko
- Repaired drag-and-drop on MacOs (#1624)
- Resolved a bug in parenthesis matching (#1649)
- Faster startup logic

# 22.03.0:

- Add an compile option "WXM_INCLUDE_FONTS", which allows to
  specify, if additional fonts should be included.
  Current default: YES; use -DWXM_INCLUDE_FONTS=NO when calling
  CMake to disable that.
  Including fonts caused some issues on MacOS. (#1580)
- Rename command line option --logtostdout to --logtostderr.
  Because the option does print the log messages to STDERR, not STDOUT.
- A better heuristics for finding out what to style as 1D maths
- An updated french translation from Frédéric Chapoton
- Consistent image resolutions
- No more crashes on exporting multiple animations at once (#1616)
- Drag-and-Drop in the table of contents
- Table of contents: Convert sections to subsections and similar (#1629)
- Parenthesis and quote matching now uses the Maxima parser.
  This means it now both knows the details of the Maxima language
  and is much faster than before.
- A way of limiting the toc depth shown in the table of contents
- Now the problems after a kill(all) should be finally resolved
- Better support for the debugger (#1625)
- Machine-Float NaNs no more causes XML errors
- Labels with hexadecimal numbers no more cause crashes (#1633)
- wxMaxima no more skips chars in subscripted variables (#1632)
- Merging cells per keyboard shortcut works again (#1626)
- Symbols buttons whose symbols the GUI font lacks are now hidden

# 21.11.0:

- Allow seeing all files in the file save dialog. (#1557)
- Fix an error when using Alt up arrow (show previous command) (#1566)
- Rewrote a config dialogue
- Improvements in the manual
- Update Spanish translation of manual
- Update German, Russian, Hungarian and Ukrainian translation
- Fix a warning, which occurred, when starting wxMaxima the first time
- ww898 unnecessarily limited the list of supported platforms
- wxMaxima's properties to Maxima symbols can now no more be killed
- Allow single GroupCells to be converted to LaTeX
- Enable reloading and changing images inserted via "Cell" -> "Insert Image..." (#1597)
- Correctly set the document saved state when the size of an image is changed
- Use the AUTHORS file for the Credits page in the "About" dialogue
- Handle power events (#1607)
- Fix ugly buttons in the sidebars with recent wxWidgets

# 21.05.2:

- The integral signs disappeared or were misplaced on some MS Windows computers

# 21.05.1:

- Resolved a segfault on printing that could be triggered on some computers

# 21.05.0:

- Long numbers now can be broken into lines
- On Export long numbers sometimes got lost
- The height of folded cells now is calculated correctly, again (bug #1532)
- Printing now can insert pagebreaks within GroupCells (bug #970, #1528,
  #1241, #181, #573,#1082)
- A Russian translation update by OlesyaGerasimenko
- A Ukrainian translation update by Yuri Chornoivan
- Changed the font for the PDF manuals to free Google Noto fonts.
  Now all PDF manuals can be created without missing characters
  (before cyrillic, chinese and greek characters were missing).
- Solved a crash when printing.

# 21.04.0

- Fix visualization after "Evaluate all cells (Ctrl+Shift+R)" (bug #1512).
- Fix context sensitive help with F1 (bug #1508).
- Add an option for not showing matching parenthesis (bug #1509).
- Changed the weather icons in the toolbar to more meaningful ones (bug #1514).
- Many bugfixes with respect to correctly breaking lines (bugs #1528, #1471, #1512).
- Fix a bug in copy-paste of saved/loaded results (bug #1518).
- Fix a crash when pressing Ctrl-X while a math cell is selected (bug #1519).
- CMake 3.10 is now required for building wxMaxima.
- C++ 14 is required for building wxMaxima. Now CMake knows about that fact.
- Many external build scripts are now replaced by C++ and CMake commands.
- A menu entry for when to invoke the debugger.

# 21.02.0

- A Spanish translation update by cyphra
- Replaced openMP by c++11's built-in thread handling. This should improve
  stability at the cost of making loading files with lots of images slower.
- Language selection now works on Windows.
- Resolved a crash when deleting regions.
- The --ini switch should work again correctly.
- Fix an issue, where demos didn't re-center screen anymore, when screen
  is full and print was incomplete.
- Made the time between autosaves configurable.
- Fixed an issue with reproducible builds.

# 21.01.0

- Chinese translation updates by 刘荣.
- A Russian translation update by OlesyaGerasimenko
- Many small bugfixes including a crash on loading files with images.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/wxmaxima/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/wxmaxima/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/wxmaxima/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/wxmaxima/Makefile
diff -u pkgsrc/math/wxmaxima/Makefile:1.31 pkgsrc/math/wxmaxima/Makefile:1.32
--- pkgsrc/math/wxmaxima/Makefile:1.31  Tue Nov 14 14:02:28 2023
+++ pkgsrc/math/wxmaxima/Makefile       Tue Dec 26 11:43:05 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.31 2023/11/14 14:02:28 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/12/26 11:43:05 wiz Exp $
 
-DISTNAME=      wxmaxima-17.10.1
-PKGREVISION=   23
+DISTNAME=      wxmaxima-23.12.0
 CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=andrejv/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=wxMaxima-developers/}
 GITHUB_TAG=    Version-${PKGVERSION_NOREV}
 
 MAINTAINER=    helgoman%users.sourceforge.net@localhost
-HOMEPAGE=      https://andrejv.github.io/wxmaxima/
+HOMEPAGE=      https://github.com/wxMaxima-developers/wxmaxima/
 COMMENT=       Graphical UI for maxima
 LICENSE=       gnu-gpl-v2
 
@@ -26,6 +25,6 @@ SUBST_SED.paths=      -e 's,share/locale,${PK
 SUBST_SED.paths+=      -e 's,share/man,${PKGMANDIR},g'
 SUBST_NOOP_OK.paths=   yes
 
-.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/wxmaxima/PLIST
diff -u pkgsrc/math/wxmaxima/PLIST:1.3 pkgsrc/math/wxmaxima/PLIST:1.4
--- pkgsrc/math/wxmaxima/PLIST:1.3      Tue Dec 13 13:05:49 2022
+++ pkgsrc/math/wxmaxima/PLIST  Tue Dec 26 11:43:05 2023
@@ -1,36 +1,48 @@
-@comment $NetBSD: PLIST,v 1.3 2022/12/13 13:05:49 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/12/26 11:43:05 wiz Exp $
 bin/wxmaxima
+man/de/man1/wxmaxima.1
 man/man1/wxmaxima.1
-share/applications/wxMaxima.desktop
+share/applications/io.github.wxmaxima_developers.wxMaxima.desktop
 share/bash-completion/completions/wxmaxima
-share/doc/wxmaxima/Autocomplete1.jpg
-share/doc/wxmaxima/Autocomplete2.jpg
-share/doc/wxmaxima/BatchImage.jpg
+share/doc/wxmaxima/AUTHORS.md
 share/doc/wxmaxima/BatchImage.png
-share/doc/wxmaxima/InputCell.jpg
-share/doc/wxmaxima/Matrix table example.png
+share/doc/wxmaxima/COPYING
+share/doc/wxmaxima/GPL.txt
+share/doc/wxmaxima/InputCell.png
 share/doc/wxmaxima/MatrixTableExample.png
-share/doc/wxmaxima/Second table example.png
+share/doc/wxmaxima/NEWS.md
+share/doc/wxmaxima/README
+share/doc/wxmaxima/README.md
 share/doc/wxmaxima/SecondTableExample.png
 share/doc/wxmaxima/SidePanes.png
+share/doc/wxmaxima/Sidepane-TOC-convert-headings.png
 share/doc/wxmaxima/cell-example.png
-share/doc/wxmaxima/ezUnits.jpg
 share/doc/wxmaxima/ezUnits.png
+share/doc/wxmaxima/header.html
+share/doc/wxmaxima/horizontal-cursor-between-cells.png
+share/doc/wxmaxima/horizontal-cursor-only.png
+share/doc/wxmaxima/locale-warning.png
 share/doc/wxmaxima/maxima_screenshot.png
 share/doc/wxmaxima/sbclMemory.png
-share/doc/wxmaxima/wxMaximaLogo.jpg
 share/doc/wxmaxima/wxMaximaLogo.png
 share/doc/wxmaxima/wxMaximaWindow.png
-share/doc/wxmaxima/wxMaxima_configuration_001.jpg
 share/doc/wxmaxima/wxMaxima_configuration_001.png
-share/doc/wxmaxima/wxMaxima_configuration_002.jpg
-share/doc/wxmaxima/wxMaxima_configuration_002.png
+share/doc/wxmaxima/wxmaxima.css
+share/doc/wxmaxima/wxmaxima.de.html
+share/doc/wxmaxima/wxmaxima.es.html
 share/doc/wxmaxima/wxmaxima.html
+share/doc/wxmaxima/wxmaxima.it.html
+share/doc/wxmaxima/wxmaxima.svg
+share/doc/wxmaxima/wxmaxima.tr.html
+share/doc/wxmaxima/wxmaxima.uk.html
+share/doc/wxmaxima/wxmaxima.zh_CN.html
+share/doc/wxmaxima/wxsubscripts.png
 share/locale/ca/LC_MESSAGES/wxMaxima.mo
 share/locale/cs/LC_MESSAGES/wxMaxima.mo
 share/locale/da/LC_MESSAGES/wxMaxima.mo
 share/locale/de/LC_MESSAGES/wxMaxima.mo
 share/locale/el/LC_MESSAGES/wxMaxima.mo
+share/locale/en/LC_MESSAGES/wxMaxima.mo
 share/locale/es/LC_MESSAGES/wxMaxima.mo
 share/locale/fi/LC_MESSAGES/wxMaxima.mo
 share/locale/fr/LC_MESSAGES/wxMaxima.mo
@@ -47,63 +59,14 @@ share/locale/tr/LC_MESSAGES/wxMaxima.mo
 share/locale/uk/LC_MESSAGES/wxMaxima.mo
 share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo
 share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo
-share/metainfo/wxMaxima.appdata.xml
+share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml
 share/mime/packages/x-wxmathml.xml
 share/mime/packages/x-wxmaxima-batch.xml
+share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png
+share/pixmaps/io.github.wxmaxima_developers.wxMaxima.svg
 share/pixmaps/text-x-wxmathml.svg
 share/pixmaps/text-x-wxmaxima-batch.svg
 share/pixmaps/wxmaxima-16.xpm
 share/pixmaps/wxmaxima-32.xpm
-share/pixmaps/wxmaxima.png
-share/pixmaps/wxmaxima.svg
-share/wxMaxima/COPYING
-share/wxMaxima/Document-export.png
-share/wxMaxima/README
-share/wxMaxima/README.md
-share/wxMaxima/a.png
-share/wxMaxima/autocomplete.txt
-share/wxMaxima/b.png
-share/wxMaxima/c.png
-share/wxMaxima/d.png
-share/wxMaxima/dialog-information.png
-share/wxMaxima/edit-copy.png
-share/wxMaxima/edit-cut.png
-share/wxMaxima/edit-find.png
-share/wxMaxima/editing.png
-share/wxMaxima/go-bottom.png
-share/wxMaxima/gtk-copy.png
-share/wxMaxima/gtk-cut.png
-share/wxMaxima/gtk-find.png
-share/wxMaxima/gtk-help.png
-share/wxMaxima/gtk-new.png
-share/wxMaxima/gtk-open.png
-share/wxMaxima/gtk-paste.png
-share/wxMaxima/gtk-preferences.png
-share/wxMaxima/gtk-print.png
-share/wxMaxima/gtk-save.png
-share/wxMaxima/gtk-select-all.png
-share/wxMaxima/gtk-stop.png
-share/wxMaxima/input.png
-share/wxMaxima/maxima.png
-share/wxMaxima/media-playback-start.png
-share/wxMaxima/media-playback-startstop.png
-share/wxMaxima/media-playback-stop.png
-share/wxMaxima/network-error.png
-share/wxMaxima/network-idle.png
-share/wxMaxima/network-offline.png
-share/wxMaxima/network-receive.png
-share/wxMaxima/network-transmit-receive.png
-share/wxMaxima/network-transmit.png
-share/wxMaxima/options.png
-share/wxMaxima/showCurrentCell.png
-share/wxMaxima/software-update-urgent.png
-share/wxMaxima/styles.png
-share/wxMaxima/testbench_simple.wxmx
-share/wxMaxima/text.png
-share/wxMaxima/tips.txt
-share/wxMaxima/view-refresh.png
-share/wxMaxima/weather-clear.png
-share/wxMaxima/weather-few-clouds.png
-share/wxMaxima/wxmathml.lisp
-share/wxMaxima/wxmaxima.png
-share/wxMaxima/wxmaxima.svg
+share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.png
+share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.svg

Index: pkgsrc/math/wxmaxima/distinfo
diff -u pkgsrc/math/wxmaxima/distinfo:1.5 pkgsrc/math/wxmaxima/distinfo:1.6
--- pkgsrc/math/wxmaxima/distinfo:1.5   Tue Oct 26 10:56:12 2021
+++ pkgsrc/math/wxmaxima/distinfo       Tue Dec 26 11:43:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:56:12 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/12/26 11:43:05 wiz Exp $
 
-BLAKE2s (wxmaxima-17.10.1.tar.gz) = 05d62e3cb367baad7bad2f07c3f279386a1bee12cad515415c2308ef1054a5dc
-SHA512 (wxmaxima-17.10.1.tar.gz) = 015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
-Size (wxmaxima-17.10.1.tar.gz) = 8690844 bytes
+BLAKE2s (wxmaxima-23.12.0.tar.gz) = 8dc5b1d6c6af491a730b3d492fd03447a7a7127d03ecf3ae4f58be68f7d53371
+SHA512 (wxmaxima-23.12.0.tar.gz) = f0b8f17cd9e367fbd95dd9304926742b05ab6d04da07aed54b183d5fa97a5d0054481626182874daf54011bd3f2d3f4b467b1daf600d003976483331578eed89
+Size (wxmaxima-23.12.0.tar.gz) = 16491009 bytes



Home | Main Index | Thread Index | Old Index