summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2021-12-31 17:28:11 +0000
committerplunky <plunky@pkgsrc.org>2021-12-31 17:28:11 +0000
commit6cc978c565eef48b95531b279da97d536f25536d (patch)
tree33d7aeb89f5e07b4b77aaae5c65af6a32d5ccaf0
parent18b0ce750dfc1754df182fa162ce9a90eccc274c (diff)
downloadpkgsrc-6cc978c565eef48b95531b279da97d536f25536d.tar.gz
Add libtree-2.0.0
A command line tool that: - turns ldd into a tree - explains why shared libraries are found and why not - package optionally deploys executables and dependencies into a single directory
-rw-r--r--sysutils/libtree/DESCR5
-rw-r--r--sysutils/libtree/Makefile21
-rw-r--r--sysutils/libtree/PLIST3
-rw-r--r--sysutils/libtree/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/libtree/DESCR b/sysutils/libtree/DESCR
new file mode 100644
index 00000000000..c857cd6a675
--- /dev/null
+++ b/sysutils/libtree/DESCR
@@ -0,0 +1,5 @@
+A command line tool that:
+ - turns ldd into a tree
+ - explains why shared libraries are found and why not
+ - package optionally deploys executables and dependencies
+ into a single directory
diff --git a/sysutils/libtree/Makefile b/sysutils/libtree/Makefile
new file mode 100644
index 00000000000..db4314da782
--- /dev/null
+++ b/sysutils/libtree/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/12/31 17:28:11 plunky Exp $
+
+DISTNAME= libtree-2.0.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=haampie/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/haampie/libtree
+COMMENT= Show library info in a tree form
+LICENSE= mit
+
+USE_LANGUAGES= c c++17
+USE_CMAKE= yes
+
+CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
+
+.include "../../devel/cxxopts/buildlink3.mk"
+.include "../../devel/elfio/buildlink3.mk"
+.include "../../devel/termcolor/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/libtree/PLIST b/sysutils/libtree/PLIST
new file mode 100644
index 00000000000..1c8ce5bd3f0
--- /dev/null
+++ b/sysutils/libtree/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/31 17:28:11 plunky Exp $
+bin/libtree
+man/man1/libtree.1
diff --git a/sysutils/libtree/distinfo b/sysutils/libtree/distinfo
new file mode 100644
index 00000000000..e9529921104
--- /dev/null
+++ b/sysutils/libtree/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/31 17:28:11 plunky Exp $
+
+BLAKE2s (libtree-2.0.0.tar.gz) = 7fbbb975e701060ec8c13d836d09912e58ef96fa2dac3165c1346712e42c17ca
+SHA512 (libtree-2.0.0.tar.gz) = 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
+Size (libtree-2.0.0.tar.gz) = 161133 bytes