From Stefan Hagen:
"""
Glimpse is functional, but
upstream is dead for years. Glimpse (the indexer) is completely gone
and can only be found on mirrors and archive.org. Webglimpse originally
was the webfrontend for glimpse, but is mentioned as homepage in the
port (which is not correct, the port does not contain the web part).
Anyway, webglimpse.net is also gone. There is a backup version on
github (last commit 2014). https://github.com/gvelez17/webglimpse
The gimpse version we're installing is from 1998. There is no more
recent one.
Good source code indexers are rare, but this one might just be
too old by now.
Also:
$ make 2>&1 | grep -i warning | wc -l
970
"""
No port depends on it anymore after I removed the dependency on it from
misc/tkman.
No objection schwarze
OK kmos
Since kitty offloads the rendering to the GPU, it doesn't make much sense
to run it without hardware acceleration.
Spotted while fixing the build on macppc. Thanks to Brad for proposing
to use ONLY_FOR_ARCHS instead of not building the port on macppc only.
Aarch64 has been added since it supports amdgpu(4) and radeondrm(4).
OK thfr@ (maintainer, on my first proposal)
< mikolaj at kucharski dot name >.
OK sthen@
Comment:
prints information and tests integrity of JPEG files
Description:
Jpeginfo is an utility to generate informative listings from JPEG files,
and to check JPEG files for errors. Program also supports automagic
deletion of broken JPEGs.
WWW: https://www.kokkonen.net/tjko/projects.html
+jpeginfo
Fixed: Chatbox invisble (zero height) (#4388)
Fixed: Handling of invalid packet sizes (#4394)
Fixed: Race-condition leading to loss of shortcuts (#4430)
Fixed: Link in About dialog is now clickable again (#4454)
Fixed: Sizing issues in ACL-Editor (#4455)
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.
with fixes and tweaks from cwen@:
- add patch to fix build on gcc
- disable -Os
- build & enable tests
some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.
required by an upcoming geo/spatialite/libspatialite update.
ok bentley@ cwen@