pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
di: Update to 6.2.2.2 (pkg/59938)
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Mon Jun 22 22:37:45 2026 +0200
Changeset: d3ae2ba430ee370b81e5ca1b50a1cf6d18998ed8
Modified Files:
Makefile
Added Files:
di/COMMIT_MSG
di/DESCR
di/Makefile
di/PLIST
di/distinfo
Log Message:
di: Update to 6.2.2.2 (pkg/59938)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3ae2ba430ee370b81e5ca1b50a1cf6d18998ed8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
di/COMMIT_MSG | 37 +++++++++++++++++++++++++++++++++++++
di/DESCR | 5 +++++
di/Makefile | 18 ++++++++++++++++++
di/PLIST | 14 ++++++++++++++
di/distinfo | 5 +++++
6 files changed, 80 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 57c8c8c0e2..765b3f58ae 100644
--- a/Makefile
+++ b/Makefile
@@ -738,6 +738,7 @@ SUBDIR+= devkitARM-tools
SUBDIR+= devpub-mount
SUBDIR+= dfam
SUBDIR+= dhcpd-snmp
+SUBDIR+= di
SUBDIR+= diablo
SUBDIR+= dict-client-current
SUBDIR+= dict-est-rus
diff --git a/di/COMMIT_MSG b/di/COMMIT_MSG
new file mode 100644
index 0000000000..eb23416a9f
--- /dev/null
+++ b/di/COMMIT_MSG
@@ -0,0 +1,37 @@
+Changes:
+ Various build fixes (run-path, installation, NetBSD)
+ Fixes for pkg-config .pc files.
+ Fixed a potential crash.
+ Added examples
+
+Full Changelog:
+
+**6.2.2.2 2026-1-23**
+
+* Bug Fixes:
+ * Fix install of .po files when staging.
+ * Fix install of .po files via cmake.
+
+**6.2.2.1 2026-1-23**
+
+* Bug Fixes:
+ * Fix build on NetBSD.
+ * Fixes for pkg-config .pc file.
+ * Fix staging process when building with mkconfig.
+ * Fix various link issues.
+* Changes:
+ * Add examples directory with build script.
+* Internal:
+ * Minor code cleanup.
+ * Update mkconfig to version 2.6.12.
+
+**6.2.1 2026-1-3**
+
+* Bug Fixes:
+ * Fix a potential crash (uninitialized variable).
+ * Fix windows build (long double handling).
+* Internal:
+ * Added some github workflows.
+ * Changed the cmake 'test' target to 'ditest'.
+
+
diff --git a/di/DESCR b/di/DESCR
new file mode 100644
index 0000000000..50cbef5276
--- /dev/null
+++ b/di/DESCR
@@ -0,0 +1,5 @@
+di is a disk information utility, displaying everything (and more)
+that your df command does. It features the ability to display your
+disk usage in whatever format you prefer. It also checks the user
+and group quotas, so that the user sees the space available for
+their use, not the system wide disk space.
diff --git a/di/Makefile b/di/Makefile
new file mode 100644
index 0000000000..baa2d7ecb4
--- /dev/null
+++ b/di/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.12 2025/11/15 20:11:48 bsiegert Exp $
+
+DISTNAME= di-6.2.2.2
+CATEGORIES= sysutils
+MASTER_SITES= https://sourceforge.net/projects/diskinfo-di/files/
+
+MAINTAINER= brad.lanam.di%gmail.com@localhost
+HOMEPAGE= https://diskinfo-di.sourceforge.io/
+COMMENT= Alternative df command
+LICENSE= zlib
+
+USE_LANGUAGES= c
+USE_TOOLS+= msgfmt pkg-config sed tr grep sh
+USE_PKGLOCALEDIR= yes
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/di/PLIST b/di/PLIST
new file mode 100644
index 0000000000..ab1e260856
--- /dev/null
+++ b/di/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+bin/di
+include/di.h
+lib/libdi.so
+lib/libdi.so.6
+lib/libdi.so.6.2.2
+lib/pkgconfig/di.pc
+man/man1/di.1
+man/man3/libdi.3
+share/di/examples/build.sh
+share/di/examples/diex.c
+share/locale/de/LC_MESSAGES/di.mo
+share/locale/en/LC_MESSAGES/di.mo
+share/locale/es/LC_MESSAGES/di.mo
diff --git a/di/distinfo b/di/distinfo
new file mode 100644
index 0000000000..d1be524ba7
--- /dev/null
+++ b/di/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2025/11/15 20:11:48 bsiegert Exp $
+
+BLAKE2s (di-6.2.2.2.tar.gz) = 09d59df89cf2d2c83cfb1ef5494fed4b5a02e7ae7098610e7316b3b946005bca
+SHA512 (di-6.2.2.2.tar.gz) = 4306d7c20ff9c4da738dc254717f562a7c7086b95138ffc0ed8739533073e2be3f02eb8ec5616e3578591c1fabfdf5087555cae3b047aaaa308286375bc73f4c
+Size (di-6.2.2.2.tar.gz) = 140770 bytes
Home |
Main Index |
Thread Index |
Old Index