pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libtree



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.

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@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"
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



Home | Main Index | Thread Index | Old Index