aboutsummaryrefslogtreecommitdiff
path: root/archivers/zutils
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=tar:lz now that support for it was added in r504008.Alexey Dokuchaev2019-06-121-9/+2
| | | | Notes: svn path=/head/; revision=504009
* - Update to 1.8Danilo Egea Gondolfo2019-01-062-5/+4
| | | | | | | | | This version fixes a buffer overflow in zcat. MFH: 2019Q1 Notes: svn path=/head/; revision=489553
* 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 1.7Danilo Egea Gondolfo2018-02-272-4/+4
| | | | Notes: svn path=/head/; revision=463167
* - Update to 1.6Danilo Egea Gondolfo2017-05-072-4/+4
| | | | Notes: svn path=/head/; revision=440350
* - Update to 1.5Danilo Egea Gondolfo2016-05-212-3/+4
| | | | Notes: svn path=/head/; revision=415582
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Fix LICENSE and pkg-descrDanilo Egea Gondolfo2015-06-162-1/+2
| | | | | | | Requested by: Antonio Diaz <antonio@gnu.org> Notes: svn path=/head/; revision=389858
* - Update to 1.4Danilo Egea Gondolfo2015-06-092-3/+3
| | | | Notes: svn path=/head/; revision=388943
* - Update from 1.2 to 1.3Danilo Egea Gondolfo2014-09-024-26/+5
| | | | | | | - Use install-strip Notes: svn path=/head/; revision=367012
* Make those ports more likely to build with texinfo from portsAntoine Brodin2014-07-011-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=360062
* - Update from 1.1 to 1.2Danilo Egea Gondolfo2014-02-225-10/+24
| | | | Notes: svn path=/head/; revision=345639
* - Update from 1.0 to 1.1Danilo Egea Gondolfo2013-09-264-20/+39
| | | | | | | | | | | - Change maintainer email to @FreeBSD.org - Add staging support - Add lzip as EXTRACT_DEPENDS Approved by: wg (mentor) Notes: svn path=/head/; revision=328351
* 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
* - Update to 1.0William Grzybowski2013-06-122-11/+11
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/179461 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320675
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.Ryan Steinmetz2012-12-061-1/+1
| | | | | | | | Reported by: portscout Feature safe: yes Notes: svn path=/head/; revision=308390
* Add new port archivers/zutils:Max Brazhnikov2011-04-243-0/+54
Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. The provided utilities are: Zcat - Decompresses and copies files to standard output. Zcmp - Decompresses and compares two files byte by byte. Zdiff - Decompresses and compares two files line by line. Zgrep - Decompresses and searches files for a regular expression. Ztest - Tests integrity of compressed files. The supported compressors are bzip2, gzip, lzip, and xz. WWW: http://www.nongnu.org/zutils/zutils.html PR: ports/156359 Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com> Notes: svn path=/head/; revision=273147