pkgsrc-WIP-changes archive

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

Import corert-0.0.0nb20160123 as wip/corert-git.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 23 12:26:05 2016 +0100
Changeset:	f8faefe700d9f6d71ba486821d4bbfe9174401ce

Added Files:
	corert-git/DESCR
	corert-git/Makefile
	corert-git/PLIST
	corert-git/distinfo

Log Message:
Import corert-0.0.0nb20160123 as wip/corert-git.

.NET Core Runtime (CoreRT)

This repo contains the .NET Core runtime optimized for AOT (ahead of time
compilation) compilation, with the accompanying .NET Native compiler toolchain.

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

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

diffstat:
 corert-git/DESCR    |  4 ++++
 corert-git/Makefile | 31 +++++++++++++++++++++++++++++++
 corert-git/PLIST    |  1 +
 corert-git/distinfo |  2 ++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/corert-git/DESCR b/corert-git/DESCR
new file mode 100644
index 0000000..41bb72c
--- /dev/null
+++ b/corert-git/DESCR
@@ -0,0 +1,4 @@
+.NET Core Runtime (CoreRT)
+
+This repo contains the .NET Core runtime optimized for AOT (ahead of time
+compilation) compilation, with the accompanying .NET Native compiler toolchain.
diff --git a/corert-git/Makefile b/corert-git/Makefile
new file mode 100644
index 0000000..007637a
--- /dev/null
+++ b/corert-git/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.3 2015/04/25 10:01:54 krytarowski Exp $
+
+GIT_REPOSITORIES=	corert
+GIT_REPO.corert=	https://github.com/dotnet/corert.git
+
+DISTNAME=	corert
+PKGNAME=	corert-0.0.0
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dotnet/corert
+COMMENT=	Microsoft .NET Core runtime optimized for AOT scenarios
+LICENSE=	mit
+
+#USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+USE_TOOLS+=	bash
+REPLACE_BASH+=	build.sh
+
+do-build:
+		${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh
+
+.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../wip/lldb-git/buildlink3.mk"
+.include "../../wip/clang-git/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/corert-git/PLIST b/corert-git/PLIST
new file mode 100644
index 0000000..ab85218
--- /dev/null
+++ b/corert-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/13 00:06:34 krytarowski Exp $
diff --git a/corert-git/distinfo b/corert-git/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/corert-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index