Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-16 | Include examples in PLIST. Bump revision. | joerg | 2 | -3/+80 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -2/+2 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+3 | |
2004-09-07 | Update GridSim to 3.0.2 to fix installation problems seen in latest | jschauma | 3 | -361/+275 | |
bulk-builds. Changes: - fix a bug in GridResource.init() method. policyType_ attribute should be instantiated before creating the policy_ object. - fix a bug in GridSim.gridletSubmit(Gridlet, int). By default, acknowledgement is false or not required. - fix a bug in GridResource.processGridletSubmit(). If a Gridlet has finished previously, then a resource needs to send it back to sender/user. - renumbered the tags in GridSimTags. Originally, there are two tags with the same integer value. | |||||
2004-06-03 | Add jdk14 (and in some cases jdk13) | abs | 1 | -2/+2 | |
2003-08-23 | Add pseudo-category 'java'. | jschauma | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-03 | Initial import of the GridSim Toolkit, a java based toolkit for simulation | jschauma | 4 | -0/+428 | |
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). |