Commit graph

81073 commits

Author SHA1 Message Date
brook
587cda3522 R-R6: update to version 2.4.0.
Update to the canonical form of an R package.
2019-07-31 14:58:13 +00:00
brook
736440d74e R-IRkernel: update to version 1.0.2.
Update to the canonical form of an R package.
2019-07-31 14:56:44 +00:00
brook
b8f47efe9d R-sqldf: update to version 0.4.11.
Update to the canonical form of an R package.
2019-07-31 14:38:58 +00:00
brook
91c21e7bee R-RSQLite: update to version 2.1.2.
Update to the canonical form of an R package and update the LICENSE
field.
2019-07-31 14:36:45 +00:00
brook
0bbb90473f R-base64enc: update to canonical form of an R package.
Update to canonical form of an R package and update the LICENSE field.
2019-07-31 14:32:04 +00:00
leot
87648ccc3f doc: Updated net/youtube-dl to 20190730 2019-07-31 13:58:52 +00:00
brook
dcbd420afe R-htmlwidgets: initial commit.
A framework for creating HTML widgets that render in various contexts
including the R console, 'R Markdown' documents, and 'Shiny' web
applications.
2019-07-31 13:58:41 +00:00
brook
01a311b403 R-hms: initial commit.
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
2019-07-31 13:56:46 +00:00
brook
bc7049297a R-readxl: initial commit.
Import excel files into R. Supports '.xls' via the embedded 'libxls' C
library <https://github.com/evanmiller/libxls> and '.xlsx' via the
embedded 'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
Works on Windows, Mac and Linux without external dependencies.
2019-07-31 13:55:04 +00:00
brook
688766e0d3 R-readstata13: initial commit.
Function to read and write the 'Stata' file format.
2019-07-31 13:53:41 +00:00
brook
8389ab2407 R-readr: initial commit.
The goal of 'readr' is to provide a fast and friendly way to read
rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
flexibly parse many types of data found in the wild, while still
cleanly failing when data unexpectedly changes.
2019-07-31 13:52:14 +00:00
brook
21cc77c957 R-openxlsx: initial commit.
Simplifies the creation of Excel .xlsx files by providing a high level
interface to writing, styling and editing worksheets. Through the use
of 'Rcpp', read/write times are comparable to the 'xlsx' and
'XLConnect' packages with the added benefit of removing the dependency
on Java.
2019-07-31 13:48:46 +00:00
brook
0151ae9a95 R-htmlTable: initial commit.
Tables with state-of-the-art layout elements such as row spanners,
column spanners, table spanners, zebra striping, and more. While
allowing advanced layout, the underlying css-structure is simple in
order to maximize compatibility with word processors such as 'MS Word'
or 'LibreOffice'. The package also contains a few text formatting
functions that help outputting text compatible with HTML/LaTeX.
2019-07-31 13:47:23 +00:00
brook
49380963af R-haven: initial commit.
Import foreign statistical formats into R via the embedded 'ReadStat'
C library, <https://github.com/WizardMac/ReadStat>.
2019-07-31 13:45:24 +00:00
brook
dbb47ebbd6 R-data.table: initial commit.
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered
joins, fast add/modify/delete of columns by group using no copies at
all, list columns, friendly and fast character-separated-value
read/write. Offers a natural and flexible syntax, for faster
development.
2019-07-31 13:43:55 +00:00
brook
03ae174b53 R-cellranger: initial commit.
Helper functions to work with spreadsheets and the "A1:D10" style of cell
range specification.
2019-07-31 13:42:34 +00:00
brook
fef953af13 R-progress: initial commit.
Configurable Progress bars, they may include percentage, elapsed time,
and/or the estimated completion time. They work in terminals, in
'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'.
The package also provides a 'C++' 'API', that works with or without
'Rcpp'.
2019-07-31 13:40:17 +00:00
brook
b6e35d7d52 R-Hmisc: initial commit.
Contains many functions useful for data analysis, high-level graphics,
utility operations, functions for computing sample size and power,
importing and annotating datasets, imputing missing values, advanced
table making, variable clustering, character string manipulation,
conversion of R objects to LaTeX and html code, and recoding
variables.
2019-07-31 13:37:02 +00:00
brook
af2d28e8e7 R-zeallot: initial commit.
Provides a %<-% operator to perform multiple, unpacking, and
destructuring assignment in R. The operator unpacks the right-hand
side of an assignment into multiple values and assigns these values to
variables on the left-hand side of the assignment.
2019-07-31 13:34:58 +00:00
brook
1d4c58d9d7 R-vctrs: initial commit.
Defines new notions of prototype and size that are used to provide
tools for consistent and well-founded type-coercion and
size-recycling, and are in turn connected to ideas of type- and
size-stability useful for analyzing function interfaces.
2019-07-31 13:33:31 +00:00
brook
449599ba38 R-urca: initial commit.
Unit root and cointegration tests encountered in applied econometric
analysis are implemented.
2019-07-31 13:31:55 +00:00
brook
419c0b01d4 R-survey: initial commit.
Summary statistics, two-sample tests, rank tests, generalised linear
models, cumulative link models, Cox models, loglinear models, and
general maximum pseudolikelihood estimation for multistage stratified,
cluster-sampled, unequally weighted survey samples. Variances by
Taylor series linearisation or replicate weights. Post-stratification,
calibration, and raking. Two-phase subsampling designs. Graphics. PPS
sampling without replacement. Principal components, factor analysis.
2019-07-31 13:30:20 +00:00
brook
5b0b97a7e2 R-sandwich: initial commit.
Model-robust standard error estimators for cross-sectional, time
series, clustered, panel, and longitudinal data.
2019-07-31 13:28:23 +00:00
brook
6de884d474 R-rstudioapi: initial commit.
Access the RStudio API (if available) and provide informative error
messages when it's not.
2019-07-31 13:26:42 +00:00
brook
3afe72c9b0 R-relimp: initial commit.
Functions to facilitate inference on the relative importance of
predictors in a linear or generalized linear model, and a couple of
useful Tcl/Tk widgets.
2019-07-31 13:25:00 +00:00
brook
5670586323 R-nortest: initial commit.
Five omnibus tests for testing the composite hypothesis of normality.
2019-07-31 13:23:10 +00:00
brook
88912cef95 R-mitools: initial commit.
Tools to perform analyses and combine results from multiple-imputation
datasets.
2019-07-31 13:21:42 +00:00
brook
b3bd51faba R-forcats: initial commit.
Helpers for reordering factor levels (including moving specified
levels to front, ordering by first appearance, reversing, and randomly
shuffling), and tools for modifying factor levels (including
collapsing rare levels into other, 'anonymising', and manually
'recoding').
2019-07-31 13:19:37 +00:00
brook
6b7410dd58 R-estimability: initial commit.
Provides tools for determining estimability of linear functions of
regression coefficients, and 'epredict' methods that handle
non-estimable cases correctly. Estimability theory is discussed in
many linear-models textbooks including Chapter 3 of Monahan, JF
(2008), "A Primer on Linear Models", Chapman and Hall (ISBN
978-1-4200-6201-4).
2019-07-31 13:17:00 +00:00
brook
96843473fe R-ellipsis: initial commit.
The ellipsis is a powerful tool for extending functions. Unfortunately
this power comes at a cost: misspelled arguments will be silently
ignored. The ellipsis package provides a collection of functions to
catch problems and alert the user.
2019-07-31 13:13:39 +00:00
brook
8503ec11b2 R-backports: initial commit.
Functions introduced or changed since R v3.0.0 are re-implemented in
this package. The backports are conditionally exported in order to let
R resolve the function name to either the implemented backport, or the
respective base version, if available. Package developers can make use
of new functions or arguments by selectively importing specific
backports to support older installations.
2019-07-31 13:11:28 +00:00
brook
c22aa5b3f0 R-acepack: initial commit.
Two nonparametric methods for multiple regression transform selection
are provided. The first, Alternative Conditional Expectations (ACE),
is an algorithm to find the fixed point of maximal correlation, i.e.
it finds a set of transformed response variables that maximizes R^2
using smoothing functions [see Breiman, L., and J.H. Friedman. 1985.
"Estimating Optimal Transformations for Multiple Regression and
Correlation". Journal of the American Statistical Association.
80:580-598. <doi:10.1080/01621459.1985.10478157>]. Also included is
the Additivity Variance Stabilization (AVAS) method which works better
than ACE when correlation is low [see Tibshirani, R.. 1986.
"Estimating Transformations for Regression via Additivity and Variance
Stabilization". Journal of the American Statistical Association.
83:394-405. <doi:10.1080/01621459.1988.10478610>]. A good introduction
to these two methods is in chapter 16 of Frank Harrel's "Regression
Modeling Strategies" in the Springer Series in Statistics.
2019-07-31 13:09:36 +00:00
brook
5a8dab9750 R-RcmdrMisc: initial commit.
Various statistical, graphics, and data-management functions used by
the Rcmdr package in the R Commander GUI for R.
2019-07-31 13:07:38 +00:00
brook
c513cb0fb6 R-RandomFieldsUtils: initial commit.
Various utilities are provided that might be used in spatial
statistics and elsewhere. It delivers a method for solving linear
equations that checks the sparsity of the matrix before any algorithm
is used. Furthermore, it includes the Struve functions.
2019-07-31 13:05:33 +00:00
brook
ffb574616d R-Formula: initial commit.
Infrastructure for extended formulas with multiple parts on the
right-hand side and/or multiple responses on the left-hand side (see
<DOI:10.18637/jss.v034.i01>).
2019-07-31 13:03:20 +00:00
brook
838ab541f7 R-viridis: initial commit.
Implementation of the 'viridis' - the default -, 'magma', 'plasma',
'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma',
'plasma', and 'inferno' are ported from 'matplotlib'
<http://matplotlib.org/>, a popular plotting library for 'python'.
'cividis', was developed by Jamie R. Nu<c3><b1>ez and Sean M. Colby.
These color maps are designed in such a way that they will
analytically be perfectly perceptually-uniform, both in regular form
and also when converted to black-and-white. They are also designed to
be perceived by readers with the most common form of color blindness
(all color maps in this package) and color vision deficiency
('cividis' only).
2019-07-31 13:01:17 +00:00
brook
88ad65eb31 R-effects: initial commit.
Graphical and tabular effect displays, e.g., of interactions, for
various statistical models with linear predictors.
2019-07-31 12:59:05 +00:00
nia
348da370b4 doc: Updated games/openttd to 1.9.2 2019-07-31 10:56:31 +00:00
nia
6ff1dec0de doc: Updated audio/opusfile to 0.11 2019-07-31 10:48:53 +00:00
nia
78ed88f7bc doc: Updated devel/libidn2 to 2.2.0 2019-07-31 10:40:31 +00:00
jaapb
f500995dff doc: Updated devel/ocaml-ppx_custom_printf to 0.12.1 2019-07-31 09:27:48 +00:00
nia
293f8d585c doc: Updated graphics/exiv2 to 0.27.2 2019-07-31 09:16:41 +00:00
jaapb
ade4d8b720 doc: Updated devel/ocaml-ppx_tools_versioned to 5.2.3 2019-07-31 09:16:12 +00:00
jaapb
3d4d12db53 doc: Updated devel/ocaml-ppx_tools to 5.3 2019-07-31 09:14:11 +00:00
jaapb
5c8bcf418c doc: Updated devel/ocaml-migrate-parsetree to 1.4.0 2019-07-31 09:12:09 +00:00
jaapb
71c11685c0 doc: Updated devel/ocaml-findlib to 1.8.1 2019-07-31 09:07:22 +00:00
fox
edf3c7d68d doc: Updated www/cliqz to 1.28.0 2019-07-31 01:38:22 +00:00
brook
3d9dc5ef01 R-xfun: initial commit.
Miscellaneous functions commonly used in other packages maintained by
'Yihui Xie'.
2019-07-31 01:29:16 +00:00
brook
13fb3f2b7e R-withr: initial commit.
A set of functions to run code 'with' safely and temporarily modified
global state. Many of these functions were originally a part of the
'devtools' package, this provides a simple package with limited
dependencies to provide access to these functions.
2019-07-31 01:26:53 +00:00
brook
f479a6da5b R-tcltk2: initial commit.
A series of additional Tcl commands and Tk widgets with style and
various functions (under Windows: DDE exchange, access to the registry
and icon manipulation) to supplement the tcltk package
2019-07-31 01:24:09 +00:00
brook
96809e3ed5 Initial commit
Streamlined data import and export by making assumptions that the user
is probably willing to make: 'import()' and 'export()' determine the
data structure from the file extension, reasonable defaults are used
for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based
import is natively supported (including from SSL/HTTPS), compressed
files can be read directly without explicit decompression, and fast
import packages are used where appropriate. An additional convenience
function, 'convert()', provides a simple method for converting between
file types.
2019-07-31 00:47:04 +00:00
brook
814db1c19a Initial commit
A small wrapper on 'regexpr' to extract the matches and captured
groups from the match of a regular expression to a character vector.
2019-07-31 00:43:29 +00:00
brook
acaee87b11 Initial commit
Simple utility functions to read from and write to the Windows, OS X,
and X11 clipboards.
2019-07-30 22:58:20 +00:00
brook
037beb485e Initial commit.
Tests and assertions to perform frequent argument checks. A
substantial part of the package was written in C to minimize any
worries about execution time overhead.
2019-07-30 22:31:32 +00:00
brook
710246e9a0 Initial commit.
Cross-Platform 'zip' Compression Library. A replacement for the 'zip'
function, that does not require any additional external tools on any
platform.
2019-07-30 22:26:11 +00:00
rillig
c1b264518a doc: Updated pkgtools/pkglint to 5.7.17 2019-07-30 18:16:23 +00:00
nia
063cffad0c doc: Removed opencv2 2019-07-30 15:33:56 +00:00
nia
dcd76ec852 doc: Updated math/gnumeric112 to 1.12.45 2019-07-30 14:22:27 +00:00
nia
6e7c370329 doc: Updated misc/goffice0.10 to 0.10.45 2019-07-30 14:21:33 +00:00
nia
5e68c74c51 doc: Updated audio/libebur128 to 1.2.4 2019-07-30 13:37:13 +00:00
ryoon
ec96d223b0 Remove graphics/geeqie-1.5 2019-07-30 13:08:45 +00:00
ryoon
f67189285f Updated graphics/geeqie to 1.5 2019-07-30 13:03:44 +00:00
ryoon
a145b23278 Updated devel/nss to 3.45 2019-07-30 12:19:08 +00:00
roy
474ae9f9ee doc: Updated net/dhcpcd to 8.0.2 2019-07-30 10:30:32 +00:00
nia
fc7823bc77 doc: Updated net/rtorrent to 0.9.8 2019-07-30 09:20:38 +00:00
nia
b567756b34 doc: Updated net/libtorrent to 0.13.8 2019-07-30 09:20:19 +00:00
nia
1669c24923 doc: Updated audio/rubberband to 1.8.2 2019-07-30 08:57:30 +00:00
nia
3ac1452d0c doc: Updated databases/sqlitebrowser to 3.11.2 2019-07-30 08:47:51 +00:00
nia
b44c7fd8dd doc: Updated sysutils/xfce4-appfinder to 4.13.5 2019-07-30 08:35:05 +00:00
nia
0314d3051e doc: Updated net/speedtest-cli to 2.1.1 2019-07-30 08:30:20 +00:00
nia
5ffc0848c1 doc: Updated emulators/BasiliskII to 20190405 2019-07-30 08:08:41 +00:00
wiz
e16bb2209e unison: remove, successor unison2.48 2019-07-29 18:09:01 +00:00
gdt
e6c92748f5 doc: Updated pkgtools/pkg_rolling-replace to 0.24.7 2019-07-29 14:48:33 +00:00
markd
7522201e94 tex updates 2019-07-29 12:21:40 +00:00
micha
c4fa5a7226 Updated sysutils/usbutil to 0.5nb6 2019-07-29 11:30:12 +00:00
nia
1f24a93253 doc: Updated fonts/inconsolata-ttf to 2.001 2019-07-29 08:43:36 +00:00
abs
7c20c3ff95 Updated mail/exim to 4.92.1 2019-07-28 21:18:42 +00:00
nia
d84cbeda5a doc: Updated chat/tootstream to 0.3.7 2019-07-28 16:13:40 +00:00
nia
11efc0d7cb doc: Updated chat/py-mastodon to 1.4.6 2019-07-28 16:10:12 +00:00
nia
442bccc338 doc: Added chat/bitlbee-steam version 1.4.2 2019-07-28 15:23:15 +00:00
nia
efa2d66fd2 doc: Added chat/bitlbee-mastodon version 1.4.2 2019-07-28 15:22:39 +00:00
nia
257eb94e10 doc: Added chat/bitlbee-facebook version 1.2.0 2019-07-28 15:19:26 +00:00
nia
956aa39070 doc: Added chat/bitlbee-discord version 0.4.2 2019-07-28 15:16:54 +00:00
wiz
04231f7bb1 doc/TODO: add some
+ ImageMagick-7.0.8.57, MesaLib-19.1.3, desktop-file-utils-0.24,
  geeqie-1.5, libebur128-1.2.4, mysql-connector-c++-8.0.17,
  py-execnet-1.6.1, py-google-api-python-client-1.7.10,
  py-html5-parser-0.4.8, py-httplib2-0.13.1, py-tzlocal-2.0.0,
  qdirstat-1.6, subversion-base-1.12.2, xf86-video-s3-0.7.0.
2019-07-28 08:41:06 +00:00
leot
d316db9f78 doc: Updated textproc/translate-shell to 0.9.6.11 2019-07-27 20:35:24 +00:00
leot
c66191f7af doc: Updated net/youtube-dl to 20190727 2019-07-27 20:23:07 +00:00
nia
e256ddeea8 doc: Updated devel/SDL2 to 2.0.10 2019-07-27 15:29:26 +00:00
nia
deb3db1eeb doc: Updated audio/mpg123 to 1.25.11 2019-07-27 15:14:54 +00:00
nia
e3bf926dd9 doc: Updated fonts/koruri-ttf to 20180915 2019-07-27 14:52:40 +00:00
tsutsui
dcc33fee46 doc: Updated net/mikutter to 3.9.2 2019-07-27 14:05:38 +00:00
nia
b544a34f33 doc: Updated devel/cdk to 5.0.20190303 2019-07-27 14:04:21 +00:00
nia
5b5d7ecff7 doc: Updated devel/ccache to 3.7.2 2019-07-27 13:40:50 +00:00
rin
17e6d4adb1 doc: Updated x11/mlterm to 3.8.8nb4 2019-07-26 23:30:16 +00:00
he
92b0cd9dac Note update of net/ldns to 1.7.1. 2019-07-26 22:54:41 +00:00
wiz
fe3660e601 py-tyle: remove
Upstream deprecated it and is not even supporting the newer replacement.
2019-07-26 18:12:47 +00:00
nia
82ed7fcca9 doc: Updated audio/vamp-plugin-sdk to 2.8.0 2019-07-26 15:31:24 +00:00
gutteridge
2112587c76 doc: Updated sysutils/xfce4-thunar to 1.8.8 2019-07-25 21:32:15 +00:00
ryoon
cc49d96fc1 Removed devel/intellij-idea-ce 2019-07-25 16:49:53 +00:00
nia
63e64ab5d3 doc: Added games/etlegacy-data version 2.60b 2019-07-25 13:43:57 +00:00
ryoon
b57cae85ae Updated security/putty to 0.72 2019-07-25 12:50:34 +00:00
tnn
c9a8cf3048 doc: Updated lang/openjdk8 to 1.8.222 2019-07-25 12:00:55 +00:00
roy
384c5bca45 doc: Updated net/dhcpcd to 8.0.1 2019-07-25 09:03:12 +00:00
rhialto
90a076048f doc: Updated wm/ctwm to 4.0.3 2019-07-24 20:32:59 +00:00
rin
f0bad4ab46 doc: Updated textproc/aspell to 0.60.6.1nb9 2019-07-24 19:07:22 +00:00
nia
b766e38286 doc: Updated net/enet to 1.3.14 2019-07-24 17:40:19 +00:00
nia
7e1c5662dc doc: Updated x11/dunst to 1.4.1 2019-07-24 17:25:52 +00:00
nia
4a7437e1c5 doc: Updated graphics/feh to 3.2.1 2019-07-24 17:20:16 +00:00
nia
8b078c7886 TODO: Remove kakoune 2019-07-24 17:02:27 +00:00
nia
30c6bd3d67 doc: Added editors/kakoune version 2019.07.01 2019-07-24 17:01:32 +00:00
ryoon
7c0cfa22fa Updated editors/OmegaT to 4.3.0 2019-07-24 14:40:00 +00:00
ryoon
a2fe87d13d Updated www/firefox-l10n to 68.0.1 2019-07-24 13:54:25 +00:00
ryoon
db8d5f2b32 Updated www/firefox to 68.0.1 2019-07-24 13:53:22 +00:00
maya
2620e52ad7 doc: Updated shells/oksh to 6.5 2019-07-24 11:16:22 +00:00
roy
a5d34387ad doc: Updated net/dhcpcd to 8.0.0 2019-07-24 10:08:29 +00:00
taca
62f44a5bda doc: Updated mail/squirrelmail to 1.4.23pre14832 2019-07-24 03:50:06 +00:00
rin
6544634780 doc: Updated x11/mlterm to 3.8.8nb3 2019-07-24 02:43:05 +00:00
wiz
df0934812d doc: Updated print/poppler to 0.79.0 2019-07-23 16:45:39 +00:00
jperkin
75c91db1c6 doc: Remove duplicate change caused by temporary cvs server hiccup. 2019-07-23 16:19:15 +00:00
jperkin
e10e99c372 doc: Updated net/rabbitmq to 3.7.16 2019-07-23 16:18:30 +00:00
taca
8428a5c386 doc: Updated mail/dovecot2-pigeonhole to 0.5.7.1 2019-07-23 15:12:52 +00:00
taca
8f86ce6063 doc: Updated mail/dovecot2 to 2.3.7.1 2019-07-23 15:11:53 +00:00
tnn
1c17bdf624 doc: Updated x11/tint2 to 16.7 2019-07-23 09:25:30 +00:00
tnn
e6d0584a6c doc: geckodriver-0.24.0, git-lfs-2.7.2 2019-07-23 00:49:25 +00:00
wiz
5c5bc3ea45 doc: Updated sysutils/i3status to 2.13 2019-07-22 23:05:11 +00:00
wiz
3a36f0b9af doc: Updated security/tor-browser to 8.5.4 2019-07-22 22:41:40 +00:00
wiz
ddde0f927b doc: Updated devel/at-spi2-core to 2.33.2nb1 2019-07-22 15:11:16 +00:00
wiz
55236303eb doc: Updated finance/gnucash to 3.6 2019-07-22 13:40:17 +00:00
jnemeth
f887eaf87c doc: Updated comms/op_panel to 0.30 2019-07-22 03:39:52 +00:00
schmonz
773d2da195 doc: Updated security/py-acme-tiny to 4.1.0 2019-07-22 01:36:20 +00:00
nia
55fd0030d2 doc: Removed audio/portaudio 2019-07-21 23:09:56 +00:00
nia
7e084605c5 doc: Updated audio/espeak to 1.48.04 2019-07-21 22:48:11 +00:00
tnn
bb0ea0afd3 doc: Updated sysutils/u-boot-rock{,pro}64 to 2017.09nb4 2019-07-21 15:34:46 +00:00
leot
c7b8f4e04c doc: Updated security/sqlmap to 1.3.7 2019-07-21 12:56:40 +00:00
leot
2743968f93 doc: Updated net/hub to 2.12.3 2019-07-21 12:39:57 +00:00
leot
5396f35a4c doc: Updated net/mitmproxy to 4.0.4nb3 2019-07-21 12:19:53 +00:00
nia
1fb9686681 doc: Updated archivers/bzip2 to 1.0.8 2019-07-21 11:52:39 +00:00
wiz
8df6f3fcf8 gdk-pixbuf: remove
The software hasn't been updated since 2002 and is probably full
of security problems. Two packages were using it. (gpsdrive has a
newer version in wip.)
2019-07-21 10:34:51 +00:00
wiz
613803f958 doc: gdk-pixbuf2 updates 2019-07-21 10:12:14 +00:00
wiz
59024fc732 gdk-pixbuf2-jasper: remove
Not used in pkgsrc, needs quite unmaintained jasper library with lots
of security problems, and is harder to keep working with meson version
of gdk-pixbuf2.
2019-07-21 10:09:44 +00:00
wiz
146a781786 doc: Updated misc/khard to 0.14.0 2019-07-21 08:51:00 +00:00
wiz
0c4af3a37e doc: Updated archivers/zstd to 1.4.1 2019-07-21 08:37:54 +00:00
wiz
a1e902dfd4 doc: Updated emulators/mame to 0.211 2019-07-21 08:35:13 +00:00
wiz
06236253a9 doc/TODO: add some
+ calibre-3.46.0, krita-4.2, poppler-0.79.0, py-more-itertools-7.2.0,
  zstd-1.4.1.
2019-07-21 08:27:31 +00:00
adam
72a78f5731 Updated www/py-django-extensions, www/py-beautifulsoup4, devel/py-mako, net/py-grpcio-tools 2019-07-21 08:11:22 +00:00
wiz
b40e0d3d77 doc: Added net/py-paho-mqtt version 1.4.0 [gdt 2019-07-20] 2019-07-21 06:55:07 +00:00
wiz
89bd3ee1c7 doc: note transmissions* update 2019-07-20 23:15:50 +00:00
gdt
eab2280cde doc: Updated net/mosquitto to 1.6.3nb4 2019-07-20 23:09:43 +00:00
wiz
f791f021f6 doc: Updated textproc/py-enchant to 2.0.0 2019-07-20 22:57:11 +00:00
wiz
080bb8b282 doc: Updated mail/thunderbird-enigmail to 2.0.12 2019-07-20 22:53:08 +00:00
wiz
8fe84999bb doc: Updated security/nettle to 3.5.1 2019-07-20 22:02:14 +00:00
wiz
be222a52ef doc: Updated devel/libev to 4.27 2019-07-20 21:51:28 +00:00
wiz
a8e8981e2f doc: Updated net/filezilla to 3.43.0 2019-07-20 21:22:54 +00:00
wiz
9f7198444a doc: Updated net/libfilezilla to 0.17.1 2019-07-20 21:21:26 +00:00
schmonz
be505abb0c doc: Added devel/jdebp-redo version 1.4 2019-07-20 21:19:48 +00:00
schmonz
e77958d5b2 doc: Added devel/apenwarr-redo version 0.41 2019-07-20 21:17:54 +00:00
wiz
73f2012528 doc: Updated pkgtools/x11-links to 1.21 2019-07-20 21:11:33 +00:00
wiz
6d7295b922 doc: Updated lang/guile22 to 2.2.6 2019-07-20 21:01:34 +00:00
tnn
8d32483497 doc: updated gimp-warp-sharp, gimp2-wideangle 2019-07-20 20:06:33 +00:00
nia
eb3240a8f2 doc: Updated graphics/ImageMagick to 7.0.8.55 2019-07-20 19:02:50 +00:00
gutteridge
821ca2e3c9 doc: Updated wm/xfce4-wm to 4.13.3nb2 2019-07-20 18:39:27 +00:00
nia
eed3a4545b doc: Updated x11/qt5-qtwebkit to 5.212.0.alpha3 2019-07-20 18:29:52 +00:00
tsutsui
269bcb4103 doc: Updated net/mikutter to 3.9.1 2019-07-20 14:03:59 +00:00
wiz
3d77ee8cee rstart: remove
Deprecated upstream, use ssh X forwarding instead.
2019-07-19 21:15:16 +00:00
wiz
58ed0b9a85 libXTrap, xtrap: remove
Not useful according to upstream (deprecated since ~1994).
2019-07-19 21:13:27 +00:00
leot
b8e5ef64bd doc: Updated net/gallery-dl to 1.9.0 2019-07-19 20:38:53 +00:00
leot
e5baa07453 doc: Updated www/curl to 7.65.3 2019-07-19 17:23:00 +00:00
wiz
0e6229e7c6 bWindowsWM: remove
Not useful according to upstream, and not used in pkgsrc.
2019-07-19 12:09:56 +00:00
wiz
3c694e27c1 doc: Updated meta-pkgs/modular-xorg-libs to 1.7 2019-07-19 12:09:01 +00:00
wiz
a6209c492e doc/TODO: add some
+ libpciaccess-0.16, tor-browser-8.5.4, xinput-1.6.3.
- micro_httpd-20140814, openssl-1.0.2q,
  p5-MooseX-App-1.41, phoronix-test-suite-8.8, ruby-jquery-rails-4.2.1.
2019-07-19 09:13:19 +00:00
nia
0cf8be1ae0 doc: Updated graphics/ImageMagick to 7.0.8.54 2019-07-19 09:12:33 +00:00
adam
c0a014f1d5 Updated devel/cmake 2019-07-19 09:07:11 +00:00
nia
d6f2e470bd doc: Updated net/get_iplayer to 3.21 2019-07-19 08:32:56 +00:00
prlw1
eec43ca527 doc: Updated textproc/yelp-xsl to 3.32.1 2019-07-18 16:01:21 +00:00
prlw1
98f56892a8 doc: Updated devel/py-at-spi2 to 2.33.2 2019-07-18 15:17:27 +00:00
prlw1
f3cabe65f2 doc: Updated devel/at-spi2-atk to 2.33.2 2019-07-18 15:04:11 +00:00
prlw1
52048d59cb doc: Updated devel/at-spi2-core to 2.33.2 2019-07-18 14:48:58 +00:00
prlw1
b812fd4bf8 doc: Updated devel/atk to 2.33.3 2019-07-18 14:41:25 +00:00
wen
484be2ae58 Updated devel/p5-Test-Simple to 1.302164 2019-07-18 14:35:19 +00:00
wen
3d2a3ab5a1 Updated devel/p5-Test-Refcount to 0.10 2019-07-18 14:26:17 +00:00
wen
1a63527971 Updated devel/p5-Test-Compile to 2.2.2 2019-07-18 14:18:55 +00:00
wen
240943c35f Updated www/p5-CGI to 4.44 2019-07-18 13:54:27 +00:00
taca
6ccc59a977 doc: Updated mail/dovecot2-pigeonhole to 0.5.7 2019-07-18 13:42:00 +00:00
taca
8122221196 doc: update mail/dovecot2 and related packages to 2.3.7
mail/dovecot2
	mail/dovecot2-gssapi
	mail/dovecot2-mysql
	mail/dovecot2-pgsql
	mail/dovecot2-sqlite
2019-07-18 13:40:16 +00:00
nia
a968709215 doc: Updated graphics/grafx2 to 2.6 2019-07-18 12:15:23 +00:00
nia
9d59d8e354 doc: Updated games/frotz to 2.44 2019-07-18 11:54:42 +00:00
adam
577e2d495a Updated devel/py-virtualenv, time/py-pendulum 2019-07-18 11:30:28 +00:00
nia
88a5641c3e doc: Updated graphics/feh to 3.2 2019-07-18 11:29:29 +00:00
nia
c96dd79a96 doc: Added emulators/sameboy version 0.12.1 2019-07-18 10:48:11 +00:00
nia
d891330fdc doc: Added emulators/sameboy version 0.12.1 2019-07-18 10:46:14 +00:00
nia
57cf41fa33 doc: Updated emulators/libretro-sameboy to 0.12.1 2019-07-18 10:45:17 +00:00
adam
7b0a2f163a Updated net/wireshark, multimedia/libvpx 2019-07-18 10:29:04 +00:00
adam
126759463d Updated devel/waf, lang/py-parso 2019-07-18 07:39:19 +00:00
taca
c5a75dbce0 doc: Note update of net/bind{911,914} packages.
net/bind914	9.14.4
	net/bind911	9.11.9
2019-07-18 03:04:02 +00:00
gutteridge
c7acc0de3b doc: Updated graphics/ristretto to 0.8.5 2019-07-18 02:53:46 +00:00
fox
dd8f7c888d doc: Added sysutils/exa version v0.9.0 2019-07-18 00:24:33 +00:00
fox
beeb83ac1c doc: Added textproc/bat version 0.11.0 2019-07-18 00:14:24 +00:00
nia
fa40e303aa doc: Updated wm/awesome to 4.3 2019-07-17 22:09:15 +00:00
ryoon
6370fbae7a Updated lang/nim to 0.20.2 2019-07-17 21:57:17 +00:00
roy
360b553db8 doc: Updated net/openresolv to 3.9.1 2019-07-17 18:44:02 +00:00
triaxx
10963432c6 doc: Updated mail/postfix to 3.4.6 2019-07-17 13:33:50 +00:00