Port details |
- pkg_tree Get a 'graphical' tree-overview of installed packages
- 1.1_6 ports-mgmt =28 1.1_6Version of this port present on the latest quarterly branch.
- Maintainer: tatsuki_makino@hotmail.com
- Port Added: 2007-02-05 01:09:12
- Last Update: 2024-01-27 10:52:25
- Commit Hash: 83edd06e
- People watching this port, also watch:: expat, freetype2, pcre, libxml2, libiconv
- License: BSD2CLAUSE
- WWW:
- https://www.mavetju.org/unix/general.php
- Description:
- Get a 'graphical' tree-overview of installed packages
Generates a ascii-art-graphical tree of packages and their dependancies.
For example for setxkbmap and xkbcomp
[~] edwin@k7>pkg_tree 'xkb[cm]'
setxkbmap-1.0.4
|\__ kbproto-1.0.3
|\__ pkg-config-0.23_1
|\__ xproto-7.0.10_1
|\__ libXau-1.0.3_2
|\__ libXdmcp-1.0.2_1
|\__ libX11-1.1.3_1,1
\__ libxkbfile-1.0.4
xkbcomp-1.0.3
|\__ kbproto-1.0.3
|\__ pkg-config-0.23_1
|\__ xproto-7.0.10_1
|\__ libXau-1.0.3_2
|\__ libXdmcp-1.0.2_1
|\__ libX11-1.1.3_1,1
\__ libxkbfile-1.0.4
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pkg_tree>0:ports-mgmt/pkg_tree
- To install the port:
- cd /usr/ports/ports-mgmt/pkg_tree/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/pkg_tree
- pkg install pkg_tree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkg_tree
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622170800
SHA256 (pkg_tree-1.1.tar.gz) = f82a68ab0fda053654cc35a0864b55a9529287f58017b4a1b500e91076a458be
SIZE (pkg_tree-1.1.tar.gz) = 5006
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Run
-
- ports-mgmt/port-maintenance-tools
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_pkg_tree
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_6 27 Jan 2024 10:52:25 |
Gleb Popov (arrowd) Author: Tatsuki Makino |
ports-mgmt/pkg_tree: moving manpages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1_5 09 Aug 2022 07:17:53 |
Koichiro Iwao (meta) Author: Tatsuki Makino |
ports-mgmt/pkg_tree: use better WWW address for the package description
PR: 262878
Reported by: Graham Perrin <grahamperrin@gmail.com>
Approved by: edwin (he answered "either is fine") |
1.1_5 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.1_5 28 Oct 2021 07:48:05 |
Koichiro Iwao (meta) |
ports-mgmt/pkg_tree: cleanup
- Switch to DISTVERSION
- Switch to https MASTER_SITES
- Pet portclippy
PR: 259207 |
1.1_5 01 Jun 2021 07:24:37 |
Li-Wen Hsu (lwhsu) |
ports-mgmt/pkg_tree: Bump PORTREVISION for
4c6e492cd331cfb1dadf2914988ab28ed4b9bdf8
PR: 256214 |
1.1_4 01 Jun 2021 07:19:46 |
Li-Wen Hsu (lwhsu) Author: Tatsuki Makino |
ports-mgmt/pkg_tree: Retrieve data from pkg info at one time
The way it works is that it calls pkg info 3 times, so there is a
possibility of losing consistency.
The -r option added for displaying the "Required by" graph instead of
the "Depends on" graph.
Pass maintainership to submitter
PR: 256214 |
1.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_4 23 Nov 2016 14:41:04 |
amdmi3 |
- Add LICENSE
- Simplify patching/installation |
1.1_4 16 Nov 2016 22:55:39 |
rene |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
1.1_4 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
1.1_3 27 Jun 2015 19:32:38 |
pgollucci |
ports-mgmt/pkg_tree: support pkg_* and pkg
retrieve data from pkg info
PR: 200730
Submitted by: tatsuki_makino@hotmail.com
Approved by: maintainer timeout (edwin@mavetju.org ; 18 days) |
1.1_2 21 Feb 2014 03:52:00 |
adamw |
Stage support. |
1.1_2 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
1.1_2 06 Sep 2013 17:02:34 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.1_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.1_2 27 May 2010 12:58:20 |
edwin |
From Tom Hukins:
I notice it looks for a perl executable in /usr/bin/perl. However, a
perl executable may not exist here, so this small patch changes the
port to use the PERL5 variable to determine the correct location of
perl as determined by the ports system. |
1.1_1 28 Jul 2008 06:37:06 |
edwin |
Update description of pkg_tree
The example in the description of pkg_tree shows old package
names (imake-4, XFree86-libraries).
PR: ports/125990
Submitted by: Carlos Santos <unixmania@gmail.com> |
1.1_1 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |