head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.12.03.21.11.26;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.12.02.13.03.30;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.10.12.11.10.30;	author jhale;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.09.01.42.43;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308173
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308173 | rm | 2012-12-03 21:07:36 +0000 (Mon, 03 Dec 2012) | 5 lines
## SVN ##
## SVN ## - revert PORTDOCS change from r308105 - it made this port not DOCS-safe
## SVN ##
## SVN ## Reported by:	sunpoet
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@bin/barnyard2
@@unexec if cmp -s %D/etc/barnyard2.conf %D/etc/barnyard2.conf.sample; then rm -f %D/etc/barnyard2.conf; fi
etc/barnyard2.conf.sample
@@exec [ -f %B/barnyard2.conf ] || cp -p %B/%f %B/barnyard2.conf
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308105
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308105 | rm | 2012-12-02 12:56:59 +0000 (Sun, 02 Dec 2012) | 7 lines
## SVN ##
## SVN ## - update to 1.11
## SVN ## - add new port options
## SVN ##
## SVN ## PR:		174024
## SVN ## Submitted by:	Paul Schmehl <pauls@@utdallas.edu> (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@a4 8
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/README
%%DOCSDIR%%/README.aruba
%%DOCSDIR%%/README.database
%%DOCSDIR%%/README.sguil
%%DOCSDIR%%/README.snortsam
%%DOCSDIR%%/RELEASE.NOTES
@@dirrm %%DOCSDIR%%
@


1.2
log
@SVN rev 305773 on 2012-10-12 11:10:30Z by jhale

- Update to 1.10
- Convert to new options framework
- Allow for any available version of TCL to be used
- Add LICENSE
- Remove indefinite article from COMMENT, update
- Mark MAKE_JOBS_SAFE
- Trim Makefile header

PR:		ports/172456
Submitted by:	Paul Schmehl <pauls@@utdallas.edu> (maintainer)
Approved by:	makc (mentor)
Feature safe:	yes
@
text
@d5 8
@


1.1
log
@Barnyard is a critical tool for the parsing of Snort's unified binary files,
processing and on-forwarding to a variety of output plugins. Unfortunately
it has not seen an updated in over 4 years and is not going to be maintained
by the original developers. With the new version of the unified format
(ie. unified2) arriving we need something to bridge this gap.

The SXL team love barnyard. So much so that we want it to stay and have been
tinkering around with the code to give it a breath of new life. Here is what
we have achieved to far for this reinvigorated code base:

    * Parsing of the new unified2 log files.
    * Maintaining majority of the command syntax of barnyard.
    * Addressed all associated bug reports and feature requests arising since
		barnyard-0.2.0.
    * Completely rewritten code based on the GPLv2 Snort making it entirely
		GPLv2.

This is an effort to fuse the awesome work of Snort and the original concept
of barnyard giving it a fresh update along the way. We've come a long way so
far and have a very stable build that we've integrated into our NSMnow
framework.  If you have any feature requests, bugs or gripes then send them
our way.

WWW: http://www.securixlive.com/barnyard2/

PR:		138326
Submitted by:	Paul Schmehl <pauls@@utdallas.edu>
@
text
@d2 3
a4 3
@@unexec if [ -f %D/etc/barnyard2.conf ] && cmp -s %D/etc/barnyard2.conf %D/etc/barnyard2.conf-sample; then rm -f %D/etc/barnyard2.conf; fi
etc/barnyard2.conf-sample
@@exec if [ ! -f %D/etc/barnyard2.conf ] ; then cp -p %D/%F %B/barnyard2.conf; fi
@

