summaryrefslogtreecommitdiff
path: root/parallel/GridSim/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-07-03 16:44:50 +0000
committerjschauma <jschauma@pkgsrc.org>2003-07-03 16:44:50 +0000
commitaded13ca4e5a3811d25cd4020fd616277b93f3cd (patch)
treedf3c9c13e34b42c6e725cfcf12f51b4f0b09ab1d /parallel/GridSim/Makefile
parent8f098cf69f8c1c5a949d76e7c3fb78066225eab0 (diff)
downloadpkgsrc-aded13ca4e5a3811d25cd4020fd616277b93f3cd.tar.gz
Initial import of the GridSim Toolkit, a java based toolkit for simulation
of distributed systems: GridSim is a toolkit for modeling and simulation of parallel and distributed systems such as Clusters and Grids. GridSim is part of the Gridbus Project (http://www.gridbus.org/). The GridSim Toolkit includes: * GridBroker: It is Grid scheduler built on top of GridSim for application scheduling on Grid based on Deadline and Budget Constrained Scheduling Algorithms. * GridSim: It is built on top of SimJava. SimJava is a process based discrete event simulation package for Java with animation facilities. * Visual Modeler: It enables the user to create experiments on different Grid testbeds and generate the default Grid Broker source codes (in Java).
Diffstat (limited to 'parallel/GridSim/Makefile')
-rw-r--r--parallel/GridSim/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/parallel/GridSim/Makefile b/parallel/GridSim/Makefile
new file mode 100644
index 00000000000..59427008062
--- /dev/null
+++ b/parallel/GridSim/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/03 16:44:50 jschauma Exp $
+#
+
+DISTNAME= gridsimtoolkit-2.1
+PKGNAME= GridSim-2.1
+CATEGORIES= parallel devel
+MASTER_SITES= http://www.cs.mu.oz.au/~raj/grids/gridsim/gridsim2.1/
+
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://www.gridbus.org/gridsim/
+COMMENT= toolkit for simulation of parallel systems
+
+USE_JAVA2= run
+PKG_JVMS_ACCEPTED= sun-jdk14
+NO_BUILD= # defined
+
+do-configure:
+ ${CHMOD} -R a+rX ${WRKSRC}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/GridSim
+ cd ${WRKSRC} && ${PAX} -rw classes jars source ${PREFIX}/GridSim/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/GridSim
+ cd ${WRKSRC}/doc && ${PAX} -rw . ${PREFIX}/share/doc/html/GridSim
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GridSim
+ cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/GridSim
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"