pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import simgrid-v3_13 as wip/simgrid.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri May 13 02:38:00 2016 +0200
Changeset:	176434d9e02774433a980d4f56515a459cdf7d10

Added Files:
	simgrid/DESCR
	simgrid/Makefile
	simgrid/PLIST
	simgrid/distinfo

Log Message:
Import simgrid-v3_13 as wip/simgrid.

SimGrid is a scientific instrument to study the behavior of large-scale
distributed systems such as Grids, Clouds, HPC or P2P systems. It can be used
to evaluate heuristics, prototype applications or even assess legacy MPI
applications. All this as a free software.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=176434d9e02774433a980d4f56515a459cdf7d10

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 simgrid/DESCR    |  4 ++++
 simgrid/Makefile | 26 ++++++++++++++++++++++++++
 simgrid/PLIST    |  1 +
 simgrid/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/simgrid/DESCR b/simgrid/DESCR
new file mode 100644
index 0000000..0fe745a
--- /dev/null
+++ b/simgrid/DESCR
@@ -0,0 +1,4 @@
+SimGrid is a scientific instrument to study the behavior of large-scale
+distributed systems such as Grids, Clouds, HPC or P2P systems. It can be used
+to evaluate heuristics, prototype applications or even assess legacy MPI
+applications. All this as a free software.
diff --git a/simgrid/Makefile b/simgrid/Makefile
new file mode 100644
index 0000000..acec7e4
--- /dev/null
+++ b/simgrid/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	simgrid
+DISTNAME=	v3_13
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=simgrid/}
+EXTRACT_SUFX=	.zip
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://simgrid.org/
+COMMENT=	Simulator of distributed applications
+LICENSE=	gnu-lgpl-v2.1
+
+WRKSRC=		${WRKDIR}/simgrid-3_13
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++ fortran
+USE_TOOLS+=	perl
+
+BUILD_DEPENDS+=	doxygen-[0-9]*:../../devel/doxygen
+
+.include "../../devel/libf2c/buildlink3.mk"
+.include "../../graphics/graphviz/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/simgrid/PLIST b/simgrid/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/simgrid/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/simgrid/distinfo b/simgrid/distinfo
new file mode 100644
index 0000000..6e02114
--- /dev/null
+++ b/simgrid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (simgrid/v3_13.zip) = b9b7e86064337ac6556107afcc9535eb6beafe4a
+RMD160 (simgrid/v3_13.zip) = 13c93519ce6416f4c9c072605e99fc7de218d4d7
+SHA512 (simgrid/v3_13.zip) = 13b76ffc8062c5e4334b8ffc59fc015b4d88cde2e6ffe581d9463dd1df865570f5ba8be7a22f4913158085129c698efd0de872fb5a71b89999b122ec89de2c8e
+Size (simgrid/v3_13.zip) = 5284258 bytes


Home | Main Index | Thread Index | Old Index