diff options
author | adam <adam@pkgsrc.org> | 2005-08-08 09:00:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-08-08 09:00:00 +0000 |
commit | a0431219dac69574d8a53b8042bfeb780b60ee32 (patch) | |
tree | 38a4b49bb6041fb8817d85771fdc53e4453db990 /archivers/libcomprex/PLIST | |
parent | 4a79317bf22d8c8de074a04d7b9d65d68b98b215 (diff) | |
download | pkgsrc-a0431219dac69574d8a53b8042bfeb780b60ee32.tar.gz |
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.
Diffstat (limited to 'archivers/libcomprex/PLIST')
-rw-r--r-- | archivers/libcomprex/PLIST | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/archivers/libcomprex/PLIST b/archivers/libcomprex/PLIST index 652e4e4ad4b..57f0478b725 100644 --- a/archivers/libcomprex/PLIST +++ b/archivers/libcomprex/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:14 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/08/08 09:00:00 adam Exp $ bin/comprex-config -include/comprex.h include/libcomprex/archive.h include/libcomprex/archive_io.h include/libcomprex/comprex.h @@ -15,20 +14,25 @@ include/libcomprex/types.h include/libcomprex/utils.h lib/comprex/archive/libar.la lib/comprex/archive/libbzip2.la +lib/comprex/archive/libcab.la +lib/comprex/archive/libcpio.la lib/comprex/archive/libtar.la +lib/comprex/archive/libzip.la lib/comprex/archive/libzlib.la lib/comprex/scheme/libcurlscm.la lib/libcomprex.la +lib/pkgconfig/libcomprex.pc man/man1/comprex-config.1 +man/man3/cxApplyFsNodeInfo.3 man/man3/cxCleanup.3 man/man3/cxCleanupModules.3 man/man3/cxClearErr.3 man/man3/cxClose.3 man/man3/cxCloseArchive.3 -man/man3/cxCloseFile.3 man/man3/cxDestroyArchive.3 man/man3/cxDestroyDirectory.3 man/man3/cxDestroyFile.3 +man/man3/cxDestroyFsIterator.3 man/man3/cxDestroyFsNode.3 man/man3/cxDirAddFile.3 man/man3/cxDirAddSubDir.3 @@ -36,8 +40,11 @@ man/man3/cxDirRemoveFile.3 man/man3/cxDirRemoveSubDir.3 man/man3/cxEof.3 man/man3/cxError.3 +man/man3/cxExtractArchive.3 +man/man3/cxExtractFile.3 man/man3/cxFixPath.3 man/man3/cxGetArchiveAccessMode.3 +man/man3/cxGetArchiveFileCount.3 man/man3/cxGetArchiveFileName.3 man/man3/cxGetArchiveFileSize.3 man/man3/cxGetArchiveModule.3 @@ -49,8 +56,14 @@ man/man3/cxGetArchiveType.3 man/man3/cxGetBaseName.3 man/man3/cxGetBasePath.3 man/man3/cxGetDirArchive.3 +man/man3/cxGetDirDate.3 +man/man3/cxGetDirGid.3 +man/man3/cxGetDirMode.3 man/man3/cxGetDirName.3 man/man3/cxGetDirParent.3 +man/man3/cxGetDirPath.3 +man/man3/cxGetDirPhysicalPath.3 +man/man3/cxGetDirUid.3 man/man3/cxGetDirectory.3 man/man3/cxGetFile.3 man/man3/cxGetFileArchive.3 @@ -64,12 +77,14 @@ man/man3/cxGetFileParent.3 man/man3/cxGetFilePath.3 man/man3/cxGetFilePhysicalPath.3 man/man3/cxGetFileSize.3 -man/man3/cxGetFileType.3 man/man3/cxGetFileUid.3 man/man3/cxGetFirstFile.3 man/man3/cxGetFirstModule.3 man/man3/cxGetFirstSubDir.3 man/man3/cxGetFpAccessMode.3 +man/man3/cxGetFsIterFirst.3 +man/man3/cxGetFsIterNext.3 +man/man3/cxGetFsIterPrev.3 man/man3/cxGetFsNodeArchive.3 man/man3/cxGetFsNodeDate.3 man/man3/cxGetFsNodeGid.3 @@ -83,18 +98,26 @@ man/man3/cxGetFullFilePath.3 man/man3/cxGetModule.3 man/man3/cxGetNextDir.3 man/man3/cxGetNextFile.3 +man/man3/cxGetNextFsNode.3 man/man3/cxGetPreviousDir.3 man/man3/cxGetPreviousFile.3 +man/man3/cxGetPreviousFsNode.3 man/man3/cxGetSubDirCount.3 +man/man3/cxGets.3 man/man3/cxIsArchiveLocal.3 +man/man3/cxIsDirLocal.3 man/man3/cxIsFileLocal.3 man/man3/cxIsFsNodeLocal.3 man/man3/cxLinkModule.3 man/man3/cxLoadModule.3 +man/man3/cxMakeFile.3 +man/man3/cxMakePhysDirs.3 +man/man3/cxMkDir.3 man/man3/cxNewArchive.3 man/man3/cxNewDirectory.3 man/man3/cxNewFile.3 man/man3/cxNewFp.3 +man/man3/cxNewFsIterator.3 man/man3/cxNewFsNode.3 man/man3/cxOpenArchive.3 man/man3/cxOpenArchiveBuffer.3 @@ -110,6 +133,7 @@ man/man3/cxRewind.3 man/man3/cxSaveArchive.3 man/man3/cxSeek.3 man/man3/cxSetArchiveAccessMode.3 +man/man3/cxSetArchiveExtractCallback.3 man/man3/cxSetArchiveFileName.3 man/man3/cxSetArchiveFileSize.3 man/man3/cxSetArchiveLocal.3 @@ -120,8 +144,14 @@ man/man3/cxSetArchiveSize.3 man/man3/cxSetArchiveType.3 man/man3/cxSetCloseFunc.3 man/man3/cxSetDirArchive.3 +man/man3/cxSetDirDate.3 +man/man3/cxSetDirGid.3 +man/man3/cxSetDirLocal.3 +man/man3/cxSetDirMode.3 man/man3/cxSetDirName.3 man/man3/cxSetDirParent.3 +man/man3/cxSetDirPhysicalPath.3 +man/man3/cxSetDirUid.3 man/man3/cxSetError.3 man/man3/cxSetFileArchive.3 man/man3/cxSetFileCompressedSize.3 @@ -131,10 +161,8 @@ man/man3/cxSetFileLocal.3 man/man3/cxSetFileMode.3 man/man3/cxSetFileName.3 man/man3/cxSetFileParent.3 -man/man3/cxSetFilePath.3 man/man3/cxSetFilePhysicalPath.3 man/man3/cxSetFileSize.3 -man/man3/cxSetFileType.3 man/man3/cxSetFileUid.3 man/man3/cxSetFpAccessMode.3 man/man3/cxSetFsNodeArchive.3 @@ -144,7 +172,6 @@ man/man3/cxSetFsNodeLocal.3 man/man3/cxSetFsNodeMode.3 man/man3/cxSetFsNodeName.3 man/man3/cxSetFsNodeParent.3 -man/man3/cxSetFsNodePath.3 man/man3/cxSetFsNodeType.3 man/man3/cxSetFsNodeUid.3 man/man3/cxSetReadFunc.3 @@ -157,6 +184,7 @@ man/man3/cxUnlinkModule.3 man/man3/cxUnloadModule.3 man/man3/cxWrite.3 share/aclocal/libcomprex.m4 +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libcomprex.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libcomprex.mo @dirrm lib/comprex/scheme @dirrm lib/comprex/archive |