Up to [cvs.netbsd.org] / pkgsrc / archivers / libcomprex
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 21 14:31:52 2011 UTC (10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Fix build with newer curl.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 2 17:26:23 2008 UTC (3 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Fix broken configure step on NetBSD by patching an unmatched quote character that bash improperly accepts.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 12 04:21:07 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Added a patch for newer libcurl versions, in which CURLOPT_MUTE has been removed.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 4 19:16:24 2005 UTC (6 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Fix an inconsistent prototype.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 8 09:00:00 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 23 14:45:24 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Add RMD160 digests in addition to SHA1 ones.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 11 08:15:06 2004 UTC (7 years, 11 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
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...
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 10 21:39:00 2004 UTC (7 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Nov 18 16:22:13 2002 UTC (9 years, 6 months ago) by cjep
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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).
Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 18 16:22:13 2002 UTC (9 years, 6 months ago) by cjep
Branch: MAIN
Initial revision