Commit graph

12 commits

Author SHA1 Message Date
Baptiste Daroussin
9065523e03 Support stage 2013-12-26 14:34:42 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Alexey Dokuchaev
142171e3f3 For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Gabor Kovesdan
615de0116b - Update 0.23
Version: lbzip2-0.23
Focus:   Minor feature enhancements
Date:    03-Mar-2010
Changes: In this release, if lbzip2 intends to exit with status 1 due to any
         fatal error, but any SIGPIPE or SIGXFSZ with inherited SIG_DFL action
         was generated for lbzip2 previously, then lbzip2 terminates by way of
         one of said signals, after cleaning up any interrupted output file.
         This should improve compatibility with GNU tar, when it spawns lbzip2
         as a filter, and closes the pipe between them early, before it
         receives an EOF from lbzip2.
2010-03-17 03:08:32 +00:00
Gabor Kovesdan
700aec0fdf - Update to 0.22
Version: lbzip2-0.22
Focus:   Minor bugfixes
Date:    18-Feb-2010
Changes: Building lbzip2 on Debian unstable discovered that the "lfs.sh" build
         script, due to a typo, did not invoke the "getconf" utility in a
         SUSv2-conformant way. This bug has been corrected.

Version: lbzip2-0.21
Focus:   Minor bugfixes
Date:    17-Feb-2010
Changes: Code examination revealed that lbzip2-0.18 introduced a race between
         the following two code paths: (1) the muxer thread displays an error
         message when it encounters a write error, (2) the main thread, in
         preparation to terminate the process, frees the output file name after
         an INT or TERM signal is delivered to it. This bug had negligible
         chance to occur, but it was fixed nonetheless.

Feature safe:	yes
2010-02-19 20:58:45 +00:00
Gabor Kovesdan
4b782e8ef9 - Update to 0.20
- Install manual page
- Support for PORTDOCS
2010-02-05 21:54:18 +00:00
Gabor Kovesdan
91aa23b37a - Update to 0.19
Version: lbzip2-0.19
Focus:   Minor bugfixes
Date:    01-Dec-2009
Changes: This release works around a GNU/kFreeBSD standards-compliance problem.
         GNU/kFreeBSD does not define some STREAMS-related errno macros
         mandated by SUSv2. Consequently, lbzip2-0.18 cannot be built on
         GNU/kFreeBSD. This version checks if those (and some other) macros are
         defined before relying them.

Version: lbzip2-0.18
Focus:   Major feature enhancements
Date:    29-Nov-2009
Changes: After adding sanity checks to both decompressors, the following
         features were implemented: removal of input FILE operands; options
         --keep and --force; copying of owner, group, permission bits, access
         time, modification time to regular output files. Logging was cleaned
         up and internally categorized into INFO, WARNING and FATAL levels; a
         separate exit status was introduced for the case when a warning
         message was printed. The decompressor robustness tests were
         re-executed. The author has finally replaced bzip2 with lbzip2 on his
         system.
2009-12-20 18:57:46 +00:00
Gabor Kovesdan
27dc0ed39c - Update to 0.17
PR:		ports/139981 (based on)
Submitted by:	sylvio
2009-10-31 13:49:01 +00:00
Gabor Kovesdan
5b25f09773 - Update to 0.15 2009-04-09 22:27:17 +00:00
Gabor Kovesdan
4068503832 - Update to 0.14 2009-03-15 20:41:40 +00:00
Gabor Kovesdan
74babd48c3 A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()
system call and so isn't restricted to regular files.

WWW: http://phptest11.atw.hu/
2009-02-09 20:21:08 +00:00