aboutsummaryrefslogtreecommitdiff
path: root/archivers/lbzip2
Commit message (Collapse)AuthorAgeFilesLines
* Provide more elaborate port description and update WWW: line.Alexey Dokuchaev2018-06-131-3/+14
| | | | Notes: svn path=/head/; revision=472301
* - Update `archivers/lbzip2' to version 2.5, switchAlexey Dokuchaev2018-06-133-35/+15
| | | | | | | | | | | | | | to the `.tar.bz2' distfile (USES=tar:bzip2) - Update MASTER_SITES and add LICENSE (GPLv3) - The build system is GNU autotools-based since 2.x - Install more complete set of documentation files - Drop no longer needed WRKSRC, the patch file, and `do-install' target - Get rid of the .for loop when installing files on the PORTDOCS list Notes: svn path=/head/; revision=472300
* Reset MAINTAINERMark Felder2018-06-111-1/+1
| | | | | | | Multiple consecutive previous maintainer timeouts Notes: svn path=/head/; revision=472207
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-6/+6
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362027
* Support stageBaptiste Daroussin2013-12-261-10/+6
| | | | Notes: svn path=/head/; revision=337519
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev2012-12-181-4/+2
| | | | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Update 0.23Gabor Kovesdan2010-03-172-4/+4
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=251152
* - Update to 0.22Gabor Kovesdan2010-02-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=250075
* - Update to 0.20Gabor Kovesdan2010-02-052-4/+17
| | | | | | | | - Install manual page - Support for PORTDOCS Notes: svn path=/head/; revision=249317
* - Update to 0.19Gabor Kovesdan2009-12-202-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=246312
* - Update to 0.17Gabor Kovesdan2009-10-312-4/+4
| | | | | | | | PR: ports/139981 (based on) Submitted by: sylvio Notes: svn path=/head/; revision=243581
* - Update to 0.15Gabor Kovesdan2009-04-093-5/+5
| | | | Notes: svn path=/head/; revision=231957
* - Update to 0.14Gabor Kovesdan2009-03-152-4/+4
| | | | Notes: svn path=/head/; revision=230171
* A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()Gabor Kovesdan2009-02-094-0/+48
system call and so isn't restricted to regular files. WWW: http://phptest11.atw.hu/ Notes: svn path=/head/; revision=227942