| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Numerous bug fixes and enhancements
Serveral new functions
3 new classes
Cleaned up some API slop
Changes: https://github.com/auerlab/biolibc/tags
|
|
|
|
|
|
| |
Numerous small bug fixes and enhancements
Several new functions added to the library
Changes: https://github.com/outpaddling/libxtend/tags
|
|
|
|
| |
Apply proper config file patch in correct stage.
|
|
|
|
|
|
|
|
| |
bugfix release
Approved by: jrm (ports)
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D34572
|
|
|
|
|
|
| |
Unbreak build after update to recent 3.8. The breakage was caused
by a patch generated using makepatch. Local patches are now applied
in post-patch stage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.7.0
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]
PR: 261821 [1]
PR: 252872 [2]
PR: 239473 [3]
PR: 261824 [4]
PR: 262100 [5]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new release is mostly the result of the evolution of the previous
version over the [five] years. Since the hardware representation of
several modes has changed, the version number has been incremented.
Former Algol 68 Genie versions 1 and 2 implement 32-bit INT, BITS and
64-bit REAL modes, while implementing all LONG and LONG LONG modes in
software. Version 3 implements 64-bit INT, REAL and BITS modes, and
128-bit LONG modes which are supported by modern processors; only LONG
LONG modes remain implemented in software.
Version 3.0 offers bindings for more functions from the GNU Scientific
Library, as well as for statistical routines from the GNU R stand-alone
mathematics library, and adds a generalized incomplete gamma function
according a recent algorithm by Abergel and Moisan from the University
of Paris. Also, it incorporates reported bugfixes.
While here, drop CONFIGURE_ARGS+=--enable-compiler as it is enabled by
default, and switch to dedicated pkg-plist now that there are 36 files.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to most-recent release and switch the build to CMake
(which matches the general migration of Qt to using CMake for
builds). While here, drop the qbs dependency because qbs is
broken with newer clang.
Thanks to Florian for a carefully-written update and PR.
Obtained From: Florian Walpen
PR: 262078
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(The build system) qbs fails to build when QScript is built with
clang13 and any kind of optimization. There's an upstream bug
for this,
https://bugreports.qt.io/browse/QBS-1684
but no resolution yet. Since QScript is -- maybe not *deprecated*,
but not-really-maintained -- unlikely to get fixes, we end up
with qbs blocking its one single consumer, qtcreator. But qtcreator
doesn't actually **need** qbs and can get by without.
So mark as broken, so that the package builders will stop complaining.
|
|
|
|
| |
Reported by: portscout!
|
|
|
|
| |
Approved by: maintainer (implicit, version bump, as per PR 258262)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A patch release. Selected upstream changes:
- remind: Add syntactic sugar to simplify some common types of
reminders.
- remind: Always parse the body of REM statements to catch
expression errors.
- remind: Add the "trig" function to allow more
expressiveness when creating triggers.
- tkremind: Tweak the calendar display; improve ability to
customize colors, including supplying two built-in themes.
- remind: The "||" operator now returns the value of the first non-zero
operand rather than just returning 1 or 0. Similarly, "&&" returns 0
if either operand is false or the value of the last operand if both
operands are true.
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
PR: 262566
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch the ipc mecanism from Orbit2 to dbus (ORBit2 is not used
anywhere anymore).
While here remove the default services, since gconf is not used
anymore by any desktop, having the default service started to allow
configuring system wide configuration is pointless.
Drop the option for ldap, given that no desktop uses it anymore, the ability
so deal with ldap is now pointless as well
Drop the dependency on gtk only used for gconf-sanity check
This shave the dependency lits removing rust, polkit and orbit from it
while not changing the features for the few left consumers.
|
| |
|
|
|
|
|
|
|
| |
- Fix shebang
- Add missing file to plist
Approved by: portmgr blanket
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
PR: 262561
Approved by: pi (maintainer)
|
|
|
|
|
|
|
| |
Note: HTML format build has been disabled until separate localized-only
build will work again without requiring the en_US build.
Approved by: doceng (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
Autorandr allows for auto-detecting displays and configuring them with
xrandr.
Although autorandr is present in the PyPI repositories, I decided to not
prefix this package with py*- as no other package managers do that.
Autorandr should be considered an end-user application.
WWW: https://github.com/phillipberndt/autorandr
|
|
|
|
|
| |
Security: 6601c08d-a46c-11ec-8be6-d4c9ef517024
MFH: 2022Q1
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rarian is deprecated and unused anymore, stop teaching oregano package
to run scrollkeeper on those files.
While here stop installing the compiled glib schema which will overwrite
the system one.
Oregano uses waf, which will wrongly run glib-compile-schema, but also
update-mime-info, update-desktop-database which should be run at install
time only.
A real fix would be to prevent waf from running all those programs, but
waf is a blackbox, and patching it is complicated per package.
|
|
|
|
|
|
| |
xvidcap is the last consumer of rarian/scrollkeeper. While the build
system allows to build without it, the install phase will fail trying
to install omf files, workaround it by telling it there is no OMF files
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From ChangeLog: https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/README.txt/download
* Add string tree library (generic info parser).
* Add OpenSL ES audio output plugin.
* Add mpeg-dash input plugin.
* Add crypto input plugin.
* Add VAAPI support to opengl2 video output (requires using EGL).
* Better hls support.
* Improved DVB/live stream timing.
* Improved BT.2020 support.
* Fix compatibility with ffmpeg 5.0.
* Fix RSS parser.
* Fix output parameter setting (audio amplification, video hue etc.).
* Fix AC3 demuxer.
* Diverse small fixes and optimizations.
* Update german translation.
* Code cleanup.
* Build fixes.
Update plugins directory references in dependent ports
Bump PORTREVISION
Reported by: portscout
|
|
|
|
|
|
|
| |
Zotero is a reference management software to manage bibliographic data and
related research materials.
WWW: https://www.zotero.org/
|
|
|
|
|
| |
- Switch to latest lua
- Tweak depends
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to BUILD_DEPENDS, as this is a header-only
library and the actual usage of dependencies is optional and depends
on the consumer
- Patch most linux-only #ifdefs to also include FreeBSD
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/denoland/deno/releases/tag/v1.19.0
https://github.com/denoland/deno/releases/tag/v1.19.1
https://github.com/denoland/deno/releases/tag/v1.19.2
https://github.com/denoland/deno/releases/tag/v1.19.3
|
|
|
|
|
| |
nautilus-actions has been deprecated very long ago, replaced by
filemanager-actions, which itself is deprecated (archived) now.
|
|
|
|
| |
Changes: https://github.com/jceb/srandrd/blob/bb00996f2f487bc1a24309d6475a384c4f383850/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/be5invis/Iosevka/releases/tag/v15.0.2
|
| |
|
| |
|