head	1.7;
access;
symbols
	RELEASE_8_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2012.12.25.11.18.19;	author svnexp;	state Exp;
branches;
next	1.6;

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

1.5
date	2012.10.07.21.03.15;	author jhale;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.07.20.43.21;	author jhale;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.19.22.35.11;	author jgh;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.24.13.14.32;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.08.01.53.00;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309472
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309472 | ak | 2012-12-25 11:03:12 +0000 (Tue, 25 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Update to 0.5.0
## SVN ##
## SVN ## PR:	ports/174636
## SVN ## Submitted by:	Kurt Jaeger <fbsd-ports@@opsec.eu> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/security/binwalk/Makefile 309472 2012-12-25 11:03:12Z ak $

PORTNAME=	binwalk
PORTVERSION=	0.5.0
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	fbsd-ports@@opsec.eu
COMMENT=	Search binary images for embedded files and executable code

LICENSE=	MIT

LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl

PLIST_FILES=	bin/binwalk \
		etc/binwalk/extract.conf \
		etc/binwalk/magic.binarch \
		etc/binwalk/magic.bincast \
		etc/binwalk/magic.binwalk
PLIST_DIRS=	etc/binwalk

PORTDOCS=	README

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/src

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/docs/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/security/binwalk/Makefile 305509 2012-10-07 21:03:15Z jhale $
d4 1
a4 1
PORTVERSION=	0.4.5
d16 1
@


1.5
log
@SVN rev 305509 on 2012-10-07 21:03:15Z by jhale

- Fix typo

Noticed by:	bsam
Approved by:	makc (mentor implicit)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@SVN rev 305507 on 2012-10-07 20:43:21Z by jhale

- Update to 0.4.5 [1]
- Drop specific ABI version numbers from LIB_DEPENDS [2]
- Trim Makefile header [2]
- Convert to new options framework [2]
- Fix build on 7.x [2]

PR:		ports/172395
Submitted by:	Kurt Jaeger <fbsd-ports@@opsec.eu> (maintainer) [1]
Approved by:	makc (mentor), maintainer [2]
@
text
@d18 1
a18 1
		etc/binwalk/magic.binwalk \
@


1.3
log
@- Update to 0.4.3

PR:	ports/166236
Submitted by:	maintainer, fbsd-ports@@opsec.eu
Feature safe:	yes
@
text
@a0 4
# New ports collection makefile for: binwalk
# Date created: 6 February 2012
# Whom: Kurt Jaeger <fbsd-ports@@opsec.eu>
#
d4 1
a4 1
PORTVERSION=	0.4.3
d13 1
a13 1
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
a18 1
		etc/binwalk/magic.o
d24 1
a24 1
CFLAGS+=	-I${LOCALBASE}/include
d29 2
d32 1
a32 1
.if !defined(NOPORTDOCS)
@


1.2
log
@- Update to 0.4.2

PR:		ports/165425
Submitted by:	Kurt Jaeger <fbsd-ports@@opsec.eu> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.4.2
@


1.1
log
@New Port: security/binwalk

Binwalk is a tool for searching a given binary image for embedded
files and executable code. Specifically, it is designed for identifying
files and code embedded inside of firmware images. Binwalk uses the
libmagic library, so it is compatible with magic signatures created
for the Unix file utility.

Binwalk also includes a custom magic signature file which contains
improved signatures for files that are commonly found in firmware
images such as compressed/archived files, firmware headers, Linux
kernels, bootloaders, filesystems, etc.
More details are available at:

WWW: http://code.google.com/p/binwalk/

PR: ports/164821
Submitted by:	Kurt Jaeger, fbsd-ports at opsec.eu
@
text
@d8 1
a8 1
PORTVERSION=	0.4.1
@

