Subject: CVS commit: pkgsrc/archivers/libcomprex
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/08/2005 09:00:00
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Aug  8 09:00:00 UTC 2005

Modified Files:
	pkgsrc/archivers/libcomprex: Makefile PLIST distinfo
	pkgsrc/archivers/libcomprex/patches: patch-ab

Log Message:
Changes 0.3.3:
* Added basic archive writing support.
* Added a cpio archive module.
* Added a zip archive module.
* Added the beginnings of a cab archive module.
* Added new API functions, which include:
  cxMkDir(), cxGets(), cxExtractFile(), cxExtractArchive(),
  cxMakePhysDirs(), cxApplyFsNodeInfo(), cxMakeFile(),
  cxGetArchiveFileCount()
* Added functions for extracting individual files and full archives.
* Added extraction notification callbacks.
* Added pkg-config support.
* Added gettext v0.11.3+ support.
* Added an Italian translation. Thanks Domenico Andreoli!
* Added a Dutch translation. Thanks Bert De Meyer!
* Added support for some non-ustar tar formats.
* Added a test program to display the file/directory tree inside of an
  archive.
* Removed comprex.h. Applications should now include libcomprex/comprex.h.
* Fixed the extraction code so permissions, timestamps, and ownerships
  are set on files and directories.
* Fixed cxEof().
* Fixed the file and directory iterator. It should provide the
  correct results now.
* Fixed a bug in the ar module where filenames weren't always read in
  correctly.
* Fixed a bug in the tar module where filenames that start with '.'
  weren't processed correctly.
* Fixed library linking problems with libbz2 and libz.
* Fixed compiling errors when --prefix wasn't specified, and linking
  errors with libltdl.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/archivers/libcomprex/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/libcomprex/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/libcomprex/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/libcomprex/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.