summaryrefslogtreecommitdiff
path: root/science/xmds
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-19 19:58:28 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-19 19:58:28 +0000
commitc00a914dc048ead8b57483027419da69143bf691 (patch)
tree705c1bce8b26261aa85b492c67507e4e9311ffd6 /science/xmds
parentUpdate to 2.2.6 (diff)
Add xmds , XMDS is a code generator that integrates equations;.
PR: ports/100419 Submitted by: EelVex
Notes
Notes: svn path=/head/; revision=168269
Diffstat (limited to 'science/xmds')
-rw-r--r--science/xmds/Makefile25
-rw-r--r--science/xmds/distinfo3
-rw-r--r--science/xmds/pkg-descr24
-rw-r--r--science/xmds/pkg-plist7
4 files changed, 59 insertions, 0 deletions
diff --git a/science/xmds/Makefile b/science/xmds/Makefile
new file mode 100644
index 000000000000..3a0228c6d7d6
--- /dev/null
+++ b/science/xmds/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xmds
+# Date created: 2006-07-17
+# Whom: EelVex
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmds
+DISTVERSION= 1.5-2
+CATEGORIES= science
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= mplekos@physics.upatras.gr
+COMMENT= XMDS is a code generator that integrates equations;
+
+BUILD_DEPENDS= ${LOCALBASE}/include/fftw.h:${PORTSDIR}/math/fftw
+
+MAN1= loadxsil.1 xmds.1 xsil2graphics.1
+
+HAS_CONFIGURE= YES
+
+CONFIGURE_ARGS= --with-fftw-path=${LOCALBASE}
+
+.include <bsd.port.mk>
diff --git a/science/xmds/distinfo b/science/xmds/distinfo
new file mode 100644
index 000000000000..b054ac9f195a
--- /dev/null
+++ b/science/xmds/distinfo
@@ -0,0 +1,3 @@
+MD5 (xmds-1.5-2.tar.gz) = 23f4378f5a787be941e632ddc4bf3f2b
+SHA256 (xmds-1.5-2.tar.gz) = 259a3cb2d7e2dd7128e2f5fa8c41f1eb9693ca04e9ed409e0bdd7f0f0531bc47
+SIZE (xmds-1.5-2.tar.gz) = 415729
diff --git a/science/xmds/pkg-descr b/science/xmds/pkg-descr
new file mode 100644
index 000000000000..d39d4e296685
--- /dev/null
+++ b/science/xmds/pkg-descr
@@ -0,0 +1,24 @@
+eXtensible multi-dimensional Simulator
+ * An open-source XML based simulation package
+ * From Ordinary Differential Equations (ODEs) up to stochastic Partial
+ Differential Equations (PDEs)
+ * Many applications:
+ o physics
+ o mathematics
+ o engineering
+ o finance
+ o economics
+ o chemistry
+ o theoretical biology
+ * Generates fast, C++ compiled code
+ * Documentation and source are free!
+ * Runs on Linux, Unix, MacOS X and Cygwin (Windows)
+XMDS is a code generator that integrates equations. You write them down in
+human readable form in an XML file, and it goes away and writes and compiles a
+C++ program that integrates those equations as fast as it can possibly be done
+in your architecture.
+
+Authr: Paul Cochrane (principal developer) cochrane@physics.uq.edu.au
+ Joseph Hope (second author) Joseph.Hope@anu.edu.au
+ Peter Drummond (xmds project leader) drummond@physics.uq.edu.au
+WWW: http://www.physics.uq.edu.au/xmds/index.html
diff --git a/science/xmds/pkg-plist b/science/xmds/pkg-plist
new file mode 100644
index 000000000000..67bb08219f02
--- /dev/null
+++ b/science/xmds/pkg-plist
@@ -0,0 +1,7 @@
+include/getopt_xmds.h
+lib/libxmds.a
+bin/loadxsil.m
+bin/xmds
+include/xmdscomplex.h
+include/xmdsconfig.h
+bin/xsil2graphics