Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 12:57:18 +0100
From:      "Aleksander Fafula" <alex@fafula.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/107235: [new port] security/vinetto - a tool for examining Thumbs.db files
Message-ID:  <1167220638.9278@o>
Resent-Message-ID: <200612271230.kBRCUFI7032934@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107235
>Category:       ports
>Synopsis:       [new port] security/vinetto - a tool for examining Thumbs.db files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 12:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
. 
>Environment:


System: FreeBSD 7.0-CURRENT #0: Mon Dec 25 22:40:37 CET 2006
    alex@o:/home/obj/usr/src/sys/O



>Description:


Vinetto is a forensics tool to examine Thumbs.db files.


>How-To-Repeat:





>Fix:


--- vinetto.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	vinetto
#	vinetto/pkg-descr
#	vinetto/Makefile
#	vinetto/pkg-plist
#	vinetto/distinfo
#
echo c - vinetto
mkdir -p vinetto > /dev/null 2>&1
echo x - vinetto/pkg-descr
sed 's/^X//' >vinetto/pkg-descr << 'END-of-vinetto/pkg-descr'
XVinetto extracts the thumbnails and associated metadata from the Thumbs.db 
Xfiles.
X
XThe Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails
Xand metadata of the picture files contained in the directories of its FAT32
Xor NTFS filesystems.
X
XThe thumbnails and associated metadata are stored in Thumbs.db files.
XThe Thumbs.db files are undocumented OLE structured files.
X
XOnce a picture file has been deleted from the filesystem, the related thumbnail
Xand associated metada remain stored in the Thumbs.db file. So, the data
Xcontained in those Thumbs.db files are an helpful source of information
Xfor the forensics investigator.
X
XWWW:	http://vinetto.sourceforge.net/
END-of-vinetto/pkg-descr
echo x - vinetto/Makefile
sed 's/^X//' >vinetto/Makefile << 'END-of-vinetto/Makefile'
X# New ports collection makefile for:	vinetto
X# Date created:		2006-12-26
X# Whom:			Aleksander Fafula <alex@BSDGuru.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vinetto
XPORTVERSION=	0.06
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XDISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
X
XMAINTAINER=	alex@BSDGuru.org
XCOMMENT=	A forensics tool to examine Thumbs.db files
X
XOPTIONS=	IMAGING "Build with ability to extract graphic thumbnails" on
X
XUSE_PYTHON=	2.3+
XUSE_PYDISTUTILS=yes
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_IMAGING)
XRUN_DEPENDS+=	${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
X.endif
X
Xdo-patch:
X	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py
X	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py
X	${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto
X
X.include <bsd.port.post.mk>
END-of-vinetto/Makefile
echo x - vinetto/pkg-plist
sed 's/^X//' >vinetto/pkg-plist << 'END-of-vinetto/pkg-plist'
Xbin/vinetto
Xlib/%%PYTHON_VERSION%%/site-packages/vinreport.py
Xlib/%%PYTHON_VERSION%%/site-packages/vinreport.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/vinreport.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/vinutils.py
Xlib/%%PYTHON_VERSION%%/site-packages/vinutils.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/vinutils.pyo
X%%DATADIR%%/HtRepTemplate.html
X%%DATADIR%%/header
X%%DATADIR%%/huffman
X%%DATADIR%%/quantization
X@dirrm %%DATADIR%%
END-of-vinetto/pkg-plist
echo x - vinetto/distinfo
sed 's/^X//' >vinetto/distinfo << 'END-of-vinetto/distinfo'
XMD5 (vinetto-alpha-0.06.tar.gz) = 6c7fcb1a5111d8517f0b6ae877eab5ff
XSHA256 (vinetto-alpha-0.06.tar.gz) = 6e80e1f1e854bf73507fd122a85a405832ccd122a979b8774612f92a468fd939
XSIZE (vinetto-alpha-0.06.tar.gz) = 15339
END-of-vinetto/distinfo
exit

--- vinetto.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1167220638.9278>