head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.20.22.14.15;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2011.02.25.03.19.27;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.43.54;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.13.17.00.14;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.35.08;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.09.03.02.26.24;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.10.11.17.30;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.30.09.41.58;	author alexbl;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.22.55;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.27.12.41.18;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	vinetto
# Date created:		2006-12-26
# Whom:			Aleksander Fafula <alex@@BSDGuru.org>
#
# $FreeBSD: head/security/vinetto/Makefile 301257 2012-07-20 22:14:15Z bapt $
#

PORTNAME=	vinetto
PORTVERSION=	0.07
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION}
DISTNAME=	${PORTNAME}-beta-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A forensics tool to examine Thumbs.db files

OPTIONS_DEFINE=	IMAGING
OPTIONS_DEFAULT=	IMAGING
IMAGING_DESC=	Build with ability to extract graphic thumbnails

USE_PYTHON=	2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION=	0.06alpha

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIMAGING}
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
.endif

do-patch:
	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py
	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py
	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto

.include <bsd.port.mk>
@


1.10
log
@SVN rev 301257 on 2012-07-20 22:14:15Z by bapt

Convert to new options framework
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
@
text
@d18 3
a20 1
OPTIONS=	IMAGING "Build with ability to extract graphic thumbnails" on
d26 1
a26 1
.include <bsd.port.pre.mk>
d28 1
a28 1
.if !defined(WITHOUT_IMAGING)
d37 1
a37 1
.include <bsd.port.post.mk>
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
USE_PYTHON=	2.4+
@


1.7
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d19 1
a19 1
USE_PYTHON=	2.3+
@


1.5
log
@Reset alex@@bsdguru.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.4
log
@[UPDATE] security/vinetto to 0.07

	Update from 0.06 to 0.07. Changelog:
	- Added utf8 support and symlinks from real filenames to
	numbered filenames

PR:		ports/116063
Submitted by:	"R.Mahmatkhanov" <R.Mahmatkhanov@@SKYLINK.ru>
@
text
@d15 1
a15 1
MAINTAINER=	alex@@BSDGuru.org
@


1.3
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
a9 2
PORTVERSION=	0.06
PORTREVISION=	1
d13 1
a13 1
DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d23 1
@


1.1
log
@Vinetto extracts the thumbnails and associated metadata from the Thumbs.db
files.

The Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails
and metadata of the picture files contained in the directories of its FAT32
or NTFS filesystems.

The thumbnails and associated metadata are stored in Thumbs.db files.
The Thumbs.db files are undocumented OLE structured files.

Once a picture file has been deleted from the filesystem, the related thumbnail
and associated metada remain stored in the Thumbs.db file. So, the data
contained in those Thumbs.db files are an helpful source of information
for the forensics investigator.

WWW:	http://vinetto.sourceforge.net/

PR:		ports/107235
Submitted by:	Aleksander Fafula <alex at BSDGuru.org>
@
text
@d10 1
@

