pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cdk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 10 11:19:45 UTC 2025

Modified Files:
        pkgsrc/devel/cdk: Makefile PLIST distinfo

Log Message:
cdk: update to 5.0.20250116.

2025/01/16
        + adjust cdk-config.in for cdk's include-subdirectory.
        + modify makefile to separate "cdk.map" filename from package-name.

2025/01/14
        + add enableCursesMarkup(), to provide a way to temporarily suppress
          conversion of embedded markup to curses attributes (request by
          Henry Qin).
        + modify newCDKScroll to avoid creating a too-large list window when
          the box is disabled (report by "systemdlete").
        + use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating
          *-config and ".pc" files (prompted by patch by Zhixu Liu).

2025/01/12
        + further improvements to matching output from *-config and ".pc"
        + improve gen-pkgconfig.in to mark the screen library, e.g., ncurses,
          as "Required" and filter the cflags/libs from required packages out
          of the ".pc" file, because pkg-config will add those automatically.
        + add --with-install-prefix option to configure script

2025/01/08
        + drop obsolete ftp-url from sample build-scripts.
        + fixes for gcc15 stricter warnings.
        + configure script fixes for compiler warnings.
        + update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/cdk/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cdk/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cdk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cdk/Makefile
diff -u pkgsrc/devel/cdk/Makefile:1.49 pkgsrc/devel/cdk/Makefile:1.50
--- pkgsrc/devel/cdk/Makefile:1.49      Wed Jun 26 16:23:34 2024
+++ pkgsrc/devel/cdk/Makefile   Tue Jun 10 11:19:44 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/06/26 16:23:34 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2025/06/10 11:19:44 wiz Exp $
 
-DISTNAME=              cdk-5.0-20240619
+DISTNAME=              cdk-5.0-20250116
 PKGNAME=               ${DISTNAME:S/5.0-/5.0./}
-PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          https://invisible-island.net/archives/cdk/ \
                        https://invisible-mirror.net/archives/cdk/

Index: pkgsrc/devel/cdk/PLIST
diff -u pkgsrc/devel/cdk/PLIST:1.6 pkgsrc/devel/cdk/PLIST:1.7
--- pkgsrc/devel/cdk/PLIST:1.6  Wed Jun 26 16:23:34 2024
+++ pkgsrc/devel/cdk/PLIST      Tue Jun 10 11:19:44 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/06/26 16:23:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/06/10 11:19:44 wiz Exp $
 bin/cdk5-config
 include/cdk.h
 include/cdk/alphalist.h
@@ -230,6 +230,7 @@ man/man3/drawCDKUSlider.3
 man/man3/drawCDKViewer.3
 man/man3/drawCdkTitle.3
 man/man3/dumpCDKSwindow.3
+man/man3/enableCursesMarkup.3
 man/man3/endCDK.3
 man/man3/eraseCDKAlphalist.3
 man/man3/eraseCDKButton.3

Index: pkgsrc/devel/cdk/distinfo
diff -u pkgsrc/devel/cdk/distinfo:1.16 pkgsrc/devel/cdk/distinfo:1.17
--- pkgsrc/devel/cdk/distinfo:1.16      Wed Jun 26 16:23:34 2024
+++ pkgsrc/devel/cdk/distinfo   Tue Jun 10 11:19:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/06/26 16:23:34 wiz Exp $
+$NetBSD: distinfo,v 1.17 2025/06/10 11:19:44 wiz Exp $
 
-BLAKE2s (cdk-5.0-20240619.tgz) = 0ea53249ff0ea1aa57b7324c88b70f18afc9112be1aaf91040f6a6fe803d74cf
-SHA512 (cdk-5.0-20240619.tgz) = 13f15a53142167352f9b4e6ebd7d49cc2b4c209c36b53422f04d640bd652d33928e55af47f8e02a54a668e89f5df94245008b2a3466fdeae683224582f9a8919
-Size (cdk-5.0-20240619.tgz) = 547275 bytes
+BLAKE2s (cdk-5.0-20250116.tgz) = 6356d1cc180baeddabba5be2cd56b557f349aaa226fb0674441433e5de8197d6
+SHA512 (cdk-5.0-20250116.tgz) = d86a26fcce3f2b23c86138b0e620bafcae4ac63d1932f58c074a5e96b8eb856be1a858e190c6563d2986b92f9e770e5d0bd7c3d872f31880ceba41f9eb1754a2
+Size (cdk-5.0-20250116.tgz) = 549798 bytes



Home | Main Index | Thread Index | Old Index