From alex@fafula.com  Wed Dec 27 12:24:28 2006
Return-Path: <alex@fafula.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 38EDB16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 12:24:28 +0000 (UTC)
	(envelope-from alex@fafula.com)
Received: from whocares.fafula.com (fhc66.internetdsl.tpnet.pl [83.13.184.66])
	by mx1.freebsd.org (Postfix) with ESMTP id 45E2413C48A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 12:24:27 +0000 (UTC)
	(envelope-from alex@fafula.com)
Received: from localhost (unknown [127.0.0.1])
	by whocares.fafula.com (Postfix) with ESMTP id DCA781CC91
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 13:01:21 +0100 (CET)
Received: from whocares.fafula.com ([127.0.0.1])
	by localhost (whocares.fafula.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id FhR7zHJIrLb9 for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 27 Dec 2006 13:01:18 +0100 (CET)
Received: from o (ax_hp_wifi [192.168.1.69])
	by whocares.fafula.com (Postfix) with ESMTP id 8C6561CC25
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Dec 2006 13:01:17 +0100 (CET)
Message-Id: <1167220638.9278@o>
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: [new port] security/vinetto - a tool for examining Thumbs.db files
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         107235
>Category:       ports
>Synopsis:       [new port] security/vinetto - a tool for examining Thumbs.db files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 12:30:14 GMT 2006
>Closed-Date:    Wed Dec 27 12:41:19 GMT 2006
>Last-Modified:  Wed Dec 27 12:50:08 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Dec 27 12:36:34 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107235 
Responsible-Changed-From-To: miwi->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Wed Dec 27 12:40:13 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107235 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Wed Dec 27 12:41:17 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107235 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107235: commit references a PR
Date: Wed, 27 Dec 2006 12:41:34 +0000 (UTC)

 itetcu      2006-12-27 12:41:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/vinetto     Makefile distinfo pkg-descr pkg-plist 
   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>
   
   Revision  Changes    Path
   1.846     +1 -0      ports/security/Makefile
   1.1       +34 -0     ports/security/vinetto/Makefile (new)
   1.1       +3 -0      ports/security/vinetto/distinfo (new)
   1.1       +16 -0     ports/security/vinetto/pkg-descr (new)
   1.1       +12 -0     ports/security/vinetto/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
