Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 12:34:15 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        buuyou@gmail.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Nearly empty port directories and README.html.  Esp. relating to GTK themes and engines.
Message-ID:  <20040702113415.GA84639@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <20040702110451.GA66704@method-x.net>
References:  <20040702110451.GA66704@method-x.net>

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

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

On Fri, Jul 02, 2004 at 05:04:51AM -0600, buuyou@gmail.com wrote:

> I'm a bit confused as to the function of the README.html files located in
> otherwise empty ports directories from a cvsup from only a few minutes ago
> (Fri Jul  2 04:45:00 MDT 2004). Of particular interest to me are the gtk
> engine and theme ports such as x11-toolkits/gtk-engines-collection or
> x11-toolkits/gtk-zenith-theme. At this point I haven't found a gtk theme
> or engine port that has anything but a README.html in it.
>=20
> Would someone please clarify the function of these nearly empty port
> directories for me, and detail what steps I can take to install a port
> such as x11-toolkits/gtk-zenith-theme which exhibits this format?

Those README.html files don't necessarily have any useful function.
They aren't part of the ports cvsup collections at all, so cvsup(1)
won't delete them.  That means that their presence in any moved or
deleted port will prevent cvsup(1) deleting the directory cleanly.

You don't need the README.html files during normal usage of the ports
tree -- only if you want to access via a web browser.  If you delete
all of the README.html files:

    # find /usr/ports -name README.html -print0 | xargs -0 rm

then cvsup(1) will clean up those otherwise empty directories.

As for the gtk-zenith-theme, you can tell from /usr/ports/MOVED that
it's now to be found in the x11-themes directory:

    % grep gtk-zenith-theme MOVED=20
    x11-toolkits/gtk-zenith-theme|x11-themes/gtk-zenith-theme|2004-06-02|ne=
w category

	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

--17pEHd4RhPHOinZp
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFA5Ug3iD657aJF7eIRAlmkAKC4d8Wj0h3sjjkd/jx/B57ryeALNACdG4q/
zcddIBcM9JPjAhLexvtPeks=
=jT2T
-----END PGP SIGNATURE-----

--17pEHd4RhPHOinZp--



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