Commit Graph

17 Commits

Author SHA1 Message Date
Alexey Dokuchaev
77f692b2db Convert to USES=tar:lz now that support for it was added in r504008. 2019-06-12 10:25:56 +00:00
Danilo Egea Gondolfo
776ae4d5a5 - Update to 1.8
This version fixes a buffer overflow in zcat.

MFH:		2019Q1
2019-01-06 23:35:44 +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
Danilo Egea Gondolfo
5a0f691f90 - Update to 1.7 2018-02-27 23:28:04 +00:00
Danilo Egea Gondolfo
edce4a0d00 - Update to 1.6 2017-05-07 17:24:03 +00:00
Danilo Egea Gondolfo
5bd7da43f1 - Update to 1.5 2016-05-21 01:43:11 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Danilo Egea Gondolfo
ceb2182539 - Fix LICENSE and pkg-descr
Requested by:	Antonio Diaz <antonio@gnu.org>
2015-06-16 19:10:00 +00:00
Danilo Egea Gondolfo
1401644334 - Update to 1.4 2015-06-09 14:58:44 +00:00
Danilo Egea Gondolfo
f6addc7044 - Update from 1.2 to 1.3
- Use install-strip
2014-09-02 14:30:26 +00:00
Antoine Brodin
cd419fd1df Make those ports more likely to build with texinfo from ports
With hat:	portmgr
2014-07-01 17:37:41 +00:00
Danilo Egea Gondolfo
10093156ba - Update from 1.1 to 1.2 2014-02-22 13:46:33 +00:00
Danilo Egea Gondolfo
f0475bcdd9 - Update from 1.0 to 1.1
- Change maintainer email to @FreeBSD.org
- Add staging support
- Add lzip as EXTRACT_DEPENDS

Approved by:	wg (mentor)
2013-09-26 12:23:46 +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
d404e31ed5 - Update to 1.0
- Pass maintainership to submitter

PR:		ports/179461
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-12 11:53:21 +00:00
Ryan Steinmetz
cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00
Max Brazhnikov
ae99f14e9a Add new port archivers/zutils:
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>
2011-04-24 20:54:44 +00:00