Date: Thu, 26 Jun 2003 22:12:50 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: david <dvelez502@verizon.net> Cc: questions@freebsd.org Subject: Re: software packages Message-ID: <20030626211250.GA83643@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <200306261634.33789.dvelez502@verizon.net> References: <200306261634.33789.dvelez502@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030626211250.GA83643>