Commit graph

4 commits

Author SHA1 Message Date
Aleksej Saushev
2c7866ee88 DESTDIR support. 2008-03-01 13:54:43 +00:00
Tobias Nygren
d2ab3469b0 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@
2008-01-18 04:30:10 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
pancake ;)
c25d1c0af7 Initial import of AFFLIB
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.
2006-08-28 14:41:18 +00:00