Commit graph

7613 commits

Author SHA1 Message Date
mef
3b988507ef (misc/php-orangehrm) Fix portability problem (==) 2022-05-05 11:38:09 +00:00
mef
1255af8e87 (misc/R-Hmisc) TEST_DEPENDS x 9 added, more missing 2022-05-04 23:07:00 +00:00
wiz
dd0701ddd3 *: recursive bump for poppler 22.04 2022-05-04 21:05:40 +00:00
jaapb
7186a9d040 Updated misc/ocaml-file-format to version 2.1.4.
Upstream changes: one minor bugfix.
2022-05-02 12:46:54 +00:00
wiz
04cf035886 php-orangehrm: use php/json.mk
Untested, but similar to phpmyadmin5
2022-05-01 23:34:31 +00:00
wen
4fb10481fa Update to 4.10.1
Update MESSAGE
Update DEPENDS

Upstream changelog is too long, please visit:
https://github.com/orangehrm/orangehrm/blob/master/CHANGELOG.TXT
2022-04-30 02:28:40 +00:00
adam
78bfb4ce51 py-immutables: updated to 0.17
v0.17
Add missing name in table [project] in 'pyproject.toml'.

v0.16
Refactor typings
Update Python 3.10 support, drop Python 3.5
2022-04-26 18:45:53 +00:00
tnn
3bb0a98208 starplot: avoid ambiguous math functions 2022-04-25 14:40:13 +00:00
mef
404b7d928e (misc/R-Hmisc) Updated 4.2.0 to 4.7.0, fix build against R-4.2.0
Changes in version 4.7-0 (2022-04-18)
   * html.contents.data.frame: properly closed html <a>
   * simPOcuts: new function to demonstrate variation in odds ratios
     due to random chance
   * R2Measures: new function to compute various pseudo R^2 measures
   * putHcap: added new capabilities around the subsub argument
   * print.summary.formula.response: added markdown argument
   * knitrSet: added rudimentary quarto support
   * knitrSet: sense figure labels of the form fig-... used by Quarto,
     and generate correct cross-reference


Changes in version 4.6-0 (2021-10-05)
   * package: improved author formatting in DESCRIPTION

   * html: markupSpecs$html$session: added citations for any Harrell
     packages that are loaded, respecting current output format in
     effect with knitr

   * soprobMarkovOrdm: new function to compute state occupancy
     probabilities from proportion odds model fits

   * plotCorrM: new function to graph correlation matrices and gap
     time relationships using ggplot2

   * ggplotlyr: new function to use plotly::ggplotly to render ggplot2
     graphs but intercepting hover text to remove extraneous labels

   * Fixed Heiberger email address
   * propTrans: removed zero frequency combinations
   * combplotp: fixed bug in case regarding recognition of positives
nnn   * propsPO: fixed making y factor
   * soprobMarkovOrdm: added as.data.frame(generated data)

   * estSeqMarkovOrd: extended timecriterion function to allow user to
     return the event/censoring time and indicator, and to allow
     groupContrast to compute using a variance formula

   * estSeqMarkovOrd: trapped errors better, returning attribute
     failures, and added maxest and maxvest argument to declare large
     parameter or variance estimates as failed iterations; changed
     from vgam to vglm and sped up computations by using previous
     coefficient estimates as starting values

   * session in markupSpecs: added citations for several other packages
   * soprobMarkovOrdm: extended to work with VGAM package

   * describe: fix error with . (thanks to Cole Beck;
     https://github.com/harrelfe/Hmisc/pull/144)

   * many: tests for presence of suggested packages using
     requireNamespace (thanks for major editing work by Duncan Murdoch
     at https://github.com/harrelfe/Hmisc/pull/143 motivated by
     https://stat.ethz.ch/pipermail/r-package-devel/2021q2/007101.html)

   * mdb.get: fix for Windows by changing from system to system2
     (thanks to Rainer Hurling at
     https://github.com/harrelfe/Hmisc/pull/135)

   * summaryM: fixed error with prN=TRUE with latex (thanks Matt
	 * Shotwell in https://github.com/harrelfe/Hmisc/pull/109)
	 * many: fix partial argument matching warnings length ->
	 * length.out in rep (thanks Bill Denney in
	 * https://github.com/harrelfe/Hmisc/pull/128)

   * rcspline.restate: was dropping + for exactly zero coefficients
     (thanks https://github.com/harrelfe/Hmisc/pull/118)

   * mdb.get: remove brackets from table names (thanks
     https://github.com/harrelfe/Hmisc/pull/123)

   * latex: added new argument comment so that the generated comment
     can be suppressed (thanks Giuseppe Ragusa
     https://github.com/harrelfe/Hmisc/pull/33)

   * sas.get: added new argument for variable case (thanks Tyler Hunt
     https://github.com/harrelfe/Hmisc/pull/8)

   * format.df: changed to use system option OutDec when cdot is not
     specified (thanks https://github.com/harrelfe/Hmisc/issues/142)

   * C code: changed calls to warning/error routines

   * formatdescribeSingle: changed for character value to make 'NA' work

Changes in version 4.5-0 (2021-02-27)
   * approxExtrap: changed x and y to as.numeric.  Thanks: juha.heikkinen@luke.fi
   * upData: fix column subsetting for data.tables
   * dotchartpl: intercepted missing Diff

   * simMarkovOrd, soprobMarkovOrd, intMarkovOrd, estSeqMarkovOrd: new
     functions for Markov proportional odds model simulation and
     calculation of state occupancy probabilities

   * ggfreqScatter: added by argument
   * VGAM package added to Suggests in DESCRIPTION
   * html markupSpecs mdchunk: added caption argument, allowed for vectors

   * propsTrans: added labels argument for plotly, added numerators
     and denominators in tooltips, fixed bug where factor levels were
     reversed if odds.ratio specified

Changes in version 4.4-2 (2020-11-25)

   * rcorr: captured loss of precision leading to square root of a
     negative number.  Thanks: Ann Voss <avoss@novanthealth.org>

   * summaryS: sapply was doubling names

   * pairUpDiff: created for dotchartpl - function to pair up grouped
     observations for sorting by descending differences and computing
     approximate confidence intervals for the difference given
     individual confidence limits

   * dotchartpl: added new arguments and functionality to handle
     quantities other than proportions (e.g., hazards) and streamlined
     code using pairUpDiff

   * propsPO: added tooltip text for gpplot that will be transmitted
     to ggplotly; reversed order of categories so lowest category put
     at bottom of bar

   * dotchartpl: suppressed confidence intervals when the number of
     groups is not 2; fixed bug where hover text confidence intervals
     were repeats of the last computed interval instead of properly
     using all the intervals; added dec argument

   * added estSeqSim and gbayesSeqSim functions

   * ggfreqScatter: stopped varying alpha and just varied color, as
     alpha collided with the color scheme

   * histSpike: added minimal=TRUE and bins arguments

Changes in version 4.4-1 (2020-08-07)
   * popower: added approximate S.E. of log(OR) in results
   * propsPO: new function for exploring proportional odds

   * propsTrans: new function for showing distributions of successive
     state transitions
   * changed acepack to suggests
   * multEventChart: new function for multi-state event charts based
     on code written by Lucy D'Agostino McGowan
   * getHdata: changed to use hbiostat.org/data/repo

   * markupSpecs$markdown$tof: new function to render a table of
     figures with short captions

   * knitrSet: added capfile argument to store figure tags and short captions
   * getLatestSource: changed to use GitHub and hbiostat.org/R/packagename/dir.txt
   * histboxpM: added width argument
   * upData: handled zero-length subsets (Thanks: Will Gray)
   * upData: made faster for large datasets
   * ffCompress: removed from package and put in Github Rscripts
   * Changed maintainer email

Changes in version 4.4-0 (2020-03-22)
   * combplotp: new function for attribute plots with plotly
   * summaryP: made to work with new default stringsAsFactors=FALSE
   * plotlyM: fixed bug where need to unlist if only one graph produced
   * plotlyM: added ECDF support through fitter='ecdf'

   * keepHattrib, restoreHattrib: new functions for saving Hmisc
     attributes that can be restored later, e.g., after data.table
     processes a data frame

Changes in version 4.3-1 (2020-02-07)
   * Depend on survival >= 3.1-6
   * pomodm: checked that x is sorted
   * markupSpecs: added ord function for ordinal representation of integers
   * mChoice: removed unused argument sort. from help file

Changes in version 4.3-0 (2019-11-07)
   * Corrected typos in aregImpute help file.  Thanks: Mark Seeto.

   * describe: changed to print 5 lowest and highest values even if
     frequency table printed, added a line of printed output
     specifying any rounding done for the frequency table

   * vcov.fit.mult.impute: use vcov.orm if object has orm class.
     intercepts=mid logic was not working for this

   * New service function convertPdate to do automatic date
     conversions and handle partial dates such as YYYY and mm/YYYY
     with imputation, for cleanup.import

   * cleanup.import: new arguments autodate, autonum, fracnn

   * describe: formatted dates if there is only one distinct value;
     changed to sense date or date-times, for Gmd not format as
     date-time

   * plot.describe: treated date/time variables as numeric
   * cleanup.import: refined autonum considerNA
   * ggfreqScatter: added stick=TRUE argument

   * markupSpecs: changed math and similar functions to use
     ... argument instead of x

   * summaryDp: new function for plotly dotcharts stratifying
     separately on a series of variables

   * dotchartpl: added height argument

   * html.describe: fixed but where markupSpecs$html utility function
     last arguments were not named in calls
2022-04-25 13:29:17 +00:00
markd
8fd32fd4a6 kquickcharts: update to 5.93.0 2022-04-25 09:52:44 +00:00
markd
d94edeedf6 kunitconversion: update to 5.93.0
5.85.0
Make currency conversion table fetching explicit

5.86.0
Fix initialization of currency values
Fix automatic currency file sync after 24h

5.89.0
[Currency] Don't complain about missing connection if we didn't download

5.90.0
Prepare KUnitConversion::UnitCategory to become non-virtual in KF6
Prepare for KUnitConversion::Unit to become non-virtual in KF6
Fix cache file removal in valuetest
Fix cyclic reference between Unit and UnitCategory

5.92.0
Add teaspoon (tsp) and tablespoon (tbsp) units
2022-04-25 06:15:29 +00:00
markd
8bcd856abd kemoticons: update to 5.93.0 2022-04-25 06:13:13 +00:00
markd
d6a2c42be7 kdav: update to 5.93.0
5.86.0
Adapt to KIO DavJob factory methods removing QDomDocument from their API

5.91.0
Fix header installation path to include module prefix
Use uppercase "KDAV" name as qmake identifier, to be match KF standards
Fix pri file to also note KCoreAddons dependency
Fix non-existing include path set in pri file

5.92.0
Add iCloud info to README
Replace absolute URIs with relative ones in calendar-multiget request
2022-04-25 06:11:45 +00:00
markd
e1fb125c65 kcontacts: update to 5.93.0
5.82.0
Call ki18n_install() unconditionally

5.83.0
Allow setting email, phonenumber, impp from QML
[addressee] Add property for photo
Add properties to Picture

5.88.0
Adressee: use a vector instead of a QHash with ~8 elements
VCard: Replace QMap with a vector of struct
Addressee: deprecate insertEmail() and add a new method instead
VCardTool::addParamter() should take by pointer
Deprecate parameters/setParameters() from the public API
Deprecate the unused Field class
Replace country <-> iso code mapping with the new KI18nLocaleData
VCardParser: less temporary allocations
Don't use QTime::fromString() with format being a string
Don't use QDate/QTime::fromString() with a string format arg
Perf: Manually parse timezone offset
VCardTool::createVCards(): split Adressee-related code to a separate method
VCardTool::createVCards(): split Adress-related code to a separate method

5.89.0
Fix address formatting for country-only addresses
Deprecate countryToISO/ISOToCountry in favor of KCountry
Use local country names when formatting addresses

5.92.0
Split internal and external API into different files
Also install the address format API header
Improve output for incomplete addresses and formats with 3+ fields per line
Rewrite the address formatter

5.93.0
Addressee: make birthday writable from QML
append Instant Messaging service list
2022-04-25 06:09:48 +00:00
markd
2fbb73d113 attica-qt5: update to 5.93.0
5.84.0
State library license in yaml file
Add http headers to Metadata (and set it from BaseJob)

5.85.0
Implement a getter for Provider's icon data

5.87.0
Do not mark jobs that have been aborted as errored
Ensure categories.xml is only fetched once in parallel
Do not start basejobs twice

5.88.0
Add Android CI
2022-04-25 06:05:45 +00:00
tnn
c789c9297c root: add CHECK_PORTABILITY_SKIP 2022-04-24 22:34:12 +00:00
gson
74d05f67c5 misc/py-anita: update to 2.10.
Changes from 2.9:

Support the new sysinst root password and entropy configuration user
interface introduced on source date 2022.04.21.17.30.15.

Fix stray quotes in the anita --help output.

When choosing to overwrite a non-NetBSD partition, handle yes/no
choices presented in either order.

Define a scratch disk for macppc (wd1c) so that ATF test results can
be exported to the host.
2022-04-22 08:27:30 +00:00
adam
6cb66e624d py-tqdm: updated to 4.64.0
v4.64.0 (2022-04-04)

🎉 add contrib.slack

v4.63.2 (2022-04-04)

🎉 rich: expose options kwargs
🔨 autonotebook: re-enable VSCode
📘 misc docs typos
🔨 update dev dependencies

v4.63.1 (2022-03-23)

🧯 fix stderr/stdout missing flush()
 misc speed improvements/optimisations

v4.63.0 (2022-02-28)

🎉 add __reversed__()
🎉 add efficient __contains__()
 improve CLI startup time (replace pkg_resources => importlib)
⚠️ tqdm.autonotebook warning & std fallback on missing ipywidgets
⚠️ warn on positional CLI arguments
🛠 misc build/test framework updates
enable py3.10 tests
add conda dependencies
update pre-commit hooks
fix pytest config (nbval, asyncio)
fix dependencies & tests
fix site deployment
2022-04-21 07:51:04 +00:00
wiz
43cca48ff5 misc/Makefile: sort 2022-04-21 07:39:36 +00:00
nikita
68ff32291b bbdb3: Do not build info documentary. It installs no real content.
really, this is just an example text so far included in it.

This should fix the build failure on 2 reported runs.
2022-04-20 18:07:19 +00:00
adam
c13d63870d stellarium: updated to 0.22.1
0.22.1 [2022-04-16]
The major changes of this version:
- Added fixed equatorial grid/line
- Added new sky cultures
- Fixed building Stellarium (AppImage)
- Updated DSO catalog
2022-04-19 10:18:34 +00:00
adam
f5e35d538b revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
fcambus
814f45fa31 dialog: update to 1.3.20220414.
2022/04/14
	+ adjust fallback bindings for backspace/delete to match the curses
	  library's sense of backspace (Arch #74379).
	+ amend limit-checks to make --max-input work for sizes greater than
	  2048 (Debian #1004874).

2022/04/04
	+ corrected limit-checks in checklist.c, menubox.c, and treeview.c when
	  resizing while the data is scrolled (Debian #1004868).
	+ improve logic for updating form-height after screen-resizing.
	+ move most of the non-API definitions from dialog.h to dlg_internals.h
	+ updated configure macros.
	+ update config.guess, config.sub
	+ updated es.po, tr.po from
		http://translationproject.org/latest/dialog/
2022-04-15 16:36:04 +00:00
nikita
673f442f62 misc/emacs-neotree: Add emacs-neotree 0.5.2.98fe213
A tree explorer plugin for Emacs like NerdTree for Vim.
2022-04-15 09:48:18 +00:00
nikita
70b5b7d08b bbdb, bbdb3: conflicts. 2022-04-14 14:31:09 +00:00
nikita
b42fd05459 misc/bbdb3: import bbdb3-3.2.2a
BBDB is the Insidious Big Brother Database for GNU Emacs.  It provides
an address book for email and snail mail addresses, phone numbers and
the like.  It can be linked with various Emacs mail clients (Message
and Mail mode, Rmail, Gnus, MH-E, Mu4e, VM, and Wanderlust).  BBDB is
fully customizable.

This is version 3 of BBDB.
2022-04-14 12:40:48 +00:00
wiz
a8d43f80f6 xorg-docs: update to 1.7.2.
Alan Coopersmith (21):
      X.man: give pointers to specs & other docs
      X.man: update program lists/info for modern era
      X.man: document protocol/ syntax in display string
      X.man: move XLOCAL documentation from Xorg(1) man page
      Update Solaris URL in MAINTAINERS file
      Update Solaris info in MAINTAINERS file
      Add conf.d to fontconfig configuration files list
      Update README for gitlab migration
      Update docs for gitlab migration
      Update configure.ac for gitlab migration
      Update MAINTAINERS for gitlab migration
      Mass http -> https replacement where appropriate
      Update README.xml & XOrgFoundation.man to reflect SPI merger
      The Katamari is dead!  Long live the Katamari!
      MAINTAINERS: disclaim maintenance of xdm
      Drop LBX algortihm specs
      platforms/Solaris: Drop obsolete notes on apeture drivers
      Update Versions doc to better reflect current releases
      Fix spelling/wording issues
      registry: address updates for Oracle contacts
      xorg-docs 1.7.2

Emil Velikov (1):
      autogen.sh: use quoted string variables

Ingo Schwarze (1):
      remove bogus \/ escapes

Jeremy Huddleston Sequoia (1):
      Update AppleWM and XQuartz maintainers

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas E. Dickey (3):
      assign libxt maintainer
      fix typo
      assign maintainer for Xaw, twm
2022-04-04 09:50:37 +00:00
wiz
2df4a4605b xorg-sgml-doctools: update to 1.12.
Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      nextfullreldate is clearly not 2013
      Set generate.consistent.ids in xsl stylesheets for more repeatable builds
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix spelling/wording issues
      xorg-sgml-doctools 1.12

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2022-04-04 09:49:22 +00:00
adam
e39295c91d revbump for devel/protobuf 2022-04-03 18:50:16 +00:00
rhialto
e31f8f13a2 misc/calibre: update tp 5.40
Various smaller new features, bug fixes, and new/improved news sources.
See https://www.calibre-ebook.com/whats-new for a full list or the included
Changelog.txt.
2022-04-03 15:00:54 +00:00
adam
020f924f6c stellarium: updated to 0.22.0
0.22.0 [2022-03-27]
The major changes of this version:
- AstroCalc: Eclipse Finder
- AstroCalc: RTS (Rises, Transits, Settings)
- Switch from Bortle scale to physical brightness values for light pollution.
- Allow tweaks for the atmosphere brightness/color model and tone mapping
- Several new calendars in the Calendars plugin
- Seasonal polar caps on Mars
- New and improved sky cultures
- Larger textures allowed in Scenery3D
- Improved OnlineQueries and Satellites plugin
- Many fixes in core and plugins.
- Technical preparations towards a major upgrade of the internal Qt framework.
2022-03-28 20:10:37 +00:00
tnn
536ce33d1f m*/*: revbump(1) for libsndfile 2022-03-28 10:45:17 +00:00
jaapb
896b2ffa82 Explicitly included ocaml.mk in misc/dose3 Makefile
This doesn't actually change anything, the file was already included
indirectly, but it is better form.
2022-03-21 07:50:50 +00:00
gutteridge
6a5a6f4017 kdeartwork4: fix builds with xscreensaver>=6.03
xscreensaver 6.x changed the name of a pre-existing screensaver
("rd-bomb" became "rdbomb"), and also webcollage is now built by
default when it was disabled before, which influences packaging here.
This package simply doesn't recognize "rdbomb" at the moment. If
someone really wants to include it, they'd need to patch several files
to handle the name change. This commit is concerned simply with getting
this package to build again.
2022-03-15 17:15:13 +00:00
nia
b574dc39b3 *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
nia
fd4d6b6325 misc: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only. 2022-03-12 07:14:17 +00:00
jaapb
6d1a9fe586 Updated misc/ocaml-opam-file-format to version 2.1.3.
Changes are mostly minor, but this is needed to compile opaline 0.3.3.
2022-03-07 10:27:08 +00:00
tsutsui
c786277d8d ruby-mini_portile2: update 2.8.0.
Upstream changes:
 https://github.com/flavorjones/mini_portile/releases/tag/v2.8.0

2.8.0 / 2022-02-20

Added

  * Support xz-compressed archives (recognized by an .xz file extension).
  * When downloading a source archive, default open_timeout and read_timeout to
    10 seconds, but allow configuration via open_timeout and read_timeout
    config parameters.
2022-03-06 17:13:23 +00:00
ryoon
3312a1196e screen: Update to 4.9.0
Changelog:
Version 4.9.0 (30/01/2022):
  * Hardstatus option for used encoding (escape string '%e')
  * OpenBSD uses native openpty() from its utils.h
  * Fixes:
    - fix combining char handling that could lead to a segfault
    - CVE-2021-26937: possible denial of service via a crafted UTF-8 character sequence (bug #60030)
    - make screen exit code be 0 when checking --help
    - session names limit is 80 symbols (bug #61534)
    - option -X ignores specified user in multiuser env (bug #37437)
    - a lot of reformations/fixes/cleanups (man page and source code)
2022-03-06 13:04:20 +00:00
taca
1ce49f0a94 misc/ruby-sprockets: update to 4.0.3
4.0.3 (2022-03-02)

* Fix Manifest#find yielding from a Promise causing issue on Ruby
  3.1.0-dev. #720
* Better detect the ERB version to avoid deprecation warnings. #719
* Allow assets already fingerprinted to be served through Sprockets::Server
* Do not fingerprint files that already contain a valid digest in their name
* Remove remaining support for Ruby < 2.4.#672
2022-03-06 09:05:17 +00:00
taca
0c945dbd76 misc/ruby-bundler: update to 2.3.8
2.3.8 (2022-02-23)

Bug fixes:

* Fix corrupted lockfile when running bundle check and having to re-resolve
  locally #5344
* Fix typo in multiple gemfiles warning #5342

Documentation:

* Add clarification for bundle-config "with" option #5346
2022-03-06 09:03:06 +00:00
ryoon
8fc74d5052 libreoffice: Update to 7.3.1.3
* Build and install the old local help.
* Fix PLIST for gtk3 option.

Changelog:
7.3.1.3
Bugs fixed compared to 7.3.1 RC2

 1. tdf#147298 Auto Calculate does not work on newly inserted columns in ods or
    xls formats [Kohei Yoshida]
 2. tdf#147448 Freezes because of External link [Eike Rathke]


7.3.1.2
Bugs fixed compared to 7.3.1 RC1

 1. cid#1500612 dereference after null check [Caol??n McNamara]
 2. tdf#119083 Recalculation is slow with 90000 VLOOKUP [Eike Rathke]
 3. tdf#143817 Search Commands deleting contents in Writer when command applied
    to selected text [Rafael Lima]
 4. tdf#145963 Slow typing with version 7.1 or above on Windows 11 [Lubo? Lu??
    ??k]
 5. tdf#146622 Crash swlo!SwNodeIndex::SwNodeIndex+0x83: [L??szl?? N??meth]
 6. tdf#146704 section setting endnote "collect at end of section" does not
    update layout [Attila Sz?cs]
 7. tdf#147086 Password in .xlsx creates readonly sheet [T??nde T??th]
 8. tdf#147325 Unable to 'Tab' when writing SQL in 'SQL View' [Caol??n
    McNamara]
 9. tdf#147393 Chart - Format Data series - Spacing can not be enter as value,
    just with plus minus signs [Caol??n McNamara]
10. tdf#147398 In Calc ver 7.3.0.3. =Sum covering a range of cells fails to
    adjust when additional values are added within the range [Eike Rathke]


7.3.1.1
Bugs fixed compared to 7.3.0 RC3

 1. Template:Bsc avoid Xlib cairo surfaces for small virtual devices [Lubo? Lu
    ????k]
 2. ofz#43577 valid reclen must be >= 20 [Caol??n McNamara]
 3. ofz#44080 throw exception on a negative length [Caol??n McNamara]
 4. ofz#44471 crash in isMoved if re-insert of invalid range failed [Caol??n
    McNamara]
 5. rhbz#2047319 LibreOffice crashes on startup with 'invalid cast' when
    SAL_USE_VCLPLUGIN is set to gtk3 (Plasma Wayland) [Caol??n McNamara]
 6. tdf#74577 Pasting a HTML table into Libreoffice Calc can jumble the table
    up. [Eike Rathke]
 7. tdf#92960 Calc doesn't merge cells correctly when pasting merged content
    from HTML [Eike Rathke]
 8. tdf#106899 Unicode Index Entries that are not English is ignored. [Andreas
    Heinisch]
 9. tdf#107727 FILESAVE RTF: border-less text frame gets a border line [Regina
    Henschel]
10. tdf#108910 Concordance file for indexes breaks UTF-8 and turns the
    characters into ASCII [Andreas Heinisch]
11. tdf#112209 Opening PPTX with images behind masks shows these images
    incorrectly [T??nde T??th]
12. tdf#113191 Add 21 and 42 in size list for CJK due to the typographic scale
    convention [Julien Nabet]
13. tdf#113785 On filtered list an autofill upwards erases data (steps in
    Comment 3) [Justin Luth]
14. tdf#115566 Custom bullet (-) in presentation not exported into SVG [Miklos
    Vajna]
15. tdf#122708 UI: Template manager, no highlighting when the focus is inside
    the template preview window (using keyboard) [Katarina Behrens]
16. tdf#122995 Chart does not update via Menu Tools/Update/Charts [Armin Le
    Grand (Allotropia)]
17. tdf#123973 Master objects in a LO Draw document export with TIFF but not
    PNG or GIF when exported with transparency [Armin Le Grand (Allotropia),
    Xisco Fauli]
18. tdf#125496 SDI file with greek letters does not work [Andreas Heinisch]
19. tdf#125849 Draw/Writer cannot modify the unit of measure through the ruler
    above the workspace (Chinese UI only) [Caol??n McNamara]
20. tdf#126287 Writer: DOCX export from ODT: Header/Footer is missing on second
    page [Vasily Melenchuk]
21. tdf#126960 EDITING: Firebird: Table editor instead of view editor [Julien
    Nabet]
22. tdf#129578 FILESAVE: RTF: CJK Character properties are lost after RT
    [Justin Luth]
23. tdf#130165 FILESAVE PPTX Parent master slide is set instead of child at
    save [Tibor Nagy]
24. tdf#131330 Firebird/View-editor: Views aren't shown in table directly after
    creating a view [Julien Nabet]
25. tdf#132388 BASIC: Replace is awfully slow [Mike Kaganski]
26. tdf#132591 The Keep ratio option for the caption frame can't be deactivated
    [Caol??n McNamara]
27. tdf#135935 Can't open help page insert chart on calc [Rafael Lima, Caol??n
    McNamara]
28. tdf#136362 Image toolbar in Calc contains an unnecessary blank area and a
    corresponding menu option with no text [Jeff Huang]
29. tdf#136481 Regression in 7.0.0 & 7.0.1 - Data Validation Drop-down when
    using keys "ALT+DOWN Arrow", it doesn't auto highlight the first option
    (when cell is blank) [Caol??n McNamara]
30. tdf#137128 FILEOPEN PDF Differences in imported text [Kevin Suo]
31. tdf#137571 Adding and modifying animations painfully slow [Caol??n
    McNamara]
32. tdf#137675 FILESAVE PPTX Non-filled non-custom shape is saved with extra
    fill [Tibor Nagy]
33. tdf#137920 Writer hung when inserting image larger than page [Miklos Vajna]
34. tdf#139737 EDITING: Undo deletes everything after Paste Special as RTF
    [Michael Stahl]
35. tdf#140019 MediaDescriptor: Property "LockExport=True" should disable
    .uno:SendMail" [Vasily Melenchuk]
36. tdf#140020 MediaDescriptor: Property "LockSave=True" should disable
    .uno:SaveAll" [Vasily Melenchuk]
37. tdf#141340 Pdf export of pages range adds hyperlinks from previous pages
    [Miklos Vajna]
38. tdf#141652 FILESAVE: DOCX: Image distorted after RT [Justin Luth]
39. tdf#142487 REPLACE: Wrong replacement in long text [Mike Kaganski]
40. tdf#143039 FILESAVE DOCX Change tracked shape with textbox doubles [Michael
    Stahl]
41. tdf#143106 DOCX: Images are being duplicated on document reopen [Michael
    Stahl]
42. tdf#144073 UI. Corner of screen appears white when presenting, using the
    Lights template (Windows-only) [Lubo? Lu????k]
43. tdf#144166 Pixel (or pixels) missing in the Calc Formula Bar [Caol??n
    McNamara]
44. tdf#144353 Assigning a missing optional variable to a property does not
    trigger "argument is not optional" [Andreas Heinisch]
45. tdf#145030 UI: Add animation (+) sign still enabled mode with deselect text
    frame because of using remove effect (-) [Caol??n McNamara]
46. tdf#145868 Find and replace: incorrect replacement after reopening the
    dialog [Justin Luth]
47. tdf#146066 Vertical axis automatic scaling is wrong for some label column
    values [T??nde T??th]
48. tdf#146281 [Feature Request] BaseDocumenter extension in Firebird not
    working [Andreas Heinisch]
49. tdf#146515 "Use printer metrics for document formatting" not roundtripping
    through the docx format (causes different kerning between ODT & DOCX of the
    same file) [Caol??n McNamara]
50. tdf#146571 Crash when close Manage changes dialog [Caol??n McNamara]
51. tdf#146672 CDbl(" 28 ") errors out [Andreas Heinisch]
52. tdf#146703 Color Palette extensions list is empty [Gabor Kelemen]
53. tdf#146722 Calc using labels shows errors or wrong results [Eike Rathke]
54. tdf#146742 The return value of Basic function is not initialized when
    called from Calc formula [Andreas Heinisch]
55. tdf#146795 Calc crashes when pasting data into filtered cells (mdds) [Kohei
    Yoshida]
56. tdf#146822 FILESSAVE DOCX Hatch filling not exported [T??nde T??th]
57. tdf#146857 Freeze after undoing accepting/rejecting changes [L??szl?? N??
    meth]
58. tdf#146891 Crash (assert) when opening the paragraph properties from an
    outline [Caol??n McNamara]
59. tdf#146909 Missing/confused constants for MsgBox arg & return value [Julien
    Nabet]
60. tdf#146917 FILESAVE DOCX: Direct formatting is applied to paragraph thus
    negative first line indent is lost [Vasily Melenchuk]
61. tdf#146941 Crash with debug build when changing paths in options (kf5)
    [Michael Weghorn]
62. tdf#146964 FILEEDIT ODT Cut and copy a text in Hide Changes mode makes text
    appear again [L??szl?? N??meth]
63. tdf#146965 sw track changes: regression: broken moving of table row [L??szl
    ?? N??meth]
64. tdf#146966 FILEEDIT ODT Moving multiple rows inserts also empty rows (not
    related to change tracking [L??szl?? N??meth]
65. tdf#146967 FILEEDIT ODT Crash: Redo of tracked table row moving [L??szl?? N
    ??meth]
66. tdf#146970 CRASH: Pasting content from edit mode [Caol??n McNamara]
67. tdf#146992 Arrowheads in dropdowns shift a little when opened [Caol??n
    McNamara]
68. tdf#147006 CRASH: deleting content [Michael Stahl]
69. tdf#147008 CRASH: Inserting page break or newline [Michael Stahl]
70. tdf#147013 Shapes containing arcs are not printed properly [Caol??n
    McNamara]
71. tdf#147016 The document loses focus after closing the autofilter popup
    [Caol??n McNamara]
72. tdf#147032 hazardous animation objects selected [Caol??n McNamara]
73. tdf#147041 Double-clicking an element in Navigator shows it in the middle
    of the document view instead of at the top [Jim Raykowski]
74. tdf#147088 Export from Calc document with Unicode characters belonging to
    Unicode category Cn to xlsx produces corrupt file. [Stephan Bergmann]
75. tdf#147106 Chart Design in Colibre does not align with the theme [Rizal
    Muttaqin]
76. tdf#147109 Calc SUBSTITUTE function slows down disproportionately as text
    length increases. [Mike Kaganski]
77. tdf#147115 docx import filter, wrong default paragraph style was taken
    [Justin Luth]
78. tdf#147119 Impossible in 7.4 to export a PNG with a transparent background
    (no background defaults to white) [Xisco Fauli]
79. tdf#147144 Writer crash after adding rectangle, add link and delete it
    [Julien Nabet]
80. tdf#147181 FILEEDIT ODT Track changes of multiple table rows copied [L??szl
    ?? N??meth]
81. tdf#147182 FILEEDIT ODT Track changes: accept/reject only first cell of a
    table selection [L??szl?? N??meth]
82. tdf#147206 copy+Rich Text Formatting RTF paste special turns entire
    document into hyperlink text [Michael Stahl]
83. tdf#147218 Typo in Calc's print dialog [Caol??n McNamara]
84. tdf#147251 LO 7.3 Calc Autofilter Dropdown does not show "Cancel" and "OK"
    buttons [Caol??n McNamara]
85. tdf#147262 CallByName() argument names does not match that of VBA [Julien
    Nabet]
86. tdf#147322 drag & drop table moving doesn't work (regression of tdf#84806)
    [L??szl?? N??meth]
2022-03-04 13:47:01 +00:00
nia
21d1c16e5e hexd: update to 1.1.0
## 1.1.0
  * default to colours/formatting based on whether output is a TTY
  * add verbose option to show all bytes (and not omit repeated lines)
  * add -h as an option to show usage
  * fix misaligned output in case -w width doesn't divide BUFSIZ
  * fix downcasting issue from `off_t` to a potentially smaller size
2022-03-03 10:41:00 +00:00
jaapb
96b14e540f Updated misc/ocaml-opaline to version 0.3.3.
This removes a deprecated API from use.
2022-03-01 09:36:20 +00:00
pho
eda754ca5a Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
pin
c268eb8908 misc/deckster: Reset maintainer for stagnated project. 2022-02-25 09:10:51 +00:00
adam
0a7efef9d6 py-platformdirs: updated to 2.5.1
platformdirs 2.5.1
Add native support for nuitka

platformdirs 2.5.0
Add support for Termux subsystems
2022-02-21 08:33:42 +00:00
wiz
534294b511 py-ansi: add missing build dependency 2022-02-13 10:07:46 +00:00
taca
209330bc0f misc/ruby-windows_error: update to 0.1.3
0.1.3 (2022-01-11)

* Allow comparing error codes to nil
2022-02-13 06:50:20 +00:00
taca
54cc802ff2 misc/ruby-bundler: update to 2.3.7
2.3.0 (2021-12-21)

Features:
* Change bundle install with a lockfile to respect the BUNDLED WITH bundler
  version #4076

Enhancements:
* Print warning when running Bundler on potentially problematic RubyGems &
  Ruby combinations #5177
* Error tracing should be printed to stderr #5179
* Add github and ref options to bundle add #5159
* Add require parameter to bundle add #5021
* Enable parallel installation on Windows by default #4822
* More logging when compact index is not used and we fallback to other APIs
  #4546
* bundle gem generated MiniTest file and class now start with 'test' #3893
* Add Bundler::Definition.no_lock accessor for skipping lock file
  creation/update #3401

Bug fixes:
* Fix crash when when no platform specific matches exist and show a proper
  error #5168
* Ignore dependencies not actually locked from frozen check #5152
* Fix bundle cache --all-platforms on Windows #4552

Documentation:
* Fix gemspec template typo #4545

2.3.1 (2021-12-22)

Enhancements:
* Vendor latest thor with fixes for latest did_you_mean deprecations #5202
* Avoid unnecessary shellwords require on newer rubygems #5195
* Re-exec prepending command with Gem.ruby if $PROGRAM_NAME is not
  executable #5193

2.3.2 (2021-12-24)

Enhancements:
* Remove unnecessary lockfile upgrade warning #5209

2.3.3 (2021-12-24)

Bug fixes:
* Fix locked bundler not installed to the right path when deployment is set
  #5217

2.3.4 (2021-12-29)

Enhancements:
* Improve error message when BUNDLED WITH version does not exist #5205

Bug fixes:
* Fix bundle update --bundler no longer updating lockfile #5224

2.3.5 (2022-01-12)

Enhancements:
* Make bundle update --bundler actually lock to the latest bundler version
  (even if not yet installed) #5182
* Use thor-1.2.1 #5260
* Exclude bin directory for newgem template #5259

Bug fixes:
* Fix metadata requirements being bypassed when custom gem servers are used
  #5256
* Fix rake build:checksum writing checksum of package path, not package
  contents #5250

2.3.6 (2022-01-26)

Enhancements:
* Use Gem::Platform.local instead of RUBY_PLATFORM when displaying local
  platform #5306
* Lock standard.yml to the required ruby version #5284
* Use Fiddle in bundle doctor to check for dynamic library presence #5173

Bug fixes:
* Fix edge case where gems were incorrectly removed from the lockfile #5302
* Fix force_ruby_platform ignored when lockfile includes current specific
  platform #5304
* Create minitest file to underscored path in "bundle gem" command with
  dashed gem name #5273
* Fix regression with old marshaled specs having null
  required_rubygems_version #5291

2.3.7 (2022-02-09)

Enhancements:
* Don't activate yaml gem from Bundler #5277
* Add Reverse Dependencies section to info command #3966
Bug fixes:
* Don't silently persist BUNDLE_WITH and BUNDLE_WITHOUT envs locally #5335
* Fix bundle config inside an application saving configuration globally
  #4152
2022-02-13 06:47:15 +00:00