Commit graph

19 commits

Author SHA1 Message Date
Matthew Seaman
c938ef0db8 Delete duplicate line
Submitted by:	sunpoet
2017-02-03 08:31:36 +00:00
Matthew Seaman
e870fdb408 Update to 1.7.5
Notable changes:
- Upstream switched versioning from e.g. r131 to v1.7.5, forcing me to
  make use of PORTEPOCH.
- (Submitter) pushed a change upstream to add FreeBSD to the OSs
  recognized in Makefile, requiring one less search & replace action
  in post-patch section.

PR:		216599
Submitted by:	martin@waschbuesch.de (maintainer)
2017-02-02 22:25:18 +00:00
Dmitry Marakasov
bc75e0386c - Fix WWW
PR:		213735
Reported by:	julian@hsiao.email
Submitted by:	martin@waschbuesch.de (maintainer
MFH:		2017Q1
2017-01-30 11:21:51 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Thomas Zander
76ee0e63e2 Pass maintainership to submitter
PR:		209516
Submitted by:	martin@waschbuesch.de
2016-05-15 12:24:20 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Dmitry Marakasov
21adf1d14c - Silence patching
- Fix WWW:
2015-10-06 21:14:15 +00:00
Adam Weinberger
4a55d3eab5 Reassign some of my ports to the Collective. 2015-10-05 16:13:51 +00:00
Adam Weinberger
4c68c8c3c7 Update to r131. 2015-07-07 19:17:27 +00:00
Adam Weinberger
40173e5ea8 Update to r130, which incorporates the patches that riggs committed in
r387288.
2015-06-29 00:36:24 +00:00
Thomas Zander
64f83ed83a Fix decompression in a pipeline: import fix from dev branch in
58b5aadb1f

PR:		200422
Submitted by:	eborisch+FreeBSD@gmail.com
Approved by:	adamw (maintainer, implicit)
2015-05-24 18:01:03 +00:00
Adam Weinberger
e9ef92fc48 Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.
Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree.
2015-05-19 16:37:07 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Adam Weinberger
3577a8320f Update to r128.
Changes are listed on https://github.com/Cyan4973/lz4/releases

Also, use the new USE_GITHUB syntax, and update WWW.
2015-04-19 19:34:18 +00:00
Adam Weinberger
9bfbce8390 Re-add back ALL_TARGET=default. For reasons that I still don't understand,
it breaks the build for some people.

This time, add a comment so I don't try to remove it again in the future.
2015-03-25 00:11:49 +00:00
Adam Weinberger
99db5a6913 Update to r127. Fix tons of hardcoded paths in the Makefile to enable
'make install' to work properly.
2015-03-24 18:25:30 +00:00
Adam Weinberger
34c9e1c939 I was never able to replicate this, but a number of people have reported that
liblz4 fails to build on amd64, and they all agree that this patch fixes it.

PR:		194609
Submitted by:	Roland Smith
2014-12-06 19:40:19 +00:00
Adam Weinberger
26979cac58 Add archivers/liblz4. There is already archivers/lz4, which it looks
like might be an old version of this, but it only installs a binary.
This installs binaries and libraries/headers.

LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.

A high compression derivative, called LZ4_HC, is also provided. It trades CPU
time for compression ratio.

The libraries are BSD licensed, and the binaries are GPLv2.

WWW: https://code.google.com/p/lz4/
2014-10-26 00:14:05 +00:00