diff options
author | Chris White <chriswhite@gentoo.org> | 2005-05-06 06:26:48 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-05-06 06:26:48 +0000 |
commit | 01b32dfd406def3caf9048c347bc91cdec75627b (patch) | |
tree | b5c1cac2b31f1c646be2deeb63562032f7b64a34 /profiles | |
parent | Support for Hardened-PHP for PHP versions 4.3.9, 4.3.10, and 4.3.11. (diff) | |
download | historical-01b32dfd406def3caf9048c347bc91cdec75627b.tar.gz historical-01b32dfd406def3caf9048c347bc91cdec75627b.tar.bz2 historical-01b32dfd406def3caf9048c347bc91cdec75627b.zip |
Adding expat, gssapi, rsh, and webdav local use flags for upcomming sitecopy.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 144421f300c0..96e0cc632beb 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1146 2005/05/05 22:07:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1147 2005/05/06 06:26:48 chriswhite Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -680,6 +680,10 @@ net-misc/pxes:ltsp - Enable support for Linux Terminal Server Project net-misc/quagga:bgpclassless - Enable classless prefixes for BGP net-misc/quagga:ospfapi - Enable OSPFAPI support for client applications accessing the OSPF link state database net-misc/quagga:tcpmd5 - Enable TCP MD5 checksumming +net-misc/sitecopy:expat - Enables use of the expat library for XML parsing. +net-misc/sitecopy:gssapi - Enables GSSAPI (Generic Security Services Application Programming Interface). This is a client-server authentication method that promotes a standard API for authentication systems. This is included in kerbos distributions and allows vendors to define a specific system with a more generic API layer to coordinate with other authentication systems. +net-misc/sitecopy:rsh - This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is prefered. +net-misc/sitecopy:webdav - Enable WebDav (Web-based Distributed Authoring and Versioning) support. This system allows users to collaborate on websites using a web based interface. See the ebuild for an FAQ page. Enables neon as well to handle webdav support. net-misc/ssh:openssh - Allow ssh and openssh to be installed side by side net-misc/vnc:server - Build VNC client net-misc/yate:fax - Build fax plugin |