Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2008 21:29:30 GMT
From:      Carlos Santos <unixmania@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125990: Update description of pkg_tree
Message-ID:  <200807262129.m6QLTUtt046719@www.freebsd.org>
Resent-Message-ID: <200807262130.m6QLU8Zq012923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125990
>Category:       ports
>Synopsis:       Update description of pkg_tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 21:30:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Carlos Santos
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD casantos.casantos.org 7.0-STABLE FreeBSD 7.0-STABLE #4: Thu Jul 17 21:07:23 BRT 2008     root@casantos.casantos.org:/local/FreeBSD/src-stable/sys/amd64/compile/HP_NX6320_70_AMD64  amd64

>Description:
The example in the description of pkg_tree shows old package
names (imake-4, XFree86-libraries).
>How-To-Repeat:
N.A.
>Fix:
The attached patch provides an up-to-date example that also
shows the support for regular expressions in the command line
arguments.

Patch attached with submission follows:

--- ports/ports-mgmt/pkg_tree/pkg-descr.orig	2001-11-20 21:29:34.000000000 -0200
+++ ports/ports-mgmt/pkg_tree/pkg-descr	2008-07-26 18:11:16.000000000 -0300
@@ -1,13 +1,24 @@
 Get a 'graphical' tree-overview of installed packages
 
 Generates a ascii-art-graphical tree of packages and their dependancies.
-For example for itk-3.2_1:
+For example for setxkbmap and xkbcomp
 
-      [~] edwin@k7>pkg_tree tk-8
-      tk-8.3.3
-        |\__ tcl-8.3.3_3 (unknown)
-        |\__ imake-4.1.0 (unknown)
-        |\__ freetype2-2.0.4
-         \__ XFree86-libraries-4.1.0 (unknown)
+      [~] 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
 
 WWW: http://www.mavetju.org/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807262129.m6QLTUtt046719>