./time/kronolith, Horde calendar application

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.6nb4, Package name: kronolith-2.3.6nb4, Maintainer: pkgsrc-users

Kronolith is the Horde calendar application. It provides a stable and
featureful individual calendar system for every Horde user, with
integrated collaboration/scheduling features. It makes extensive use of
the Horde Framework to provide integration with other applications.


Required to run:
[www/horde] [databases/php-mysql] [time/pear-Date]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2716.717 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-28 19:34:45 by David H. Gutteridge | Files touched by this commit (1)
Log message: kronolith: fix make(1) substitution in INSTALLATION_DIRS Back in May 2020, make(1) was changed to disallow the particular substitution form used in one of the INSTALLATION_DIRS assignments. https://github.com/NetBSD/src/commit/3b58d8437a0b171a42895aedbcd93e4f8b8c10e0 Incorrect/useless DESTDIR directories have been created by builds using newer versions of the tool, though this is harmless. 
   2025-02-08 04:56:22 by Takahiro Kambe | Files touched by this commit (4)
Log message: multiple PHP support * Use PHP_BASE_VERS in DEPENDS if required. * Use REPLACE_PHP. Bump PKGREVISION. 
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message: time: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes 
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message: time: Remove SHA1 hashes for distfiles 
   2021-04-24 13:37:29 by Thomas Klausner | Files touched by this commit (6)
Log message: *: remove dead download links 
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message: all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. 
   2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180)
Log message: Follow some http redirects. 
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message: Convert all occurrences (353 by my count) of	MASTER_SITES=	site1 \	site2 style continuation lines to be simple repeated	MASTER_SITES+= site1	MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.