Path to this page:
./
sysutils/qlogtools,
Tools useful in analyzing logs from qmail and other pkgs
Branch: CURRENT,
Version: 3.1,
Package name: qlogtools-3.1,
Maintainer: schmonzThis package is a set of tools that are useful in analyzing or producing
logs from qmail and other packages.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 20.379 KB
Version history: (Expand)
- (2005-10-05) Package added to pkgsrc.se, version qlogtools-3.1 (created)
CVS history: (Expand)
2023-10-14 18:52:54 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
libowfat, nacl, qlogtools, service-config: take MAINTAINER.
(In the event they're ever updated upstream, this will help me notice.)
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41) |
Log message:
Remove DJB_RESTRICTED, no longer used.
|
2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39) |
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
|
2020-05-02 13:49:40 by Roland Illig | Files touched by this commit (1) |
Log message:
sysutils/qlogtools: skip nonexistent error.h when fixing errno
Some packages using mk/djbware.mk do not have error.h but need to fix the
errno declaration in other files. Up to now, there was no good way of
achieving exactly this.
Building packages like these in a SUBST_NOOP_OK=no build makes these
packages fail. To fix these packages, the configuration of the files
needed to be a bit more flexible.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-09-12 22:47:56 by Roland Illig | Files touched by this commit (1) |
Log message:
sysutils/qlogtools: fix a few pkglint warnings
|