From owner-cvs-all@FreeBSD.ORG Fri Aug 24 14:29:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11F7F16A418; Fri, 24 Aug 2007 14:29:43 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04D3713C46B; Fri, 24 Aug 2007 14:29:43 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OETg0v092943; Fri, 24 Aug 2007 14:29:42 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7OETgR1092942; Fri, 24 Aug 2007 14:29:42 GMT (envelope-from netchild) Message-Id: <200708241429.l7OETgR1092942@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 24 Aug 2007 14:29:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/scripts explicit_lib_depends.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:29:43 -0000 netchild 2007-08-24 14:29:42 UTC FreeBSD ports repository Added files: Tools/scripts explicit_lib_depends.sh Log: explicit_lib_depends.sh shows you the current explicit dependency list of libs for a given installed port, e.g.: # ./explicit_lib_depends.sh gnome-vfs-2.18.1_2 USE_GETTEXT=yes USE_GNOME+=gconf2 USE_GNOME+=glib20 USE_GNOME+=gnomevfs2 USE_GNOME+=libxml2 USE_GNOME+=orbit2 USE_ICONV=yes avahi-client:net/avahi avahi-common:net/avahi avahi-glib:net/avahi dbus-1:devel/dbus dbus-glib-1:devel/dbus-glib Revision Changes Path 1.1 +115 -0 ports/Tools/scripts/explicit_lib_depends.sh (new)