aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzip
Commit message (Collapse)AuthorAgeFilesLines
* 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