diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile index b32bca66cdbf..7c41aed5eec7 100644 --- a/graphics/libboard/Makefile +++ b/graphics/libboard/Makefile @@ -1,39 +1,39 @@ PORTNAME= libboard DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Vector graphics C++ library WWW= https://github.com/c-koi/libboard LICENSE= LGPL3 USES= cmake compiler:c++11-lang magick USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= c-koi PORTDOCS= * CMAKE_OFF= CMAKE_CXX_EXTENSIONS CMAKE_ON= MYPROJ_RAN_ONCE OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen post-install: ${MV} ${STAGEDIR}${PREFIX}/lib/libboard.so ${STAGEDIR}${PREFIX}/lib/libboard.so.0 ${RLN} ${STAGEDIR}${PREFIX}/lib/libboard.so.0 ${STAGEDIR}${PREFIX}/lib/libboard.so ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/examples-bin/* ${STAGEDIR}${EXAMPLESDIR} do-test: (cd ${TEST_WRKSRC}/examples-bin && ./arithmetic bec) .for ex in 1 2 3 (cd ${TEST_WRKSRC}/examples-bin && ./example${ex}) .endfor .include diff --git a/math/brial/Makefile b/math/brial/Makefile index 9e3662862fd1..9554bffaedc2 100644 --- a/math/brial/Makefile +++ b/math/brial/Makefile @@ -1,27 +1,27 @@ PORTNAME= BRiAl DISTVERSION= 1.2.12 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for polynomials over boolean rings WWW= https://github.com/BRiAl/BRiAl LICENSE= GPLv2 LIB_DEPENDS= libm4ri.so:math/m4ri \ libgd.so:graphics/gd \ libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs USES= autoreconf compiler:c++11-lang libtool localbase:ldflags \ pkgconfig tar:bz2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check .include diff --git a/math/lrcalc/Makefile b/math/lrcalc/Makefile index 02207f89ee34..ab51e4da453a 100644 --- a/math/lrcalc/Makefile +++ b/math/lrcalc/Makefile @@ -1,20 +1,20 @@ PORTNAME= lrcalc DISTVERSION= 2.1 CATEGORIES= math MASTER_SITES= https://sites.math.rutgers.edu/~asbuch/lrcalc/ -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Littlewood-Richardson Calculator WWW= https://sites.math.rutgers.edu/~asbuch/lrcalc/ LICENSE= GPLv2+ USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check .include diff --git a/math/m4ri/Makefile b/math/m4ri/Makefile index 70537b11c5cd..e94592e028e4 100644 --- a/math/m4ri/Makefile +++ b/math/m4ri/Makefile @@ -1,31 +1,31 @@ PORTNAME= M4RI DISTVERSIONPREFIX= release- DISTVERSION= 20240729 CATEGORIES= math -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for fast arithmetic with dense matrices over F2 WWW= https://bitbucket.org/malb/m4ri/src/master/ LICENSE= GPLv2+ LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= malb GH_PROJECT= ${PORTNAME:tl} USES= autoreconf libtool:ldflags localbase pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .if defined(MAINTAINER_MODE) TEST_TARGET= check # Only needed for tests USES+= gmake .endif .include diff --git a/math/m4rie/Makefile b/math/m4rie/Makefile index 6a934d32b9b5..4df875280ea0 100644 --- a/math/m4rie/Makefile +++ b/math/m4rie/Makefile @@ -1,25 +1,25 @@ PORTNAME= M4RIE DISTVERSION= 20250103 CATEGORIES= math MASTER_SITES= https://bitbucket.org/malb/${PORTNAME:tl}/downloads/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for fast arithmetic with dense matrices over GF(2^e) WWW= https://bitbucket.org/malb/m4rie/src/master/ LICENSE= GPLv2+ LIB_DEPENDS= libm4ri.so:math/m4ri USES= autoreconf libtool localbase:ldflags pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check PLIST_SUB= VER=${PORTVERSION} .include