Commit graph

383990 commits

Author SHA1 Message Date
markd
66b6258387 konversation: update to 23.04.3
qt5/kf5 version.
2023-08-16 21:50:07 +00:00
markd
2cd6991a53 ktorrent: update to 23.04.3
qt5/kf5 version
2023-08-16 21:22:25 +00:00
markd
de91014eed libktorrent: update to 23.04.3
qt5/kf5 version
2023-08-16 21:16:14 +00:00
nros
2cc6a2c325 doc: Added devel/qore-process-module version 1.0.5 2023-08-16 19:03:06 +00:00
nros
f47cde2c54 Add devel/qore-process-module version 1.0.5 to pkgsrc-current
Qore module that provides functions that can start child processes,
communicate with them trough standard io, wait for processes to exit,
terminate processes, get process resource usage and more.
2023-08-16 19:02:35 +00:00
jperkin
e631acd0c8 doc: Updated pkgtools/pkgin to 23.8.0 2023-08-16 17:20:04 +00:00
jperkin
39791b8576 pkgin: Update to 23.8.0.
## Version 23.8.0 (2023-08-16)

This is the biggest overhaul of pkgin yet!  As well as fixing many bugs, pkgin
23.8.0 runs "pkgin -n upgrade" over 2,000x faster on a test system with 12,663
packages installed compared to 22.10.0 (1.4 seconds vs over 54 minutes).

 * Large overhaul of dependency resolution code, fixing many upgrade issues,
   providing significant performance improvements, and improving code and
   logic readability.

 * Add support for SUPERSEDES.

 * Fix install and removal ordering.

 * Improve and fix handling of "keep" packages, using "pkg_add -A" to
   correctly install automatic packages rather than applying keep or unkeep
   flags afterwards.

 * Output improvements, sorting packages alphabetically and providing a
   simple progress counter.  Fix unwanted output that could end up mixed
   with package paths in "pkgin export".

 * Correct handling of +REQUIRED_BY for reverse dependencies, fixing
   DEPENDS that use alternate matches.

 * Many internal code improvements, memory leaks plugged, and compiler
   warnings eradicated.

Fixes at least the following issues:

 * NetBSDfr/pkgin#10
 * NetBSDfr/pkgin#44
 * NetBSDfr/pkgin#79
 * NetBSDfr/pkgin#95
 * NetBSDfr/pkgin#97
 * NetBSDfr/pkgin#110
 * NetBSDfr/pkgin#113
 * NetBSDfr/pkgin#128
 * NetBSD PR#51465
 * NetBSD PR#56683
2023-08-16 17:19:55 +00:00
tsutsui
b059b0c6c1 doc: Updated graphics/xv to 3.10anb28 2023-08-16 17:02:36 +00:00
tsutsui
0324ab3a51 xv: improve webp support, in a pkgsrc patch by me.
- minimum support for loading animation webp (decode only the first frame)
- handle RGBA images properly (libwebp APIs don't convert RGBA to RGB)
  https://bugs.chromium.org/p/webp/issues/detail?id=616
- plug several resouce leaks
- use snprintf(3) rather than sprintf(3)

Bump PKGREVISION.
2023-08-16 17:02:19 +00:00
nia
67202e17a8 libhighway: Option-ize googletest dependency for ABI reasons
(same as other packages, it's a dependency that might require a much
newer compiler)

While here, add missing libatomic dependency
2023-08-16 15:20:49 +00:00
gdt
89d92543ef doc: Updated net/mosquitto to 2.0.16 2023-08-16 14:46:37 +00:00
gdt
c678a8c6e0 net/mosquitto: Update to 2.0.16
upstream changes: micro release with bug and security fixes.
2023-08-16 14:46:32 +00:00
gdt
b069874dff geography/mapserver: Question postgis bl3
Postgis operates within pgsql, so you use it via sql, not by linking.
It can make sense to DEPEND on it, but bl3 seems irregular.

Note that mapserver was not revbumped on postgis update because I
don't believe it really depends on it this way and thus any ABI change
is not really a change to the ABI used by mapserver.
2023-08-16 14:43:50 +00:00
gdt
47ed9d4f3f doc: Updated databases/postgresql-postgis2 to 3.4.0 2023-08-16 14:37:11 +00:00
gdt
be7ca0d027 databases/postgresql-postgis2: Update to 3.4.0
Packaging changes:
  - Accept pgsql 15.
  - No longer accept pgsql 11.
  - use gsed as tool (something in the build wanted it)

Selected upstream NEWS:

PostGIS 3.4.0
2023/08/xx

There are 2 new ./configure switches:

 -  --disable-extension-upgrades-install, will skip installing all the extension upgrade scripts except for the ANY--currentversion. If you use this, you can install select upgrades using the postgis commandline tool
 -  --without-pgconfig, will build just the commandline tools
    raster2pgsql and shp2pgsql even if PostgreSQL is not installed

* New Features *
  - #5052, target version support in postgis_extensions_upgrade
    (Sandro Santilli)
  - New install-extension-upgrades command in postgis script (Sandro Santilli)
  - #5006, GH705, ST_Transform: Support PROJ pipelines (Robert Coup, Koordinates)
  - #5283, [postgis_topology] RenameTopology (Sandro Santilli)
  - #5286, [postgis_topology] RenameTopoGeometryColumn (Sandro Santilli)
  - GH703, [postgis_raster] Add min/max resampling as options (Christian Schroeder)
  - #5336, [postgis_topology] topogeometry cast to topoelement support (Regina Obe)
  - Allow singleton geometry to be inserted into Geometry(Multi*) columns (Paul Ramsey)
  - GH721, New window-based ST_ClusterWithinWin and ST_ClusterIntersectingWin (Paul Ramsey)
  - #5267, ST_Project signature for geometry, and two-point signature (Paul Ramsey)
  - #5267, ST_LineExtend for extending linestrings (Paul Ramsey)
  - New coverage functions ST_CoverageInvalidEdges, ST_CoverageSimplify, ST_CoverageUnion (Paul Ramsey)

* Enhancements *
  - #5092, reduce number of upgrade paths installed on system,
           by providing an ANY intermediary path that all upgrades will
           go thru (Sandro Santilli)

* Breaking Changes *
  - #5306, GH734, postgis_full_version() and postgis_proj_version()
    now output more information about proj network configuration
    and data paths. GEOS compile-time version
    also shown if different from run-time
    (Paul Ramsey, Sandro Santilli)
  - #5447, postgis_restore.pl renamed to postgis_restore
    (Sandro Santilli)
  - Utilities now installed in OS bin or
    user specified --bindir and --prefix
    instead of postgresql bin
    and extension stripped except on windows
    (postgis, postgis_restore, shp2pgsql, raster2pgsql, pgsql2shp,
    pgtopo_import, pgtopo_export)
2023-08-16 14:36:39 +00:00
markd
635c5c6218 Some KDE Gear updates and additions. 2023-08-16 12:45:19 +00:00
markd
218dc7564b libbaloo4: remove. nothing uses it. wont now build. 2023-08-16 12:37:57 +00:00
markd
1f72d37c96 baloo: remove. nothing uses it. wont now build. 2023-08-16 12:35:29 +00:00
markd
5eb9094624 kopete: update to 23.04.3
qt5/kf5 version.
2023-08-16 12:17:01 +00:00
nros
26e718ce7a doc: Added devel/qore-msgpack-module version 1.0.1 2023-08-16 12:11:59 +00:00
nros
77e239fa5a Add devel/qore-msg-module version 1.0.1 to pkgsrc-current
MessagePack module for the Qore programming language.
2023-08-16 12:11:07 +00:00
markd
88f32e68e4 kde-workspace4: remove kdepimlibs dependency 2023-08-16 10:50:40 +00:00
abs
a02a5e0978 Substitute PREFIX in NetBSD wrapper
Fix my previous workaround for NetBSD GL issue to correctly
substitute PREFIX rather than hard coded /usr/pkg
2023-08-16 10:41:35 +00:00
markd
b93c2b6d17 drkonqi: add version 5.24.6
The KDE crash handler.
2023-08-16 10:27:02 +00:00
markd
6ab97763b8 kde-runtime4: drop kdepimlib dependency. dont build drkonqi 2023-08-16 10:20:27 +00:00
markd
81b663e67f kdeplasma-addons4: drop kdepimlibs dependency 2023-08-16 10:08:22 +00:00
markd
ff7f8b6948 kuser: remove. not in KDE Gear. 2023-08-16 10:01:53 +00:00
markd
08197058f2 kde4: drop kuser 2023-08-16 09:58:54 +00:00
markd
41ed76663c kde4: allow newer kgpg 2023-08-16 09:46:35 +00:00
markd
47da924580 kgpg: updat to 23.04.3
qt5/kf5 version.
2023-08-16 09:43:51 +00:00
markd
2953baf9d7 kde4: allow newer kget 2023-08-16 09:38:53 +00:00
markd
c0369d6b26 kget: update to 23.04.3
qt5/kf5 version
2023-08-16 09:37:35 +00:00
nros
6b5f2e4151 doc: Added databases/qore-odbc-module version 1.2.0 2023-08-16 09:04:34 +00:00
nros
d9f4a1e4ad Add databases/qore-odbc-module verson 1.2.0 to pkgsrc-current
ODBC database driver module for the Qore programming language.
2023-08-16 09:03:51 +00:00
markd
0877eb199a kde4: remove kdepimlibs 2023-08-16 09:01:36 +00:00
markd
68dd4ca0b0 kdepim-runtime4: remove, now using kde5 versions 2023-08-16 08:48:49 +00:00
markd
a3ba26ad94 kde: remove kdepim-runtime4 2023-08-16 08:44:34 +00:00
markd
4f332f400e kleopatra: add version 23.04.3
kleopatra is a tool for managing x509 and openpgp certificates.
2023-08-16 08:34:41 +00:00
markd
95bd8ebf36 kdepim4: remove
replaced by individual kde5 packages: akonadiconsole, akregator,
kaddressbook, kalarm, kmail, knotes, kontact, korganizer ...
2023-08-16 08:29:23 +00:00
markd
0dedb9a2e5 kde4: drop kdepim4 add kmail, korganizer et al 2023-08-16 08:17:55 +00:00
nia
0dd463e362 vigor: Check for CIRCLEQ support using the infrastructure variable 2023-08-16 08:08:36 +00:00
nia
7015364795 nvi-m17n: check for CIRCLEQ using the infrastructure variable 2023-08-16 08:07:41 +00:00
nia
a50341737c mk: Define OPSYS_HAS_CIRCLEQ on NetBSD versions before 10 2023-08-16 08:07:01 +00:00
nia
8ebd2043a1 generate: Strip out -Werror (fails with newer gcc)
While here, comment out OWNER (email address bounces)
2023-08-16 07:58:14 +00:00
markd
a7fda9c174 kaddressbook: add version 23.04.3
kaddressbook is part of the KDE suite of personal information management
(PIM) programs. kaddressbook is primarily an email address manager, but
it can also help you keep track of your friends' and associates' telephone
numbers, web  sites, social media connections, snail-mail addresses, and
more, besides. It's your one-stop shop for keeping track of all the people
you know.
2023-08-16 07:56:04 +00:00
nia
c34f913276 flatbuffers: Strip out -Werror to fix the build with newer compilers
While here, use USE_CXX_FEATURES to indicate a language requirement
rather than USE_LANGUAGES - it sets -std=c++0x by itself.
2023-08-16 07:52:04 +00:00
markd
f7c7432e70 kontact: add version 23.04.3
kontact is the integrated solution to your personal information management
(PIM) needs. It combines well-known KDE applications such as kmail,
korganizer and kaddressbook into a single interface to provide easy access
to mail, scheduling, address book and other PIM functionality.
2023-08-16 07:51:34 +00:00
markd
a496d2cd75 knotes: add version 23.04.3
KNotes aims to be a useful and full featured notes application for
the KDE project. It tries to be as fast and lightweight as possible
although including some advanced features.
2023-08-16 07:46:12 +00:00
markd
d4b9ef1a2c korganizer: add version 23.04.3
korganizer is an intuitive and easy to use personal information manager
(PIM). You can schedule appointments, events, create to-dos and write
journal entries. korganizer will remind you about pending tasks, record
your occurrences, experiences, and reflections and help you keep your
schedule.
2023-08-16 07:43:14 +00:00
nia
2ec99ff166 py-anytree: Avoid self-conflict by renaming installed binary.
Bump PKGREVISION.
2023-08-16 07:40:30 +00:00