summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29mk/defaults: Add option for apache24's mod_mdryoon1-0/+1
2020-06-29apache24: Add mod_md optionryoon2-3/+12
* Suggested by Jesus Cea. * mod_md is disabled by default.
2020-06-29doc: Updated finance/gnucash-docs to 4.0wiz1-1/+2
2020-06-29gnucash-docs: update to 4.0.wiz3-220/+21
4.0 - 28 June 2020 o Screenshot: Change a Transaction Association Dialog o Transaction assoc illustration: Symbols o Update "Using Entry Shortcuts" o Remove the register type group default setting description. o New Bill: Fix some labels to match what the dialog displays. o Document editing entries in an employee voucher. o Document new default layout customization for Invoices and Bills. o Fix docbook validity errors. o New section in help: Associating and External File with a Transaction. o Rewrite the New Accounts Hierarch Setup section. o Document setting register column width layout. o Fix obsolete guide cross-reference. o Remove obsolete Docbook declaration comments from docs 3.11 - 28 June 2020 o Bug 770132 - Price editor does not find ASX:XROAmmend last commit German translation Patch other translations Update pt for easier synchronization o Bug 797783 - [PATCH] The "over" and "under" estimate in the unrealized capital gain chapter should be reversed. o Right align numerical column in fq-spec-tiaa o Fix obsolete guide cross-reference. o Appendix: add "Ticker" to distinguish from security numbers o Note on dots in yahoo symbols o Minor Correction to Help ManualCorrect reconciliation action on U+C entry in table from 'n' to 'c' Modification of PR #137. o Improve links to Selingers tutorialsUse entities, also for titles o Modifications to Guide Ch12 to include multi-currency transactions using trading accounts.Split the multi-currency transaction after the initial introduction into two sections. The first is the original dealing with the treatment of multicurrency transactions using manual recording of the gains and losses. 3.905 - 14 June 2020 o Bug 770132 - Price editor does not find ASX:XRO o Bug 797783 - [PATCH] The "over" and "under" estimate in the unrealized capital gain chapter should be reversed. o L12N:it, pt update: Vanguard is part of AlphaVantage. o Update fq-sources.html: asx source is working again. Also explain why you need F::Q 1.41 o Tell travis to use ubuntu-18.04-docker file o Appendix: add "Ticker" to distinguish from security numbers. o Note on dots in yahoo symbols. 3.904 - 7 June 2020 No changes. 3.903 - 1 June 2020 o L10N of "Improve links to Selinger's tutorials" o Minor Correction to Help ManualCorrect reconciliation action on U+C entry in table from 'n' to 'c' Modification of PR #137 o Improve links to Selingers tutorialsUse entities, also for titles o Modifications to Guide Ch12 to include multi-currency transactions using trading accounts.Split the multi-currency transaction after the initial introduction into two sections. The first is the original dealing with the treatment of multicurrency transactions using manual recording of the gains and losses. The second new section deals with gains and loss treatment using trading accounts. Basic introduction to trading account concepts added and an example of a transfer of funds between accounts in different currencies is added. o Minor imrovements on Invoice IDUnification of lists o CI for gnucash-docs should be on Ubuntu 18.04 to match gnucash.
2020-06-29Updated devel/ccache, www/wslayadam1-1/+3
2020-06-29doc: Updated fonts/harfbuzz to 2.6.8nia1-1/+2
2020-06-29wslay: updated to 1.1.1adam2-7/+7
wslay 1.1.1 This release fixes the bug that eof is not evaluated after the invocation of read_callback. Changes * Check for eof when read_callback returns 0 (GH-47)
2020-06-29harfbuzz: Update to 2.6.8nia3-8/+9
Overview of changes leading to 2.6.8 Monday, June 22, 2020 ==================================== - New API to fetch glyph alternates from GSUB table. - hb-coretext build fix for macOS < 10.10. - Meson build fixes, cmake port removal is postponed but please prepare for it and give us feedback. Autotools is still our main build system however please consider experimenting with meson also for packaging the library. - New API: +hb_ot_layout_lookup_get_glyph_alternates()
2020-06-29go-quicktestnikita1-1/+2
2020-06-29ccache: updated to 3.7.10adam2-7/+7
ccache 3.7.10 Bug fixes Improved handling of profiling options. ccache should now work correctly for profiling options like -fprofile-{generate,use}[=path] for GCC ≥ 9 and Clang as well as -fauto-profile[=path] and the Clang-specific -fprofile-instr-{generate,use}[=path] and -fprofile-sample-{use,accurate} options. ccache now copies files directly from the cache to the destination file instead of via a temporary file. This avoids problems when using filenames long enough to be near the file system’s filename max limit. When the hard-link mode is enabled, ccache now only uses hard links for object files, not other files like dependency files. This is because compilers unlink object files before writing to them but they don’t do that for dependency files, so the latter can become overwritten and therefore corrupted in the cache. Fixed a glitch related to hard-link mode and an empty cache. ccache now supports the ccache.conf file to be a symlink. Temporary files are now deleted immediately on signals like SIGTERM and SIGINT instead of some time later in a cleanup phase. Fixed a bug that affected ccache’s -o/--set-config option for the base_dir and cache_dir_levels keys.
2020-06-29Updated textproc/py-humanize, security/py-cryptodomeadam1-1/+3
2020-06-29doc: Updated finance/gnucash to 4.0wiz1-1/+2
2020-06-29py-cryptodome: updated to 3.9.8adam2-7/+7
3.9.8: Resolved issues * The Shamir's secret sharing implementation is not actually compatible with ``ssss``. Added an optional parameter to enable interoperability. * Skip altogether loading of ``gmp.dll`` on Windows. * Fix incorrect CFB decryption when the input and the output are the same buffer.
2020-06-29mk: Add db18 to Berkeley DB frameworkryoon1-4/+4
2020-06-29gnucash: update to 4.0.wiz7-474/+532
What's New in GnuCash 4.0 Major Highlights A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. A symbol (paperclip for files, chain links for URLS) is now displayed in the Associations column (visible in double-line mode) in the register in place of the letters when a transaction has an association. This doesn't work on MacOS. Associations may now be added to bills, credit notes, invoices, and vouchers. The actual association when present is added as a link button which is shown below the notes. New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. Command-Line A new separate executable, gnucash-cli (gnucash-cli.exe on Microsoft Windows) for doing command-line things like updating the prices in your book. gnucash-cli gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout. gnucash-cli --report run --name=[reportname/guid] datafile.gnucash gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash gnucash-cli --help will display a screen listing all of the available commands and their options. The GUI program, gnucash, still responds to the options it always has, though --get-price-quotes is deprecated in favor of gnucash-cli --quotes get. Graphic User Interface When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. On the Choose Accounts to Create page there are two drop-downs above the Account Types selector, one for language and one for country, the choices in the latter depending on the former. The default is the current locale but they may be used to select account templates from any locale. When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. Reversing transactions will now pop a dialog box to request a posting date. Business Functions Business Document Column Widths Entry column widths in Invoices, Bills, and Employee Vouchers may now be saved as defaults for each type of document. Two menu items are added to the View menu when a Bill, Invoice, or Voucher tab has focus: "Use as Default Layout for Vendor Documents" or "Reset Default Layout for Vendor Documents" Vendor Documents is for Bills and is replaced by Customer or Employee Documents for Invoices or Vouchers respectively. The first saves the current document's column widths and makes them the default for all documents in the same type. The second menu item removes the customization and documents of that type will therafter use the computed default widths. Importing Transactions Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). The Import Map Editor (Tools>Edit Import Maps) will scan for Bayesian associations with non-existent accounts and display a dialog offering to remove any that are found. It also adds a button at the bottom of the Import Map Editor to delete them if one chooses not to use the dialog. The OFX file importer can now import more than one file at a time. OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. The import transaction matcher window column headings are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. Ellipsize the Description and Memo fields in the account matcher. Reports A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. Support for UK VAT and Australian GST have been added to the Income-GST report. The report's options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. Budgets Optionally include the account code option in budget view. Enable adding notes to budgets. Account codes may now optionally be displayed in the Budget Tree View.. Compatibility GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. Customization and Scripting The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. Python bindings are now localized and their strings available for translation.
2020-06-29go-quicktest addnikita1-1/+2
2020-06-29py-humanize: updated to 2.4.1adam2-7/+7
2.4.1: Fixed: Explicit error if _DEFAULT_LOCALE_PATH is None Fix incorrect Portuguese spelling Fix fractional(0.333) output in README
2020-06-29pkgversion norevnikita1-2/+2
2020-06-29devel/go-quicktest: import go-quicktest-1.10.0nikita5-0/+81
Quicktest provides a collection of Go helpers for writing tests. The library provides some base checkers like Equals, DeepEquals, Matches, ErrorMatches, IsNil and others. More can be added by implementing the Checker interface.
2020-06-29databases: Enable db18ryoon1-1/+2
2020-06-29doc: Added databases/db18 version 18.1.40ryoon1-1/+2
2020-06-29databases/db18: import db18-18.1.40ryoon12-0/+5943
Berkeley DB is an embeddable database system that supports keyed access to data. The software is distributed in source code form, and developers can compile and link the source code into a single library for inclusion directly in their applications. Developers may choose to store data in any of several different storage structures to satisfy the requirements of a particular application. In database terminology, these storage structures and the code that operates on them are called access methods. The library includes support for the following access methods: * B+tree: Stores keys in sorted order, using either a programmer-supplied ordering function or a default function that does lexicographical ordering of keys. Applications may perform equality or range searches. * Hashing: Stores records in a hash table for fast searches based on strict equality. Extended Linear Hashing modifies the hash function used by the table as new records are inserted, in order to keep buckets underfull in the steady state. * Fixed and Variable-Length Records: Stores fixed- or variable-length records in sequential order. Record numbers may be immutable or mutable, i.e., permitting new records to be inserted between existing records or requiring that new records be added only at the end of the database. This package privides Berkeley DB 18 released under GNU AGPL3.
2020-06-29go-kr-prettynikita1-1/+2
2020-06-29doc: Remove accidental additionsnia1-3/+1
2020-06-29Updated x11/qt5-qscintilla, x11/py-qt5-qscintillaadam1-1/+3
2020-06-29qt5-qscintilla py-qt5-qscintilla: updated to 2.11.5adam9-58/+97
QScintilla v2.11.5 has been released. This is a minor bug-fix release.
2020-06-29doc: Updated databases/db6 to 6.2.32ryoon1-1/+2
2020-06-29db6: Update to 6.2.32ryoon7-124/+48
* Suggested by Jesus Cea. * Remove patch for FreeBSD 10 or later. Changelog: Changes between version 12.1.6.2.23 and version 12.1.6.2.32 Modified the ex_rep_base example to accept IPv6 addresses. [#24371] Fixed a bug where SQL authentication APIs might raise assertion failures. [#24598] The SQLite user authentication extension now always requires encryption. To build with the authentication extension, encryption must be enabled. Otherwise, it results in a compiler error. To convert a database to require authentication, the database must be encrypted. sqlite3_user_authenticate() now always returns SQLITE_AUTH if called on a database that does not require authentication. [#24598] Fixed a bug where an application might hang because it could not obtain a TAS lock when running Linux on Sparc architecture. [#24805] Added tests memp009 and mut004. [#24974] When the number of free mutexes is low, removed databases and closed unnamed in-memory databases are purged from the memory pool to free mutexes. [#24974] Fixed a bug where built-in atomic functions are used only when --enable-cxx is specified. [#24974] Fixed a possible crash when using the Java API and slices. [#24988] Added cross-compile support for detecting built-in atomic functions. [#25055] Fixed undefined symbol errors for configurations including --enable-dtrace and -enable-perfmon_statistics when replication is also enabled. [#25061] Added the db_convert utility program which converts the byte order of all databases in database files. [#25086] Increased the number of instances in which failchk can successfully clean the environment without requiring full recovery after a thread crashes while using Berkeley DB. [#25087] Added DPL APIs to BDB Java client driver. [#25089] Attempting to open an environment while it is being recovered now returns a new error message, which includes the time. [#25204] Improved db_verify's handling of corrupted database files. [#25239] Adjusted configure scripts to handle FreeBSD 10 or greater. [#25251] Fixed a bug where setting the absolute path of a file on Windows could result in the file being created on the wrong disk. [#25284] Syncing a database with external files will now also sync the meta database associated with the external files. [#25284] Add support for -with-mutex=BSD/OSSpinLockTry, to avoid using the undocumented spin_lock_try function, which is not permitted on iOS. [#25342] Fixed a bug preventing some changes to external files performed through the DB_STREAM API from replicating to the clients. [#25432] Fixed a bug where automatic log removal did not work on Windows Mobile 6.5. [#25449] Fixed bugs where printed statistics might contain "unknown" flags. [#25461] Fixed a bug where hot backup of queue extent files did not follow the original directory structure. [#25545] Fixed a bug where ADO .Net package had debug pre-processors for release configurations. [#25549] Added PRAGMA statistics, which prints out statistics about the database and its environment. [#25550] Added PRAGMA statistics_files, which redirects output from the statistics PRAGMA to a file. [#25550] Internal Berkeley DB messages are now redirected to the same file where internal Berkeley DB error messages are redirected. [#25568] Fixed a bug that could cause a client undergoing internal initialization to fail to request all the necessary logs for a correct recovery. The major symptom of this bug was that some client database files were left with empty pages that would later cause log sequence errors or other failures. [#25624] Added a new field in the per-thread statistics output: the number of locked mutexes. [#25690] The -c option of db_hotbackup can now work with replication manager applications. The -c option cannot be used with base replication applications. [#25702] Fixed a bug where the configure script may fail to find the JNI include directories on Mac OS X. [#25713] Fixed a bug where mutexes could not be acquired on arm64-v8a Android systems. [#25752] Fixed a bug where the JAVACFLAGS environment variable was not passed to the JDBC driver. [#25752] Fixed a bug where clients in the replication group might panic during synchronization with the master. [#25800] Fixed possible segfaults when running db_verify with external files. [#25920] Added Visual Studio 2015 solution files to the SQL ADO.NET package. [#25946] Fixed a bug where setting initial number of lockers might cause segfault. [#26085] Fixed a bug where client specific log records resulted in incorrect calculation of subsequent log offset. This would later result in a DB panic on master. [#26090]
2020-06-29go-kr-prettynikita1-1/+2
2020-06-29devel/go-kr-pretty: import go-kr-pretty-0.2.0nikita5-0/+57
Go package pretty provides pretty-printing for Go values.
2020-06-29Updated devel/xxhash, misc/stellariumadam1-1/+3
2020-06-29stellarium: updated to 0.20.2adam3-10/+10
0.20.2: The major changes of this version: - Many changes in AstroCalc tool and core of Stellarium - Many changes in scripting engline and Script Console - Many changes in Oculars and Satellites plugins - Updated DSO catalog
2020-06-29xxhash: updated to 0.7.4adam3-42/+23
xxHash v0.7.4 - Finalizing XXH3 and XXH128 xxHash v0.7.4 is the last evolution of xxh3 and xxh128, primarily designed to finalize the algorithm. It is considered release candidate for v0.8.0, which means that if all goes right, this version will rebranded v0.8.0, almost "as is", within the next few weeks, after receiving sufficient feedback. v0.8.0 is the official version after which XXH3 and XXH128 are considered "stabilized", meaning that return values will never change given the same input and seed, making the hash suitable for long-term storage and transmission. Beyond these "final touches", the new version also brings a few notable improvements.
2020-06-29doc: Updated biology/gnome-chemistry-utils to 0.14.16ryoon2-3/+3
2020-06-29doc: Restore some linesryoon1-1/+12
2020-06-29doc: Added devel/py-cpplint version 1.5.1wiz1-1/+2
2020-06-29devel/Makefile: + py-cpplintwiz1-1/+2
2020-06-29devel/py-cpplint: import py-cpplint-1.5.1wiz5-0/+56
Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide. Cpplint is developed and maintained by Google Inc. While Google maintains cpplint, Google is not (very) responsive to issues and pull requests, this fork aims to be (somewhat) more open to add fixes to cpplint to enable fixes, when those fixes make cpplint usable in wider contexts.
2020-06-29doc: Updated lang/py-cmake-language-server to 0.1.2wiz2-3/+3
2020-06-29py-cmake-language-server: update to 0.1.2.wiz2-7/+7
Changes: not found.
2020-06-29doc: Updated devel/cppcheck to 2.1wiz1-1/+2
2020-06-29cppcheck: update to 2.1.wiz2-9/+17
2.1 This is a minor release. We have tweaked build scripts. * When you use USE_Z3=yes, we will handle new versions of z3 better. If you have an old z3 library and get compilation problems you will need to add a z3_version.h in externals. * The cmake scripts were updated. There was a couple of bug fixes. New check: * for "expression % 1" the result is always 0. 2.0 Overview The command line is not changed drastically. Your old cppcheck scripts should work as before. Compiling: There is a new dependency Z3. When compiling with the Makefile it is highly recommended to use "USE_Z3=yes". Improved clang-tidy integration Several fixes to; improve parsing detect more bugs with existing checks fix false alarms Clang import Clang is a C/C++ compiler that has a very robust and well made parser. Cppcheck will always use its internal parser by default. However there is now an option to use the Clang parser instead. It is recommended that you use the default internal Cppcheck parser unless you notice that it fails to parse your code properly (syntax errors, strange false alarms). Bug hunting There is a new "soundy" analysis in Cppcheck that should detect most bugs. You should expect false alarms, however the false alarms will not be overwhelming. This new "soundy" analysis is not intended to replace normal Cppcheck analysis. There are use cases where false alarms can not be tolerated. We have added 1 checker and that checks for division by zero: It detects all "integer division by zero" bugs in the Juliet test suite. It detects all "division by zero" bugs in the ITC test suite. There was 28 division by zero CVEs published in 2019 for C/C++ open source projects, and we could quickly see that 21 of the bugs are found by Cppcheck. There is no CVE bug that we know Cppcheck fails to diagnose. But there are 7 CVEs that would require additional investigation to establish if it is really detected or not. You can read more about this analysis in the "Bug hunting" chapter in the manual.
2020-06-29doc: Added games/love11 version 11.3nia2-13/+5
2020-06-29gnome-chemistry-utils: Update to 0.14.16ryoon8-369/+354
Changelog: Version 0.14.16: GChemPaint: * Do not show buttons for non yet implemented tools. Version 0.14.15: GCCV library: * Don't use the abs() function on unsigned numbers. Other: * Updated appdata files. Version 0.14.14: Mozilla plugin: * Fix build. Version 0.14.13: GChemPaint: * Optional use of Lasem to display maths. * Fix rendering with gtk+ >= 3.20. * Fix crash with atom charges larger than 1. * Fix crash when deleting a bond outside a molecule. [#48256] Gnumeric plugin: * Add monoisotopicmass function in gnumeric and more. Databases: * Update names for elements 113, 115, 117 and 118. Version 0.14.12: GChemPaint: * Enhanced Chemdraw formats support. [sr #108952] * Optional use of Lasem to display maths. * Fix rendering with gtk+ >= 3.20. GChemCalc: * Don't crash on "Ac" string. [#47366] Version 0.14.11: GChemPaint: * Fix an infinite loop condition in retrosyntheses alignment. * Don't crash when importing an invalid string. [Redhat bug #1285154] * Fix drawing when zoomed. * Fix various runtime errors. * Fix crash when creating a reaction with no product. * Enhanced Chemdraw formats support. * Fix embedding of a whole molecule inside brackets. [#47224] GChemTable: * Don't crash when showing an already existing chart. [Redhat bug #1302135] GCrystal: * Fix build with gcc-6. [Redhat bug #1307546] GCrystal and GChem3D: * Don't crash when rendering to memory (images and print). [#47169] Other: * Added keywords to desktop files. * Updated appdata files. Version 0.14.10: GChemPaint: * Fix an object bounds issue. Mozilla plugin: * Supports the npapi-sdk package as requirement. Other: * Fixed typos in appdata files. Version 0.14.9: GChemPaint: * Ensure that the document size is always updated. [#43091] 3d viewer and GCrystal: * Fix rotation. [#42977] (patch from Toni Andjelkovic) All applications: * Add appdata files. Version 0.14.8 GChemPaint: * Fix drawing with Gtk+ >= 3.10. Version 0.14.7 GCrystal: * Fix crash in dialogs with recent Gtk+. Mozilla plugin: * Fix crashers for 2D and 3D molecules. Version 0.14.6 3d viewer: * Avoid empty entries in recent list. CGchemPaint: * Restore .mol files support. * Fix CML import (also affected 3d viewer and >GCrystal). * Fix BMP export. GCrystal: * Fix test order in lines code. [#41261] GSpectrum: * Fix access to uninitialized data. * Don' double free a string. GOffice component: * Don't crash when editing after saving a GChemPaint object. Mozilla plugin: * Fix supported mime-types list. (see Debian bug #716961) Other: * Fix build on FreeBSD (Koop Mast). [#41256] Version 0.14.5 GChemPaint: * Make adding template work again. Version 0.14.4 GChemPaint: * Do not use a NULL atom properties. [#40194] Version 0.14.3 GChemPaint: * Really close the window on delete event. * Don't crash when aligning ungrouped objects. GChemTable: * Fix crash when using masses in a graph. * Fix graph behavior after edition. All: * Make sure to not create a C++ locale from a NULL string. Version 0.14.2 GChemPaint: * Fix crash when loading some molecules (was introduced in 0.14.1). Version 0.14.1 GChemPaint: * Do not allow a mesomery destruction when inside a reaction. * Fix molecule deletion inside a mesomery. * Fix reactant deletion inside a reaction. * Don't crash when a mesomery inside a reaction is destroyed. * Check molecule consistency when loading, avoids a stack overflow. * Enhanced representaion of chiral molecules imported from CML and other formats. * Fix crash when deleting a cyclic bond. GCrystal: * Fix row selection operations order in grids. Version 0.14.0 GChemPaint: * Fix reaction construction. * Fix non bonding electron pairs. Version 0.13.99 GChemPaint: * Fix squiggle bonds period. * Allow brackets around a mesomery. * Allow a mesomery inside a reaction. * Fixed some meomory access issues. * Fixed crash when loading a group. * Fixed mesomery construction. * Fixed crash when ungrouping. Version 0.13.98 GChemPaint: * Don't freeze after an aborted molecules merge. * Initialize the bond order for the Newman projection tool. * Don't crash when adding brackets around a fragment. * Fix undoing a molecule partial flip. * Fix bracket stoichiometry index position after a transform. * Fix explicit lone pairs count evaluation. Version 0.13.92 GChemCalc * Updated the documentation. GChemPaint: * Fix View::BuildSVG() and View::BuildEPS() which were missing the trailing 0. * Fix misleading error message while saving. * Fix loading of arrows inside a group. [#27032] GCrystal: * Apply element change to all slected atoms. * Updated the documentation. GSpectrum: * Add "Response factor" as supported unit. * Fixed widgets spacing. * Updated the documentation. GChemTable: * Updated the documentation. Version 0.13.91 3d viewer: * Show all menu items when a molecule is loaded from the command line. * Updated user documentation. GChemPaint: * Don't crash on startup. All: * Fix localization issues. * Fixed modal message boxes behavior. Version 0.13.90 3d viewer: * Fix import from pdb files. [#36582] GCrystal: * Fix infinite loop condition. [#36583] * Fix atomic radius change issue. GChemTable: * Fix languages translation. Version 0.13.7 GChemPaint: * Fixed crash when selecting the alignment item inside a mechanism step. [#35626] GCrystal: * Fixed loading CIF files using uptodate space groups descriptions. Other: * License is now GPL version 3 (except for the OpenBabel related code). * Fix build on big endian machines (Dan Horak). [#36175] * Updated API documentation. Version 0.13.6 GChemPaint: * fixed text position serialization. [#34947] * add some support for Newman projections. * accept some multisteps reactions. Goffice component: * Add support for 3D molecular structures. Other: * Fixed pixmaps installation directory. [#35272] * fixed build with ->l,--no-undefined. [patch #7677] Version 0.13.5 3d viewer: * Import from InChI or SMILES. * Export to GChemPaint and GChemCalc. * Generates InChI, InChiKey and SMILES. * Add access to databases. GChemPaint: * Brackets inside a molecule accept a stoichiometry coefficient. GCrystal: * Use multiple selection in atoms and lines dialogs. GSpectrum: * Allow markup in combo boxes and axes titles. Goffice component: * Add support for crystal structures. Other: * Fixed one more OpenGL related crasher. Version 0.13.4 All: * Ported to Gtk+-3.0. GCrystal: * Use the new GcrGrid item in atoms, lines and cleavages dialogs. * Make these and size dialogs instant apply. GChemTable: * Use a more complete tip window for elements. Version 0.13.3 GChemPaint: * Fixed build with gcc-4.6. [#32363] * Allow colored atomic symbols on a per-document basis. * Brackets tool now working, not perfectly though. Other: * Don't use POLLRDHUP when not defined. [#32768] * Split libgcu so that libgcu itself never calls gtk+ directly. Version 0.13.2 GChemPaint: * Do not allow document changes using keyboard while dragging the mouse. [#31812] * Don't add new molecules when undoing a mechanism arrow deletion. [#32433] * Removed the Wikipedia tool which was obsolete. * Reorganized molecule contextual menu with new 3D options and databases access. Other: * OpenBabel support has been moved to a separate process and greatly enhanced, specially for 3D export from gchempaint. * A lot of bugs have been fixed. Version 0.13.1 GSpectrum: * Loads NUTS files. * Transforms FID to spectrum. Version 0.13.0 GChemPaint: * New "lasso" tool to allow partial selections. * New "brackets" tool (doesn't work yet). Other: * libgcr: new library for GCrystal. * Fixed all bugs discovered in the 0.12 banch.
2020-06-29go-kr-textnikita1-1/+2
2020-06-29games: Add love11. Based on work by myself and cfkoch in wipnia11-16/+113
LOVE is a framework for making 2D games in the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones.
2020-06-29Add textproc/go-kr-text version 0.2.0nikita6-1/+75
Go package for manipulating paragraphs of text.
2020-06-29go-orgnikita1-1/+2
2020-06-29go-org: pkgversion_norevnikita1-2/+2
2020-06-29Add textproc/go-org version 1.1.0nikita6-1/+125
Org mode parser with html & pretty printed org rendering in Go.