From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 14:13:04 2003 Return-Path: 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 B0F7A37B401 for ; Thu, 26 Jun 2003 14:13:04 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id F267943FF7 for ; Thu, 26 Jun 2003 14:13:02 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5QLCo1I083989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Jun 2003 22:12:57 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5QLCo3T083988; Thu, 26 Jun 2003 22:12:50 +0100 (BST) (envelope-from matthew) Date: Thu, 26 Jun 2003 22:12:50 +0100 From: Matthew Seaman To: david Message-ID: <20030626211250.GA83643@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , david , questions@freebsd.org References: <200306261634.33789.dvelez502@verizon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <200306261634.33789.dvelez502@verizon.net> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-11.3 required=5.0 tests=AWL,BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: questions@freebsd.org Subject: Re: software packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 21:13:05 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 26, 2003 at 04:34:33PM -0400, david wrote: > Hi, I'm using freebsd 5.0 Jan 2003 series >=20 > Since all files are downloaded to the /usr/ports/distfiles, > I would like to know which software packages belong=20 > to what program. For example, I install mplayer and it > downloaded mplayer and other files for it. Is it possible=20 > to know which of these files are for mplayer.=20 You can see what source code tarballs and other distfiles would be downloaded for each port by changing to the port directory and running 'make -V DISTFILES': /usr/ports:% cd multimedia/mplayer ...ports/multimedia/mplayer:% make -V DISTFILES MPlayer-0.90.tar.bz2 Doing the reverse --- working out which port caused the distfile to be downloaded is a little trickier. Several ports may share a common distfile -- generally the method is to look at the list of distfiles you have and look at the list of ports you've installed and guess which belongs to what. Then use that make command line to confirm your supposition. Also if you've been updating your ports tree and your ports you can find that you have several versions of a distfile hanging around your drive. Generally, only the latest one will be owned by a particular port. Check out portsclean(1) from the sysutils/portupgrade port for a handy way to clean out old distfiles. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE++2HSdtESqEQa7a0RAoZJAJwIAnI8CuTOpnkLp/rBa42qvGnOXwCgnPv/ /mZTV5gnt8y6IzNY4LzTUa8= =do+s -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--