Export some ExtUtils::MakeMaker and Module::Build recognized environment
variables so they are picked up even if we don't run the configure
script directly.
This is useful for things that are not perl modules themselves, but include
perl modules, some of which seem to configure them at build time instead
of configure.
This is the first step to moving perl to have a vendor lib that
ports install into that is separate from where CPAN will install things.
Thanks to kmos@ for a bulk build that didn't turn up anything untoward
- handle windows line endings
- never break before the closing parens in a call expression
- trim empty lines after switch case statements
- trim trailing whitespace from comments
- optionally skip new line after function implementation
- multiple fixes related to handling of cpp branches
- fix indent of statements after switch case statement
- multiple fixes related to brace initializers
- correct handling of do/while statements in diff mode
it stops trying to build modules if there was a problem with unit itself,
plus it pulls in any needed BDEPs. using this as a way to address missing
BDEP on pcre2 for modules (seen by aja@ and me) - configure script wants
it even when we're only building modules not unitd.
Comment:
KIO Slave to access Google Drive
Description:
GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin,
Kate or Gwenview) to access and edit Google Drive files on the cloud.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Tests and feedback from Yifei Zhan
Comment:
plugins for the KDE KIPI interface
Description:
KIPI plugins (KDE Image Plugin Interface) is an effort to develop a common
plugin structure for digiKam, KPhotoAlbum (formerly known as KimDaBa), Showimg
and Gwenview. Its aim is to share image plugins among graphic applications.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Tests and feedback from Yifei Zhan
Comment:
library for parsing and evaluating OSM data
Description:
A library for parsing and evaluating OSM opening hours expressions.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Tests on amd64/arm64(RPi4) from Yifei Zhan
Comment:
kirigami component gallery application
Description:
Example application which uses all features from kirigami, including links to
the sourcecode, tips on how to use the components and links to the
corresponding HIG pages and code examples on invent.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://apps.kde.org/de/kirigami2.gallery/
Tweaks and tests from Yifei Zhan
Comment:
color contrast checker
Description:
Kontrast is a color contrast checker and tells you if your color combinations
are distinct enough to be readable and accessible.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Feedback, tweaks and tests from Yifei Zhan
Notable changes:
- this is mainly a bugfix update
- bumped major: libfm-qt, liblxqt, qtermwidget
- New patch is introduced to make lxqt-session builds on OpenBSD
- Move VERSION/DISTNAME in Makefile.inc
Update diff from Yifei Zhan <openbsd A-T zhan D-O-T science>
as discussed with sthen@)
also: kill some special useless casing... the regexp for adding
REVISION/EPOCH at the right location works with and without flavors
(no difference shown on make show=PKGNAMES through a full tree)
ok benoit@
The LDC project aims to provide a portable D programming language
compiler with modern optimization and code generation capabilities.
The compiler uses the official DMD frontend to support the latest D2
version and relies on the LLVM Core libraries for code generation.