Unify quoting in metadata.xml files for machine processing

Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
This commit is contained in:
Michał Górny
2016-01-24 23:15:58 +01:00
parent 3ed063d792
commit 4412ca2c79
2960 changed files with 4484 additions and 5189 deletions

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>accessibility</herd>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>accessibility</herd>
<maintainer>

View File

@@ -3,9 +3,8 @@
<pkgmetadata>
<herd>accessibility</herd>
<use>
<flag name='kdepim'>Use <pkg>kde-apps/kdepimlibs</pkg></flag>
<flag name='opencv'>Use <pkg>media-libs/opencv</pkg></flag>
<flag name='sphinx'>Build sphinx backend (pulls <pkg>app-accessibility/julius</pkg> if disabled</flag>
<flag name="kdepim">Use <pkg>kde-apps/kdepimlibs</pkg></flag>
<flag name="opencv">Use <pkg>media-libs/opencv</pkg></flag>
<flag name="sphinx">Build sphinx backend (pulls <pkg>app-accessibility/julius</pkg> if disabled</flag>
</use>
</pkgmetadata>

View File

@@ -12,8 +12,8 @@
<name>Michael Jinks</name>
</maintainer>
<use>
<flag name='cheetah'>Include dev-python/cheetah support</flag>
<flag name='genshi'>Include dev-python/genshi support</flag>
<flag name='server'>Installs scripts to be used on the server-side of this app</flag>
<flag name="cheetah">Include dev-python/cheetah support</flag>
<flag name="genshi">Include dev-python/genshi support</flag>
<flag name="server">Installs scripts to be used on the server-side of this app</flag>
</use>
</pkgmetadata>

View File

@@ -18,4 +18,3 @@
<remote-id type="github">calamares/calamares</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -9,122 +9,122 @@
<description>Proxied Maintainer</description>
</maintainer>
<use>
<flag name='collectd_plugins_aggregation'>Build the aggregation plugin (aggregate multiplte values into a single value)</flag>
<flag name='collectd_plugins_apache'>Build the apache input plugin (transferred bytes, handled requests, detailed scoreboard statistics)</flag>
<flag name='collectd_plugins_apcups'>Build the apcups input plugin (UPS charge, load, input/output/battery voltage, etc.)</flag>
<flag name='collectd_plugins_ascent'>Build the ascent input plugin (statistics about a free server for World of Warcraft)</flag>
<flag name='collectd_plugins_battery'>Build the battery input plugin (charge, current and voltage of ACPI and PMU based laptop batteries)</flag>
<flag name='collectd_plugins_bind'>Build the bind input plugin (name server and resolver statistics)</flag>
<flag name='collectd_plugins_ceph'>Build the plugin for <pkg>sys-cluster/ceph</pkg></flag>
<flag name='collectd_plugins_cgroups'>Build the cgroups CPU accounting collection plugin</flag>
<flag name='collectd_plugins_conntrack'>Build the conntrack input plugin (number of nf_conntrack entries)</flag>
<flag name='collectd_plugins_contextswitch'>Build the contextswitch input plugin (number of context switches done by the operating system)</flag>
<flag name='collectd_plugins_cpu'>Build the cpu input plugin (time spent in the system, user, nice, idle, and related states)</flag>
<flag name='collectd_plugins_cpufreq'>Build the cpufreq input plugin (CPU frequency, for laptops with speedstep or similar)</flag>
<flag name='collectd_plugins_csv'>Build the csv output plugin (write to comma separated values (CSV) files)</flag>
<flag name='collectd_plugins_curl'>Build the curl input plugin (parse statistics from websites using regular expressions)</flag>
<flag name='collectd_plugins_curl_json'>Build the curl_json input plugin (get json data via curl and parse it)</flag>
<flag name='collectd_plugins_curl_xml'>Build the curl_xml input plugin (get xml data via curl and parse it)</flag>
<flag name='collectd_plugins_dbi'>Build the dbi input plugin (execute SQL statements on databases and interpret the reply)</flag>
<flag name='collectd_plugins_df'>Build the df input plugin (mountpoint usage)</flag>
<flag name='collectd_plugins_disk'>Build the disk input plugin (sectors read/written, number of read/write actions, average completion time of IO-operations)</flag>
<flag name='collectd_plugins_dns'>Build the dns input plugin (collects statistics of your DNS traffic on port udp/53)</flag>
<flag name='collectd_plugins_drbd'>Build the plugin for DRBD statistics</flag>
<flag name='collectd_plugins_email'>Build the email input plugin (opens a UNIX domain socket and starts accepting connections on that socket)</flag>
<flag name='collectd_plugins_entropy'>Build the entropy input plugin (available entropy on a system)</flag>
<flag name='collectd_plugins_ethstat'>Build the ethstat input plugin (performance statistics of Linux ethernet cards)</flag>
<flag name='collectd_plugins_exec'>Build the exec input/output plugin (executes scripts / applications and reads values back)</flag>
<flag name='collectd_plugins_fhcount'>Build the plugin for File handles statistics</flag>
<flag name='collectd_plugins_filecount'>Build the filecount input plugin (countd the number of files in a directory and all its subdirectories)</flag>
<flag name='collectd_plugins_fscache'>Build the fscache input plugin (information about the caching infrastructure for network file-systems etc)</flag>
<flag name='collectd_plugins_gmond'>Build the gmond input plugin (receive data from gmond, the client daemon of the Ganglia project)</flag>
<flag name='collectd_plugins_hddtemp'>Build the hddtemp input plugin (temperature of hard disks)</flag>
<flag name='collectd_plugins_interface'>Build the interface input plugin (information about traffic, packets and errors of interfaces)</flag>
<flag name='collectd_plugins_ipc'>Build the plugin for IPC statistics</flag>
<flag name='collectd_plugins_ipmi'>Build the ipmi input plugin (read hardware sensors from servers using the Intelligent Platform Management Interface (IPMI))</flag>
<flag name='collectd_plugins_iptables'>Build the iptables input plugin (statistics from a ip_tables based packet filter)</flag>
<flag name='collectd_plugins_irq'>Build the irq input plugin (number of times each interrupt has been handled by the os)</flag>
<flag name='collectd_plugins_java'>Build the java input plugin (embeds a JVM into collectd for writing plugins)</flag>
<flag name='collectd_plugins_libvirt'>Build the libvirt input plugin (statistics about virtualized guests on a system)</flag>
<flag name='collectd_plugins_load'>Build the load input plugin (system load)</flag>
<flag name='collectd_plugins_log_logstash'>Build the plugin for Logstash json_event compatible logging</flag>
<flag name='collectd_plugins_logfile'>Build the logfile output plugin (writes log messages to a text file)</flag>
<flag name='collectd_plugins_lvm'>Build the LVM input plugin</flag>
<flag name='collectd_plugins_madwifi'>Build the madwifi input plugin (information about Atheros wireless LAN chipsets)</flag>
<flag name='collectd_plugins_match_empty_counter'>Build the match_empty_counter filter plugin</flag>
<flag name='collectd_plugins_match_hashed'>Build the match_hashed filter plugin</flag>
<flag name='collectd_plugins_match_regex'>Build the match_regex filter plugin</flag>
<flag name='collectd_plugins_match_timediff'>Build the match_timediff filter plugin</flag>
<flag name='collectd_plugins_match_value'>Build the match_value filter plugin</flag>
<flag name='collectd_plugins_mbmon'>Build the mbmon input plugin (information from mainboard sensors)</flag>
<flag name='collectd_plugins_md'>Build the md input plugin (disk states in Linux md devices)</flag>
<flag name='collectd_plugins_memcachec'>Build the memcachec input plugin (connects to a memcached server)</flag>
<flag name='collectd_plugins_memcached'>Build the memcached input plugin (connects to a memcached daemon)</flag>
<flag name='collectd_plugins_memory'>Build the memory input plugin (physical memory utilization)</flag>
<flag name='collectd_plugins_multimeter'>Build the multimeter input plugin (reads a voltage or current from a multimeter connected to a serial bus)</flag>
<flag name='collectd_plugins_mysql'>Build the mysql input plugin (connects to an MySQL-database and issues a SHOW STATUS command)</flag>
<flag name='collectd_plugins_netlink'>Build the netlink input plugin (opens a netlink socket to the Linux kernel for getting statistics)</flag>
<flag name='collectd_plugins_network'>Build the network input/output plugin (communicates with other instances of collectd)</flag>
<flag name='collectd_plugins_nfs'>Build the nfs input plugin (usage of the Network File System)</flag>
<flag name='collectd_plugins_nginx'>Build the nginx input plugin (number of requests handled by the nginx daemon)</flag>
<flag name='collectd_plugins_notify_desktop'>Build the notify_desktop output plugin (uses libnotify to display notifications to the user)</flag>
<flag name='collectd_plugins_notify_email'>Build the notify_email output plugin (uses libESMTP to send notifications to a configured email address)</flag>
<flag name='collectd_plugins_ntpd'>Build the ntpd input plugin (queries an NTP server)</flag>
<flag name='collectd_plugins_numa'>Build the numa input plugin (statistics of the Linux Non-Uniform Memory Access (NUMA) subsystem)</flag>
<flag name='collectd_plugins_nut'>Build the nut input plugin (collects UPS statistics using the Network UPS Tools)</flag>
<flag name='collectd_plugins_olsrd'>Build the olsrd input plugin (reads information about the Optimized Link State Routing daemon)</flag>
<flag name='collectd_plugins_onewire'>Build the onewire input plugin (collects temperature information from sensors)</flag>
<flag name='collectd_plugins_openldap'>Build the plugin for OpenLDAP statistics</flag>
<flag name='collectd_plugins_openvpn'>Build the openvpn input plugin (reads the status file printed by OpenVPN)</flag>
<flag name='collectd_plugins_oracle'>Build the oracle input plugin (SQL-queries one or more Oracle database systems)</flag>
<flag name='collectd_plugins_perl'>Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins)</flag>
<flag name='collectd_plugins_ping'>Build the ping input plugin (measures network latency)</flag>
<flag name='collectd_plugins_postgresql'>Build the postgresql input plugin (connects to and executes SQL statements on a PostgreSQL database)</flag>
<flag name='collectd_plugins_powerdns'>Build the powerdns input plugin (connects to a local PowerDNS instance)</flag>
<flag name='collectd_plugins_processes'>Build the processes input plugin (statistics about processes)</flag>
<flag name='collectd_plugins_protocols'>Build the protocols input plugin (network protocols)</flag>
<flag name='collectd_plugins_python'>Build the python language binding plugin (embeds a Python interpreter into collectd for writing plugins)</flag>
<flag name='collectd_plugins_redis'>Build the Redis input plugin</flag>
<flag name='collectd_plugins_routeros'>Build the routeros input plugin (collect information on devices running RouterOS)</flag>
<flag name='collectd_plugins_rrdcached'>Build the rrdcached input/output plugin (connects to rrdcached and submits updates for RRD files)</flag>
<flag name='collectd_plugins_rrdtool'>Build the rrdtool output plugin (writes values to RRD-files)</flag>
<flag name='collectd_plugins_sensors'>Build the sensors input plugin (uses lm-sensors to read hardware sensors)</flag>
<flag name='collectd_plugins_serial'>Build the serial input plugin (collects the traffic on serial interfaces)</flag>
<flag name='collectd_plugins_smart'>Build the plugin for SMART statistics</flag>
<flag name='collectd_plugins_snmp'>Build the snmp input plugin (read values from network devices using SNMP)</flag>
<flag name='collectd_plugins_statsd'>Build the statsd input plugin (accepts statsd-type metrics from a UDP socket)</flag>
<flag name='collectd_plugins_swap'>Build the swap input plugin (amount of memory currently written to swap)</flag>
<flag name='collectd_plugins_syslog'>Build the syslog output plugin (receives messages from collectd and dispatches them to syslog)</flag>
<flag name='collectd_plugins_table'>Build the table input plugin (parses table-like structured plain text)</flag>
<flag name='collectd_plugins_tail'>Build the tail input plugin (follows logfiles as e.g. tail -f)</flag>
<flag name='collectd_plugins_target_notification'>Build the target_notification filter plugin</flag>
<flag name='collectd_plugins_target_replace'>Build the target_replace filter plugin</flag>
<flag name='collectd_plugins_target_scale'>Build the target_scale filter plugin</flag>
<flag name='collectd_plugins_target_set'>Build the target_set filter plugin</flag>
<flag name='collectd_plugins_tcpconns'>Build the tcpconns input plugin (number of TCP connections to or from a specified port)</flag>
<flag name='collectd_plugins_teamspeak2'>Build the teamspeak2 input plugin (collects traffic statistics from a teamspeak2 instance)</flag>
<flag name='collectd_plugins_ted'>Build the ted input plugin (connects to The Energy Detective and reads the current power over connected power lines)</flag>
<flag name='collectd_plugins_thermal'>Build the thermal input plugin (ACPI thermal zone information)</flag>
<flag name='collectd_plugins_threshold'>Build the threshold plugin (checks values against configured thresholds and creates notifications if values are out of bounds)</flag>
<flag name='collectd_plugins_tokyotyrant'>Build the tokyotyrant input plugin (number of records and file size from a running Tokyo Tyrant server)</flag>
<flag name='collectd_plugins_turbostat'>Build the plugin for Advanced statistic on Intel cpu states</flag>
<flag name='collectd_plugins_unixsock'>Build the unixsock output plugin (opens a UNIX domain socket and accepts connections)</flag>
<flag name='collectd_plugins_uptime'>Build the uptime input plugin (system uptime)</flag>
<flag name='collectd_plugins_users'>Build the users input plugin (number of users currently logged in)</flag>
<flag name='collectd_plugins_uuid'>Build the uuid plugin (tries hard to determine the UUID of the system it is running on)</flag>
<flag name='collectd_plugins_varnish'>Build the varnish input plugin</flag>
<flag name='collectd_plugins_virt'>Build the libvirt input plugin (statistics about virtualized guests on a system)</flag>
<flag name='collectd_plugins_vmem'>Build the vmem input plugin (information about the virtual memory subsystem)</flag>
<flag name='collectd_plugins_wireless'>Build the wireless input plugin (signal quality, signal power and signal-to-noise ratio for wireless LAN cards)</flag>
<flag name='collectd_plugins_write_graphite'>Build the write_graphite output plugin (sends the values collected by collectd to Carbon, the storage layer of the Graphite time-series database)</flag>
<flag name='collectd_plugins_write_http'>Build the write_http output plugin (sends the values collected by collectd to a web-server)</flag>
<flag name='collectd_plugins_write_log'>Build the Log output plugin</flag>
<flag name='collectd_plugins_write_mongodb'>Build the write_mongodb output plugin (sends the values collected by collectd to a MongoDB)</flag>
<flag name='collectd_plugins_write_redis'>Build the Redis output plugin</flag>
<flag name='collectd_plugins_write_sensu'>Build the Sensu output plugin</flag>
<flag name='collectd_plugins_write_tsdb'>Build the TSDB output plugin</flag>
<flag name='collectd_plugins_zfs_arc'>Build the plugin for ZFS ARC statistics</flag>
<flag name='collectd_plugins_zookeeper'>Build the plugin for Zookeeper statistics</flag>
<flag name='contrib'>Install user-contributed files in the doc directory</flag>
<flag name="collectd_plugins_aggregation">Build the aggregation plugin (aggregate multiplte values into a single value)</flag>
<flag name="collectd_plugins_apache">Build the apache input plugin (transferred bytes, handled requests, detailed scoreboard statistics)</flag>
<flag name="collectd_plugins_apcups">Build the apcups input plugin (UPS charge, load, input/output/battery voltage, etc.)</flag>
<flag name="collectd_plugins_ascent">Build the ascent input plugin (statistics about a free server for World of Warcraft)</flag>
<flag name="collectd_plugins_battery">Build the battery input plugin (charge, current and voltage of ACPI and PMU based laptop batteries)</flag>
<flag name="collectd_plugins_bind">Build the bind input plugin (name server and resolver statistics)</flag>
<flag name="collectd_plugins_ceph">Build the plugin for <pkg>sys-cluster/ceph</pkg></flag>
<flag name="collectd_plugins_cgroups">Build the cgroups CPU accounting collection plugin</flag>
<flag name="collectd_plugins_conntrack">Build the conntrack input plugin (number of nf_conntrack entries)</flag>
<flag name="collectd_plugins_contextswitch">Build the contextswitch input plugin (number of context switches done by the operating system)</flag>
<flag name="collectd_plugins_cpu">Build the cpu input plugin (time spent in the system, user, nice, idle, and related states)</flag>
<flag name="collectd_plugins_cpufreq">Build the cpufreq input plugin (CPU frequency, for laptops with speedstep or similar)</flag>
<flag name="collectd_plugins_csv">Build the csv output plugin (write to comma separated values (CSV) files)</flag>
<flag name="collectd_plugins_curl">Build the curl input plugin (parse statistics from websites using regular expressions)</flag>
<flag name="collectd_plugins_curl_json">Build the curl_json input plugin (get json data via curl and parse it)</flag>
<flag name="collectd_plugins_curl_xml">Build the curl_xml input plugin (get xml data via curl and parse it)</flag>
<flag name="collectd_plugins_dbi">Build the dbi input plugin (execute SQL statements on databases and interpret the reply)</flag>
<flag name="collectd_plugins_df">Build the df input plugin (mountpoint usage)</flag>
<flag name="collectd_plugins_disk">Build the disk input plugin (sectors read/written, number of read/write actions, average completion time of IO-operations)</flag>
<flag name="collectd_plugins_dns">Build the dns input plugin (collects statistics of your DNS traffic on port udp/53)</flag>
<flag name="collectd_plugins_drbd">Build the plugin for DRBD statistics</flag>
<flag name="collectd_plugins_email">Build the email input plugin (opens a UNIX domain socket and starts accepting connections on that socket)</flag>
<flag name="collectd_plugins_entropy">Build the entropy input plugin (available entropy on a system)</flag>
<flag name="collectd_plugins_ethstat">Build the ethstat input plugin (performance statistics of Linux ethernet cards)</flag>
<flag name="collectd_plugins_exec">Build the exec input/output plugin (executes scripts / applications and reads values back)</flag>
<flag name="collectd_plugins_fhcount">Build the plugin for File handles statistics</flag>
<flag name="collectd_plugins_filecount">Build the filecount input plugin (countd the number of files in a directory and all its subdirectories)</flag>
<flag name="collectd_plugins_fscache">Build the fscache input plugin (information about the caching infrastructure for network file-systems etc)</flag>
<flag name="collectd_plugins_gmond">Build the gmond input plugin (receive data from gmond, the client daemon of the Ganglia project)</flag>
<flag name="collectd_plugins_hddtemp">Build the hddtemp input plugin (temperature of hard disks)</flag>
<flag name="collectd_plugins_interface">Build the interface input plugin (information about traffic, packets and errors of interfaces)</flag>
<flag name="collectd_plugins_ipc">Build the plugin for IPC statistics</flag>
<flag name="collectd_plugins_ipmi">Build the ipmi input plugin (read hardware sensors from servers using the Intelligent Platform Management Interface (IPMI))</flag>
<flag name="collectd_plugins_iptables">Build the iptables input plugin (statistics from a ip_tables based packet filter)</flag>
<flag name="collectd_plugins_irq">Build the irq input plugin (number of times each interrupt has been handled by the os)</flag>
<flag name="collectd_plugins_java">Build the java input plugin (embeds a JVM into collectd for writing plugins)</flag>
<flag name="collectd_plugins_libvirt">Build the libvirt input plugin (statistics about virtualized guests on a system)</flag>
<flag name="collectd_plugins_load">Build the load input plugin (system load)</flag>
<flag name="collectd_plugins_log_logstash">Build the plugin for Logstash json_event compatible logging</flag>
<flag name="collectd_plugins_logfile">Build the logfile output plugin (writes log messages to a text file)</flag>
<flag name="collectd_plugins_lvm">Build the LVM input plugin</flag>
<flag name="collectd_plugins_madwifi">Build the madwifi input plugin (information about Atheros wireless LAN chipsets)</flag>
<flag name="collectd_plugins_match_empty_counter">Build the match_empty_counter filter plugin</flag>
<flag name="collectd_plugins_match_hashed">Build the match_hashed filter plugin</flag>
<flag name="collectd_plugins_match_regex">Build the match_regex filter plugin</flag>
<flag name="collectd_plugins_match_timediff">Build the match_timediff filter plugin</flag>
<flag name="collectd_plugins_match_value">Build the match_value filter plugin</flag>
<flag name="collectd_plugins_mbmon">Build the mbmon input plugin (information from mainboard sensors)</flag>
<flag name="collectd_plugins_md">Build the md input plugin (disk states in Linux md devices)</flag>
<flag name="collectd_plugins_memcachec">Build the memcachec input plugin (connects to a memcached server)</flag>
<flag name="collectd_plugins_memcached">Build the memcached input plugin (connects to a memcached daemon)</flag>
<flag name="collectd_plugins_memory">Build the memory input plugin (physical memory utilization)</flag>
<flag name="collectd_plugins_multimeter">Build the multimeter input plugin (reads a voltage or current from a multimeter connected to a serial bus)</flag>
<flag name="collectd_plugins_mysql">Build the mysql input plugin (connects to an MySQL-database and issues a SHOW STATUS command)</flag>
<flag name="collectd_plugins_netlink">Build the netlink input plugin (opens a netlink socket to the Linux kernel for getting statistics)</flag>
<flag name="collectd_plugins_network">Build the network input/output plugin (communicates with other instances of collectd)</flag>
<flag name="collectd_plugins_nfs">Build the nfs input plugin (usage of the Network File System)</flag>
<flag name="collectd_plugins_nginx">Build the nginx input plugin (number of requests handled by the nginx daemon)</flag>
<flag name="collectd_plugins_notify_desktop">Build the notify_desktop output plugin (uses libnotify to display notifications to the user)</flag>
<flag name="collectd_plugins_notify_email">Build the notify_email output plugin (uses libESMTP to send notifications to a configured email address)</flag>
<flag name="collectd_plugins_ntpd">Build the ntpd input plugin (queries an NTP server)</flag>
<flag name="collectd_plugins_numa">Build the numa input plugin (statistics of the Linux Non-Uniform Memory Access (NUMA) subsystem)</flag>
<flag name="collectd_plugins_nut">Build the nut input plugin (collects UPS statistics using the Network UPS Tools)</flag>
<flag name="collectd_plugins_olsrd">Build the olsrd input plugin (reads information about the Optimized Link State Routing daemon)</flag>
<flag name="collectd_plugins_onewire">Build the onewire input plugin (collects temperature information from sensors)</flag>
<flag name="collectd_plugins_openldap">Build the plugin for OpenLDAP statistics</flag>
<flag name="collectd_plugins_openvpn">Build the openvpn input plugin (reads the status file printed by OpenVPN)</flag>
<flag name="collectd_plugins_oracle">Build the oracle input plugin (SQL-queries one or more Oracle database systems)</flag>
<flag name="collectd_plugins_perl">Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins)</flag>
<flag name="collectd_plugins_ping">Build the ping input plugin (measures network latency)</flag>
<flag name="collectd_plugins_postgresql">Build the postgresql input plugin (connects to and executes SQL statements on a PostgreSQL database)</flag>
<flag name="collectd_plugins_powerdns">Build the powerdns input plugin (connects to a local PowerDNS instance)</flag>
<flag name="collectd_plugins_processes">Build the processes input plugin (statistics about processes)</flag>
<flag name="collectd_plugins_protocols">Build the protocols input plugin (network protocols)</flag>
<flag name="collectd_plugins_python">Build the python language binding plugin (embeds a Python interpreter into collectd for writing plugins)</flag>
<flag name="collectd_plugins_redis">Build the Redis input plugin</flag>
<flag name="collectd_plugins_routeros">Build the routeros input plugin (collect information on devices running RouterOS)</flag>
<flag name="collectd_plugins_rrdcached">Build the rrdcached input/output plugin (connects to rrdcached and submits updates for RRD files)</flag>
<flag name="collectd_plugins_rrdtool">Build the rrdtool output plugin (writes values to RRD-files)</flag>
<flag name="collectd_plugins_sensors">Build the sensors input plugin (uses lm-sensors to read hardware sensors)</flag>
<flag name="collectd_plugins_serial">Build the serial input plugin (collects the traffic on serial interfaces)</flag>
<flag name="collectd_plugins_smart">Build the plugin for SMART statistics</flag>
<flag name="collectd_plugins_snmp">Build the snmp input plugin (read values from network devices using SNMP)</flag>
<flag name="collectd_plugins_statsd">Build the statsd input plugin (accepts statsd-type metrics from a UDP socket)</flag>
<flag name="collectd_plugins_swap">Build the swap input plugin (amount of memory currently written to swap)</flag>
<flag name="collectd_plugins_syslog">Build the syslog output plugin (receives messages from collectd and dispatches them to syslog)</flag>
<flag name="collectd_plugins_table">Build the table input plugin (parses table-like structured plain text)</flag>
<flag name="collectd_plugins_tail">Build the tail input plugin (follows logfiles as e.g. tail -f)</flag>
<flag name="collectd_plugins_target_notification">Build the target_notification filter plugin</flag>
<flag name="collectd_plugins_target_replace">Build the target_replace filter plugin</flag>
<flag name="collectd_plugins_target_scale">Build the target_scale filter plugin</flag>
<flag name="collectd_plugins_target_set">Build the target_set filter plugin</flag>
<flag name="collectd_plugins_tcpconns">Build the tcpconns input plugin (number of TCP connections to or from a specified port)</flag>
<flag name="collectd_plugins_teamspeak2">Build the teamspeak2 input plugin (collects traffic statistics from a teamspeak2 instance)</flag>
<flag name="collectd_plugins_ted">Build the ted input plugin (connects to The Energy Detective and reads the current power over connected power lines)</flag>
<flag name="collectd_plugins_thermal">Build the thermal input plugin (ACPI thermal zone information)</flag>
<flag name="collectd_plugins_threshold">Build the threshold plugin (checks values against configured thresholds and creates notifications if values are out of bounds)</flag>
<flag name="collectd_plugins_tokyotyrant">Build the tokyotyrant input plugin (number of records and file size from a running Tokyo Tyrant server)</flag>
<flag name="collectd_plugins_turbostat">Build the plugin for Advanced statistic on Intel cpu states</flag>
<flag name="collectd_plugins_unixsock">Build the unixsock output plugin (opens a UNIX domain socket and accepts connections)</flag>
<flag name="collectd_plugins_uptime">Build the uptime input plugin (system uptime)</flag>
<flag name="collectd_plugins_users">Build the users input plugin (number of users currently logged in)</flag>
<flag name="collectd_plugins_uuid">Build the uuid plugin (tries hard to determine the UUID of the system it is running on)</flag>
<flag name="collectd_plugins_varnish">Build the varnish input plugin</flag>
<flag name="collectd_plugins_virt">Build the libvirt input plugin (statistics about virtualized guests on a system)</flag>
<flag name="collectd_plugins_vmem">Build the vmem input plugin (information about the virtual memory subsystem)</flag>
<flag name="collectd_plugins_wireless">Build the wireless input plugin (signal quality, signal power and signal-to-noise ratio for wireless LAN cards)</flag>
<flag name="collectd_plugins_write_graphite">Build the write_graphite output plugin (sends the values collected by collectd to Carbon, the storage layer of the Graphite time-series database)</flag>
<flag name="collectd_plugins_write_http">Build the write_http output plugin (sends the values collected by collectd to a web-server)</flag>
<flag name="collectd_plugins_write_log">Build the Log output plugin</flag>
<flag name="collectd_plugins_write_mongodb">Build the write_mongodb output plugin (sends the values collected by collectd to a MongoDB)</flag>
<flag name="collectd_plugins_write_redis">Build the Redis output plugin</flag>
<flag name="collectd_plugins_write_sensu">Build the Sensu output plugin</flag>
<flag name="collectd_plugins_write_tsdb">Build the TSDB output plugin</flag>
<flag name="collectd_plugins_zfs_arc">Build the plugin for ZFS ARC statistics</flag>
<flag name="collectd_plugins_zookeeper">Build the plugin for Zookeeper statistics</flag>
<flag name="contrib">Install user-contributed files in the doc directory</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -13,4 +13,3 @@
as Apache, to split the access log into daily or monthly logs.
</longdescription>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -6,7 +6,7 @@
<name>Robin H. Johnson</name>
</maintainer>
<use>
<flag name='automount'>Support for automount data in LDAP</flag>
<flag name='irixpasswd'>Support for storing separate IRIX passwords</flag>
<flag name="automount">Support for automount data in LDAP</flag>
<flag name="irixpasswd">Support for storing separate IRIX passwords</flag>
</use>
</pkgmetadata>

View File

@@ -15,4 +15,3 @@
<flag name="yajl">Enable yajl support</flag>
</use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>

View File

@@ -11,4 +11,3 @@
<description>Upstream - please CC on bugs that concerns upstream</description>
</maintainer>
</pkgmetadata>

View File

@@ -5,7 +5,7 @@
<email>aidecoe@gentoo.org</email>
</maintainer>
<use>
<flag name='network-cron'>
<flag name="network-cron">
Monthly cronjob to update hddtemp.db.
</flag>
</use>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -5,4 +5,3 @@
<email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">

View File

@@ -6,7 +6,6 @@
<name>Fabio Erculiani</name>
</maintainer>
<use>
<flag name='entropy'>Add Entropy support</flag>
<flag name="entropy">Add Entropy support</flag>
</use>
</pkgmetadata>

View File

@@ -18,4 +18,3 @@
<flag name="monitoring">Install the monitoring agent</flag>
</use>
</pkgmetadata>

View File

@@ -13,4 +13,3 @@
</flag>
</use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Id$
-->
<pkgmetadata>
--><pkgmetadata>
<herd>sysadmin</herd>
<herd>ruby</herd>
<longdescription>Tim Sharpe's Puppet Linter. Enforces puppetlabs style.</longdescription>

View File

@@ -21,9 +21,9 @@
</longdescription>
<use>
<!-- <flag name='puppetdb'>Enable puppetdb support</flag> -->
<flag name='augeas'>Enable augeas support</flag>
<flag name='diff'>Enable diff support</flag>
<flag name='rrdtool'>Enable rrdtool support</flag>
<flag name='shadow'>Enable shadow support</flag>
<flag name="augeas">Enable augeas support</flag>
<flag name="diff">Enable diff support</flag>
<flag name="rrdtool">Enable rrdtool support</flag>
<flag name="shadow">Enable shadow support</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -2,5 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>
<longdescription></longdescription>
<longdescription/>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -9,6 +9,6 @@
<email>maksbotan@gentoo.org</email>
</maintainer>
<use>
<flag name='lognorm'>Install normalize rules support with <pkg>dev-libs/liblognorm</pkg></flag>
<flag name="lognorm">Install normalize rules support with <pkg>dev-libs/liblognorm</pkg></flag>
</use>
</pkgmetadata>

View File

@@ -15,10 +15,10 @@
<name>Alexander Vershilov</name>
</maintainer>
<use>
<flag name='smtp'>Build witch SMTP (E-Mail) support</flag>
<flag name='lognorm'>Add support for log/rules normalizations via <pkg>dev-libs/liblognorm</pkg></flag>
<flag name='pcap'>Add support for network packet capture via <pkg>net-libs/libpcap</pkg></flag>
<flag name='libdnet'>Add support for <pkg>dev-libs/libdnet</pkg></flag>
<flag name='snort'>Add support to interact with Snort IDE using <pkg>net-analyzer/snortsam</pkg>'</flag>
<flag name="smtp">Build witch SMTP (E-Mail) support</flag>
<flag name="lognorm">Add support for log/rules normalizations via <pkg>dev-libs/liblognorm</pkg></flag>
<flag name="pcap">Add support for network packet capture via <pkg>net-libs/libpcap</pkg></flag>
<flag name="libdnet">Add support for <pkg>dev-libs/libdnet</pkg></flag>
<flag name="snort">Add support to interact with Snort IDE using <pkg>net-analyzer/snortsam</pkg>'</flag>
</use>
</pkgmetadata>

View File

@@ -9,10 +9,10 @@
arguments.
</longdescription>
<use>
<flag name='sendmail'>
<flag name="sendmail">
Allow sudo to send emails with sendmail.
</flag>
<flag name='offensive'>
<flag name="offensive">
Let sudo print insults when the user types the wrong password.
</flag>
</use>

View File

@@ -8,4 +8,3 @@
<use>
</use>
</pkgmetadata>

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>base-system</herd>
<use>
<flag name='logrotate'>use app-admin/logrotate for rotating logs rather than custom cron scripts</flag>
<flag name="logrotate">use app-admin/logrotate for rotating logs rather than custom cron scripts</flag>
</use>
</pkgmetadata>

View File

@@ -8,8 +8,8 @@
<description>Primary maintainer</description>
</maintainer>
<use>
<flag name='ntfs'>Include the ability to read NTFS filesystems</flag>
<flag name='reiserfs'>Include reiserfs reading ability</flag>
<flag name='ewf'>Include ewf library</flag>
<flag name="ntfs">Include the ability to read NTFS filesystems</flag>
<flag name="reiserfs">Include reiserfs reading ability</flag>
<flag name="ewf">Include ewf library</flag>
</use>
</pkgmetadata>

View File

@@ -7,14 +7,14 @@
<name>Coacher</name>
</maintainer>
<use>
<flag name='json'>Build JSON output plugin to save packets in JSON file format.</flag>
<flag name='pcap'>Build PCAP output plugin to save packets in libpcap file format.</flag>
<flag name='mysql'>Build MySQL output plugin to save packets in a mysql database.</flag>
<flag name='postgres'>Build PGSQL output plugin to save packets in a postgres database.</flag>
<flag name='sqlite'>Build SQLITE3 output plugin to save packets in a sqlite database.</flag>
<flag name='nflog'>Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_queue.</flag>
<flag name='nfct'>Build NFCT input plugin to support stateful flow-based logging via nf_conntrack_netlink.</flag>
<flag name='nfacct'>Build NFACCT input plugin to support traffic accounting via nfnetlink_acct.</flag>
<flag name='ulog'>Build ULOG input plugin to support deprecated packet-based logging via ULOG target.</flag>
<flag name="json">Build JSON output plugin to save packets in JSON file format.</flag>
<flag name="pcap">Build PCAP output plugin to save packets in libpcap file format.</flag>
<flag name="mysql">Build MySQL output plugin to save packets in a mysql database.</flag>
<flag name="postgres">Build PGSQL output plugin to save packets in a postgres database.</flag>
<flag name="sqlite">Build SQLITE3 output plugin to save packets in a sqlite database.</flag>
<flag name="nflog">Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_queue.</flag>
<flag name="nfct">Build NFCT input plugin to support stateful flow-based logging via nf_conntrack_netlink.</flag>
<flag name="nfacct">Build NFACCT input plugin to support traffic accounting via nfnetlink_acct.</flag>
<flag name="ulog">Build ULOG input plugin to support deprecated packet-based logging via ULOG target.</flag>
</use>
</pkgmetadata>

View File

@@ -7,6 +7,6 @@
<name>Anthony G. Basile</name>
</maintainer>
<use>
<flag name='xtended'>Include the 404 extension</flag>
<flag name="xtended">Include the 404 extension</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>web-apps</herd>

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>jer@gentoo.org</email>

View File

@@ -8,6 +8,6 @@
Yet Another Log Analyzer
</longdescription>
<use>
<flag name='storable'>Support for persistence of Perl data structures.</flag>
<flag name="storable">Support for persistence of Perl data structures.</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>

View File

@@ -6,6 +6,6 @@
<remote-id type="cpe">cpe:/a:gnu:gzip</remote-id>
</upstream>
<use>
<flag name='pic'>disable optimized assembly code that is not PIC friendly</flag>
<flag name="pic">disable optimized assembly code that is not PIC friendly</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -6,28 +6,28 @@
<email>ssuominen@gentoo.org</email>
<name>Samuli Suominen</name>
</maintainer>
<longdescription lang='en'>
<longdescription lang="en">
The bsdtar program creates and manipulates streaming archive files.
It has a number of advantages over previous tar implementations.
</longdescription>
<use>
<flag name='zlib'>
<flag name="zlib">
Allow accessing gzip-compressed archives through
<pkg>sys-libs/zlib</pkg>. This only affects libarchive's native
support: bsdtar will keep using gunzip as a filter if that's not
built-in. It's also needed for supporting extraction of ZIP
files.
</flag>
<flag name='bzip2'>
<flag name="bzip2">
Allow accessing bzip2-compressed archives through libbz2 (which
comes with <pkg>app-arch/bzip2</pkg>). This only affects
libarchive's native support: bsdtar will keep using bunzip2 as a
filter if that's not built-in.
</flag>
<flag name='nettle'>
<flag name="nettle">
Use <pkg>dev-libs/nettle</pkg> as crypto backend
</flag>
<flag name='e2fsprogs'>
<flag name="e2fsprogs">
Use file flags from <pkg>sys-fs/e2fsprogs</pkg> headers instead of <pkg>virtual/os-headers</pkg> headers
</flag>
</use>

View File

@@ -6,7 +6,7 @@
<name>Michał Górny</name>
</maintainer>
<use>
<flag name='jit'>Enable just-in-time compilation for faster
<flag name="jit">Enable just-in-time compilation for faster
compression (requires SSE2)</flag>
</use>
</pkgmetadata>

View File

@@ -5,5 +5,5 @@
<email>binki@gentoo.org</email>
<name>Nathan Phillip Brink</name>
</maintainer>
<longdescription></longdescription>
<longdescription/>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -13,4 +13,3 @@ to speed up compression time with minimal possible influence on compression
ratio.
</longdescription>
</pkgmetadata>

View File

@@ -12,7 +12,7 @@
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<use>
<flag name='all_sfx'>
<flag name="all_sfx">
Install all SFX (Self-Extracting) files rather than just the native
format (allows creation of Windows EXEs on Linux ELF systems)
</flag>

View File

@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>base-system</herd>
<use>
<flag name='minimal'>just install `tar`</flag>
<flag name="minimal">just install `tar`</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gnu:tar</remote-id>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pda</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>app-backup</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
@@ -27,12 +27,12 @@
<remote-id type="github">openSUSE/snapper</remote-id>
</upstream>
<use>
<flag name='xattr'>
<flag name="xattr">
Add support for getting and setting POSIX extended attributes, through
<pkg>sys-apps/attr</pkg>.
</flag>
<flag name='btrfs'>Include Btrfs support <pkg>sys-fs/btrfs-progs</pkg></flag>
<flag name='ext4'>Include Ext4 support <pkg>sys-fs/e2fsprogs</pkg></flag>
<flag name='lvm'>Enable LVM thinprovisioned snapshots support <pkg>sys-fs/lvm2</pkg></flag>
<flag name="btrfs">Include Btrfs support <pkg>sys-fs/btrfs-progs</pkg></flag>
<flag name="ext4">Include Ext4 support <pkg>sys-fs/e2fsprogs</pkg></flag>
<flag name="lvm">Enable LVM thinprovisioned snapshots support <pkg>sys-fs/lvm2</pkg></flag>
</use>
</pkgmetadata>

View File

@@ -18,4 +18,3 @@ There are several ways to provide consistency:
- use LVM2 (no downtime)
</longdescription>
</pkgmetadata>

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>enlightenment</herd>
</pkgmetadata>

View File

@@ -7,5 +7,5 @@
<name>Patrick Lauer</name>
<description>A Filesystem benchmark tool</description>
</maintainer>
<longdescription></longdescription>
<longdescription/>
</pkgmetadata>

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>java</herd>
<use>
<flag name='beanshell'>Enable BeanShell scripting support</flag>
<flag name="beanshell">Enable BeanShell scripting support</flag>
</use>
</pkgmetadata>

View File

@@ -6,4 +6,3 @@
</maintainer>
<longdescription>Java Benchmark test</longdescription>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>media-optical</herd>

View File

@@ -3,7 +3,6 @@
<pkgmetadata>
<herd>media-optical</herd>
<use>
<flag name='hfs'>Provide building of HFS (Apple) CD-images</flag>
<flag name="hfs">Provide building of HFS (Apple) CD-images</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>media-optical</herd>

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>media-optical</herd>
<use>
<flag name='extras'>Install additional script that tag files based on cue/toc file information</flag>
<flag name="extras">Install additional script that tag files based on cue/toc file information</flag>
</use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
<longdescription lang="en">
</longdescription>
</pkgmetadata>

View File

@@ -9,7 +9,7 @@
That's why the web application ebuild is manually slotted to 0.
</longdescription>
<use>
<flag name='cdrom'>Enable audio CD support. This is not needed to make
<flag name="cdrom">Enable audio CD support. This is not needed to make
www-apps/disc-cover work.</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>media-optical</herd>

View File

@@ -6,4 +6,3 @@
<name>Agostino Sarubbo</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>

View File

@@ -7,11 +7,10 @@
</maintainer>
<longdescription lang="en">
af_alg implements an OpenSSL engine that uses the AF_ALG functionailty found in
kernel >= 2.6.38 for crypto offload. Be sure to actually check if it's faster,
kernel &gt;= 2.6.38 for crypto offload. Be sure to actually check if it's faster,
as for many modern systems, userspace software implementations are actually
faster, as they avoid a kernel context switch. However, on embedded systems and
others with crypto hardware, AF_ALG may be faster. The homepage has more
details.
</longdescription>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>

View File

@@ -12,10 +12,9 @@
that uses only quantum-computer-resistant algorithms
</longdescription>
<use>
<flag name='cryptopp'>
<flag name="cryptopp">
Build algorithms that need Crypto++ support
<pkg>dev-libs/crypto++</pkg>
</flag>
</use>
</pkgmetadata>

View File

@@ -6,4 +6,3 @@
<name>Michael Weber</name>
</maintainer>
</pkgmetadata>

View File

@@ -6,7 +6,7 @@
<name>Kristian Fiskerstrand</name>
</maintainer>
<use>
<flag name='usb'>
<flag name="usb">
Build the libusb-based userland daemon for accessing the
EntropyKey (alternative to the CDC USB driver). It is suggested
to use this option by default, as the CDC driver in the kernel
@@ -14,12 +14,12 @@
EntropyKey is too buggy), and can cause various problems.
</flag>
<flag name='munin'>
<flag name="munin">
Install a plugin for <pkg>net-analyzer/munin</pkg> to graph
statistical data from ekeyd.
</flag>
<flag name='minimal'>
<flag name="minimal">
Only install the ekey-egd-linux service rather than the full
ekeyd package.
</flag>

View File

@@ -7,28 +7,28 @@
defined by RFC4880.
</longdescription>
<use>
<flag name='smartcard'>
<flag name="smartcard">
Bring in <pkg>dev-libs/libusb</pkg> as a dependency; enable
scdaemon.
</flag>
<flag name='smartcard'>
<flag name="smartcard">
Build scdaemon software. Enables usage of OpenPGP cards. For
other type of smartcards, try
<pkg>app-crypt/gnupg-pkcs11-scd</pkg>.
</flag>
<flag name='usb'>
<flag name="usb">
Build direct CCID access for scdaemon; requires
<pkg>dev-libs/libusb</pkg>.
</flag>
<flag name='mta'>
<flag name="mta">
Build mta support using
<pkg>virtual/mta</pkg>.
</flag>
<flag name='tofu'>
<flag name="tofu">
Enable support for Trust of First use trust model; requires
<pkg>dev-db/sqlite</pkg>.
</flag>
<flag name='tools'>
<flag name="tools">
Install extra tools.
</flag>
</use>

View File

@@ -7,4 +7,3 @@
<name>Rick Farina</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>hardened</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -8,4 +8,3 @@
</maintainer>
<use><flag name="virtualcl">Support for Mosix VirtualCL Clustering Platform</flag></use>
</pkgmetadata>

View File

@@ -8,4 +8,3 @@
</maintainer>
<use><flag name="virtualcl">Support for Mosix VirtualCL Clustering Platform</flag></use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>

View File

@@ -12,4 +12,3 @@
<flag name="arcfour">Enable ARCFOUR encryption/checksum type.</flag>
</use>
</pkgmetadata>

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
<use>
<flag name='classic'>Support classic spelling by default</flag>
<flag name="classic">Support classic spelling by default</flag>
</use>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>

Some files were not shown because too many files have changed in this diff Show More