Commit graph

326054 commits

Author SHA1 Message Date
mef
fec2ec06d0 (x11/gnustep-gui) Some edit to make build go furthur: GS_GC_UNHIDE/GS_GC_HIDE issue 2020-09-21 03:43:22 +00:00
mef
90d44eafc3 (devel/gnustep-base) Adhoc fix for @PTHREAD_LIBS@ left out in file configure 2020-09-21 03:32:27 +00:00
khorben
727f51260a doc: Updated pkgtools/pkg to 1.10.99.7 2020-09-21 03:04:06 +00:00
khorben
0742b9d1de pkg: update to version 1.10.99.7
Changes from pkg 1.10.99.6 to 1.10.99.7
- Sort fts traversal in repo creation
- Fix floating pint exception when packaging packages with weird elf files
- More test cases for config merge
- Fix running the testsuite on linux and osx
- Fix pkg version regarding flavors
- Add support for creating packages with a hash in their names
- Accept DT_SONAME anywhere in .dynamic
- make pkg version -r imply -R
- Some fixes for the progression display
- Rename some variables in security periodic scripts.
- Parse FreeBSD OS version and forbid to install too new packages

Changes from pkg 1.10.99.5 to 1.10.99.6
- Lots of fixes/improvements on periodic scripts
- Fix typo in the .pc file
- Only check for origin if the strings contains / in pkg version
- Support flags when exporting the metalog
- Ignore flags when installing as a user
- fix again using pattern as package arch
- recognize armv7
- add %q to pkg_printf(3) and pkg-query(8) to print altabi
- add an extra line when printing pkg-messages to improve readability
- stop considering nfs as dangerous and if a corruption happens on nfs drive
  by a message the user to the highly possible reason of the corruption so
  he can fix
- zsh completion imrpovements

Changes from pkg 1.10.99.4 to 1.10.99.5
- pkg clean is now happy if the cache dir non existing
- 410.pkg-audit now uses anticongestion on freebsd 12
- fix pkg install -r foo if foo is a disabled repository
- fix elf handling on non FreeBSD
- fix support for platforms without AT_SYMLINK_NOFOLLOW
- fix dropping privileges on Linux
- fix build with recent libbsd
- fix duplicate pkg registration overwriting the existing pkg
- better ABI name on linux
- lots of changes in internal API to use fd when possible
- removed option: pkg repo -L

Changes from pkg 1.10
- Use dep_formula in the solver
- Cache pw result to avoid over reloading nssswitch.conf
- Remove pkg2ng and support for pkg_ databases
2020-09-21 03:03:55 +00:00
mef
b4ee1df647 Updated math/R-RcmdrMisc to 2.7.1
Updated math/R-car to 3.0.9
Updated math/R-Rcmdr to 2.7.0
Added benchmarks/R-microbenchmark vesrion 1.4.7
2020-09-21 00:29:44 +00:00
mef
ad50fcffad benchmarks/R-microbenchmark: import R-microbenchmark-1.4.7
Provides infrastructure to accurately measure and compare the
execution time of R expressions.
2020-09-21 00:25:18 +00:00
gdt
a469b75152 mk/bsd.pkg.mk: started freeze for pkgsrc-2020Q3 branch [gdt 2020-09-21] 2020-09-21 00:17:14 +00:00
mef
502e57cdf0 (math/R-Rcmdr) Updated 2.5.3 to 2.7.0
Changes in version 2.7-0

  o New dialogs for repeated-measures ANOVA and ANCOVA and plots with one or
    two repeated-measures factors.

  o New dialogs to reshape data sets from wide to long and from long to wide.

  o Better handling of discrete numeric variables (after suggestions by Ethan Harris).

  o Fix clipboard data set input to work on macOS.

  o Improved pie charts and bar graphs via the piechart() and Barplot()
    functions in RcmdrMisc.

  o New File > Exit > Restart Commander menu item (suggestion of Vilmantas Gegzna).

  o Fix Tk error produced by closing the dataset viewer and then repopening
  the same data set (reported by Jose G. Conde).

  o Fixes to handling panes with console.output and log.commands options set
    to various values (thanks to Vilmantas Gegzna).

  o Better handling of character data following change to stringsAsFactor
    option in R 4.0.0+.

  o Check for presence of Tktable and adapt to its absence by suppressing the
    Rcmdr dataset editor and delta method menu item; Tktable eventually to be
    replaced with tablelist.

  o Small improvements and bug fixes.

  o Updated translations (with thanks to): Basque (Joserra Rueda), French
   (Milan Bouchet-Valat), Hungarian (thanks to Tamas Ferenci), Indonesian (I
   Made Tirta), Japanese (Takaharu Araki), Korean (Jong-Hwa Shin), Russian
   (Alexey Shipunov), Slovenian (Matjaz Jeran), Spanish (Manuel Munoz
    Marquez).

Changes in version 2.6-3

  o Fix bug in processing resubmitted multi-line commands (reported by
  Katarina Kosmelj).

  o Fix bug in processing multiline comments in onSubmit() in Commander.

  o Updated Slovenian translation (thanks to Matjaz Jeran).

Changes in version 2.6-2

  o New Hungarian translation (thanks to Tamas Ferenci and Andrea Harnos).

  o Fixed bug in Ctrl-S for script window (reported by Mayeul Kauffmann).

Changes in version 2.6-1

  o Restore older version of splitCmd().

  o For GLMs and GLMMs, provide confidence intervals for exponentiated
    coefficients for models using log or logit link (suggestion of Tan Chuen
    Seng).

  o Make listTwoLevelFactors() work properly for logical and character
    variables (treated as factors) with NAs (problem pointed out by Vilmantas
    Gegzna).

  o Insure that data set columns are usable in the Rcmdr, e.g., excluding
    list columns (problem pointed out by Vilmantas Gegzna).

  o Change instances of class(x) == "y" to inherits(x, "y").

  o Use apalike rather than apa BiBTeX package in Getting Started vignette
    (latter has been removed from TeXLive, reported by Brian Ripley).

Changes in version 2.6-0

  o Linear and generalized linear mixed models dialogs added.

  o Made editDataset() with data.frame method (suggestion of Ulrike Gromping).

  o New R Commander hex sticker.

  o Small fixes and improvements.

  o Updated translations (with thanks to): Chinese (Tsung-wu Ho), Indonesian
    (I Made Tirta), Japanese (Takaharu Araki), Polish (Lukasz Daniel), Romanian
    (Adrian Dusa), Russian (Alexey Shipunov), Slovenian (Matjaz Jeran), Spanish
    (Manuel Munoz Marquez).
2020-09-20 23:57:25 +00:00
mef
a08f3ee1d6 (math/R-car) Updated 3.0.3 to 3.0.9. make test fails
Changes to Version 3.0-9

  o Declare linearHypothesis.survreg() method, previously omitted from
    NAMESPACE (following question by Robert Dinterman); tweaks to survreg
    methods for linearHypothesis(), Anova(), and deltaMethod() to make them
    more robust.

  o Fix bug in hccm() when model matrix includes just one column (reported by
    Justin Yap).

  o Fix buglet in scatterplotMatrix.formula() when groups specified.

  o Several functions are now generic: avPlots(), ceresPlots(), crPlots(),
    mcPlots().

  o Enable spread smoothers for crPlot(), ceresPlot(), and residualPlot()
    (suggestion of Dave Armstrong).

  o Small changes to docs.

Changes to Version 3.0-8

  o Import() now defaults to stringsAsFactors=FALSE to match the default
    behavior of read.table() as of R 4.0.0.

  o New strings2factors() function to convert character variables in a data
    frame to factors.

  o Added data.frame method for S().

  o Fixed a bug in estimateTransform.lm() that returned the correct answer
    with an unneeded warning.

  o Fixed Anova.coxph() to handle weights properly (problem reported by
    Daniel Morillo Cuadrado).

Changes to Version 3.0-7

  o Fixed boxCox(), powerTransform() to work when 'car' package is not attached

  o Fixed Anova() to work with "lme" models without an intercept (to fix bug
    reported by Benjamin Tyner).

Changes to Version 3.0-6

  o Explicitly import utils::globalVariables() (suggestion of Vince Carey).

Changes to Version 3.0-5

  o Change class(x) == "y" to inherits(x, "y") throughout code (thanks to Martin Maechler).

Changes to Version 3.0-4

  o Scoping improvements to deltaMethod(), which now also takes an optional
    hypothesized value; contribution and suggestion by Pavel Krivitsky.

  o Make Anova() work for coxph() models with strata (following problem
    reported by Susan Galloway Hilsenbeck).

  o Modify carPalette() to provide a colorblind-friendly palette as an option
    (suggestion of Sercan Kahveci).

  o Small improvements.
2020-09-20 23:46:00 +00:00
mef
a0419f0465 (math/R-RcmdrMisc) Updated 2.5.1 to 2.7.1, make test fails for now
Changes to Version 2.7-1

  o Added repeatedMeasuresPlot().

  o Added reshapeL2W() and reshapeW2L().

  o The stringsAsFactors argument to readSAS(), readSPSSS(),
  readStata(), and readXL() now defaults to FALSE.

  o Barplot(), discretePlot(), Dotplot(), Hist(), plotMeans()
  accommodate logical and character variables as grouping factor(s).

Changes to Version 2.7-0

  o Added discreteCounts() and piechart() (after suggestions of Ethan Harris).

  o Added counts/percents to bars in Barplot() (suggestion of Ethan Harris).

  o Fixed DeltaMethod() so that it doesn't ignore the level argument
  (reported by on de Haan).

  o Small improvements.
2020-09-20 23:38:08 +00:00
mef
e82c3f84be doc: Updated math/R-RandomFields to 3.3.8 2020-09-20 23:29:18 +00:00
mef
cc61b281c4 (math/R-RandomFields) Updated 3.3.6 to 3.3.8. NEWS.md not recorded 2020-09-20 23:29:09 +00:00
mef
d2fafc9871 doc: Updated math/R-RNetCDF to 2.4.2 2020-09-20 23:12:25 +00:00
mef
916e4e9891 (math/R-RNetCDF) Updated 1.9.1 to 2.4.2
Version 2.4-2, 2020-09-12
  * Support reading/writing special values (e.g. NA, Inf) without substitution,
    mainly in cases where type conversion between R and NetCDF is not required.
  * Fix selection of na.mode values 0,1,2
  * Fix range checks for numeric conversions with packing
  * Significantly increase test coverage of type conversion routines
  * Support parallel NetCDF when running with MPI
  * Allow creation of datasets in "data64" (CDF5) format
  * Support diskless files and in-memory manipulation of persistent files

Version 2.3-1, 2020-04-27
  * Fix problem when defining scalar variables with netcdf-4.7.4

Version 2.1-1, 2019-10-18
  * Remove automatic handling of fill values in user-defined types
  * Link rwinlib libraries by pathname to fix r-hub Windows builds
  * Correct quoting of external software names in DESCRIPTION

Version 2.0-4, 2019-10-13
  * Fix OSX packages by linking expat library

Version 2.0-3, 2019-10-05
  * Support NetCDF-4 features for reading and writing of datasets.
  * Suggest bit64 package for NC_INT64 and NC_UINT64 types.
  * Drop support for netcdf-3.x library, require netcdf-4.x.
  * Drop support for udunits-1 library.
  * Disable calendar functions if udunits-2.x is not found during build.
2020-09-20 23:12:14 +00:00
mef
5913e33c4b doc: Updated math/R-PHYLOGR to 1.0.11 2020-09-20 23:00:22 +00:00
mef
aaee9df143 (math/R-PHYLOGR) Updated 1.0.10 to 1.0.11. NEWS.md not recorded 2020-09-20 23:00:09 +00:00
mef
08875db2e9 doc: Updated math/R-ISwR to 2.0.8 2020-09-20 22:56:00 +00:00
mef
5132bdd100 (math/R-ISwR) Updated 2.0.7 to 2.0.8. NEWS.md not recorded 2020-09-20 22:55:50 +00:00
mef
17aa0f1ed9 doc: Updated math/R-DBI to 1.1.0 2020-09-20 22:51:57 +00:00
mef
cbdd5fc4ca (math/R-DBI) Updated 1.0.0 to 1.1.0
# DBI 1.1.0

## New features
- New `DBIConnector` class (#280).

- Specify `immediate` argument to `dbSendQuery()`, `dbGetQuery()`,
  `dbSendStatement()` and `dbExecute()` (#268).

- Use specification for `dbGetInfo()` (#271).

- `dbUnquoteIdentifier()` now supports `Id()` objects with `catalog`
  members (#266, @raffscallion). It also handles unquoted identifiers
  of the form `table`, `schema.table` or `catalog.schema.table`, for
  compatibility with dbplyr.


## Documentation
- New DBI intro article (#286, @cutterkom).

- Add pkgdown reference index (#288).

- DBI specification on https://dbi.r-dbi.org/dev/articles/spec now
  comes with a table of contents and code formatting.

- Update examples to refer to `params` instead of `param` (#235).

- Improved documentation for `sqlInterpolate()` (#100). Add usage of
  `SQL()` to `sqlInterpolate()` examples (#259, @renkun-ken).

- Improve documentation for `Id`.

## Internal
- Add tests for `dbUnquoteIdentifier()` (#279, @baileych).

- `sqlInterpolate()` uses `dbQuoteLiteral()` instead of checking the
  type of the input.

- Avoid partial argument match in `dbWriteTable()` (#246, @richfitz).
2020-09-20 22:51:47 +00:00
gdt
18ca046718 lang/rust: Build-depend on openssl, on NetBSD >8
On NetBSD >8, for several CPU types we depend on compat80, because
bootstrap kits are build for NetBSD 8.  On those, also add a
BUILD_DEPENDS on openssl, because the bootstrap kits need pkgsrc
openssl libs.

Adjust and reorganize comments (but the only functional change is the
NetBSD >8 openssl BUILD_DEPENDS).>

Resolves failure to build on NetBSD 9.

(The entire "NetBSD>8" section is a hack that can be removed with
improved bootstrap generation.)
2020-09-20 22:50:21 +00:00
gdt
ea039e3ea5 lang/urst: Depend on compat80 also on NetBSD/sparc64 2020-09-20 22:30:07 +00:00
gdt
7526b43308 sysutils/bup: Update man page tarball for 0.31 2020-09-20 22:28:00 +00:00
jakllsch
39d0d63c81 openafs: fix build on NetBSD 9 2020-09-20 22:15:00 +00:00
mef
414c88830c doc: Updated math/R-DAAG to 1.24 2020-09-20 21:58:48 +00:00
mef
86d6e3ec63 (math/R-DAAG) Updated 1.22.1 to 1.24.
- NEWS.md not found but info is below:
   https://www.rdocumentation.org/packages/DAAG/versions/1.24
2020-09-20 21:58:36 +00:00
mef
1ced61806b doc: Updated devel/R-whisker to 0.4 2020-09-20 21:47:41 +00:00
mef
ba55f72d88 (devel/R-whisker) Updated 0.3.2 to 0.4. make test passed
0.4

- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)

0.3-3
- Added an option "strict" to render. Setting it to FALSE allows for "." in names
and use "$" for splitting which is a more natural R syntax.
2020-09-20 21:47:31 +00:00
mef
e21e23e71a doc: Updated devel/R-rex to 1.2.0 2020-09-20 21:44:33 +00:00
mef
f94280e0e4 (devel/R-rex) Updated 1.1.2 to 1.2.0. TEST_DEPENDS added, and passed now
# rex 1.2.0

## Rex Version 1.1.2.9000 ##

* `%>%` is no longer imported and then re-exported from rex
2020-09-20 21:44:21 +00:00
mef
2e58432f70 doc: Updated devel/R-purrr to 0.3.4 2020-09-20 21:33:54 +00:00
mef
f035b5faf2 doc: Updated devel/R-cli to 2.0.2 2020-09-20 21:33:40 +00:00
mef
3bcf836e3d (devel/R-purrr) Updated 0.3.3 to 0.3.4. TEST_DEPENDS added and now passes
# purrr 0.3.4

* Added documentation for exporting functions created with purrr
  adverb (@njtierney, #668). See `?faq-adverbs-export`.

* Added `none()`, which tests that a predicate is false for all elements
  (the opposite of `every()`) (@AliciaSchep, #735).
2020-09-20 21:32:33 +00:00
wiz
047dacae6e doc: Updated graphics/hicolor-icon-theme to 0.17nb1 2020-09-20 21:27:03 +00:00
wiz
7b97bcd223 hicolor-icon-theme: convert from @pkgdir in PLIST to REQD_DIRS
Fixes lots of warnings on deinstall of the following type:
pkg_delete: Directory `/usr/pkg/share/icons/hicolor/symbolic' disappeared, skipping

Bump PKGREVISION.
2020-09-20 21:26:54 +00:00
mef
160bcdd0e4 (devel/R-cli) Updated 1.1.0 to 2.0.2, make test fails now.
# cli 2.0.2

* The status bar now does not simplify multiple spaces by a single space.

* cli now does not crash if it fails to detect whether the RStudio theme
  is a dark theme (#138).

* cli now works better with wide Unicode characters, for example emojis.
  In particular, a status bar containing emojis is cleared properly (#133).

* The status bar now does not flicker when updated, in terminals (#135).

# cli 2.0.1

* Symbols (`symbol$*`) are now correctly printed in RStudio on Windows (#124).

* The default theme for `cli_code()` output looks better now, especially
  in RStudio (#123).

* Remove spurious newline after a `cli_process_start()` was cleared
  manually, and also at the end of the function.

* Use Oxford comma when listing 3 or more items (@jonocarroll, #128).

# cli 2.0.0

## Semantic command line interface tools

cli 2.0.0 has a new set of functions that help creating a CLI using a set
of higher level elements: headings, paragraphs, lists, alerts, code blocks,
etc. The formatting of all elements can be customized via themes.
See the "Building a semantic CLI" article on the package web site:
https://cli.r-lib.org

## Bug fixes:

* Fix a bug in `is_dynamic_tty()`, setting `R_CLI_DYNAMIC="FALSE"` now
  properly turns dynamic tty off (#70).
 CVS: ----------------------------------------------------------------------
2020-09-20 21:22:02 +00:00
mef
62857c7a90 doc: Updated devel/R-checkmate to 2.0.0 2020-09-20 21:18:24 +00:00
mef
b92c05b040 (devel/R-checkmate) Updated 1.9.4 to 2.0.0. TEST_DEPENDS added, but not enough
# Version 2.0.0
* Expectations now optionally support the package `tinytest`.
 `tinytest` is used as backend if it is attached, otherwise checkmate defaults
  to `testthat`.
  There is now also a vignette on how to setup `checkmate` for `tinytest`.
* Coercion now only affects double vectors.
* Improved error message for type detection in `*List`.
* Removed `*Bit`, the `bit` package is orphaned.
* Fixed documentation.
2020-09-20 21:18:13 +00:00
leot
9faa40d81a doc: Updated net/gallery-dl to 1.15.0 2020-09-20 20:23:00 +00:00
leot
0eac4fca8f gallery-dl: Update to 1.15.0
Changes:
1.15.0
------
### Additions
- [deviantart] support watchers-only/paid deviations (#995)
- [myhentaigallery] add gallery extractor (#1001)
- [twitter] support specifying users by ID (#980)
- [twitter] support `/intent/user?user_id=…` URLs (#980)
- add `--no-skip` command-line option (#986)
- add `blacklist` and `whitelist` options (#492, #844)
- add `filesize-min` and `filesize-max` options (#780)
- add `sleep-extractor` and `sleep-request` options (#788)
- write skipped files to archive (#550)

### Changes
- [exhentai] update wait time before original image downloads (#978)
- [imgur] use new API endpoints for image/album data
- [tumblr] create directories for each post (#965)
- support format string replacement fields in download archive paths (#985)
- reduce wait time growth rate for HTTP retries from exponential to linear

### Fixes
- [500px] update query hash
- [aryion] improve post ID extraction (#981, #982)
- [danbooru] handle posts without `id` (#1004)
- [furaffinity] update download URL extraction (#988)
- [imgur] fix image/album detection for galleries
- [postprocessor:zip] defer zip file creation (#968)

### Removals
- [jaiminisbox] remove extractors
- [worldthree] remove extractors
2020-09-20 20:22:48 +00:00
schmonz
9de4594448 Don't pass "--with-macos-sdk=/nonexistent". Fixes this error on Catalina
with Xcode 12:

configure: error: SDK not found.  When using --with-macos-sdk, you must
specify a valid SDK.  SDKs are installed when the optional cross-development
tools are selected during the Xcode/Developer Tools installation.

While here, merge some of the Darwin conditional logic.
2020-09-20 20:01:19 +00:00
gdt
f5c0fac56e sysutils/bup: Directly include GNU readline
I was thinking of this as "needs a readline and happens to need GNU
this minute" but mk/readline.buildlink3.mk is clear that it should not
be used this way.  NFCI.
2020-09-20 18:33:13 +00:00
gdt
0f46273fef doc: Updated sysutils/bup to 0.31 2020-09-20 16:46:27 +00:00
gdt
6ef66d3c68 sysutils/bup: Add todo notes
- man pages
- resolve 'bup ftp' crash with NetBSD editline
2020-09-20 16:46:08 +00:00
gdt
ddcb8d8e70 sysutils/bup: Update to 0.31
Passes bup's test suite on netbsd-8/amd64, with TZ=UTC (needed to work
around what is likely a bug in git around DST changes).

Packaging changes/notes:
  - bup depends directly on readline, GNU version required
  - man pages have not yet been updated

Upstream changes include many minor improvements and bugfixes,
and:

Notable changes in 0.31 (since 0.30.1)
======================================

* Python 3 is now supported, and Python 2 support is deprecated.  It's
  possible that we'll stop new development for Python 2 fairly soon.
  If so, we'll probably continue to fix bugs in the last Python 2
  compatible version for a while, but please make plans to migrate.

* `bup features` has been added.  It reports information about bup
  itself, including the Python version, and the current availability
  of features like readline or support for POSIX ACLs.

Build and install
-----------------

* `bup` itself is now located in now located in the cmd/ directory in
  the install tree and finds sub-commands, etc. relative to its own
  location.
2020-09-20 16:44:54 +00:00
mef
b947f63047 Updated devel/R-devtools to 2.3.1 2020-09-20 15:44:46 +00:00
wiz
67c7960ba4 emacs27: update patch status 2020-09-20 15:44:33 +00:00
taca
494a8cd699 Add "USE_LANGUAGES= # none" for pure Ruby packages. 2020-09-20 15:44:03 +00:00
taca
5d109cab84 doc: Updated devel/ruby-regexp_parser to 1.8.0 2020-09-20 15:42:46 +00:00
mef
3551fbf1d9 (devel/R-devtools) Updated 2.2.1 to 2.3.1
# devtools 2.3.1

* `Run* `run_examples()` arguments `run` and `test` are deprecated in
  favor of the (hopefully) more clear `run_dontrun` and `run_donttest`
  (pkgload/#107).

* Previously deprecated functions `dr_devtools()` and `dr_github()` have been removed.

* Documentation has been synced with remotes 2.2.0

# devtools 2.3.0

* `build()` now errors with a more informative error message when passed an
  invalid `pkg`. (#2177)

* New `build_rmd()` can build any `.Rmd` file in a clean session.

* `dev_sitrep()` now works correctly when R is out of date (#2204)

# devtools 2.2.2

* `install_dev_deps()` now passes formal args onto `remotes::install_deps()`
(@t-gibson, #2166)

* `spell_check()` now checks if `spelling` is installed and prompts users to
  install it if not (@mikemahoney218, #2172)

* `submit_cran()` now returns a more informative error when the CRAN submission
  portal is down (#1958)

* `check()` gains a `vignettes` argument, to more easily disable checks for
  vignettes (#2165).

* `check_win_*()` function now resets the email to the original email after
  execution (@muschellij2, #2152).

* `check()` now sets `NOT_CRAN=true` by default, as was originally intended (#2135).

* `install_deps()` now supports `options("devtools.ellipsis_action")` as well
  (#2169)

* `test()` now takes `stop_on_failure` as a formal argument (FALSE by default)
  instead of in `...`. Its value is still passed to `testthat::test_dir` as
    before (@infotroph, #2129).

* `test()` and `test_coverage_file()` gain a `export_all` argument, which
  controls if all functions in a package are automatically exported (#1201).

* `dev_sitrep()` now works if run outside a package directory (#2127).

* `release()` now works if the package root is not in the working directory.
2020-09-20 15:42:39 +00:00