1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

MathMod is the new K3DSurf, now based on Qt 5.

This commit is contained in:
Thierry Thomas 2016-03-04 22:54:36 +00:00
parent 34a1f601d5
commit c171d67c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410155
6 changed files with 52 additions and 1 deletions

2
MOVED
View File

@ -4587,7 +4587,6 @@ lang/klogoturtle||2013-07-26|Has expired: Depends on Qt 3.x
mail/kcheckgmail||2013-07-26|Has expired: Depends on Qt 3.x
math/digitizer||2013-07-26|Has expired: Depends on Qt 3.x
math/fung-calc||2013-07-26|Has expired: Depends on Qt 3.x
math/k3dsurf||2013-07-26|Has expired: Depends on Qt 3.x
math/koctave||2013-07-26|Has expired: Depends on Qt 3.x
math/kseg||2013-07-26|Has expired: Depends on Qt 3.x
math/pgcalc||2013-07-26|Has expired: Depends on Qt 3.x
@ -8218,3 +8217,4 @@ net/isc-dhcp41-client|net/isc-dhcp43-cliet|2016-03-02|Has expired: isc-dhcp 4.1
net/isc-dhcp42-server|net/isc-dhcp43-server|2016-03-02|Has expired: isc-dhcp 4.2 is End of Life
devel/pear-IO_Bit||2016-03-02|Has expired: Unsupported upstream
graphics/pear-IO_SWF||2016-03-02|Has expired: Unsupported upstream
math/k3dsurf|math/mathmod|2016-03-04|K3DSurf was the previous release, based on Qt3, MathMod is the new one, based on Qt5.

View File

@ -262,6 +262,7 @@
SUBDIR += ltl2ba
SUBDIR += lybniz
SUBDIR += math77
SUBDIR += mathmod
SUBDIR += mathomatic
SUBDIR += matio
SUBDIR += matlab-installer

30
math/mathmod/Makefile Normal file
View File

@ -0,0 +1,30 @@
# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= MathMod
PORTVERSION= 4.0
CATEGORIES= math graphics
MASTER_SITES= SF/${PORTNAME:tl}/${PKGNAME}/
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-src
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mathematical modeling software
LICENSE= GPLv2
USES= dos2unix zip
USE_GL= yes
USE_QT5= buildtools_build core gui opengl qmake_build widgets
BRANCHE= 246
WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk
PLIST_FILES= bin/MathMod
pre-build:
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/ARGET/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

2
math/mathmod/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (mathmod-4.0-src.zip) = 337d8c2aec31747ed21d1cc7037b079fdf5702eb6ad2c151e1977d46ac49a4e6
SIZE (mathmod-4.0-src.zip) = 967153

View File

@ -0,0 +1,10 @@
--- MathMod.pro.orig 2016-03-03 21:15:56 UTC
+++ MathMod.pro
@@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \
RC_FILE = mm.rc
RESOURCES += myressources.qrc
-LIBS += -lopengl32
QT += opengl widgets
OTHER_FILES += \

8
math/mathmod/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
MathMod is a mathematical modeling software that visualize and animate implicit
and parametric surfaces.
MathMod supports: 3D and 4D plotting and animation, OBJ output file format,
Texture and pigmentation support, Noise and Turbulence effects support, Large
set of scripted examples.
WWW: https://sourceforge.net/projects/mathmod/