Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2004 12:54:35 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        arden <arden@nildram.co.uk>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: ports cd
Message-ID:  <20040622115435.GB34270@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <1087903674.2382.12.camel@localhost>
References:  <1087903674.2382.12.camel@localhost>

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

--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jun 22, 2004 at 12:27:54PM +0100, arden wrote:

> is it possible to download a cd of the ports so i can use it on a
> standaloan machine=20

There isn't an iso image of the ports tree available as such.  There's
a split up tar-ball of the ports tree created for each release, which
is what you download when you say 'install the ports' from within
sysinstall.  On the whole though, grabbing an up to date copy on a
connected machine via cvsup(1) would be your best bet.  Generating a
CD Rom containing those files shouldn't be too difficult: there are
all sorts of ways of doing it, but start out by looking at the
sysutils/cdrtool port as an example.

Note that the ports tree isn't much use on it's own on an isolated
machine: you will need to include all of the distfiles for any port
you want to build, and for all dependencies of that port.  You can
obtain those by running:

    # make fetch-recursive

in the appropriate port directory, or there are ways of using the '-F'
flag to portinstall to do the equivalent.

Alternatively, build packages (including any dependencies) on your
well-connected machine to install on the other one -- there's a
'package-recursive' make target you can use for that.

If the problem is that the well-connected machine you have isn't
actually a FreeBSD box, then you can grab:

    ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz

That is a snapshot of the ports tree recreated at frequent intervals
-- see the README.TXT file in the same directory.  But you still need
to solve the problem of grabbing all of the distfiles for anything you
want to install.

	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

--VrqPEDrXMn8OVzN4
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA2B37iD657aJF7eIRAnJjAJ0UTymWdYdL3MwrY3mRLPdgqydSiwCfTD28
DQ5BWcQteJmsjkjdEiz+XHM=
=/Nfo
-----END PGP SIGNATURE-----

--VrqPEDrXMn8OVzN4--



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