summaryrefslogtreecommitdiff
path: root/archivers/libcomprex/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2011-07-21Fix build with newer curl.joerg1-2/+2
2008-08-02Fix broken configure step on NetBSD by patching an unmatched quotedholland1-1/+2
character that bash improperly accepts.
2006-11-12Added a patch for newer libcurl versions, in which CURLOPT_MUTE has beenrillig1-1/+2
removed.
2005-10-04Fix an inconsistent prototype.joerg1-1/+2
2005-08-08Changes 0.3.3:adam1-5/+5
* 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.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-06-11Revert my previous change; minskim@ already fixed curl detection byjmmv1-2/+1
bypassing the check in configure (we can assume it's there). Ew, working with non-up-to-date copies of directories...
2004-06-10Fix detection of curl: the configure script was trying to locate ajmmv1-1/+2
deprecated (?) function. Even though, the module seems to build correctly with the current version of curl in pkgsrc, so change the check to look for an existent function. This fixes the build of the curl module, thus solving the problem exposed in latest kristerw@'s bulk build in NetBSD 2.0_BETA/i386. Not bumping PKGREVISION because this was not packaged in the first place.
2002-11-18Initial import of libcomprex 0.3.2 into the NetBSD packages collectioncjep1-0/+6
as archivers/libcomprex. The libcomprex library transparently handles automatic compression and decompression of files. The API is similar to C's built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also open uncompressed files, making it a good replacement for the native file access functions. libcomprex is part of the GNUpdate project. libcomprex is currently in development (so should not be used in stable products).