diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-21 22:51:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-21 22:51:37 +0000 |
commit | f8ca3382deeda1bd03c8fa7fc42f7ddc46a04225 (patch) | |
tree | e32dec14a23c0eb81a2cafc077ba35fb625e06d8 /net-ftp/proftpd | |
parent | Add net-ftp to completed category (diff) | |
download | historical-f8ca3382deeda1bd03c8fa7fc42f7ddc46a04225.tar.gz historical-f8ca3382deeda1bd03c8fa7fc42f7ddc46a04225.tar.bz2 historical-f8ca3382deeda1bd03c8fa7fc42f7ddc46a04225.zip |
add GLEP 56 USE flag desc from use.local.desc
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/proftpd/metadata.xml | 14 |
2 files changed, 18 insertions, 1 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog index d1422a4ab27d..1b4bbad13caa 100644 --- a/net-ftp/proftpd/ChangeLog +++ b/net-ftp/proftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/proftpd # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.172 2008/07/16 16:00:28 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.173 2008/08/21 22:45:39 cardoe Exp $ + + 21 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: + add GLEP 56 USE flag desc from use.local.desc 16 Jul 2008; Luca Longinotti <chtekk@gentoo.org> proftpd-1.3.1_rc2-r3.ebuild: diff --git a/net-ftp/proftpd/metadata.xml b/net-ftp/proftpd/metadata.xml index 43d728512e75..1f3fc70595ed 100644 --- a/net-ftp/proftpd/metadata.xml +++ b/net-ftp/proftpd/metadata.xml @@ -9,4 +9,18 @@ <longdescription>ProFTPD grew out of the desire to have a secure and configurable FTP server, and out of a significant admiration of the Apache web server.</longdescription> +<use> + <flag name='authfile'>Enable support for the auth-file module</flag> + <flag name='ban'>Enable support for the mod_ban module</flag> + <flag name='case'>Enable support for the mod_case module</flag> + <flag name='deflate'>Enable support for the mod_deflate module</flag> + <flag name='ifsession'>Enable support for the ifsession module</flag> + <flag name='noauthunix'>Disable support for the auth-unix module</flag> + <flag name='opensslcrypt'>Enable support for OpenSSL crypto</flag> + <flag name='rewrite'>Enable support for the rewrite module</flag> + <flag name='shaper'>Enable support for the mod_shaper module</flag> + <flag name='sitemisc'>Enable support for the sitemisc module</flag> + <flag name='softquota'>Enable support for the quotatab module</flag> + <flag name='vroot'>Enable support for the virtual root module</flag> +</use> </pkgmetadata> |