f9e44867e8
Differencing and Compression, into the packages collection: An encoder and decoder for the format described in RFC 3284: "The VCDIFF Generic Differencing and Compression Data Format." The encoding strategy is largely based on Bentley-McIlroy 99: "Data Compression Using Long Common Strings." A library with a simple API is included, as well as a command-line executable that can apply the encoder and decoder to source, target, and delta files. A slight variation from the draft standard is defined to allow chunk-by-chunk decoding when only a partial delta file window is available.
17 lines
469 B
Text
17 lines
469 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2013/01/03 18:33:20 agc Exp $
|
|
bin/vcdiff
|
|
include/google/format_extension_flags.h
|
|
include/google/output_string.h
|
|
include/google/vcdecoder.h
|
|
include/google/vcencoder.h
|
|
lib/libvcdcom.la
|
|
lib/libvcddec.la
|
|
lib/libvcdenc.la
|
|
man/man1/vcdiff.1
|
|
share/doc/${PKGNAME}/AUTHORS
|
|
share/doc/${PKGNAME}/COPYING
|
|
share/doc/${PKGNAME}/ChangeLog
|
|
share/doc/${PKGNAME}/INSTALL
|
|
share/doc/${PKGNAME}/NEWS
|
|
share/doc/${PKGNAME}/README
|
|
share/doc/${PKGNAME}/THANKS
|