- update MASTER_SITES to use upstream stride (the old - repackages - sources
were no longer working).
- take maintainership: although I don't use the software I am happy to respond
to PR's and check for updates periodically,
- add license information for each source:
- vmd: custom license that requires the user to explicitly download (and
accept the license before downloading). Mark the license as
auto-accept here as the present of the DISTFILE will indicate that
the license has been accepted
- tachyon: standard 3-clause BSD license :-)
- stride: almost BSD license, except only for academic use (i.e.
non-commersial) and a requirement to report bugs to the author.
Add a plain text copy of the license file to the port.
- add missing dependencies: gl, x11
- fix detection of python.
- simplify configure patch.
- update pkg-plist for changes in plugin versions.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or
unsigned integers (samples). The library achieves best results for low entropy
data as often encountered in space imaging instrument data or numerical model
output from weather or climate simulations. While floating point representations
are not directly supported, they can also be efficiently coded by grouping
exponents and mantissa.
Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.
Libaec includes a free drop-in replacement for the SZIP library. Just replace
SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code
which is dynamically linked with SZIP such as HDF5 should continue to work with
libaec. No re-compilation required. HDF5 files which contain SZIP encoded data
can be decoded by HDF5 using libaec and vice versa.
WWW: https://gitlab.dkrz.de/k202009/libaec
This makes it possible to use those libraries with shared libraries on at least
amd64.
While here, set LICENSE and drop MAKE_JOBS_UNSAFE.
PR: 209982
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)
MFH: 2016Q4
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
math/R, because R may be configured without libR.
While here, fix some stage-qa warnings about indirect dependencies.
Reviewed by: AMDmi3
Approved by: bacon4000@gmail.com (maintainer) swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8649