Commit graph

7 commits

Author SHA1 Message Date
rillig
3e11d5dbc0 Added a patch for newer libcurl versions, in which CURLOPT_MUTE has been
removed.
2006-11-12 04:21:07 +00:00
joerg
2079b408ce Fix an inconsistent prototype. 2005-10-04 19:16:24 +00:00
adam
a0431219da 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.
2005-08-08 09:00:00 +00:00
agc
f1a84844c6 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 14:45:22 +00:00
jmmv
0f33bafab8 Revert my previous change; minskim@ already fixed curl detection by
bypassing the check in configure (we can assume it's there).
Ew, working with non-up-to-date copies of directories...
2004-06-11 08:15:06 +00:00
jmmv
2f7ce5e2ee Fix detection of curl: the configure script was trying to locate a
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.
2004-06-10 21:39:00 +00:00
cjep
fde355e1d8 Initial import of libcomprex 0.3.2 into the NetBSD packages collection
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).
2002-11-18 16:22:13 +00:00