Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ABBDF1A9239 for ; Fri, 31 Dec 2021 17:28:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DD03484EE6; Fri, 31 Dec 2021 17:28:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22BA984ED1 for ; Fri, 31 Dec 2021 17:28:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9-YgHmRgWUzB for ; Fri, 31 Dec 2021 17:28:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8DE1884CDF for ; Fri, 31 Dec 2021 17:28:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85B24FAEC; Fri, 31 Dec 2021 17:28:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640971691219610" MIME-Version: 1.0 Date: Fri, 31 Dec 2021 17:28:11 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/sysutils/libtree To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20211231172811.85B24FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640971691219610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Fri Dec 31 17:28:11 UTC 2021 Added Files: pkgsrc/sysutils/libtree: DESCR Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/libtree/DESCR \ pkgsrc/sysutils/libtree/Makefile pkgsrc/sysutils/libtree/PLIST \ pkgsrc/sysutils/libtree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640971691219610 Content-Disposition: inline Content-Length: 2094 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/libtree/DESCR diff -u /dev/null pkgsrc/sysutils/libtree/DESCR:1.1 --- /dev/null Fri Dec 31 17:28:11 2021 +++ pkgsrc/sysutils/libtree/DESCR Fri Dec 31 17:28:11 2021 @@ -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 Index: pkgsrc/sysutils/libtree/Makefile diff -u /dev/null pkgsrc/sysutils/libtree/Makefile:1.1 --- /dev/null Fri Dec 31 17:28:11 2021 +++ pkgsrc/sysutils/libtree/Makefile Fri Dec 31 17:28:11 2021 @@ -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" Index: pkgsrc/sysutils/libtree/PLIST diff -u /dev/null pkgsrc/sysutils/libtree/PLIST:1.1 --- /dev/null Fri Dec 31 17:28:11 2021 +++ pkgsrc/sysutils/libtree/PLIST Fri Dec 31 17:28:11 2021 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2021/12/31 17:28:11 plunky Exp $ +bin/libtree +man/man1/libtree.1 Index: pkgsrc/sysutils/libtree/distinfo diff -u /dev/null pkgsrc/sysutils/libtree/distinfo:1.1 --- /dev/null Fri Dec 31 17:28:11 2021 +++ pkgsrc/sysutils/libtree/distinfo Fri Dec 31 17:28:11 2021 @@ -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 --_----------=_1640971691219610--