Commit graph

9 commits

Author SHA1 Message Date
Kamil Rytarowski
6d0d482a3c afflib: Set functional HOMEPAGE 2016-09-20 04:18:34 +02:00
Blue Rats
c222660538 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-11-25 23:32:07 +00:00
Aleksej Saushev
dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00
Thomas Klausner
303fd48adc Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:03:22 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
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