| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/gf2x/ |
Upload File : |
PORTNAME= gf2x
PORTVERSION= 1.3.0
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= Library for multiplying polynomials over the binary field
WWW= https://gitlab.inria.fr/gf2x/gf2x
LICENSE= GPLv3 LGPL21
LICENSE_COMB= dual
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr/
GL_COMMIT= 27ba588f03bf6e1e74763903bab25e6e8bb6d0f0
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
TEST_TARGET= check
OPTIONS_RADIO= LIC
OPTIONS_RADIO_LIC= LIC_GPLV3 LIC_LGPL21
OPTIONS_DEFAULT= LIC_GPLV3
LIC_GPLV3_DESC= Choose the GPLv3 version
LIC_LGPL21_DESC= Choose the LGPL 2.1 version
.include <bsd.port.options.mk>
post-extract:
.if ${PORT_OPTIONS:MLIC_LGPL21}
${MV} ${WRKSRC}/toom-gpl.c ${WRKSRC}/toom-gpl.c.GPLv3
${MV} ${WRKSRC}/toom-gpl-placeholder.c ${WRKSRC}/toom-gpl.c
.endif
.include <bsd.port.mk>