head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


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

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

1.3
date	2012.01.08.01.44.55;	author wxs;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.23.16.05.40;	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.5
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/py-yara/Makefile 308777 2012-12-12 18:48:33Z wxs $

PORTNAME=	yara
PORTVERSION=	1.6
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	yara-python-${PORTVERSION}

MAINTAINER=	wxs@@FreeBSD.org
COMMENT=	Python bindings for yara

LIB_DEPENDS=	yara.0:${PORTSDIR}/security/yara

PROJECTHOST=	yara-project
MAKE_JOBS_SAFE=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_EGGINFO=	yara_python-1.6-${PYTHON_VERSION:S/thon//}.egg-info

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/yara.so

post-patch:
	@@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py

.include <bsd.port.mk>
@


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


1.3
log
@- Update to 1.6.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.5
- Don't hardcode py2.7
- Respect custom LOCALBASE
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d24 1
a24 1
PYDISTUTILS_EGGINFO=	yara_python-1.5-${PYTHON_VERSION:S/thon//}.egg-info
@


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.4a
d24 1
a24 1
PYDISTUTILS_EGGINFO=	yara_python-1.4a-py2.7.egg-info
d28 3
@

