SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

24
devel/libmpc/Makefile Normal file
View file

@ -0,0 +1,24 @@
COMMENT= arbitrary-precision complex numbers math library
V= 1.1.0
DISTNAME= mpc-${V}
PKGNAME= libmpc-${V}
SHARED_LIBS= mpc 1.0 # 4.0
CATEGORIES= devel math
HOMEPAGE= http://www.multiprecision.org/mpc/
MASTER_SITES= ${MASTER_SITE_GNU:=mpc/}
# LGPLv3+
PERMIT_PACKAGE= Yes
LIB_DEPENDS= devel/mpfr \
devel/gmp,no_cxx,bootstrap
WANTLIB= gmp m mpfr
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-mpfr=${LOCALBASE} \
--with-gmp=${LOCALBASE}
.include <bsd.port.mk>

2
devel/libmpc/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (mpc-1.1.0.tar.gz) = aYXFOBQ8EgjcsaxCztrW/1LiZ7R+X5cBg6PnUSW0PC4=
SIZE (mpc-1.1.0.tar.gz) = 701263

3
devel/libmpc/pkg/DESCR Normal file
View file

@ -0,0 +1,3 @@
Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as Mpfr.

5
devel/libmpc/pkg/PLIST Normal file
View file

@ -0,0 +1,5 @@
include/mpc.h
@info info/mpc.info
lib/libmpc.a
lib/libmpc.la
@lib lib/libmpc.so.${LIBmpc_VERSION}