From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 21:43:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE9216A41F for ; Mon, 17 Oct 2005 21:43:17 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6A743D68 for ; Mon, 17 Oct 2005 21:43:13 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so50102wra for ; Mon, 17 Oct 2005 14:43:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=a5KQqQ6qp9ckDGyqdtJ99FM41llZTheOpmqvbhUFK+MDLKfmIQLC3VvzBoTPuNbDNUuX7BbycPkMMUMJD61pNsdSyj/4/CulOC7Oco1QbQ5SvlDFg9ehjnNEh23WXz+kSZpZ7uIZS9wRq+bZZrSfmBr4XsaPlD/qBhF2vkIN86k= Received: by 10.54.76.12 with SMTP id y12mr1943623wra; Mon, 17 Oct 2005 14:43:12 -0700 (PDT) Received: by 10.54.152.16 with HTTP; Mon, 17 Oct 2005 14:43:12 -0700 (PDT) Message-ID: Date: Mon, 17 Oct 2005 23:43:12 +0200 From: Emil Khatib To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Show package dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 21:43:18 -0000 Hi list! I'm connected to the Internet through a very slow connection, so if I want to download packages/ports, I need to get to a computer with a faster connection. The problem is: all the computers I can access are using Windows. So I need to get all the dependencies list of a package (just like I would do with make fetch-recursive-list when dealing with ports). I've tried doing something like pkg_add -rn xxx but it starts fetching the package. I've looked in all the manuals but found nothing that helps. How can I get the dependencies list of a package before downloading it? Any help appreciated