pkgsrc/misc
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
..
9menu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
abduco misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
Addresses revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ansiweather misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ascii misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
asr-manpages misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
astrolog misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
attica revbump for icu and libffi 2021-12-08 16:01:42 +00:00
attica-qt5 attica-qt5: update to 5.93.0 2022-04-25 06:05:45 +00:00
autocue
bbappconf misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
bbdb bbdb, bbdb3: conflicts. 2022-04-14 14:31:09 +00:00
bbdb3 bbdb3: Do not build info documentary. It installs no real content. 2022-04-20 18:07:19 +00:00
bbweather misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
bibletime revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
blccc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bottlerocket misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
brs misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
bsdiff misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
bsdstats
buffer misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
byobu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cabal-install Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
calibre revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
catpoint misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
celestia revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
chipmunk misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
chord misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
chordii misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cksfv misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
color-theme misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
colorblind misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
colorize misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
colorls misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
colortail colortail: comment out dead MASTER_SITES, update HOMEPAGE. 2022-02-10 12:45:43 +00:00
cowsay misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cstream misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cuecat misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cuetools misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
cw misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
deckster misc/deckster: Reset maintainer for stagnated project. 2022-02-25 09:10:51 +00:00
dgpsip misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dialog dialog: update to 1.3.20220414. 2022-04-15 16:36:04 +00:00
dirdiff misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dose3 Explicitly included ocaml.mk in misc/dose3 Makefile 2022-03-21 07:50:50 +00:00
dotfile misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dpkg dpkg: updated to 1.21.1 2021-12-07 18:15:17 +00:00
dt misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dtach misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dvorakng misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dvtm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
dync misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
easymenu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ec2-ami-tools misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ec2-api-tools misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
edict misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
elizatalk misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
elscreen misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
emacs-neotree misc/emacs-neotree: Add emacs-neotree 0.5.2.98fe213 2022-04-15 09:48:18 +00:00
emacs-wiki misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
epm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
erlang-p1_utils misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
esniper revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fbreader revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
fd misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
fep misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
figlet misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
figlet-fonts misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
firelib misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
fzy misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
gaupol gaupol: convert to egg.mk 2022-01-10 08:17:28 +00:00
gelemental revbump for icu and libffi 2021-12-08 16:01:42 +00:00
getopt misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
gkrellm-flynn revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gkrellm-launch revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gkrellm-leds revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gkrellm-moon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gkrellm-weather revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gkrellsun revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gnuls coreutils: Update to 8.32 2021-03-04 11:16:17 +00:00
goffice0.8 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
goffice0.10 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
gone misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
gperiodic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
granulate misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
gwaei revbump for icu and libffi 2021-12-08 16:01:42 +00:00
hanzim misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time
hexd hexd: update to 1.1.0 2022-03-03 10:41:00 +00:00
heyu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
howm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
hs-extra Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
ibutton-pdkit misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ini_file_manager misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ipbt misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
iselect misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
iwatch misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ja-less Remove conflict flag 2022-02-10 10:49:42 +00:00
ja-man misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
JBidwatcher misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
jhd misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
jive misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
JMdict misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
kaccessible revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kalzium revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kanjidic misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
kanjidic2 misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
kanjipad revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kbruch revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kcharselect revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kchmviewer revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kcontacts kcontacts: update to 5.93.0 2022-04-25 06:09:48 +00:00
kdav kdav: update to 5.93.0 2022-04-25 06:11:45 +00:00
kde-wallpapers4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdeartwork4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdeedu-data revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdepim-runtime4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdepim4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdepimlibs4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdeplasma-addons4 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kdrill misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
kemoticons kemoticons: update to 5.93.0 2022-04-25 06:13:13 +00:00
kgeography revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
khard python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
khelpcenter revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kidentitymanagement revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kig revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kiten revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
klettres revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kmag revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kmousetool revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kmouth revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kp misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
kquickcharts kquickcharts: update to 5.93.0 2022-04-25 09:52:44 +00:00
kremotecontrol revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kstars revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kteatime revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ktouch revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kturtle revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
ktux revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kunitconversion kunitconversion: update to 5.93.0 2022-04-25 06:15:29 +00:00
kwordquiz revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
kz_h8write misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
labelnation misc/labelnation: Adjust LICENSE following upstream change 2021-11-21 15:38:31 +00:00
latin-words-bin misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
less misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libcarddav libcarddav: add another build dependency to fix docs option build 2022-02-01 11:58:35 +00:00
libcdio misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libcdio-paranoia misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libcec misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libkdeedu revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libkeduvocdocument revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libkkc-data misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libkvkontakte revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libmateweather revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libquantum misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libreoffice revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
libreoffice5-bin misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libreoffice6-bin misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
libutf misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
lile misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
linux-words misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
loco misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
logsurfer misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
lookup misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
lr misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
lv misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
m17n-db misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
m17n-docs misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
marble revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
mate-calc revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
mate-utils revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mbuffer misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mdp misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mic-paren misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mime-types misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mirmon misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mkcue misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mmv misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
moreutils moreutils: Update to 0.67 2022-01-13 11:49:41 +00:00
most misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
mousetweaks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mtail misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
multitail misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
nora misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
nxtvepg misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
nyancat misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ocaml-cudf misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ocaml-magic-mime misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ocaml-opaline Updated misc/ocaml-opaline to version 0.3.3. 2022-03-01 09:36:20 +00:00
ocaml-opam revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ocaml-opam-file-format Updated misc/ocaml-opam-file-format to version 2.1.3. 2022-03-07 10:27:08 +00:00
ocaml-topkg ocaml-topkg: update to 1.0.5. 2022-01-31 12:04:19 +00:00
open2300 misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
open2300-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
orca *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
p5-App-MrShell misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Array-PrintCols misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-CreditCard misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-ISBN misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-ISBN-Data misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-ISMN misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-ISSN misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Business-UPS misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-ControlX10-CM11 misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-ControlX10-CM17 misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-File-MMagic misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-File-MMagic-XS misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-File-Tail misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Locale-Codes misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Locale-libintl misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Locale-Maketext-Fuzzy misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Locale-Maketext-Lexicon misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Locale-US misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Mac-Macbinary misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Mac-PropertyList misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Msgcat misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Parse-Win32Registry misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Search misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Vroom misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
p5-Weather-PurpleAir-API misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
parchive misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
parley revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
pciids misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
pdmenu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
php-orangehrm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
pick misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
pinfo misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
pixd misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ppower misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
pty-redir misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
py-anita misc/py-anita: update to 2.10. 2022-04-22 08:27:30 +00:00
py-ansi py-ansi: add missing build dependency 2022-02-13 10:07:46 +00:00
py-asciinema python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-autocommand py-autocommand: added version 2.2.1 2022-02-02 18:50:49 +00:00
py-carddav py-carddav: convert to egg.mk 2022-01-10 08:54:47 +00:00
py-crashtest py-crashtest: added version 0.3.1 2022-01-11 19:14:09 +00:00
py-ghp-import py-ghp-import: added version 2.0.2 2022-02-05 09:39:19 +00:00
py-immutables *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-platformdirs py-platformdirs: updated to 2.5.1 2022-02-21 08:33:42 +00:00
py-shellingham py-shellingham: added version 1.4.0 2022-01-11 19:15:37 +00:00
py-sniffio *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-stdnum *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-tqdm py-tqdm: updated to 4.64.0 2022-04-21 07:51:04 +00:00
py-trytond-carrier *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-carrier-percentage *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-carrier-weight *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-company *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-dashboard *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-party *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-party-relationship *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-party-siret *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-product *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-product-attribute *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-product-classification *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-product-classification-taxonomic *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-product-measurements *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-production *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-production-routing *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-production-split *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-production-work *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-production-work-timesheet *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-project *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-project-invoice *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-project-plan *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-project-revenue *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-forecast *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-inventory-location *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-location-sequence *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-lot *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-lot-sled *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-package *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-package-shipping *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-package-shipping-dpd *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-package-shipping-ups *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-product-location *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-trytond-stock-split *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
qbrew revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qterm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
R-Hmisc (misc/R-Hmisc) Updated 4.2.0 to 4.7.0, fix build against R-4.2.0 2022-04-25 13:29:17 +00:00
R-pillar misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
R-praise misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
raspberrypi-userland misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
reed misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
rhash rhash: fix build on SunOS 2022-01-10 00:40:47 +00:00
rlwrap misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
rocs revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
root root: add CHECK_PORTABILITY_SKIP 2022-04-24 22:34:12 +00:00
root-tail misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
routeplanner-cli Do not mention Python 3.6 2021-12-30 13:24:01 +00:00
rox-memo misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
rpm misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-ansi misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-args_parser misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-bundler misc/ruby-bundler: update to 2.3.8 2022-03-06 09:03:06 +00:00
ruby-colorator misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-colorize misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-columnize misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-commander misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-configuration misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-daemons misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-equalizer misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-gem_plugin misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-hashie misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-launchy misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-license-acceptance misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-memoizable misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-method_source misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-mini_portile2 ruby-mini_portile2: update 2.8.0. 2022-03-06 17:13:23 +00:00
ruby-naught misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-ohai Allow build with Ruby 3.1. 2022-01-16 14:29:47 +00:00
ruby-parallel misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-patch_finder misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-powerbar misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-progressbar misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-pry misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-rainbow misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-slop misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-sprockets misc/ruby-sprockets: update to 4.0.3 2022-03-06 09:05:17 +00:00
ruby-sprockets-rails misc/ruby-sprockets-rails: update to 3.4.2 2021-12-13 15:00:47 +00:00
ruby-systemu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-thread_safe misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-transaction-simple misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-typed-array misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ruby-windows_error misc/ruby-windows_error: update to 0.1.3 2022-02-13 06:50:20 +00:00
rump misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
s6-portable-utils Update to 2.2.3.4. From the changelog: 2021-12-22 16:04:36 +00:00
sch misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
sci misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
screen screen: Update to 4.9.0 2022-03-06 13:04:20 +00:00
sd-mux-ctrl misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
send-pr misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
siag misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
since misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
sleepto misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
splitvt misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
starplot revbump for icu and libffi 2021-12-08 16:01:42 +00:00
stellarium stellarium: updated to 0.22.1 2022-04-19 10:18:34 +00:00
step revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
sunwait misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
superkaramba revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
sweeper revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
sword revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
tds misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
team misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
teseq misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
tmate misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
tmux USE_FEATURES+=strnlen to fix gcc10 build on Snow Leopard. 2022-01-28 19:16:01 +00:00
todoman *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
toilet misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
topless misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
ttyrec misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
udfclient Update UDFclient to 0.8.12, a maintenance release that adds suport for 2022-02-06 14:45:05 +00:00
ukpostcodes misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
uptimec misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
urjtag misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
usbids misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
usbprog revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
utftools misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
vera misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
vfu misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
vimpager misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
visual-regexp misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
vttest misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
vym revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
wandio revbump for icu and libffi 2021-12-08 16:01:42 +00:00
watch misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
wdic misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
wemux misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
whohas misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
window misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xchm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xdg-utils misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xfce4-calculator-plugin revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xfce4-smartbookmark-plugin xfce4-smartbookmark-plugin: update to 0.5.2 2021-12-18 04:38:41 +00:00
xfce4-time-out-plugin revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xfce4-weather-plugin revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
xjdic misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xorg-docs xorg-docs: update to 1.7.2. 2022-04-04 09:50:37 +00:00
xorg-sgml-doctools xorg-sgml-doctools: update to 1.12. 2022-04-04 09:49:22 +00:00
xrolodex misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xtail misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xtend misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
xygrib revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
yelp3 revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
yrolo misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
zorro misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
zyGrib revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
zyGrib-maps misc: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:58:55 +00:00
Makefile misc/Makefile: sort 2022-04-21 07:39:36 +00:00