aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzip
Commit message (Collapse)AuthorAgeFilesLines
* archivers/lzip: Update to 1.22Gerald Pfeifer2021-05-112-4/+5
| | | | | | | | | | | | | | | This includes the following changes: - Report an error if a file name is empty. - Make '-o' behave like '-c', but writing to file instead of stdout. - Do not open output if input is a terminal. - Replace 'decompressed', 'compressed' with 'out', 'in' in output. - Several fixes and improvements, improved test coverage. On the way switch from PORTVERSION to DISTVERSION and add a LICENSE_FILE (while the license itselfs does not change from GPLv2). PR: 255463 Submitted by: Gian-Simon Purkert <gspurki@gmail.com>
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to lzip version 1.21. This includes the following changes:Gerald Pfeifer2019-01-272-4/+4
| | | | | | | | | - Improved detection of corrupt headers. - Some more error handling. - Improved descriptions of the -0, ..., -9, -m and -s command-line options. Notes: svn path=/head/; revision=491373
* Update to lzip version 1.20. This includes the following changes:Gerald Pfeifer2018-12-192-5/+4
| | | | | | | | | | | | | | | | | - A new option '--loose-trailing'. - Option '-S, --volume-size' now keeps input files. - Replaced 'bits/byte' with the inverse compression ratio in output. - Do not add a second .lz extension to the argument of an '-o' option. - Improved corrupt header detection to HD=3 and show corrupt or truncated header in multimember file and some further changes and improvements around progress and error reporting. - The documentation gained a new chapter "Output". PR: 233802 Submitted by: swills Notes: svn path=/head/; revision=487787
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Update to lzip version 1.19. This includes the following changes:Gerald Pfeifer2017-04-302-4/+5
| | | | | | | | | | | | | - The option '-l, --list' has been ported from lziprecover. - Don't allow mixing different operations (-d, -l or -t). - Compression time of option '-0' has been slightly reduced. - Decompression time has been reduced by 2%. - A few internal improvements and increasing checking. Set INSTALL_TARGET=install-strip to strip installed executable. Notes: svn path=/head/; revision=439802
* Update to lzip version 1.18 which includes the following changes:Gerald Pfeifer2016-08-142-3/+4
| | | | | | | | | | | | | | | - New options -a and --trailing-error. - Decompression time has been reduced by 2%. - Removed decompression support for version 0 files. - Some bug fixes. - New chapter 'Trailing data' in the texinfo documentation. Plus the following changes from version 1.17, which we missed: - New chapter 'Quality assurance' in the texinfo documentation. - Reorganization of the compression code. Notes: svn path=/head/; revision=420186
* Update to lzip version 1.16 which includes the following changes:Gerald Pfeifer2014-10-112-4/+4
| | | | | | | | | | - Compression ratio of option -9 has been slightly increased. - Compression time has been reduced by 4%, by 2% for option -0. - The behavior is now like 'cp -p'. - The license changed to GPL version 2 or later. Notes: svn path=/head/; revision=370627
* Adopt this port.Gerald Pfeifer2014-03-022-7/+7
| | | | | | | Simplify URL and editorial changes in pkg-descr. Notes: svn path=/head/; revision=346728
* archivers/lzip: Remove LOCAL MASTER_SITES; this was for version 1.14 onlyJohn Marino2014-02-261-1/+1
| | | | Notes: svn path=/head/; revision=346209
* archivers/lzip: Reset maintainerJohn Marino2014-02-121-1/+1
| | | | | | | The last three PRs all timed out. Notes: svn path=/head/; revision=343879
* archivers/lzip: fix links and update to 1.15William Grzybowski2013-11-092-8/+5
| | | | | | | | | | | | - Links for 1.14 were bad, fix it by updating to 1.15 - Allow staging [1] PR: ports/183073, ports/183540 Submitted by: David Newman <dnewman networktest.com>, delphij, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333291
* archivers/lzip: Unbreak fetch with LOCALJohn Marino2013-10-311-2/+2
| | | | | | | | | | | | | | | | | The lzip developers do something very annoying. When they issue a new release, they remove the previous release's tarball in .gz format. They keep the tarball in .lz format, but move it to the "old" subdirectory. The result is that gzipped tarballs for lzip get very scarce, and requiring lz to unzip lz is not an option. I don't normally store distfiles for other maintainers, but it appears that many folks have been asking for this port to be fixed, so I made an exception and put a copy of lzip tarball in LOCAL/marino. PR: ports/182982 Approved by: maintainer timeout Notes: svn path=/head/; revision=332321
* 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
* archivers/lzip: update to 1.14William Grzybowski2013-08-213-13/+16
| | | | | | | | | | | | | - Update to 1.14 - Trim Makefile header - Rework pkg-descr and fix one space WWW: PR: ports/180968 Submitted by: Jason Harris <jharris widomaker.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=325169
* - Update to 1.13Sylvio Cesar Teixeira2012-05-072-6/+5
| | | | Notes: svn path=/head/; revision=296158
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add licenseSylvio Cesar Teixeira2011-05-171-0/+2
| | | | Notes: svn path=/head/; revision=274238
* - Update to 1.12Sylvio Cesar Teixeira2011-05-132-3/+3
| | | | Notes: svn path=/head/; revision=274068
* - Update to 1.11Sylvio Cesar Teixeira2011-02-032-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268584
* - Update to 1.10Sylvio Cesar Teixeira2010-04-092-4/+4
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252501
* - Update to 1.9Sylvio Cesar Teixeira2010-02-022-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=249136
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-2/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* Update to 1.8Renato Botelho2009-09-152-7/+7
| | | | | | | | | PR: ports/138747 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241491
* o Uphold CXX, CXXFLAGS and LDFLAGS.Mario Sergio Fujikawa Ferreira2009-07-051-0/+4
| | | | | | | | | | o Bump PORTREVISION. PR: 136312 Approved by: maintainer Notes: svn path=/head/; revision=237164
* - Update to 1.7.Marcelo Araujo2009-06-302-6/+6
| | | | | | | | | PR: based on ports/136003 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Approved by: maintainer Notes: svn path=/head/; revision=236816
* Lzip is a lossless data compressor based on the LZMA algorithm,Dmitry Marakasov2009-06-213-0/+32
with very safe integrity checking and a user interface similar to the one of gzip or bzip2. WWW: http://www.nongnu.org/lzip/lzip.html Sylvio Cesar <scjamorim@bsd.com.br> PR: 135889 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236443