./wip/afflib, Advanced Forensic Format library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.31, Package name: afflib-1.6.31, Maintainer: pkgsrc-users

The Advanced Forensic Format --- AFF(tm) --- is an extensible open
format for the storage of disk images and related forensic
information.

- Open format, free from any patent or license restriction.
Can be used with both open-source and proprietary forensic tools.
- Extensible. Any amount of metadata can be encoded in AFF files in the
format of name/value pairs.
- Efficient. AFF supports both compression and seeking within
compressed files.
- Open Source C/C++ Implementation. A freely redistributable C/C++
implementation including the AFF Library and basic conversion tools
is available for download. AFFLIB(tm) is being distributed under the BSD
license, allowing it to be incorporated in free and proprietary
programs without the need to pay license fees.
- Byte-order independent. AFFLib has been tested on both Intel and
PowerPC-based systems. Images created on one platform can be read on
another.
- Automatic calculation and storage of MD5 and SHA-1 hash codes,
allowing AFF files to be automatically validated after they are
copied to check for accidentally corruption.
- Explicit identification of sectors that could not be read from the
original disk.
- Planned support for digital signatures and direct authoring of AFF
files using dd_recover.


Required to run:
[devel/readline]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: aa9eb3dd3f6762166d0639585a3336d4c7561aaf
Filesize: 273.122 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:07 by othyro | Files touched by this commit (67)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2008-03-01 14:54:44 by Aleksej Saushev | Files touched by this commit (1)
Log message:
DESTDIR support.

   2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES