diff options
Diffstat (limited to 'net-analyzer/barnyard2/metadata.xml')
-rw-r--r-- | net-analyzer/barnyard2/metadata.xml | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/net-analyzer/barnyard2/metadata.xml b/net-analyzer/barnyard2/metadata.xml index fa875be301be..4c392ce30487 100644 --- a/net-analyzer/barnyard2/metadata.xml +++ b/net-analyzer/barnyard2/metadata.xml @@ -1,36 +1,36 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>netmon</herd>
- <herd>proxy-maintainers</herd>
- <maintainer>
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- <description>Maintainer</description>
- </maintainer>
- <maintainer>
- <email>jason.r.wallace@gmail.com</email>
- <name>Jason Wallace</name>
- <description>Proxy maintainer. CC him on bugs</description>
- </maintainer>
- <longdescription>
- Barnyard2 is a fork of the original barnyard project (which is no longer under development).
- Barnyard2 is an open source interpreter for Snort unified2 binary output files. Its primary
- use is allowing Snort to write to disk in an efficient manner and leaving the task of
- parsing binary data into various formats to a separate process that will not cause Snort to
- miss network traffic. Barnyard2 is under active development and continues to adapt based on
- user feedback.
- </longdescription>
- <upstream>
- <maintainer>
- <email>dev@securixlive.com</email>
- <name>Securixlive</name>
- </maintainer>
- <doc>http://www.securixlive.com/barnyard2/docs/index.php</doc>
- <bugs-to>mailto:dev@securixlive.com</bugs-to>
- </upstream>
- <use>
- <flag name='gre'>Enable GRE support</flag>
- <flag name='mpls'>Enable support for mpls networks</flag>
- </use>
-</pkgmetadata>
+<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <herd>proxy-maintainers</herd> + <maintainer> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> + <description>Maintainer</description> + </maintainer> + <maintainer> + <email>jason.r.wallace@gmail.com</email> + <name>Jason Wallace</name> + <description>Proxy maintainer. CC him on bugs</description> + </maintainer> + <longdescription> + Barnyard2 is a fork of the original barnyard project (which is no longer under development). + Barnyard2 is an open source interpreter for Snort unified2 binary output files. Its primary + use is allowing Snort to write to disk in an efficient manner and leaving the task of + parsing binary data into various formats to a separate process that will not cause Snort to + miss network traffic. Barnyard2 is under active development and continues to adapt based on + user feedback. + </longdescription> + <upstream> + <maintainer> + <email>dev@securixlive.com</email> + <name>Securixlive</name> + </maintainer> + <doc>http://www.securixlive.com/barnyard2/docs/index.php</doc> + <bugs-to>mailto:dev@securixlive.com</bugs-to> + </upstream> + <use> + <flag name="gre">Enable GRE support</flag> + <flag name="mpls">Enable support for mpls networks</flag> + </use> +</pkgmetadata> |