head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2012.12.12.18.51.48;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.01.23;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.08.01.44.23;	author wxs;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.23.22.25.20;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.23.15.54.10;	author wxs;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.07.18.04.49;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308777
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308777 | wxs | 2012-12-12 18:48:33 +0000 (Wed, 12 Dec 2012) | 6 lines
## SVN ##
## SVN ## Remove the header for ports I created.
## SVN ##
## SVN ## For dns/openresolv give proper attribution. This was a copy/paste
## SVN ## mistake the submitter made, which incorrectly gave me attribution
## SVN ## for that file. I did not create it.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/security/yara/Makefile 308777 2012-12-12 18:48:33Z wxs $

PORTNAME=	yara
PORTVERSION=	1.6
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	wxs@@FreeBSD.org
COMMENT=	A malware identification and classification tool

LIB_DEPENDS=	re2.0:${PORTSDIR}/devel/re2

PROJECTHOST=	yara-project
MAKE_JOBS_SAFE=	yes
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	"--with-re2"
USE_LDCONFIG=	yes
USE_CSTD=	gnu89

MAN1=	yara.1

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:    yara
# Date created:         Mar 7 2011
# Whom:                 wxs@@FreeBSD.org
#
# $FreeBSD: head/security/yara/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.4
log
@Update to 1.6.

While here, fix build with clang by setting USE_CSTD=gnu89.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d25 1
@


1.2
log
@- Update to 1.5.
- Switch to devel/re2 instead of PCRE.
@
text
@a22 1
CONFIGURE_ENV=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
@


1.1
log
@Two new ports: security/yara and security/py-yara. The latter is the python
bindings for the former.

"YARA is a tool aimed at helping malware researchers to identify and classify
malware samples. With YARA you can create descriptions of malware families
based on textual or binary patterns contained on samples of those families.
Each description consists of a set of strings and a Boolean expression which
determines its logic."

WWW: http://code.google.com/p/yara-project/
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d16 1
a16 1
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
d24 1
@

