pkgsrc-WIP-changes archive

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

remove ncdu2, imported as sysutils/ncdu2



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Tue Feb 28 22:08:40 2023 +0100
Changeset:	153f8705b92d2902d066782998a6094de666c90a

Modified Files:
	Makefile
Removed Files:
	ncdu2/DESCR
	ncdu2/Makefile
	ncdu2/PLIST
	ncdu2/TODO
	ncdu2/distinfo
	ncdu2/patches/patch-build.zig

Log Message:
remove ncdu2, imported as sysutils/ncdu2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=153f8705b92d2902d066782998a6094de666c90a

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

diffstat:
 Makefile                      |  1 -
 ncdu2/DESCR                   |  4 ----
 ncdu2/Makefile                | 19 -------------------
 ncdu2/PLIST                   |  3 ---
 ncdu2/TODO                    | 15 ---------------
 ncdu2/distinfo                |  6 ------
 ncdu2/patches/patch-build.zig | 14 --------------
 7 files changed, 62 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c60a50d9cb..653ed6212d 100644
--- a/Makefile
+++ b/Makefile
@@ -2527,7 +2527,6 @@ SUBDIR+=	ncbi-bin
 SUBDIR+=	ncbi-blast+
 SUBDIR+=	ncbi-c++-lib
 SUBDIR+=	ncbi-lib
-SUBDIR+=	ncdu2
 SUBDIR+=	ncp
 SUBDIR+=	ncrack
 SUBDIR+=	neb-cd512
diff --git a/ncdu2/DESCR b/ncdu2/DESCR
deleted file mode 100644
index 2976b315e3..0000000000
--- a/ncdu2/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-ncdu (NCurses Disk Usage) is a curses-based version of the well-known
-'du', and provides a fast way to see what directories are using
-your disk space. This is a complete rewrite in zig, with lower memory
-usage and better performance.
diff --git a/ncdu2/Makefile b/ncdu2/Makefile
deleted file mode 100644
index 2c3069a341..0000000000
--- a/ncdu2/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	ncdu-2.2.2
-CATEGORIES=	sysutils
-MASTER_SITES=	https://dev.yorhel.nl/download/
-
-COMMENT=	Disk usage visualization tool
-MAINTAINER=	nikita%NetBSD.org@localhost
-HOMEPAGE=	https://dev.yorhel.nl/ncdu
-LICENSE=	mit
-
-FAKE_NCURSES=	yes
-USE_CURSES=	vw_printw
-
-CONFLICTS+=	ncdu-[0-9]*
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../lang/zig/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ncdu2/PLIST b/ncdu2/PLIST
deleted file mode 100644
index 503ffc1637..0000000000
--- a/ncdu2/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/ncdu
-man/man1/ncdu.1
diff --git a/ncdu2/TODO b/ncdu2/TODO
deleted file mode 100644
index 2284d058ea..0000000000
--- a/ncdu2/TODO
+++ /dev/null
@@ -1,15 +0,0 @@
-/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:387:49: error: expected type 'c_int', found 'u32'
-    _ = c.attr_set(styles[@enumToInt(s)].style().attr, @enumToInt(s)+1, null);
-                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
-/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:387:49: note: signed 32-bit int cannot represent all possible unsigned 32-bit values
-/scratch/wip/ncdu2/work/ncdu-2.2.2/zig-cache/o/7fe4dc68d56d09a5100d9c8ca0660e0d/cimport.zig:505:24: note: parameter type declared here
-pub extern fn attr_set(attr_t, c_short, ?*anyopaque) c_int;
-                       ^~~~~~
-referenced by:
-    draw: /scratch/wip/ncdu2/work/ncdu-2.2.2/src/browser.zig:782:7
-    handleEvent: /scratch/wip/ncdu2/work/ncdu-2.2.2/src/main.zig:527:31
-    remaining reference traces hidden; use '-freference-trace' to see all reference traces
-
-/scratch/wip/ncdu2/work/ncdu-2.2.2/src/ui.zig:137:28: error: root struct of file '.scratch.wip.ncdu2.work.ncdu-2.2.2.zig-cache.o.7fe4dc68d56d09a5100d9c8ca0660e0d.cimport' has no member named 'wcwidth'
-        const cp_width_ = c.wcwidth(cp);
-                          ~^~~~~~~~
diff --git a/ncdu2/distinfo b/ncdu2/distinfo
deleted file mode 100644
index 8815d085dd..0000000000
--- a/ncdu2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (ncdu-2.2.2.tar.gz) = 15f96d67a36352647e986c7829d069c0d6d06954e6e5d3c160eb71a782c69e77
-SHA512 (ncdu-2.2.2.tar.gz) = 5742b4abca1168256b6a7afa24d25e709bc3b490181d85fc070ddce4aad9d41fa3acb5c5a63676d804d082918fdf2bf0c98a27d8d07a56abeef0574c1b598da6
-Size (ncdu-2.2.2.tar.gz) = 56096 bytes
-SHA1 (patch-build.zig) = a8ad575ef54b7ad682cf2ba587694f844cc0ebb1
diff --git a/ncdu2/patches/patch-build.zig b/ncdu2/patches/patch-build.zig
deleted file mode 100644
index 6c523994fd..0000000000
--- a/ncdu2/patches/patch-build.zig
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Fix PIE build.
-
---- build.zig.orig	2023-01-19 20:45:54.216372800 +0100
-+++ build.zig	2023-01-19 20:46:23.795210635 +0100
-@@ -10,6 +10,7 @@
-     const exe = b.addExecutable("ncdu", "src/main.zig");
-     exe.setTarget(target);
-     exe.setBuildMode(mode);
-+    exe.pie = true;
-     exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{});
-     exe.linkLibC();
-     exe.linkSystemLibrary("ncursesw");


Home | Main Index | Thread Index | Old Index