Commit Graph

25 Commits

Author SHA1 Message Date
Gerald Pfeifer a27b650d07 Update to lzip version 1.21. This includes the following changes:
- Improved detection of corrupt headers.
 - Some more error handling.
 - Improved descriptions of the -0, ..., -9, -m and -s command-line options.
2019-01-27 17:57:42 +00:00
Gerald Pfeifer e041761b3b Update to lzip version 1.20. This includes the following changes:
- 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
2018-12-19 08:41:53 +00:00
Baptiste Daroussin 7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
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
2018-11-10 18:12:57 +00:00
Gerald Pfeifer 33afde761f Update to lzip version 1.19. This includes the following changes:
- 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.
2017-04-30 11:20:28 +00:00
Gerald Pfeifer 15c28ee45c Update to lzip version 1.18 which includes the following changes:
- 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.
2016-08-14 12:15:36 +00:00
Gerald Pfeifer 8cdd06ad19 Update to lzip version 1.16 which includes the following changes:
- 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.
2014-10-11 07:32:37 +00:00
Gerald Pfeifer 7be899757a Adopt this port.
Simplify URL and editorial changes in pkg-descr.
2014-03-02 01:40:36 +00:00
John Marino d3f647a6b6 archivers/lzip: Remove LOCAL MASTER_SITES; this was for version 1.14 only 2014-02-26 15:00:49 +00:00
John Marino 9b9050a13d archivers/lzip: Reset maintainer
The last three PRs all timed out.
2014-02-12 10:01:17 +00:00
William Grzybowski 5aa35d51c9 archivers/lzip: fix links and update to 1.15
- 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)
2013-11-09 13:45:42 +00:00
John Marino 2129a89280 archivers/lzip: Unbreak fetch with LOCAL
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
2013-10-31 23:49:04 +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
William Grzybowski b8211ae086 archivers/lzip: update to 1.14
- 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)
2013-08-21 22:58:24 +00:00
Sylvio Cesar Teixeira 1213a51516 - Update to 1.13 2012-05-07 17:34:14 +00:00
Eitan Adler 7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Sylvio Cesar Teixeira 697f3c9d20 - Add license 2011-05-17 20:24:47 +00:00
Sylvio Cesar Teixeira c66f6df22d - Update to 1.12 2011-05-13 18:05:03 +00:00
Sylvio Cesar Teixeira 1780b12e25 - Update to 1.11
Feature safe:	yes
2011-02-03 17:12:22 +00:00
Sylvio Cesar Teixeira e88b28b34b - Update to 1.10
Approved by:	itetcu (mentor, implicit)
2010-04-09 23:38:51 +00:00
Sylvio Cesar Teixeira 5f205e867e - Update to 1.9
Approved by:	miwi (mentor)
2010-02-02 23:39:52 +00:00
Sylvio Cesar Teixeira ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Renato Botelho a6da8c7f19 Update to 1.8
PR:		ports/138747
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Feature safe:	yes
2009-09-15 23:52:29 +00:00
Mario Sergio Fujikawa Ferreira e09ec355e0 o Uphold CXX, CXXFLAGS and LDFLAGS.
o Bump PORTREVISION.

PR:		136312
Approved by:	maintainer
2009-07-05 07:56:04 +00:00
Marcelo Araujo 889e1abc27 - Update to 1.7.
PR:		based on ports/136003
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Approved by:	maintainer
2009-06-30 14:28:41 +00:00
Dmitry Marakasov 0d28901c5c Lzip is a lossless data compressor based on the LZMA algorithm,
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>
2009-06-21 20:44:56 +00:00