1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

MEI stands for Mathematical Expression Interpreter.

It is intended to provide interpretation of mathematical formula in a string.

WWW: http://www.code-saturne.org/
This commit is contained in:
Thierry Thomas 2012-07-07 15:15:08 +00:00
parent 5444ca2200
commit 6fcbd86674
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300599
6 changed files with 73 additions and 0 deletions

View File

@ -98,6 +98,7 @@
SUBDIR += mcstas
SUBDIR += medit
SUBDIR += meep
SUBDIR += mei
SUBDIR += minc
SUBDIR += minc2
SUBDIR += mol2ps

39
science/mei/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: mei
# Date created: Wed 18 apr 2012
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= mei
PORTVERSION= 1.0.3
CATEGORIES= science parallel
MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Code_Saturne Mathematical Expression Interpreter
LICENSE= LGPL21
LIB_DEPENDS= bft.1:${PORTSDIR}/science/bft
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ZIP= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bft=${LOCALBASE}
MAN1= mei-config.1
.if defined(MAINTAINER_MODE)
regression-test:
(cd ${WRKSRC}/tests && \
${MAKE} check && \
./mei_test )
.endif
.include <bsd.port.mk>

2
science/mei/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (mei-103.zip) = 89a960a1b7526a5e2be359f7b0f2fdb5400de698b384950307d1c8c5c627ad38
SIZE (mei-103.zip) = 518740

View File

@ -0,0 +1,11 @@
--- tests/Makefile.in.orig 2011-07-20 17:26:55.000000000 +0200
+++ tests/Makefile.in 2012-04-18 19:51:56.000000000 +0200
@@ -526,7 +526,7 @@
# Uncomment for tests execution at "make check"
-#TESTS=$(check_PROGRAMS)
+TESTS=$(check_PROGRAMS)
# Check Python module after installation
#

4
science/mei/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
MEI stands for Mathematical Expression Interpreter.
It is intended to provide interpretation of mathematical formula in a string.
WWW: http://www.code-saturne.org/

16
science/mei/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
bin/mei-config
include/mei_evaluate.h
include/mei_hash_table.h
include/mei_node.h
lib/libmei.a
lib/libmei.la
lib/libmei.so
lib/libmei.so.0
%%PYTHON_SITELIBDIR%%/mei/_mei.a
%%PYTHON_SITELIBDIR%%/mei/_mei.la
%%PYTHON_SITELIBDIR%%/mei/_mei.so
%%PYTHON_SITELIBDIR%%/mei/_mei.so.0
%%PYTHON_SITELIBDIR%%/mei/mei.py
%%PYTHON_SITELIBDIR%%/mei/mei.pyc
%%PYTHON_SITELIBDIR%%/mei/mei.pyo
@dirrm %%PYTHON_SITELIBDIR%%/mei