pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
duc: Import duc-1.4.5 as wip/duc
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Jun 21 19:47:27 2025 +0200
Changeset: 77ae4690b29274a6f19645c62f2879ba0b7c141d
Added Files:
duc/DESCR
duc/Makefile
duc/PLIST
duc/distinfo
Log Message:
duc: Import duc-1.4.5 as wip/duc
Duc is a collection of tools for indexing, inspecting and visualizing
disk usage.
Duc maintains a database of accumulated sizes of directories of the
file system, and allows you to query this database with some tools, or
create fancy graphs showing you where your bytes are.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=77ae4690b29274a6f19645c62f2879ba0b7c141d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
duc/DESCR | 6 ++++++
duc/Makefile | 25 +++++++++++++++++++++++++
duc/PLIST | 3 +++
duc/distinfo | 5 +++++
4 files changed, 39 insertions(+)
diffs:
diff --git a/duc/DESCR b/duc/DESCR
new file mode 100644
index 0000000000..8546c378df
--- /dev/null
+++ b/duc/DESCR
@@ -0,0 +1,6 @@
+Duc is a collection of tools for indexing, inspecting and visualizing
+disk usage.
+
+Duc maintains a database of accumulated sizes of directories of the
+file system, and allows you to query this database with some tools, or
+create fancy graphs showing you where your bytes are.
diff --git a/duc/Makefile b/duc/Makefile
new file mode 100644
index 0000000000..3d695d2526
--- /dev/null
+++ b/duc/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= duc-1.4.5
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=zevv/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://duc.zevv.nl/
+COMMENT= Collection of tools for inspecting and visualizing disk usage
+LICENSE= gnu-lgpl-v3
+
+USE_TOOLS+= autoconf automake autoreconf pkg-config
+GNU_CONFIGURE= yes
+
+# Needed for checking for tputs in -lncursesw check
+FAKE_NCURSES= yes
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && autoreconf -fi
+
+.include "../../databases/tokyocabinet/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/duc/PLIST b/duc/PLIST
new file mode 100644
index 0000000000..11af6a8c92
--- /dev/null
+++ b/duc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/duc
+man/man1/duc.1
diff --git a/duc/distinfo b/duc/distinfo
new file mode 100644
index 0000000000..ff33e3afc9
--- /dev/null
+++ b/duc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (duc-1.4.5.tar.gz) = 6915b95f64e1fafd922c097c61480593e417e83aabcd650782dbd1ec60213137
+SHA512 (duc-1.4.5.tar.gz) = c7fda0c1895a803c177500b6b84ae002f4771c55fade96cb5a1c1375586564ee82791d37ceb1a45108a0cd562968e7f4412e5df0a4289076881875fc15de8c5a
+Size (duc-1.4.5.tar.gz) = 845695 bytes
Home |
Main Index |
Thread Index |
Old Index