aboutsummaryrefslogtreecommitdiffstats
path: root/security/vinetto
Commit message (Collapse)AuthorAgeFilesLines
* - Move over to py25 or abovemiwi2011-02-252-3/+2
| | | | - While here get rid FreeBSD 6.X and md5 support
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Get rip python 2.3+miwi2009-12-141-1/+1
| | | | | | | | 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
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with P,R,S
* Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.linimon2008-09-031-1/+1
| | | | Hat: portmgr
* [UPDATE] security/vinetto to 0.07edwin2007-09-102-6/+5
| | | | | | | | | 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>
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Vinetto extracts the thumbnails and associated metadata from the Thumbs.dbitetcu2006-12-274-0/+65
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>