| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
| |
Notes:
svn path=/head/; revision=473858
|
|
|
|
|
|
|
|
|
| |
Do not bump PORTREVISION.
PR: 227649
Notes:
svn path=/head/; revision=467856
|
|
|
|
| |
Notes:
svn path=/head/; revision=467121
|
|
|
|
|
|
|
|
| |
PR: 223966
Approved by: osa (maintainer)
Notes:
svn path=/head/; revision=456110
|
|
|
|
|
|
|
|
|
| |
- Do not silence installation message
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=455483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move from devel/libbrotli to archivers/brotli
- Remove meta-project for library build
- Bump epoch for meta 1.0 to upstream 0.6 update
- Add MOVED entry
- Switch from autoconf to cmake
PR: 218813, 218851
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Approved by: maintainer time-out
Differential Revision: https://reviews.freebsd.org/D11290
Notes:
svn path=/head/; revision=445604
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES to CHEESESHOP
- Bump PORTREVISION
Notes:
svn path=/head/; revision=427029
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/brotli/releases
Notes:
svn path=/head/; revision=426651
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/brotli/releases
Notes:
svn path=/head/; revision=417536
|
|
|
|
|
|
|
|
|
| |
Obtained from: upstream
Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH: 2016Q1
Notes:
svn path=/head/; revision=410664
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/brotli/releases
Notes:
svn path=/head/; revision=405921
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=404743
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary USE_CXXSTD
- Bump PORTREVISION for package change
Obtained from: https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399
MFH: 2015Q4
Notes:
svn path=/head/; revision=398593
|
|
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
The specification of the Brotli Compressed Data Format is defined in the
following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli
WWW: https://github.com/google/brotli
Notes:
svn path=/head/; revision=398287
|