pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/sysutils/libtree Add libtree-2.0.0



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/643c0ca0a914
branches:  trunk
changeset: 370855:643c0ca0a914
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Fri Dec 31 17:28:11 2021 +0000

description:
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

diffstat:

 sysutils/libtree/DESCR    |   5 +++++
 sysutils/libtree/Makefile |  21 +++++++++++++++++++++
 sysutils/libtree/PLIST    |   3 +++
 sysutils/libtree/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 967acf67ab8a -r 643c0ca0a914 sysutils/libtree/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libtree/DESCR    Fri Dec 31 17:28:11 2021 +0000
@@ -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 -r 967acf67ab8a -r 643c0ca0a914 sysutils/libtree/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libtree/Makefile Fri Dec 31 17:28:11 2021 +0000
@@ -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@localhost
+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 -r 967acf67ab8a -r 643c0ca0a914 sysutils/libtree/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libtree/PLIST    Fri Dec 31 17:28:11 2021 +0000
@@ -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 -r 967acf67ab8a -r 643c0ca0a914 sysutils/libtree/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libtree/distinfo Fri Dec 31 17:28:11 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index