Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Sep 2020 17:53:08
1.0.0_3

|
krion  |
Deprecate python2 and move to python3
Reported by: swills |
26 Jul 2019 20:46:57
1.0.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
08 Apr 2019 12:20:09
1.0.0_1

|
krion  |
Add USES=compiler:c++11-lang to fix build on GCC architectures.
PR: 237103
Submitted by: Piotr Kubaj <pkubaj at anongoth_dot_pl> |
28 Mar 2019 09:28:51
1.0.0_1

|
krion  |
Change from gmake to cmake to support more ARCHs.
PR: 235376
Submitted by: Ralf van der Enden <tremere at cainites_net> |
15 Aug 2018 16:27:42
1.0.0

|
krion  |
Update to 1.0.0 |
10 Jan 2018 07:55:18
0.9.4_1

|
krion  |
Use ${COPYTREE_SHARE} instead of ${CP}
Reported by: mat |
10 Jan 2018 07:39:31
0.9.4_1

|
krion  |
- Remove explicit -march=native declaration.
- Mark ONLY_FOR_ARCHS=amd64 (it is temporary only until I'm ready
with proper configure and Makefiles to set
ARCH_FOR_p448=arch_ref64 ARCH_FOR_p25519=arch_ref64 for aarch64
instead of arch_x86_64 and arch_32 for i386)
- Manually install headers (until we've proper build system in
upstream as well) |
08 Jan 2018 17:11:27
0.9.4

|
krion  |
Add security/libdecaf
Implementation of elliptic curve cryptography using the Montgomery
and Edwards curves Curve25519, Ed25519, Ed448-Goldilocks and
Curve448, using the Decaf / Ristretto encoding.
Approved by: mat (mentor) |